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. Correct - just as a reminder carefully go over the updated script rules.
  2. Yes, I said directly in the guide:
  3. You have been very rude because you keep using my name and I don't process them. A more appropriate question would have been "how long does it take to process a git request".
  4. The client will only display that error on a new bot startup, before any scripts are allowed to load, and only if SocketException is thrown.
  5. It's not a static web walker like the other bots, it loads all the map information and generates the routes dynamically. Some obstacles are automatically handled, others we write manual links for.
  6. Your understanding of Entity is not correct. An entity is not a representation, it's a reference to the generic object in game. This means when the entity is destroyed, so is the reference. When a new entity is created, so is a new reference. This is not so readily apparent because in Java everything is a value, and there is no way to represent a reference. Also an Entity is an interface between all the entities, ensure you arent object slicing if you are storing the object as an entity versus NPC, RS2Object, etc. I italicized some key words that you can Google if you need a further explanation.
  7. Alek posted a topic in Releases
    Changelog: -All home teleports are supported in Magic API -Reverted LUMBRIDGE_HOME_TELEPORT spell -ARCEUUS_HOME_TELEPORT pending change to HOME_TELEPORT -Added 3 new prayer spells to Prayer API Thanks to: @Chris and @Fruity
  8. Alek replied to Sensational's topic in Resolved
    You should probably hide the ip since there are 11 year olds on this website. Also you didn't really give any information.
  9. Alek replied to liverare's topic in Snippets
    I'm flattered that you think I wrote OSBot 2 form scratch.
  10. They are both incredibly high level languages, not sure why it would make any difference. O(n) would be simplest, just putting the string to a char array then adding from each occurrence in the Dictionary (map?). I'm sure there is a BST way which is O(n log n).
  11. Alek posted a topic in Spam/Off Topic
    https://i.imgur.com/6rWN8Xl.mp4
  12. Alek replied to Pixxel's topic in Botting & Bans
    You should still have access to the script. If you no longer have access please message me or Maldesto.
  13. All true statements, if you really need money you're better off getting a minimum wage job. If you know programming very well, then you can save on some costs. If you don't know any programming, you're very likely to lose out.
  14. If you are using a 4k monitor, then don't.
  15. Moo

    Alek posted a topic in Spam/Off Topic
    https://i.imgur.com/OHSnDae.mp4
  16. This file has existed for many years, if it was used for bans before then its not used anymore.
  17. Alek posted a topic in Releases
    Changelog: -Improved bit logic behind Bank methods withdraw/swap modes -Removed index identifier from Spells -Updated Magic API, not reliant on static ids --Zach patched getSpellName() hook
  18. Not compatible with Java 9.
  19. Is it spamming null pointer a lot? If so you have to stop the script instantly and scroll all the way up to the original stack trace, which is what I suspect is happening.
  20. Please don't troll here, we have a SPAM section for troll posts. Not sure how that solves his problem. Conditional sleeping is working on other scripts, so it must be something wrong. @HunterRS Post the stack trace/error
  21. It's open source, not sure why you would decompile it lol. Thanks at OP for credits.
  22. Good luck on your road to $900.
  23. Read above lol

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.