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.

Valid

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Valid

  1. Solved: ScriptManifest location. For those that ever run into this problem. Your ScriptManifest goes here:
  2. I feel a bit embarassed to ask this, but I've tried every JDK possible. Currently using JDK 8 from Oracle as that's the recommended one. I went from having these errors with JDK 17 to "Script list refreshed and loaded 33 scripts." But the script itself is not showing up. It's almost as if there was a check somewhere to enable Local Scripts.. it would load. I've also tried a completely empty script:
  3. Old topic, but for those looking for an updated solution as InventorySlotDestination is deprecated. This worked for me: public void moveInvItem(int from, int to) { if (from < 0) return; Rectangle toRec = getInventory().getSlotBoundingBox(to); RectangleDestination rectDest = new RectangleDestination(getBot(), getInventory().getSlotBoundingBox(getInventory().getSlot(from))); getMouse().continualClick(rectDest, new Condition() { public boolean evaluate() { if (toRec.contains(getMouse().getPosition())) return true; getMouse().move(new RectangleDestination(getBot(), toRec)); return false; } }); new ConditionalSleep(1200) { @Override public boolean condition() throws InterruptedException { return getInventory().getSlot(from) == to; } }.sleep(); }
  4. Discord not found. Valid#0891 - 115489734435799043 Add me.
  5. Also, would this fix just occur at some time, or do I have to scrap all my world hopping bots until 2.5.81? @Patrick
  6. Could very well be the issue, as doing it manually it just works and all, with that being said. It should work on Stealth Injection in that case. Thanks for your input, hope to see it fixed.

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.