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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. This release is a little bit more than a patch, but an overall change to how the Deposit Box API functions. Recently, this component of the API broke due to interface changes. Fortunately, I've been experimenting around a lot with grabbing interfaces dynamically (as seen previously with the Bank API). The conversion to grab interfaces dynamically is very time consuming for each component, however it will ensure the success and longevity of our bot. What does this mean for you as a botter? Minimal interruption of service after an RS update. What does this mean for you as a scripter? Relying on the API to work the first time and every time thereafter without having to create custom methods. Changelog: -Updated Bank dynamic interface id grabber -Added DepositBox dynamic interface id grabber --Added DepositBox method depositInventory() --Added DepositBox method depositWornItems() --Added DepositBox method depositLoot() Expect another update this weekend. The API docs have been updated! Sincerely, -The OSBot Staff
  2. Entity is an interface
  3. You could also click the black "X" button in the upper-left hand corner of the advertisement. It will hide it for a few minutes then re-appear. You can permanently remove all advertisements from the client and forums by purchasing VIP.
  4. Alek replied to Avortex's topic in Community Discussion
    I said it would probably take one or two days, by no means was this a deadline. Although it may seem like I'm always active on here, serious work gets accomplished strictly on the weekends (scripting, writing API, working on the client, server, etc).
  5. Wow that sleep time.
  6. Alek replied to Krewneck's topic in Resolved
    You didn't answer the question. Yes you are using a default profile? Yes you have entered your account details?
  7. Yes. Everything is working just fine-tuning it.
  8. @Verified - Where is the dislike button?
  9. This release is a QoL (quality of life) update that ranges a small but broad spectrum. Below is a quick Q&A of common issues/questions as it pertains to interactions. Q: What does the inventory mis-click handler do? A: The inventory mis-click handler was re-worked this update to only handle destinations that are the same. This means that the event will automatically return as completed if your inventory destination is the same as the selected item in your inventory. Q: Will the inventory mis-click handler deselect my items? A: Not anymore, the scripter will have to account for all inventory situations except for the event described above. Q: InteractionEvent is telling me "Using InteractionEvent Safety Override!". What does this mean? A: According to the API Docs, it means that you are trying to interact with an entity which is not visible and is outside both the cameraThreshold and walkingThreshold. When the safety override is set, it ignores these thresholds. By default: cameraThreshold = 8 walkingThreshold = 24 You may alter these thresholds or the safety override, please refer to the API Docs. Changelog: -Inventory mis-click handler now only checks if destinations match -Added Menu method selectAction(String action) -Updated LogoutTab to grab interfaces dynamically -Removed Combat method getAttackStyle() -Updated Combat deprecated methods to execute new methods, always returns false (this class will be undergoing some changes soon) Have a great Sunday, -The OSBot Staff
  10. You can use a "Default" account.
  11. Use a conditional sleep to wait until the interface is visible.
  12. Working on it right now, re-writing everything from scratch.
  13. This is not a community topic.
  14. This release will hopefully clean up all the miscellaneous errors users have been getting from the new InteractionEvent and WalkingEvent re-writes. The default .interact() method now works, but I still highly suggest using an action (for instance .interact("Use")). This should patch up a majority of scripts. Once again, say thanks to @Maxi for his help with walking. 2.3.17 Release -Patched LocalWalker --Removed energy threshold in LocalWalker; added to WalkingEvent -Updated Menu when interpreting no actions -Patched InteractionEvent --Updated InteractionEvent for additional menu checks --Updated InteractionEvent's inventory mis-click handling -Patched Script Selector list selection with no selected item Happy Botting -The OSBot Staff
  15. Alek replied to lulio's topic in Archive
    There is already a screenshot button
  16. There will be a release later tonight.
  17. Alek replied to Avortex's topic in Archive
    It will take a lot longer than 30 minutes, but definitely possible by Saturday/Sunday.
  18. Alek replied to Avortex's topic in Archive
    Alright alright I'll try working on something this weekend haha.
  19. Alek replied to execlt's topic in Resolved
    Your internet could be a bit slow, it has to re-download RS2.
  20. Post this in the RS bans forum
  21. kWarriors was my most popular script. I'm considering bringing make it again.

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.