Welcome!

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

Sign up now!

OSRS Launch X10 Clients 1 Click

Was this thread helpful?

  • Yes

    Votes: 0 0.0%
  • No

    Votes: 0 0.0%

  • Total voters
    0
  • Poll closed .
Script Manager
Joined
Apr 11, 2018
Messages
25
Some people are having troubles running or launching more than 2 clients..
If you are here is an easy fix

I just made it last night. It's a .bat file that I launch from my Desktop and it opens x10 OSRS Clients at once.
Loads them all and they are ready to link to my RuneMate


1st) Create a .bat File (You can create one by creating a new text doc or wordpad doc)
8vfyzjK.png


Now you have an empty text file on your Desktop. If you do not know how to make a file from text to .bat simply follow this photo and the two photos at the end.
If you made your .bat file go to Step 3>

2)Open your text file with Word Pad
W7OkwyB.png


3) Enter the TARGET Path File from your OSRS File(Copy this Target to Your .Bat)
OtWMvS8.png


4)When you have the path copied to your .bat file It should look something like this
(Different path BUT you MUST HAVE other commands to start and end)
9NcAjdl.png


5)Save as a .bat file
pS4ys5d.png


LpL3FHV.png


Now you can click once and launch all of your clients.
GxmvMU8.png
 
Last edited:
Joined
Jul 27, 2017
Messages
6
Nice! Is there any way how I can add it to open the clients with a specific IP? Currently, I am manually opening them with proxifier, but can't get past the limit by doing it.
 
Joined
Mar 23, 2018
Messages
97
Code:
@echo off
FOR /L %%M IN (1, 1, 10) DO (
   start *Insert your path*
)
exit

That's the condensed .BAT file that uses a loop instead of 10 lines of the same code. Easier to modify how many windows you want opened. Just change the 10 into however many you want to use.
 
Top