Jump to content

[GUIDE] How to open 2+ RS clients (Unable to create advertising Error fix)


skillerkidos1

Recommended Posts

c3eaf69438da54ee1017c20cac9dad5a.png

To Avoid that ^

1) Open notepad

2) Paste this

@echo off
 
 
:GAMETYPE_SETUP
SET /P gametype="Gametype (rs3/osrs): "
IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
GOTO INVALID_GAMETYPE
 
 
:AMOUNT_SETUP
SET /P input="Amount of clients: "
SET /A amount="%input%"*1
IF %amount% GTR 0 GOTO RUN
GOTO INVALID_AMOUNT
 
 
:INVALID_GAMETYPE
ECHO Invalid input
GOTO GAMETYPE_SETUP
 
:INVALID_AMOUNT
ECHO Invalid input
GOTO AMOUNT_SETUP
 
 
:RUN
FOR /L %%i IN (1, 1, %amount%) do (
    IF /I "%gametype%" == "rs3" (
        START jagex-jav://runescape.com/jav_config.ws
    ) else (
        START jagex-jav://oldschool1.runescape.com/jav_config.ws
    )
)

 

3) Save as NAME.bat

4) Run the .bat

5) Type in OSRS and hit enter

6) Put in number of clients you want open and hit enter

7) Profit??

 

I cant find who originally posted this but I keep seeing people asking how to do it. :)

Edited by skillerkidos1
added in step 5 and 6 lmao
  • Like 4
Link to comment
Share on other sites

  • skillerkidos1 changed the title to How to open 2+ RS clients (Unable to create advertising Error fix)
  • 4 weeks later...
  • 4 weeks later...
  • 3 months later...
  • 1 month later...
  • 4 months later...
  • 4 weeks later...
  • 4 weeks later...
  • 1 month later...
On 5/1/2021 at 2:22 AM, skillerkidos1 said:

c3eaf69438da54ee1017c20cac9dad5a.png

To Avoid that ^

1) Open notepad

2) Paste this

@echo off
 
 
:GAMETYPE_SETUP
SET /P gametype="Gametype (rs3/osrs): "
IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
GOTO INVALID_GAMETYPE
 
 
:AMOUNT_SETUP
SET /P input="Amount of clients: "
SET /A amount="%input%"*1
IF %amount% GTR 0 GOTO RUN
GOTO INVALID_AMOUNT
 
 
:INVALID_GAMETYPE
ECHO Invalid input
GOTO GAMETYPE_SETUP
 
:INVALID_AMOUNT
ECHO Invalid input
GOTO AMOUNT_SETUP
 
 
:RUN
FOR /L %%i IN (1, 1, %amount%) do (
    IF /I "%gametype%" == "rs3" (
        START jagex-jav://runescape.com/jav_config.ws
    ) else (
        START jagex-jav://oldschool1.runescape.com/jav_config.ws
    )
)

 

3) Save as NAME.bat

4) Run the .bat

5) Type in OSRS and hit enter

6) Put in number of clients you want open and hit enter

7) Profit??

 

I cant find who originally posted this but I keep seeing people asking how to do it. :)

<3

 

Link to comment
Share on other sites

  • 5 months later...
  • skillerkidos1 changed the title to [GUIDE] How to open 2+ RS clients (Unable to create advertising Error fix)
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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