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.

Khaleesi

Developer
  • Joined

  • Last visited

Everything posted by Khaleesi

  1. Well it's not how it should be, but it's not going to increase bann rates I will take a look at it and see if I can add something
  2. Enjoy!
  3. Just download the osbot client on top of this page and you can start the script in the client
  4. Enjoy the trial!
  5. Have fun!
  6. Ya but the account logs back in after that right? or what does it matter? Enjoy
  7. Not sure what you are trying to do with this code, but you are trying to draw the display on top of your player This draws the outline of a model Same works for Npc,'s or whatever you are trying to draw. public void onPaint(Graphics2D g){ RS2Object object = .... if(object != null && object.isVisible()){ g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), object.getZ())); } } Retrieving a object in the onPaint method isn't a great example though, because this will result in FPS drops. The more things you load in the onPaint the harder your FPS drops the best thing is to set the object inside the onLoop RS2Object object; public int onLoop(){ object = ...; } public void onPaint(Graphics2D g){ if(object != null && object.isVisible()){ g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), object.getZ())); } }
  8. It should have stopped, there is a check for that in the script. So not sure what went wrong tbh ... will take a look!
  9. no trials on this script
  10. Khaleesi replied to Khaleesi's topic in Minigames
    No idea, resetted it for you
  11. Have fun!
  12. Ofcourse! Enjoy
  13. you already have an expired trial of this script...
  14. Khaleesi replied to Khaleesi's topic in Minigames
    you already have an expired trial of this script...
  15. Khaleesi replied to Khaleesi's topic in Agility
    enjoy!
  16. It can only do that if you start the script with a keg on your head already, what you need that for?
  17. Enjoy!
  18. check the position of the widget to track where it is
  19. hmm will check it, teaks or blister is the best exp

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.