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.

DidYouSeeMyShoes

Members
  • Joined

  • Last visited

  1. I just started programming about 10 days ago (3~ days into OsBot), so I don't understand a lot of the stuff in the API (how to use conditional sleeps, or classes in general). Is there a way I can add a sleep condition to this to sleep until storeSlot[j] != null, the condition for continual click is true, or literally anything to pause it that isn't sleep(xxxx)? if (iLoop && jLoop) { InventorySlotDestination emptySlot = new InventorySlotDestination(getBot(), storeSlot[i]); InventorySlotDestination fullSlot = new InventorySlotDestination(getBot(), storeSlot[j]); getMouse().continualClick(fullSlot, new Condition() { @Override public boolean evaluate() { getMouse().move(emptySlot, true); return getInventory().getMouseDestination(i).getBoundingBox().contains(getMouse().getPosition()); } }); }

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.