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.

Checking xp

Featured Replies

How would i go about on checking xp on a certain skill i.e Hovering over fishing?

The way I did it was I made the bot open the skills tab and move the mouse to a rectangle that I declared. Half of the bots with any antiban are already using it so I might as well give it to you.

 

 

 

def SKILLAREA = new RectangleDestination(new Rectangle(X, Y, WIDTH, HEIGHT)) 

 

Then somewhere in your code....

 

 

    int checkExp() {        log("Checking  EXP.")        if (currentTab() != Tab.SKILLS){            openTab(Tab.SKILLS)            sleep(1000+ gRandom(300, 50))            client.moveMouseTo(SKILLAREA, false, false, false)            sleep(5000 + gRandom(300, 50))            openTab(Tab.INVENTORY)            state = State.IDLE        }        return 500 + gRandom(200, 300)    } 

 

Now whenever you want it to check exp....

 

 

 

if (random(50) == 0 && Blah blah blah()) {            checkExp()} 

 

Guest
This topic is now closed to further replies.

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.