Jump to content

[Guide] Run Multiple Mirror Mode Clients at the same time.


Recommended Posts

Posted (edited)

Credit this post to @Botthestrange. I have used this everyday since learning about it. Hope this comes in handy for others as well. 

 

Create a script that launch's multiple OSRS Clients and OSbot Clients at once.  This allows you to have MULTIPLE MIRROR MODE clients running at the same time!


This only works for windows...

1: Open notepad
2: Copy the below code into notepad.
3: Click File -> Save As
4: Change "Save as type" to "all files"
5: For the file name ensure it ends with ".bat"
   

Other Notes:
OSRS must have been ran at least once for this to work.
The OSbot.jar MUST be located on your desktop for this to work.
I suggest at the login of each client clicking launch one at a time to make sure it does not open as a "white box"  Once it loads and you see the black screen launch the next OSBot file.


To have it launch more then just add extra lines of each section.  If you want it to launch less then remove the lines...

start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool
start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool
start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool
start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool
start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool
start "" "C:\Users\%USERNAME%\jagexcache\jagexlauncher\bin\JagexLauncher.exe" oldschool

start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"
start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"
start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"
start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"
start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"
start "" "java" -jar "C:\Users\%USERNAME%\Desktop\osbot 2.5.80.jar"

 

Edited by Juiced308
  • Heart 1
  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...