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.

scape

Members
  • Joined

  • Last visited

Everything posted by scape

  1. scape replied to Speakmore's topic in Archive
    Feedback is used to determine if a member is trustworthy, by giving somebody feedback for helping with something there is no risk involved at all. I don't see why you would do this it completely ruins the point
  2. Thanks for informing me will be fixed today Today's updates will be: Bare hand fishing Fix for fishing guild for sharks Fixed banking
  3. scape posted a topic in Archive
    Some signature images by some users have girls that are inappropriate. Now before you ask me if I'm 12, no I'm not but I don't want to go onto every thread and see some half naked girl shaking her butt. Does anyone agree?
  4. scape replied to Hero's topic in Archive
    bump?
  5. This is a GREAT update. Thank you for this.
  6. I AM AWARE OF THE BANKING ISSUE!!! THANKS EVERYBODY
  7. scape replied to plasm800's topic in Archive
    Since you can't figure out what happened and had to post a thread on how this happened, it's quite likely that you downloaded some key logger or rat unknowingly, think back to what you did the last week and you can probably figure it out. It's not the bot
  8. Great update
  9. This is a free script so I won't be trying my hardest to make everything perfect. There are some problems that I will try to address and fix in the next couple of days, don't expect updates until friday/saturday though.
  10. Next update will include hand fishing
  11. Edgeville banking is bugged due to the API walking abilities.
  12. scape replied to Maxi's topic in Releases
    I think you didn't upload it right.
  13. scape replied to Smart's topic in Spam/Off Topic
    yay woohooo
  14. and you have 7 posts.
  15. scape replied to Gojira's topic in Spam/Off Topic
    Just delete it I guess I forgot what it was about
  16. scape replied to Gojira's topic in Spam/Off Topic
    Uh weird idk what happened to my topic but it disappeared.
  17. 2.4 blackops
  18. scape replied to Brett's topic in Archive
    Inb4rune-serverpeople post their rsps On topic have you tried soul split? It's big last time I checked
  19. scape replied to Brett's topic in Archive
    Wow, that's crazy. Sorry dude
  20. scape replied to Laz's topic in Releases
    how so?
  21. To find the id to pickup an arrow
  22. final int[] arrowids = { 882, 884, 886, 888, 890, 892, 863, 864, 865 };public int arrowid; void findarrowid() { Player player = client.getMyPlayer(); if (arrowid < 800) { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); NPC attackables = closestNPC(attackable); for (GroundItem g : list) { for (int i : arrowids) { if (attackables != null) { if (player.isUnderAttack() && g.getPosition().distance( player.getPosition()) == 1 && i == g.getId()) { arrowid = g.getId(); log("Arrow id is now " + arrowid + "!"); } } } } } } Pickup method: void pickup() { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); for (GroundItem g : list) { if (g.getId() == arrowid) { try { if (g.getPosition().distance(player.getPosition()) <= 2 && !player.isMoving()) { selectEntityOption(g, "Take"); sleep(random(3000)); } } catch (Exception e) { } } } }
  23. I don't think I've ever had so much love for somebody I've never met thank you

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.