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.

Kristoffer OSBot

Members
  • Joined

  • Last visited

Everything posted by Kristoffer OSBot

  1. A priority system would be a good addition to this, other than that, nice snippet.
  2. There's no need to use an array there because there's only 1 string in it. Just use a string instead of an array. You should also null check that widget.
  3. OSBot's API documentation can be found here: http://osbot.org/api/
  4. Here's an example (you should add null checks of course): if (!getInventory().isItemSelected()) { getInventory().getItem("Item1").interact("Use"); } else { if (getInventory().getSelectedItemName().equals("Item1")) { getInventory().getItem("Item2").interact("Use"); } else { getInventory().deselectItem(); } }
  5. There are interact methods in the ItemContainer class.
  6. This is a dynamic (aka conditional) sleep: http://osbot.org/api/org/osbot/rs07/utility/ConditionalSleep.html
  7. Thanks guys.
  8. My name is Kristoffer and I'm a 20 year old guy from Belgium. I love programming, I've made a few scripts, public as well as private, for a few other clients before and I'm planning to do the same here. I also recently got into goldfarming, trying to expand my knowledge on that subject as well. I also plan to contribute in various ways such as writing tutorials, helping people on the forums, through the chatbox and other means, and of course, writing scripts. I hope I can expand my programming and goldfarming knowledge here, make some friends and contribute in various ways. Thanks for reading, Kristoffer

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.