skillerkidos1 Posted May 1, 2021 Share Posted May 1, 2021 (edited) 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 September 21, 2023 by skillerkidos1 added in step 5 and 6 lmao 4 Quote Link to comment Share on other sites More sharing options...
EgoLiberation Posted May 1, 2021 Share Posted May 1, 2021 gudgide Thanks boi Quote Link to comment Share on other sites More sharing options...
hidden arrow Posted May 1, 2021 Share Posted May 1, 2021 Wow Man Thank you So much! Quote Link to comment Share on other sites More sharing options...
RockyRheels Posted May 25, 2021 Share Posted May 25, 2021 this guy https://www.*****.com/community/threads/bypass-unable-to-create-advertising-error.10937/ Quote Link to comment Share on other sites More sharing options...
HeroReborn Posted May 27, 2021 Share Posted May 27, 2021 what do this? erase the limitation or open a lot? Quote Link to comment Share on other sites More sharing options...
Gam Posted June 19, 2021 Share Posted June 19, 2021 Thanks, might use this since I've been getting this error. 1 Quote Link to comment Share on other sites More sharing options...
airess Posted December 9, 2021 Share Posted December 9, 2021 (edited) . Edited May 12, 2022 by airess 1 Quote Link to comment Share on other sites More sharing options...
Spooney Posted December 9, 2021 Share Posted December 9, 2021 Great to know this information, thank you pal. 1 Quote Link to comment Share on other sites More sharing options...
SlurepieeG Posted January 19, 2022 Share Posted January 19, 2022 Thanks for that! Quote Link to comment Share on other sites More sharing options...
luckyluuk23 Posted June 2, 2022 Share Posted June 2, 2022 Thanks for this! How comes this is happening out of the blue? Any idea? Quote Link to comment Share on other sites More sharing options...
takeovertheworld Posted June 26, 2022 Share Posted June 26, 2022 still a life saver is 2022 Quote Link to comment Share on other sites More sharing options...
God of Sheep Posted July 19, 2022 Share Posted July 19, 2022 uber based Quote Link to comment Share on other sites More sharing options...
telecomhoover Posted August 26, 2022 Share Posted August 26, 2022 On 5/1/2021 at 2:22 AM, skillerkidos1 said: 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. Quote Link to comment Share on other sites More sharing options...
Lm4 f0r c4k3 Posted January 28, 2023 Share Posted January 28, 2023 stil got this error after following the steps running it mirror mode Quote Link to comment Share on other sites More sharing options...
usd Posted November 6, 2023 Share Posted November 6, 2023 (edited) I did this and was hit with a perma ban on a 2yr strong clean main account instantly. Damn. Edited November 7, 2023 by usd Quote Link to comment Share on other sites More sharing options...