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.

Pseudo

Trade With Caution
  • Joined

  • Last visited

Everything posted by Pseudo

  1. Pseudo replied to zs4yswtf's topic in Snippets
    Makes just as much sense, if not more, to use a 2d array than an enum here..
  2. I'd imagine this is only viable for traversing in the loaded region.
  3. Glad to hear that you'll be having additional users to maintain the API. Surely in regards to the walking, the randomization should be defined by the developer anyway? As each path is different and so ideally the method should take their own values for randomization?
  4. Pseudo replied to Cinct's topic in Gallery
    I like it, it is as you say, clean. Please look into package naming conventions though, hehe.
  5. I think it should have a more structured protocol, as things stand everyone who can get a script on the SDN is a 'script writer'. Even though half of them haven't a clue.
  6. private void dropAll() throws InterruptedException { for (int slot = 0; slot < 28; slot++) { Item item = client.getInventory().getItems()[slot]; if (item == null) continue; client.getInventory().interactWithSlot(slot, "Drop"); } }
  7. There's no need to complicate it as much as you have either. Something like: private boolean eat() { for (Item i : getInventory().getItems()) { if (i != null && Arrays.asList(i.getDefinition().getActions()).contains("Eat")) return getInventory().interact(i.getId(), "Eat"); } return false; } Should work.
  8. Discussing buying a bond on Skype now.
  9. Pseudo replied to Swizzbeat's topic in Archive
    Skype me, Ant.
  10. Apologies, thought I'd modified my post with a link to the modified version, apparently not. Here it is: http://up.ht/Sd5LdL Media:
  11. This is Enfilade's Easel, iirc I modified a version of it to be compatible with the old school client, let me see if I can find it.
  12. Generally clicking an unwalkable tile on the minimap will take you to the nearest walkable one anyway, so I don't see issues rising from this besides in extreme circumstances.
  13. Pseudo replied to Swizzbeat's topic in Snippets
    The final keyword doesn't necessarily make it a constant.
  14. ********as 4got bout lobsters thou
  15. Ok
  16. Fegits
  17. such implication, much innocence
  18. Pseudo replied to Dick's topic in Scripting Help
    I'm not sure where you learnt Java, but I didn't learn it by reading my IDE's shortcut manual.
  19. Sorry Ant, I simply don't have the time to teach you anymore.
  20. Pseudo replied to a post in a topic in Scripting Help
    ?
  21. Pseudo replied to Mikey's topic in Snippets
    Null check pls Ant.

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.