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.

syyfilis

Trade With Caution
  • Joined

  • Last visited

  1. Haven't heared of this method, how does it work? What does it do?
  2. Thank you, seems like i read the api a little bit wrong and was wrong on the syntax side.
  3. Hello, for some reason my localWalker.walkPath(pathToBank); just stops after 4th checkpoint. What might be the reason? Here is the code? Position[] pathToBank = new Position[14]; public void initPathToBank(){ pathToBank[0] = new Position (3215,3260,0); pathToBank[1] = new Position (3216,3257,0); pathToBank[2] = new Position (3216,3252,0); pathToBank[3] = new Position (3219,3245,0); pathToBank[4] = new Position (3221,3241,0); pathToBank[5] = new Position (3224,3237,0); pathToBank[6] = new Position (3230,3231,0); pathToBank[7] = new Position (3232,3221,0); pathToBank[8] = new Position (3225,3217,0); pathToBank[9] = new Position (3219,3245,0); pathToBank[10] = new Position (3219,3218,0); pathToBank[11] = new Position (3214,3217,0); pathToBank[12] = new Position (3215,3211,0); pathToBank[13] = new Position (3219,3245,0); pathToBank[14] = new Position (3209,3209,0); pathToBank[15] = new Position (3206,3209,0); } public void onStart(){ initPathToBank(); } public int onLoop throws InterruptedException(){ localWalker.walkPath(pathToBank); localWalker.waitUntilIdle(); }

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.