Jump 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.

Karmik

Members
  • Joined

  • Last visited

  1. I hate how the mouse operates in osbot. Setting the speed down to 4 doesn't do anything. And if the change in x or y is less than 10 pixels, the mouse will teleport instead of slide to it's destination. Seriously, just let me manually instruct it with my own code. I hate being limited by the api in this case. For instance, when I use object.Interact("Attack") you know what happens? The bot clicks the minimap, regardless of whether the object is visible or not, then teleports to right click the npc and initiates the attack. Every.single.time.
  2. What the guy above me said. If you want to check things once, either set the variable to something it wouldn't be possible to reach when checked through the loop, or use a boolean to lock the if statement forever once the code is run. int startXP = -1; public void update(Script script){ if(startXP == -1){ startXP = script.getXP(); } } Since players don't ever have negative xp, it doesn't matter what we set that to. I do suggest that if you are needing multiple checks, to just make a superate class and place the update method at the start of your onLoop() method so it doesn't clutter stuff up for you.

Account

Navigation

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.