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.

Acerd

Members
  • Joined

  • Last visited

Everything posted by Acerd

  1. where have you been you fucker
  2. you may have paid with an e-check
  3. Acerd replied to Acerd's topic in Spam/Off Topic
    honestly remove it my eyes hurt cause of this cancer
  4. Acerd posted a topic in Spam/Off Topic
    THANK YOU IN ADVANCE
  5. 7m if i was still doing fire capes
  6. java conventions
  7. weebs > you
  8. Nice script , however you should remove the melee prayer support as it will instantly hit when it animates unlike magic and ranged attacks , or make it camp on Melee when in melee range.
  9. still probably more trusted than you are
  10. Oops! Something went wrong! [#CJOIN-0]There was an error connecting with the chat room. Please notify an administrator. Need Help? Our help documentation Contact the community administrator plz help
  11. whats "players"? try using getInventory().contains(FOOD)
  12. Acerd replied to Sky's topic in Spam/Off Topic
    stop bumping this bump
  13. me want even tho no play
  14. no1 knows lol but yes they do remove accounts
  15. I win. (67kb/sec) a speedtest which didnt manage to finish upload is the same
  16. use a walkingevent WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setEnergyThreshold(50); execute(walkingEvent); this will start using run when it has 50% energy or you can use a webwalkevent to simply disable run: WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.disableRun(); execute(webWalkEvent); not really sure if these are what you wanted but they could work for you walkingevent: http://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html webwalkevent: http://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html edit: as for walking to the exact tile , you can use do: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); execute(walkingEvent); or WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return position.contains(myPlayer()); } }); execute(webWalkEvent);
  17. damn i couldve been in op if i didnt resign anyways happy 3 years , i will not be partaking in the giveaway as i do not even have facebook (i h8 social media in general) , it'll almost be 3 years that ive been a member of osbot as well (june)
  18. this, or: inventory.interact(action, item);
  19. "If you know what I mean"
  20. He has nothing to lose anyways.

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.