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 if you are defending knights and there are no monsters attacking it's normal it afks ... well doing portals it should never afks, there is always monsters to kill and if the portal falls it moves to another one
  2. Ya needs to be unchecked, else it;s really really slow I can add a check for it
  3. yes you can select those from the teleport dropdown
  4. camera movement is one of the obvious ways to catch a bot ... we are not botting in 2015 any more where doing random stuff actually worked 😉 Things have changed, the best antiban is not to get stuck and mix up tasks and take enough breaks
  5. Sure! Enjoy
  6. Well i tried every option possible and it's working fine here, please provide me your setup and screenshots when it's stuck at the bank for you so I can see what's going on. That way I can have a better look what's going on, you can always hit me up on discord! Link is on the first post of this topic
  7. no trials on this script sorry
  8. Enjoy the trial!
  9. No sorry, but there is always the possibility to queue it with other scripts to automate it
  10. Well hit and miss does not exist in programming xD It either works or it doesn't Code doesn't live it's own live though 😉
  11. No, but I think he is taking about the cooking widget after pressing Cook on a fire/stove
  12. Like it says, you need OSBot VIp rank to run multiple bots at once
  13. You can open the widget explorer, client debug and then widgets If you also check the wiodgets checkbox you can find the root and child/grandchild id and enter it in the explorer to see text and actions and all other info about a certain widget Sometimes ther eis multiple on a certain position so u gotta try to find the correct one Does that answer your question?
  14. Khaleesi replied to Khaleesi's topic in Hunter
    No sorry
  15. Have fun!
  16. vip

    Khaleesi replied to lemon grizzly's topic in General Help
    You can download teh client on top of the page or with this url: https://osbot.org/mvc/get try to open in a new tab if it doesn't work. To open the file make sure to have java 8 installed You can just google java 8 download and install it
  17. Not sure what you mean by nest a conditionalSleep, but I belive i know what you are trying to do Try to only do 1 action every loop to get a stable outcome the onLoop thread keeps on running so you should just interact with a widget when it's visible. Something like this: (Probably does not work as I don't know the exact texts and actions on the widget) @Override public int onLoop() { if (!myPlayer().isAnimating()) { RS2Object fire = getObjects().closest("Fire"); if (fire != null) { RS2Widget cookWidget = getCookingWidget(); if (isWidgetVisible(cookWidget)) { if (cookWidget.interact("Cook")) { ConditionalSleep2.sleep(5000, () -> !getInventory().contains("Raw trout") || !fire.exists())); } } else { if (fire.interact("Cook")) { ConditionalSleep2.sleep(5000, () -> isWidgetVisible(getCookingWidget())); } } } } }
  18. Khaleesi replied to Khaleesi's topic in Minigames
    Looks like an issue with the stable build, was fixed in the dev build: (Should be stable build soon) Osbot does not trade scripts, and bans can always happen at some point, that the risk we take by botting 😉 Mix up tasks and settings and good breaks to stay more safe if you got a temporary ban the next usually is a perm
  19. You can already do that, you can choose what action to use when you add the item It's not possible to wait though as it will alays hop by default Checking it out, will keep you updated EDIT: Been testing it for a while and it's working just fine here, hopping and filling the coal bag just fine when inventory is full it fill the coal bag and buys more until inventory is full again before it starts banking. I would not recommend runing it mixed as it's hard to kepe track of coal and other ores. Use only Coal or only iron ore Restart your cleint and try running it again, make sure to check the coal bag option
  20. Khaleesi replied to Khaleesi's topic in Hunter
    Have fun!
  21. Khaleesi replied to Khaleesi's topic in Minigames
    Checking it out
  22. Khaleesi replied to Khaleesi's topic in Agility
    Enjoy!
  23. Khaleesi replied to Khaleesi's topic in Minigames
    Can you try again? Running fine for me atm

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.