Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

OSRS Client

Featured Replies

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 

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

  • Author
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 

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 

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

  • Author
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 

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

 

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!

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.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.