Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Unable to use certain Socks proxies when launching with a batch file

Joined
Feb 26, 2015
Messages
822
All my proxies work when RM is launched normally. However, for some proxies, this error occurs when RM is launched with these arguments.

78Os9LQ.png


Code:
@echo off
java -jar -Xmx2024m RuneMate.jar -sdk -proxy=[IP]:[PORT]:[PROXY USERNAME]:[PROXY PASSWORD] -login=Aria:[MY PASSWORD]:DARK -dimensions="980x720" -bot="Account creator"
pause
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
The proxy is likely intercepting the traffic and manipulating/replacing it with something of its own. Pretty common practice for protected gateways. You should investigate that with a simple Java example.
 
Top