Skip 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.

Team Cape

Members
  • Joined

  • Last visited

Everything posted by Team Cape

  1. Oh ok. Let me go tell this scumbag who embezzled 5 million dollars from a non-profit organization that she deserves more money for her dutiful work.
  2. He's not jackpot's worker. He was fired for scamming. That's like saying an accountant fired for embezzling should still get his weekly paycheck. What the hell?
  3. he let over $100 of merchandise get scammed.
  4. Step 1 of many to come ;) Good work bro
  5. good catch. would probably take it a step further and just say !foundHide.exists()
  6. firstly, this isn't a tutorial. next time, post in scripting help. secondly, GroundItem foundHide = groundItems.closest("Cowhide"); if(foundHide != null) { long pastHide = inventory.getAmount("Cowhide"); if(foundHide.interact("Take")) { new ConditionalSleep(5000) { @ Override public boolean condition() throws InterruptedException { return !foundHide.exists(); } }.sleep(); if(inventory.getAmount("Cowhide") > pastHide) { paintCounter++; } } }
  7. Problem fixed and uploaded to SDN - It will be on soon (the devs normally get to updates pretty quick) Edit: Also included a walking fix and an interaction fix that will help on all courses
  8. Team Cape replied to adm's topic in Botting & Bans
    private scripts are the way to go
  9. getTabs().open(Tab.values()[random(0, Tab.values().length-1)]); ^ opens a random tab
  10. what? why are you counting freespace? This is all you need to do: GroundItem foundBones = groundItems.closest("Bones"); if(foundBones != null) { long pastBones = inventory.getAmount("Bones"); if(foundBones.interact("Take")) { new ConditionalSleep(5000) { @ Override public boolean condition() throws InterruptedException { return inventory.getAmount("Bones") > pastBones; } }.sleep(); if(inventory.getAmount("Bones") > pastBones) { bonesCollected++; } } } Edit: Also, please never use += 1.
  11. I will look into this. Thanks for reporting
  12. Team Cape replied to otang's topic in Runescape
    Zezima clan chat is always full
  13. Not knowing what '!' means is a pretty hard signal that you don't know much about Java. To be blunt, you need to learn a lot more before you will realistically know what you're doing.
  14. Honestly, I feel as though most of this stuff was already pretty basically known (not sure if this is real tbh). Still a pretty interesting read, though.
  15. Where did you get this from? There are typos, so I don't believe this was any peer-reviewed article on the RS forums.
  16. glad we're on the same side that both america and syria are run by genocidal maniacs
  17. I think I'm gonna apply for CBA too.
  18. people settle, build up their civilization, develop some 'nice stuff'. then that civilization falls in 1 of 2 ways: 1st way: people want that 'nice stuff', so they come in and take it forcefully 2nd way: people on the inside grow discontent with their cushy lives and revolt, inadvertently destroying their civilization completely then the process repeats thats where the saying 'weak men create hard times, hard times create strong men' comes from
  19. You're picking at this analogy really hard m8..
  20. Pollniveach has been re-added! Rellekka and Ardougne coming soon! Edit: Also added untested versions of Rellekka and Ardougne (my account is not yet high enough level). If anyone wants to check those out, feel free to! Also improved interaction efficiency. (Update comes out on SDN soon)
  21. I'm not sure that was a problem with the script bro. Apologies
  22. lol point me to the comment where i said america's foreign policy is good. it's their fault for giving bashar chemical weapons in the first place.

Account

Navigation

Search

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.