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.

roguehippo

Members
  • Joined

  • Last visited

Everything posted by roguehippo

  1. hey there forums, I was just wondering if it would be possible to check the amount of grounditems in a stack. like arrows on the ground. then pick them up if the stack is greater than a number. i tried : GroundItem loot = getGroundItems().closest(g.item); log("test1"); if(loot.getAmount() > 3 && (!inventory.isFull() || inventory.contains(g.item))) { log("test2 in if statement"); loot.interact("Take"); sleep(random(800,1000)); } -------- and the "loot.getamount() > 3" always made my code crash.
  2. when i use this it just sits there with the mouse hovering over a random tile.. my mistake, i didnt have the client in fixed mode. this script is amazing, the mouse movements are great, it drops ores when both the rocks are mined out. it is amazing at first glance

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.