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. Script update to V0.14: - Fixed astrals teleporting, teleporting requires earth staff, earth battlestaff or mud staff. Script will take staff from bank the equip. - Fixed abyss randomly walking, now walks straight to the objects. - Improved interactiong with the objects in abyss. - Fixed Chaos altar not creating runes in altar. - now able to use glory(5) and (6). To do: - Fix glitchy mounted glory sometimes. - Food support inside abyss Kind regards khaleesi
  2. This 1 is khal ? xD
  3. Thats awkward, so it works now?
  4. Where did you start the script?
  5. This guys is amazing
  6. Hello Yakuza, I've fixed the teleport yesterday, but didn't update the script yet. @Abyss, Can you get me a screenshot when this happends? when script doenst rotate camera for objects. @Chaos, Probably some minor flaw Script will be updated this evening! Khaleesi
  7. Why don't we use proxies? No login are authentication required xD Dutch OP!
  8. Almost reached 2k!
  9. Khaleesi replied to RoomScape's topic in Spam/Off Topic
    Wow your mom must really love you !
  10. 11/10 Would bang x3
  11. Khaleesi replied to Khaleesi's topic in Graphics
    No sorry
  12. He has, then client throw a error: Could not load class: "blah blah" It was a script I made for him, i'll take a look whats wrong and keep you up-to-date!
  13. Khaleesi replied to Chazler's topic in Scripting Help
    RS2Object trapdoor = objects.closest("Trapdoor"); A better way to do this is: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest("Trapdoor"); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } If you want a trapdoor on a specific position you have to use the Filter. This can filter out everything you want. Example: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest(new Filter<RS2Object>(){ @Override public boolean match(RS2Object object) { return object != null && object.getName().equals("Trapdoor") && object.getPosition().equals(new Position(0, 0, 0)); }}); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } Goodluck! Khaleesi
  14. OKk thx for the report, This is indeed glitchy, will get this sorted once I got home from work ! Khaleesi
  15. ya now f2p came out bann rates are skyhigh Just give it some itme to calm down ^^
  16. Something like: "Ardougne" ? xD
  17. Great start for first script, even though It can have some soem serious improvements Objects/npc: You should use null checks and checks if the object/npc visible, etc... This will thrown nullpointer exceptions once in a while, breaking your script. Don't use the ID's of npc's or objects, since they will chance once in a while. This will cause your script to break and you have to update the ID's Interfaces: Try to use interfaces to handle the chat, this will be 5-10 sec faster then yours. This could easy be messed up with some lagg though Even though i think it's a pretty good attempt for a first script! Goodluck Khaleesi
  18. Ya got this reported too yesterday, Can you tell me in what direction your glory is located? Can you get me a printscreen from the osbot client (remove your name). Thx !
  19. Script has been updated to V0.04! V0.04: - Added Port sarim Willows - Fixed too much walking with innteractions Kind regards Khaleesi
  20. Script updated twice today: V0.03: - Added Jatizso support V0.02: - Added Karamja F2p support (requires coins for boat) - Updated Shilo village - improved catherby Script has been updated to V0.04: V0.04: - Fixed traveling to karamja (when pirates treasure quest is not completed) - Karamja now using the depositbox at monks instead draynor bank Goodluck! Khaleesi
  21. I've got no idea No clue about bans really I know runecrafting isn't that much high bann rate then common skills ^^
  22. Could do, Will see what's the best option. Not sure if prayer is so important! Maybe just 2-3 food will be enough xD
  23. don't tell us stuff we already know ^^

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.