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. Ya this is on my todo list
  2. No trials on this script
  3. Khaleesi replied to Khaleesi's topic in Minigames
    Enjoy the trial
  4. Enjoy the trial!
  5. No, you can use my magic script for that though
  6. Glad to hear!
  7. Sure! Enjoy
  8. I ran 50 accs through it over the past 3-4 days and it didn't get stuck once. If you encounter this issues again, provide a proper screenshot with the script paint visible so I can see what step it's doing and also a screenshot with the paint hidden so I can see what is in the chatbox.
  9. You cna learn the basics while scripting but then you might give up quickly due to frustration But ya just learn some basic java
  10. If you know some of the basics you can already start playing with some stuff
  11. Both are good examples of a bugged mirror client, restart it and it should be fixed
  12. Enjoy!
  13. Enjoy!
  14. You should be doing this in your onLoop int MyAttackLvl = getSkills().getDynamic(Skill.ATTACK); int MyDefenceLvl = getSkills().getDynamic(Skill.DEFENCE);
  15. Check the OSBot logger for more info
  16. Enjoy!
  17. Sure man Enjoy!
  18. 1. Why are you commenting on the fisher topic if you post has nothing to do with the script? 2. I can bann whoever I want and whenever I want in my discord. It's a community to support people that use my scripts and love botting, toxic behaviour has no place in there. 3. If I would show your chat/behaviour from my discord in public here people would laugh in your face, stop acting like a 16y old.
  19. Might not be related to your problem but make sure to always null check before using am interact option. NPC Shopkeeper = npcs.closest("Shop npc"); Shopkeeper.interact("Trade"); Should be: NPC Shopkeeper = npcs.closest("Shop npc"); if(shopkeeper != null){ Shopkeeper.interact("Trade"); ... } For the rest, on what line are you getting an NPE?
  20. Should never be an issue, where does it get stuck for you?
  21. Enjoy!

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.