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.

q600

Members
  • Joined

  • Last visited

  1. Update your library, run the script, and fix what goes wrong (if anything).
  2. q600 replied to q600's topic in Money Making
    Re download, update 1.1 pushed
  3. q600 replied to q600's topic in Money Making
    You need coins in inventory, and hides in bank. works fine for me, will look into it when I’m home
  4. Learn how to write your own scripts, look into a bot management system, and if you’re Botting F2P be prepared to use a LOT of accounts. Remember, nothing comes for free, you will have to invest into your project.
  5. The system flags you, and then Jagex staff review and make the final call, so it doesn’t matter when you bot, or even how “safely” you bot, eventually you will get banned (I had an old username login that I botted probably 12-15 hours total on, it got banned almost one year later)
  6. q600 posted a topic in Money Making
    Tans cowhides in Al-Kharid, start anywhere with coins in inventory! Post proggies and comments/criticism below! If fully intend on updating this script, so tell me what features you want added! q600's Tanner.jar
  7. q600 changed their profile photo
  8. Yes, good catch there, and what I mean is that the script wont even start, I don't even get a chance to pause or stop it
  9. Trying to create a basic script to, chop, and the burn the whole inventory of logs. when I use this code, the script wont even start, but if I remove the burnLogs method, it runs fine? also cannot for the life of me figure out how to how the next tree, not asking to be spoonfed, but if someone wants to hop on discord and help me out that would be great! void cutTree() { if(!getInventory().isFull()) { if(!myPlayer().isAnimating() && tree != null) { tree.interact("Chop Down"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } } void burnLogs() { if (!"Tinderbox".equals(getInventory().getSelectedItemName())) { if (getInventory().isItemSelected()) { getInventory().deselectItem(); } else { getInventory().interact("Use", "Tinderbox"); } } else if (getInventory().getItem("logs").interact()) { new ConditionalSleep(2000) { @Override public boolean condition() throws InterruptedException { return !myPlayer().isAnimating(); } }.sleep(); } }

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.