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.

dreameo

Scripter II
  • Joined

  • Last visited

Everything posted by dreameo

  1. dreameo replied to dreameo's topic in Snippets
    I'm not aiming for the SDN, however, it is allowed. IS NOT ALLOWED: Which does not apply
  2. dreameo replied to dreameo's topic in Snippets
    The purpose of sleep is to avoid instantaneous reaction. Otherwise, explain your reasoning. The behavior of the method is to interact, not check. As mentioned, overloading is doable.
  3. dreameo posted a topic in Snippets
    Didn't see an interact method between item and entity. Here's an example (can overload to accept String) : Does not check for item Does not check for entity returns true on interaction between item and entity
  4. enable logger, try loading script and (take a pic of logger results)
  5. getCamera().toEntity(treeObject)
  6. Learn java, it'll help but making a bot requires mainly boolean logic.
  7. Yeah, there will be a lot of methods that you use often, keep them clean and separate. Reduces code duplication and makes life easier. Ex: a timer class
  8. It's a good solution, just be clear on how you write it so you don't get confused later (variable naming). time variables have to be global. private boolean idleFor(int millis){ if(myPlayer().isAnimating() || myPlayer.isMoving()) { timeSinceAction = System.currentTimeMillis(); } else { timeSinceIdle = System.currentTimeMillis(); } return timeSinceAction + millis < timeSinceIdle; }
  9. dreameo replied to Redfr3sh's topic in Scripting Help
    Have you tried using widgets?
  10. Activate the logger and see what the logs say.

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.