1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

OSRS Launch X10 Clients 1 Click

Discussion in 'Guides' started by VirtualEyez, Sep 29, 2018.

?

Was this thread helpful?

Poll closed Oct 29, 2018.
  1. Yes

    0 vote(s)
    0.0%
  2. No

    0 vote(s)
    0.0%
  1. VirtualEyez

    VirtualEyez Script Manager

    Joined:
    Apr 11, 2018
    Messages:
    25
    Likes Received:
    6
    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)
    [​IMG]

    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
    [​IMG]

    3) Enter the TARGET Path File from your OSRS File(Copy this Target to Your .Bat)
    [​IMG]

    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)
    [​IMG]

    5)Save as a .bat file[​IMG]

    [​IMG]

    Now you can click once and launch all of your clients.
    [​IMG]
     
    #1 VirtualEyez, Sep 29, 2018
    Last edited: Sep 29, 2018
    Dark Frost likes this.
  2. Keef666

    Joined:
    Jul 27, 2017
    Messages:
    6
    Likes Received:
    0
    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.
     
  3. 0PrivacyMatter0

    Joined:
    Sep 24, 2017
    Messages:
    261
    Likes Received:
    49
    Thank you, very useful, did it for 5 instead.
     
  4. Dark57

    Joined:
    Mar 23, 2018
    Messages:
    97
    Likes Received:
    29
    Code (Text):
    1. @echo off
    2. FOR /L %%M IN (1, 1, 10) DO (
    3.    start *Insert your path*
    4. )
    5. 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.
     
  5. Youngcb

    Joined:
    Apr 17, 2017
    Messages:
    5
    Likes Received:
    0
    How to i make the .bat load different proxies?
     

Share This Page

Loading...