Page 1 of 1

Hopzone vote reward

Posted: Fri Jan 23, 2015 7:08 pm
by sahar
Is there any script that currently works on hopzone without the need of adding like 10 jars that will bypass their javascript/cookie protections?

Re: Hopzone vote reward

Posted: Tue Jan 27, 2015 3:54 pm
by Bencratus
Hello, sahar,

Code: Select all

-con.addRequestProperty("User-Agent", "Mozilla/4.76");
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");

+if(!Config.YOUR_HOPZONE_CONFIG.endsWith(".html"))
+Config.YOUR_HOPZONE_CONFIG+=".html";
*Or just add link with .html end
Test it and say if it works:)

Best Regards,
Bencratus

Re: Hopzone vote reward

Posted: Tue Jan 27, 2015 7:20 pm
by UnAfraid
Bencratus wrote:Hello, sahar,

Code: Select all

-con.addRequestProperty("User-Agent", "Mozilla/4.76");
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");

+if(!Config.YOUR_HOPZONE_CONFIG.endsWith(".html"))
+Config.YOUR_HOPZONE_CONFIG+=".html";
*Or just add link with .html end
Test it and say if it works:)

Best Regards,
Bencratus
-con.addRequestProperty("User-Agent", "Mozilla/4.76");
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");
I don't think so

https://github.com/UnAfraid/topzone/blo ... eward.java

Re: Hopzone vote reward

Posted: Tue Jan 27, 2015 7:57 pm
by Bencratus
UnAfraid wrote:
Bencratus wrote:Hello, sahar,

Code: Select all

-con.addRequestProperty("User-Agent", "Mozilla/4.76");
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");

+if(!Config.YOUR_HOPZONE_CONFIG.endsWith(".html"))
+Config.YOUR_HOPZONE_CONFIG+=".html";
*Or just add link with .html end
Test it and say if it works:)

Best Regards,
Bencratus
-con.addRequestProperty("User-Agent", "Mozilla/4.76");
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");
I don't think so

https://github.com/UnAfraid/topzone/blo ... eward.java
Hi, UnAfraid,

but you posted TopZone, he asking HopZone and seems he using old script, which checks every sec votes.
Your script is amazing, but it is only for TopZone.

Best Regard,
Bencratus

Re: Hopzone vote reward

Posted: Tue Jan 27, 2015 9:19 pm
by UnAfraid
I gave it as example.
The request type should remain User-Agent the value should be changed.

Re: Hopzone vote reward

Posted: Wed Jan 28, 2015 1:27 pm
by Zoey76
This is High Five support, use Script support and share the scripts if you want help and if you want the features use Custom Features Requests!

Re: Hopzone vote reward

Posted: Wed Jan 28, 2015 1:38 pm
by sahar
Making hopzone in the user agent doesn't work, they actually check if the browser has JS in order to be able to visit the site.
I got an idea how to do this, so thanks for the help, i'll manage :)

Re: Hopzone vote reward

Posted: Wed Jan 28, 2015 3:04 pm
by Sdw
There is one user agent with open bar on all site, just think

Re: Hopzone vote reward

Posted: Fri Apr 24, 2015 5:38 am
by disorder35
sahar wrote:Making hopzone in the user agent doesn't work, they actually check if the browser has JS in order to be able to visit the site.
I got an idea how to do this, so thanks for the help, i'll manage :)
did you fix it? I need to fix mine as well. Have tried many different ways and none worked.