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. Khaleesi replied to Pain's topic in Spam/Off Topic
    I've added you Jamez x3
  2. Still need to see this movie Lucy was an amazing movie! Really loved that 1
  3. 100% my opinion Vene though some hard sex is kinky sometimes But this went a bit over the top for me ^^
  4. add -> !cow.isUnderAttack() You should be useing a Filter instead, this code willc ause the script to pause it the closest cow in underattack. use this: NPC cow = script.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && (npc.getName().equals("Cow") || pc.getName().equals("Cow calf")) && !npc.isUnderAttack() && npc.getHealth() > 0; } }); You could also check death animation from the cow are check if the cow is over 0 health so it prevents clicking deaths cows. Goodluck
  5. What is your code to trigger this piece of code? Since this hasn't any issues in it. Khaleesi
  6. please add another 100
  7. Yap had this issue too running my abyss script, Happends when entering abyss outerring. Even though the script just continues like nothing happends.
  8. Khaleesi replied to arwady's topic in Resolved
    Yes 100 posts required to participate! Goodluck
  9. Wrong proggie in the post? That what you meant? Script has been updated to V0.03: - Fixed a bug where people get stuck updatirs at seers bank. - Improved solme walking
  10. Khaleesi replied to ikos9's topic in Spam/Off Topic
    ya proof xD
  11. Mine Khal warriors is coming soon ;)
  12. I don't ahve acces to a slayer ring, if you can provide me some time on an account with a slayer ring acces i can make it Khaleesi
  13. Will be adding this very soon! Expect an update later tonight ;)
  14. but I only have trouble using Osbot classes, errors thrown, npes, glitchy stuff. I also use 5% of what the class has to over and since my Path can handle object and npcs to traverse... I just like to control everything #controlfreak xD
  15. Just make you own path class ... takes 15 min and you can control everything yourself.
  16. You waliking to a position or an entity?
  17. I need to stop drinking xD I also gave you the woodcutting script now ;) Enjoy!
  18. fagex being fagex indeed
  19. What a moment, Needs some time to process, also try restarting client. If not solved within an hour contact a mod
  20. 07 jan 2015 OP xD only 1 online
  21. Lower the RAM you use try as low as possible, do this still occur then?
  22. Do you mean something like this? Draw method for a shape around the object: g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), myPlayer().getZ())); If this doesn't answer your question, try to look in the Model class for what you need. Khaleesi
  23. Hello, Gave you a trial for 2 days. Don't forget to leave some feedback about the script ;) Khaleesi
  24. Don't bot on accounts you love xD You'll get banned probs

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.