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.

nickeb0i

Members
  • Joined

  • Last visited

Everything posted by nickeb0i

  1. I gotta check it out
  2. I'm interested.
  3. Did you add it in C:\Users\Username\OSBot\scripts?
  4. nickeb0i replied to Stitch's topic in Archive
    Nice bror!
  5. Thanks mate! Thank you!
  6. Thanks bro, appreciate it!
  7. BoltMaker Uses feathers with any unf bolts to make bolts. Supports Bronze bolts (unf), Iron bolts (unf), Steel bolts (unf), Silver bolts (unf), Mithril bolts (unf), Adamant bolts (unf), Runite bolts (unf), Unfinished broad bolts Download PM me if you find any bugs or if something isn't working.
  8. nickeb0i replied to nickeb0i's topic in Resolved
    Alright, thanks MGI.
  9. nickeb0i replied to nickeb0i's topic in Resolved
    I'm using getWalking().webWalk(WCAREA1.getRandomPosition());
  10. nickeb0i posted a topic in Resolved
    I get this error [iNFO][bot #1][01/20 07:40:25 em]: WebWalkingEvent; Could not execute! next = Walk => [x=3013, y=3332, z=0]; ready = { [] } when trying to walk this area Area(3022, 3314, 3018, 3318)
  11. I don't want one but thank you for doing things like this
  12. Thank you so much Now it works, just gonna figure out how to do a walking path and a GUI.
  13. Thank you, how do I fix this case FISH: Entity spot = objects.closest("Fishing spot"); if (spot != null) { inventory.interact("Use", "Small Fishing Net"); if (inventory.isItemSelected() == true) spot.interact(); } so it recognizes fishing spot as a NPC?
  14. Thank you very much, been looking for this
  15. It doesn't even get to the point where it should go to the fishing spot and fish?
  16. Are you sure? I think you mean if it's in a range within the minimap?
  17. Hello I'm new around here and I'm trying to learn how to script. I want to give something to the community but I have to learn to code first ;) My problems: I have to have a small fishing net in my inventory or it wont open bank and get one If I have a small fishing net it opens bank then closes then opens and continues like that private enum State { FISH, BANK, WAIT }; private State getState() { Entity stall = objects.closest("Fishing spot"); if (inventory.isEmpty() && !inventory.contains("Small fishing net")) return State.BANK; if (stall != null && inventory.contains("Small fishing net")) return State.FISH; return State.WAIT; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case FISH: Entity spot = objects.closest("Fishing spot"); if (spot != null) { inventory.interact("Use", "Small Fishing Net"); if (inventory.isItemSelected() == true) spot.interact(); } break; case BANK: Entity bank = objects.closest("Bank booth"); if (!inventory.contains("Small fishing net")) getBank().withdraw("Small fishing net", 1); if (bank != null) { bank.interact("Bank"); sleep(random(500, 700)); getBank().depositAllExcept("Small fishing net"); } break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); }

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.