Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Opening 3 clients, for proxifier (while having 3 non-proxy open)

Joined
Dec 8, 2018
Messages
38
I know how to open 3 OSRS clients using this: Tutorial - Bypass "Unable to create advertising" error

  1. @Echo off


  2. :GAMETYPE_SETUP
  3. SET /P gametype="Gametype (rs3/osrs): "
  4. IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
  5. IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
  6. GOTO INVALID_GAMETYPE


  7. :AMOUNT_SETUP
  8. SET /P input="Amount of clients: "
  9. SET /A amount="%input%"*1
  10. IF %amount% GTR 0 GOTO RUN
  11. GOTO INVALID_AMOUNT


  12. :INVALID_GAMETYPE
  13. ECHO Invalid input
  14. GOTO GAMETYPE_SETUP

  15. :INVALID_AMOUNT
  16. ECHO Invalid input
  17. GOTO AMOUNT_SETUP


  18. :RUN
  19. FOR /L %%i IN (1, 1, %amount%) do (
  20. IF /I "%gametype%" == "rs3" (
  21. START jagex-jav://runescape.com/jav_config.ws
  22. ) else (
  23. START jagex-jav://oldschool1.runescape.com/jav_config.ws
  24. )
  25. )

However, I already have 3 clients open on my main IP address but want to open another 3 clients using my proxy, via proxifier.

Doing the above method is fine, however, I've duplicated the Jagex Launcher (located in: C:\Users\Name\jagexcache\jagexlauncher\bin and renamed it JagexLauncher1.

The above method, only opens the original Jagex Launcher which is currently being used by my main IP 3 bots and if I were to use it to open another 3, they wouldn't be using my proxy via proxifier.

With the renamed Launcher in mind, how can I tweak the .bat to open the duplicate Launcher.

I hope this is understandable, lol.

Any help appreciated.
 
Joined
Jan 12, 2019
Messages
9
I know how to open 3 OSRS clients using this: Tutorial - Bypass "Unable to create advertising" error

  1. @Echo off


  2. :GAMETYPE_SETUP
  3. SET /P gametype="Gametype (rs3/osrs): "
  4. IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
  5. IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
  6. GOTO INVALID_GAMETYPE


  7. :AMOUNT_SETUP
  8. SET /P input="Amount of clients: "
  9. SET /A amount="%input%"*1
  10. IF %amount% GTR 0 GOTO RUN
  11. GOTO INVALID_AMOUNT


  12. :INVALID_GAMETYPE
  13. ECHO Invalid input
  14. GOTO GAMETYPE_SETUP

  15. :INVALID_AMOUNT
  16. ECHO Invalid input
  17. GOTO AMOUNT_SETUP


  18. :RUN
  19. FOR /L %%i IN (1, 1, %amount%) do (
  20. IF /I "%gametype%" == "rs3" (
  21. START jagex-jav://runescape.com/jav_config.ws
  22. ) else (
  23. START jagex-jav://oldschool1.runescape.com/jav_config.ws
  24. )
  25. )

However, I already have 3 clients open on my main IP address but want to open another 3 clients using my proxy, via proxifier.

Doing the above method is fine, however, I've duplicated the Jagex Launcher (located in: C:\Users\Name\jagexcache\jagexlauncher\bin and renamed it JagexLauncher1.

The above method, only opens the original Jagex Launcher which is currently being used by my main IP 3 bots and if I were to use it to open another 3, they wouldn't be using my proxy via proxifier.

With the renamed Launcher in mind, how can I tweak the .bat to open the duplicate Launcher.

I hope this is understandable, lol.

Any help appreciated.

How are you running the client on your proxy? I keep getting this error:
Proxy server cannot establish a connection with the target - Connection refused.

My RuneMate keeps loading and eventually nothing happens or the runescape client crashes.
 
Top