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.

Khaleesi

Script Officer
  • Joined

  • Last visited

Everything posted by Khaleesi

  1. GG wp son!
  2. Goodluck! Are you using super pots?
  3. Sure, gave you few hours
  4. Gratz on release ^^ Good to see some new scripters !
  5. Khaleesi replied to Khaleesi's topic in Agility
    gave you 24 hours
  6. Hmm, strange Will see what's wrong with it. Can you confirlm this also happends in normal client?
  7. Khaleesi replied to Khaleesi's topic in Agility
    Will have this added. gave you 24 hours Script updated to V0.17: - Added Seers failsafe stuck upstairs - Fixed polly rooftop. Note: There is a glitched tree model at polly course. They devs are aware, Thx to @Novak for pointing this out. There could some issues interacting with this tree. Glitched model: Enjoy! Khaleesi
  8. ya it does, fresh accounts gets banend very quick My acc is 11 years old and I can bot prety decent ! ^^
  9. Could be, mods are camping altars a lot lately
  10. Ya I let it equip a earth staff If you start with mud staff it's ok ^^ probably most unluckiest person atm ...
  11. inb4 post count reset xD
  12. Hmm that's strange could have something to do with the code of my pouches. Will check that out! try use small-med-large for now ;) If you wear the mud staff it should run just fine is it called "Mud staff" ?
  13. Ya its at the powerfish tab xD gave you 24 hours
  14. Strupid poll booth -_- Will get it fixed asap!
  15. omfg amazing!
  16. Sure gave you few hours Ya, i know the issue... it idles a lot, Been working on a fix ^^ Will get it released asap Khaleesi
  17. Khaleesi replied to Khaleesi's topic in Agility
    That's odd, if it happends in canafis it should happen everywhere. I'll try to see what the issue is tihs evening. Does it happen on 1 roof? or all roofs? Any error message in the console? Khaleesi
  18. Use RS2Widget instead of interfaces Almost the same, RS2Widget can be a parent, child or grandchild.
  19. Khaleesi replied to Fabregass's topic in Archive
    There is no such script which protects you from getting banned. Botting = taking risk to get banned. Don't bot on accounts you don't want to risk ;) Khaleesi
  20. Script updated to V0.11: - Added custom localwalker. - Improved walking a lot Note that this localwalker is in Beta, If anything goes wrong feel free to drop a post/ error message. Khaleesi
  21. Wow that's really odd ...
  22. I don't even try to debug methods anymore, there probs broken, and takes less time to create your own I fucked up previous code ;) Here is right code: public static boolean hasJunk(Script s, String... notJunk) { Item[] items = s.getInventory().getItems(); if (items == null || notJunk == null || notJunk.length <= 0) return false; for (Item item : items) for (String notJunk : notJunk) if (item != null && item.getName() != null && !item.getName().equals(notJunk)) return true; return false; }
  23. Just make your own method? public static boolean hasJunk(Script s, String... notJunk) { Item[] items = s.getInventory().getItems(); if (items == null || junks == null || junks.length <= 0) return false; for (Item item : items) for (String junk : junks) if (item != null && item.getName() != null && !item.getName().equals(junk)) return true; return false; } Goodluck!

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.