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.

Botre

Members
  • Joined

  • Last visited

Everything posted by Botre

  1. You're wrong, naive not to mention pretentious for thinking you know the whole runescape economy.
  2. Do you seriously think there are no more methods that can yield 300k/h profit without requirements?
  3. They are still 300k(+)/h for one reason: SILENCE
  4. Oh pls, yes you can.
  5. For OSB2 public class DropItems { private final Script script; @SuppressWarnings("unused") private final Bot b; public DropItems(final Script script, final Bot b) { this.script = script; this.b = b; } public void dropAllExcept(ArrayList<String> blacklist) throws InterruptedException { Item[] i = script.inventory.getItems(); for (Item inventoryItem : i) { if (!blacklist.contains(inventoryItem.getName()) && Arrays .asList(inventoryItem.getDefinition().getActions()) .contains("Drop")) { int s = script.inventory.getSlot(inventoryItem); Timer failsafe = new Timer(0L); while (script.inventory.getSlot(inventoryItem) == s && failsafe.getElapsed() < 5000L) { inventoryItem.interact("Drop"); Script.sleep(750); } } if (script.inventory.isItemSelected()) { script.inventory.deselectItem(); } } } }
  6. Botre replied to Botre's topic in Snippets
    Added blacklist to the constructor and added the new F2P worlds to the F2P list
  7. Nvm
  8. Don't use IDs
  9. Meh. It's a cool experience, just because you like doing something doesn't mean you require that very thing in order to have fun or happiness. Except for heroine, heroine IS happiness, stay away from that one :p
  10. It made me feel out of control, like I wasn't living in my own world anymore, fun times.
  11. Snipeeeeeeeeeeeeeeets
  12. Bans are delayed so that you're unable to find out what exactly caused it.
  13. Botre replied to Brainfree's topic in Archive
    Fix le client
  14. Botre replied to what up mum's topic in Spam/Off Topic
    wat
  15. ... OT: PM me your Skype so I can refer potential customers towards you in case my usual "partner" isn't available lel I can't read :p
  16. Pistachio all the way
  17. Botre replied to Jmh44's topic in Spam/Off Topic
    Or you can go the ghetto way and decompile tons of local scripts, steal/learn from other people's scripts. I'm going to get flamed for this^ Come at me brochachos
  18. Botre replied to Jmh44's topic in Spam/Off Topic
    http://proxybay.info/ Lynda.com Java essentials The java noob trifecta
  19. Botre replied to Swizzbeat's topic in Archive
    Lel if you can't handle packages / multiple classes / enums you're just plain bad and shouldn't be scripting anyways
  20. Botre replied to Swizzbeat's topic in Archive
    I'm willing to give a hand after my exams
  21. Much arguments

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.