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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. Unless they updated it recently nope.
  2. Nope. Literally nothing changes about the object besides the height and ID which is why there's so many people asking about smoking rock detection :p
  3. Considering I'm one of two scripters out of what, 25, that has a free script I'll take that as a compliment.
  4. He really didn't do anything besides use his position to be more active in the market.
  5. Programming is "inserting bloody commands everywhere"... A text editor is essentially notepad with color coded text based on the file type you are working with. A few of them also include some sort of basic intellisense. An IDE on the other hand is like an AIO programming environment where you have (more than often) language compilers, intellisense, plugins, etc.
  6. Why would you ever want a text editor over an IDE? Also, the C(whatever) languages won't get you used to machine level....learn assembly for that.
  7. http://docs.oracle.com/javase/tutorial/uiswing/start/index.html
  8. That looks great! If you could that would be amazing, thanks Would you mind PM'ing me them when you're finished?
  9. Browse the store and make some script logos for me please
  10. Swizzbeat replied to Botre's topic in Spam/Off Topic
    http://www.rune-server.org/runescape-development/rs-503-client-server/informative-threads/227122-landscape-files.html
  11. Swizzbeat replied to Botre's topic in Spam/Off Topic
    No, you can just retrieve cached data from somewhere and use that. It's not resource intensive to find a path if you pre-flag all the nodes. The data you need is already cached on your computer anyway, hence why @PolishCivil could make things like this: I should point out that the above would be used for web walking, and not pathfinding along every single tile based on collision data.
  12. Swizzbeat replied to Botre's topic in Spam/Off Topic
    Err the entire map?
  13. Swizzbeat replied to Botre's topic in Spam/Off Topic
    The only thing this data does is allow you to find a path/position in your current region.
  14. Swizzbeat replied to Botre's topic in Spam/Off Topic
    Well with web walking you wouldn't need map data as all the nodes are predefined with their own edges. This would be more of a global pathfinder to construct a path from point A to B using (obviously) the collision flags.
  15. Swizzbeat replied to Botre's topic in Spam/Off Topic
    Now get all map data.
  16. I have had over 3 times that on just one of my OSB1 scripts. The beautiful thing was, they didn't have to build a script each time they wanted to bot.
  17. Disgusting.
  18. The Robot class generates native events, so even if it did work you wouldn't want to be using it. The reason you're not seeing anything happen is because I guarantee that you have user input disabled. Every native event sent to the applet is first checked by the bot itself and only allowed through if user input is enabled, else it will just be consumed. Look at the BotKeyEvent class in the API, you should be sending those.
  19. You could send events manually.
  20. Welcome to OSBot
  21. If you're making a quester use VARPS. If not you need to grab the interface child and call the #getMessage() method.

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.