Jump 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.

Mirror mode help?

Featured Replies

Hey everyone, I just started using the manager and not sure if I'm using mirror mode properly. 

Currently using java 8, was recommended for mirror mode. In client configurations I have Mirror

mode selected and all other options left default. When a bot starts up it loads everything except 

osrs itself and shows "searching for osrs client to attach to." If i manually start the client everything

seems to work. When I start a group of bots I would wait for all osbot client windows to open and 

once they are searching for osrs client I use some code to open all osrs clients that also allows

me to open more than two osrs clients without any error. Below is the code. By doing it this way are 

my proxies working properly? Should I be using sandboxie? I have never used it before but there 

was a post on here a while ago about it, but i wasn't able to find it. Any advice on this would be 

greatly appreciated. Thanks in advance!

@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
    )
)

 

You must use the legacy jagex launcher for them to hook together, and if you want to use proxies with mirror mode then you must hook proxifier to the actual osrs client not osbot.

Come to discord so we can answer some more questions and help you, the way the questions are worded makes it difficult to help better :feels:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.