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 click my signature
  2. Ya, supposed to be easy until I started and realised jagex made it very annoying ... I'll have it added today or tomorrow, got some ideas to fix my issue Khaleesi
  3. Started playing runescape ...
  4. It's ok becarefull botting on your main if a botting account got banned on the same IP. They might have flagged the IP and your main has a higher chance of getting banned Khaleesi
  5. Your missing the point here i think. Bot account: bots gold -> trades to Mule Mule: ONLY holds gold A mule only holds gold, it doesn't bot gold ... why would you risk all the gold on your mule? Khaleesi
  6. Insurance companys are all bullshiet ... They are happy to receive, but once htey have to pay they will come up with some crappy reason not to... Good idea though ;)
  7. Sure you got 6 hours trial Have fun!
  8. Read this: http://osbot.org/forum/topic/71785-script-loader/ They are working on this issue. regards Khaleesi
  9. Is this a question or is it a statement you make? Khaleesi
  10. Khaleesi replied to Khaleesi's topic in Agility
    Read this: http://osbot.org/forum/topic/71785-script-loader/ Thx , Khaleesi
  11. I think that is a good suggestion. Support +1
  12. The method to parse runtime to a string can be much easier: If you want days added, you'll have to rewrite it a bit ^^ public static String formatTime(long ms) { long sec = ms / 1000L; return String.format("%02d:%02d:%02d", new Object[] { Long.valueOf(sec / 3600L), Long.valueOf((sec % 3600L) / 60L), Long.valueOf(sec % 60L) }); } Why is this code in Onstart? Don't think you need that ^^ timeRan = System.currentTimeMillis() - this.timeBegan; Try to use more random things instead just 1 number. if (YEW1_AREA.contains(myPlayer())) { getCamera().moveYaw(0); getCamera().movePitch(60); } if (YEW2_AREA.contains(myPlayer())) { getCamera().moveYaw(190); getCamera().movePitch(45); } Looks good for the other things, Botre posted some other information ^^ Khaleesi
  13. Why does everybody keep asking: - Is this still working? - is this up-to-date? Ofcourse it works ... Why would it be on the store if it didn't work? Khaleesi
  14. Don't think it's in Osbot API.. Why do you need a clients API for that? it's basic Java, you can make it yourself in 5 minutes.. Khaleesi
  15. Sure, you have 6 hours ^^ Khaleesi
  16. Its not possible to create a script that is 100% flawless. In theory it would be 100% flawless, but a script is not a human, so it will fail if anything happends that's not meant to be. All we can do is make it as good as possible ^^ Khaleesi
  17. Thanks for post!
  18. Sure you got 6 hours Enjoy!
  19. I did push it around 10 hours ago, but currently the SDN is having some issues. Check for V0.42 in the paint Khaleesi
  20. Khaleesi replied to Khaleesi's topic in Agility
    It's is a SDN error, check the forum annoucements The devs are working on a fix for this. Khaleesi
  21. It's indeed a SDN issue, Devs are working on a fix. Khaleesi

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.