Jump to content

OSRS Client


Recommended Posts

Posted (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 by Gunman
Posted (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.

 

 

  1. @echo off
  2.  
  3.  
  4. :GAMETYPE_SETUP
  5. SET /P gametype="Gametype (rs3/osrs): "
  6. IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
  7. IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
  8. GOTO INVALID_GAMETYPE
  9.  
  10.  
  11. :AMOUNT_SETUP
  12. SET /P input="Amount of clients: "
  13. SET /A amount="%input%"*1
  14. IF %amount% GTR 0 GOTO RUN
  15. GOTO INVALID_AMOUNT
  16.  
  17.  
  18. :INVALID_GAMETYPE
  19. ECHO Invalid input
  20. GOTO GAMETYPE_SETUP
  21.  
  22. :INVALID_AMOUNT
  23. ECHO Invalid input
  24. GOTO AMOUNT_SETUP
  25.  
  26.  
  27. :RUN
  28. FOR /L %%i IN (1, 1, %amount%) do (
  29.     IF /I "%gametype%" == "rs3" (
  30.         START jagex-jav://runescape.com/jav_config.ws
  31.     ) else (
  32.         START jagex-jav://oldschool1.runescape.com/jav_config.ws
  33.     )
  34. )
Edited by RoundBox
Added some more instruction
Posted
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.

 

 

  1. @echo off
  2.  
  3.  
  4. :GAMETYPE_SETUP
  5. SET /P gametype="Gametype (rs3/osrs): "
  6. IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
  7. IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
  8. GOTO INVALID_GAMETYPE
  9.  
  10.  
  11. :AMOUNT_SETUP
  12. SET /P input="Amount of clients: "
  13. SET /A amount="%input%"*1
  14. IF %amount% GTR 0 GOTO RUN
  15. GOTO INVALID_AMOUNT
  16.  
  17.  
  18. :INVALID_GAMETYPE
  19. ECHO Invalid input
  20. GOTO GAMETYPE_SETUP
  21.  
  22. :INVALID_AMOUNT
  23. ECHO Invalid input
  24. GOTO AMOUNT_SETUP
  25.  
  26.  
  27. :RUN
  28. FOR /L %%i IN (1, 1, %amount%) do (
  29.     IF /I "%gametype%" == "rs3" (
  30.         START jagex-jav://runescape.com/jav_config.ws
  31.     ) else (
  32.         START jagex-jav://oldschool1.runescape.com/jav_config.ws
  33.     )
  34. )

ok going to try this thanks 

Posted

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.

 

 

  1. @echo apagado
  2.  
  3.  
  4. : GAMETYPE_SETUP
  5. SET / P gametype = "Gametype (rs3 / osrs):"
  6. IF / I "% gametype%" == "rs3" GOTO AMOUNT_SETUP
  7. IF / I "% gametype%" == "osrs" GOTO AMOUNT_SETUP
  8. GOTO INVALID_GAMETYPE
  9.  
  10.  
  11. : AMOUNT_SETUP
  12. SET / P input = "Cantidad de clientes:"
  13. SET / A amount = "% input%" * 1
  14. SI% cantidad% GTR 0 GOTO RUN
  15. GOTO INVALID_AMOUNT
  16.  
  17.  
  18. : INVALID_GAMETYPE
  19. ECHO Entrada no válida
  20. GOTO GAMETYPE_SETUP
  21.  
  22. :MONTO INVALIDO
  23. ECHO Entrada no válida
  24. GOTO AMOUNT_SETUP
  25.  
  26.  
  27. :CORRER
  28. FOR / L %% i IN (1, 1,% amount%) do (
  29.     IF / I "% gametype%" == "rs3" (
  30.         INICIAR jagex-jav: //runescape.com/jav_config.ws
  31.     ) más (
  32.         INICIAR jagex-jav: //oldschool1.runescape.com/jav_config.ws
  33.     )
  34. )

Como asi no entiendo bien

 

Posted
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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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