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 Quick Launch

Ex-Staff
Joined
Apr 19, 2015
Messages
540
Whats quicklaunch ?
If you meant the small window that pops up after starting RuneMate, then..
%25255BUNSET%25255D.png
 
Joined
Dec 8, 2014
Messages
2
The way you run runemate just from a single click from a batch file. You put your acc info in the file + script name etc.
 
Ex-Staff
Joined
Apr 19, 2015
Messages
540
It seems to be possible only when your SOCKS5 doesn't require authentication.
More info at: https://www.runemate.com/community/threads/proxy-command-line.3108/
 
You can try creating a batch file like this..
[Make sure RuneMate is on your Desktop when doing this tho, and be sure to add your Proxy IP and Port into the code below.
Code:
java -Dhttp.proxyHost=PROXYHOSTIP -Dhttp.proxyPort=PROXYPORT -Dhttps.proxyHost=PROXYHOSTIP -Dhttps.proxyPort=PROXYPORT -jar C:\Users\%username%\Desktop\RuneMate.jar --proxyHost SOCKSHOSTIP --proxyPort SOCKSPORT --
pause
 
Last edited:
Top