Hopzone vote reward
Posted: Fri Jan 23, 2015 7:08 pm
Is there any script that currently works on hopzone without the need of adding like 10 jars that will bypass their javascript/cookie protections?
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
-con.addRequestProperty("User-Agent", "Mozilla/4.76");Bencratus wrote:Hello, sahar,
Test it and say if it works:)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
Best Regards,
Bencratus
Hi, UnAfraid,UnAfraid wrote:-con.addRequestProperty("User-Agent", "Mozilla/4.76");Bencratus wrote:Hello, sahar,
Test it and say if it works:)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
Best Regards,
Bencratus
+con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76");
I don't think so
https://github.com/UnAfraid/topzone/blo ... eward.java
did you fix it? I need to fix mine as well. Have tried many different ways and none worked.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