Tka619 Posted November 12, 2020 Share Posted November 12, 2020 is there away to open more than 2? always get error when trying to load a 3rd so i can mirrior mode more than 2 accounts Quote Link to comment Share on other sites More sharing options...
Gunman Posted November 12, 2020 Share Posted November 12, 2020 (edited) 29 minutes ago, Tka619 said: is there away to open more than 2? always get error when trying to load a 3rd so i can mirrior mode more than 2 accounts There's a few different ways but the only one I ever used was clicking on the icon really fast to open a bunch at once. Edited November 12, 2020 by Gunman Quote Link to comment Share on other sites More sharing options...
Tka619 Posted November 12, 2020 Author Share Posted November 12, 2020 15 minutes ago, Gunman said: There's a few different ways but the only one I ever used was clicking on the icon really fast to open a bunch at once. ok thanks ill try that Quote Link to comment Share on other sites More sharing options...
Space Posted November 12, 2020 Share Posted November 12, 2020 You could left click the client once and hold down enter to open a lot in one go and bypass it but you can’t control the amount you can open so be cautious Quote Link to comment Share on other sites More sharing options...
RoundBox Posted November 12, 2020 Share Posted November 12, 2020 (edited) You can create a batch file with code below. Simply open a notepad, paste the below code. save as whateveryouwantocallit.bat Credit to user named "Savior" on another website that cannot be mentioned here Simply double click the batch file, a windows terminal will pop up asking you whether you want to run RS3 or osrs. Type "osrs", hit enter. then type a number of how many clients you want to open, hit enter. @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 ) ) Edited November 13, 2020 by RoundBox Added some more instruction Quote Link to comment Share on other sites More sharing options...
Tka619 Posted November 13, 2020 Author Share Posted November 13, 2020 12 hours ago, RoundBox said: You can create a batch file with code below. Simply open a notepad, paste the below code. save as whateveryouwantocallit.bat Credit to user named "Savior" on another website that cannot be mentioned here Simply double click the abth file, a windows terminal will pop up asking you whether you want to run RS3 or osrs. Type "osrs", hit enter. then type a number of how many clients you want to open, hit enter. @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 ) ) ok going to try this thanks Quote Link to comment Share on other sites More sharing options...
EislerDM Posted November 17, 2020 Share Posted November 17, 2020 Como asi no entiendo On 12/11/2020 at 7:55, RoundBox said: Puede crear un archivo por lotes con el siguiente código. Simplemente abra un bloc de notas, pegue el siguiente código. guardar como lo que quieras llamar .bat Crédito al usuario llamado "Savior" en otro sitio web que no se puede mencionar aquí. Simplemente haga doble clic en el archivo por lotes, aparecerá una terminal de Windows preguntándole si desea ejecutar RS3 u osrs. Escriba "osrs", presione enter. luego escriba el número de clientes que desea abrir, presione enter. @echo apagado : 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 = "Cantidad de clientes:" SET / A amount = "% input%" * 1 SI% cantidad% GTR 0 GOTO RUN GOTO INVALID_AMOUNT : INVALID_GAMETYPE ECHO Entrada no válida GOTO GAMETYPE_SETUP :MONTO INVALIDO ECHO Entrada no válida GOTO AMOUNT_SETUP :CORRER FOR / L %% i IN (1, 1,% amount%) do ( IF / I "% gametype%" == "rs3" ( INICIAR jagex-jav: //runescape.com/jav_config.ws ) más ( INICIAR jagex-jav: //oldschool1.runescape.com/jav_config.ws ) ) Como asi no entiendo bien Quote Link to comment Share on other sites More sharing options...
RoundBox Posted November 17, 2020 Share Posted November 17, 2020 2 hours ago, EislerDM said: Como asi no entiendo Como asi no entiendo bien i'm not sure of the impact translating the code to spanish will have. As for helping you understand better Este es un código para crear un pequeño programa para evitar la restricción del cliente runescape. I have used google translate for that. Hope it helps! Quote Link to comment Share on other sites More sharing options...
EislerDM Posted November 18, 2020 Share Posted November 18, 2020 Si entiendo perfectamente pero como puedo usarlo gratis porque no tengo dinero como para comprar scripts pero queria saber usarlos al maximo y necesito ayuda. Quote Link to comment Share on other sites More sharing options...