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. It's means it should sleep for max 4-5 seconds OR stop the sleep when the player is animating That's a conditionalsleep, it sleep until the condition is met or until the time is up ^^ it is to prevent spamm clicking the tree after clicking it
  2. Sure Enjoy mate! =D
  3. Khaleesi replied to Khaleesi's topic in Agility
    Could try a proxy, might help in that case Enjoy! Enjoy!
  4. That's what most people do ... streamers and other legit players to speed up the exp Like I said, I can add a function to not click it all the time and just wait ... no big deal ^^ You mean after crafting the runes?
  5. Enjoy!
  6. Sure enjoy!
  7. It takes a long time if you wait right? I could add an option for that it's because it keeps track of blocks chiseled ... You can't detected how many shards are in the inventory, best is just to bring whatever you need to that place
  8. Khaleesi replied to Khaleesi's topic in Agility
    8 hour a day is a lot... I would recommend doing 2-3h a day max on accounts you really care about... Normally they don't flag your IP ... Getting banned within 1-2h is pretty quick but possible, did anything special on them? Were they new accunts or older?
  9. Enjoy!
  10. All you need is this mate You need to make use of your onLoop, No need to do multiple actions in 1 onLoop cycle ^^ if (getInventory().contains("Logs")) { getInventory().drop("Logs"); } else { if (!myPlayer().isAnimating()) { RS2Object tree = getObjects().closest("Tree"); if (tree != null) { if (tree.interact("Chop down")) { new ConditionalSleep(random(4000, 5000)) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } else { //No Valid Tree Found } } else { //Do nothing, We are Chopping, Just wait ... } }
  11. Will take a look
  12. Have fun!
  13. If you are having issues starting the script please be patient. New script version is pending! Sorry for the inconvenience! Khaleesi
  14. Which new minigame?
  15. Khaleesi replied to Khaleesi's topic in Agility
    The fact you say it has a pattern is actually good. You want to have a pattern, if you won't have one you are not a human... Humans are not random, humans have a pattern... Everyone wants to have random stuff and random behaviour and random movements... Well if you wanna get banend quicker, use that ๐Ÿ˜‰ It's just about blending in and avoiding their detection... I use this in all my scripts and so far bann rates are a lot lower than competitors I compared with
  16. Khaleesi replied to Khaleesi's topic in Agility
    Fixed screen mode and zoomed out? Haven't seen any issues and my friends runs a ton of accounts through all courses every week
  17. Khal Fishing Trawler updated to V1.03: - Added Full CLI support (Automated farming) Will be live in a few hours Enjoy!
  18. Enjoy!
  19. Don't need construction

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.