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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. Swizzbeat replied to Joseph's topic in Snippets
    There's no reason to have an empty default constructor, and your toString could be a lot cleaner and efficient: @Override public String toString() { final StringBuilder sb = new StringBuilder(super.toString()); return sb.charAt(0) + sb.substring(1).toLowerCase().replace("_", " "); }
  2. Dunno, I forget the exact formula for getting menu destinations.
  3. final Inventory inven = client.getInventory(); for (final Item item : inven.getItems()) { if (item != null && Arrays.asList(item.getDefinition().getActions()).contains("Drop")) { inven.interactWithId(item.getId(), "Drop"); } } Wrote in 5 seconds without IDE.
  4. It's probably throwing an exception since you're invoking #isVisible() on a null instance. Create an RS2Interface object like so: final RS2Interface parent = client.getInterface(469); and do a null check on it before doing any type of interaction/method.
  5. Varrock west for clay!
  6. lol @ ssf
  7. Where is @Peter? And yes he is ex-staff. Legit staff, not cba.
  8. 150+ iterations per script loop. Oh my fucking lel. OT goodluck but I'm 99% sure there's going to be an official OSBot rule added limiting the amount of SSF advertisements
  9. If you're still driving it it's not totaled....
  10. Could you maybe have an option to just reload local scripts? It's annoying having to wait 10 seconds while it connects to the server while I only want to test something out.
  11. I lose all respect for people that boast about their drug use.
  12. Did you post this elsewhere on the site? If not I guess someone else modified it for OS as well, because I have the OS version on my comp.
  13. Swizzbeat replied to Brainfree's topic in Archive
    Fix client it broke
  14. This is Enfilade's from p****bot.
  15. Swizzbeat replied to Nick's topic in Requests
    Nick Took me about an hour to decide on the perfect color so I hope it wasn't for nothing
  16. Swizzbeat posted a topic in Archive
    Scripter has barely ever been active and his last login was one week ago. His rock crabs script ( http://osbot.org/forum/store/product/324-rrockcrabs/ ) has apparently been broken for awhile as well as his shark fisher ( http://osbot.org/forum/topic/25339-rsharks/ ).
  17. Swizzbeat replied to Swizzbeat's topic in Archive
    Well this is OSBot
  18. Swizzbeat replied to Swizzbeat's topic in Archive
    Could you guys add me on Skype if you're willing to help with the SCRIPTING aspect? Add OSSwizzbeat. Also, if this scares you: or you don't even know how to use enums please don't ask to help.
  19. Swizzbeat posted a topic in Archive
    http://osbot.org/forum/topic/51395-swizzbeats-auto-quester/ Looking for people who want to aid in the development of this. I'm looking to expand this to have as many quests as possible, so the more people involved the better. As it is a premium script profits will be split accordingly. People involved: @Swizzbeat @Articron (maybe?)
  20. Mine was O_o nonetheless goodluck
  21. Lol did someone really delete half the posts on here?
  22. I've tried fixing it before but it keeps reverting back O_o

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.