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. The 2 day ban does affect the price because now you can't bot it anymore without risking a permanent ban 100%, before that it'd be "meh, I'll just get a 2 day ban and quit botting".
  2. Every bot has some kind of pattern, but also each botclient has a certain pattern Solutions for prevent patterns being made: - Each time the script restarts set everything random, (Mouse speed, waiting times, interactions speeds, ...) - Each player should have it's own way to do things (speed, accuracy of clicking, reaction speed) A computer can actually generate random numbers without any pattern, random numbers are calculated out of current events ... Example : radioactive decay of an atom (Which you can't know for sure at a random time) but it is still a computer and the random numbers are calculated, compared to a human which will just name the first unmber he comes up with. What I think of accounts getting banned: - Client detection - Minor issues in scripts/clients (getting stuck, mouse freaking out, very strange behaviour on mouse movements) I think the patterns are not the best way for jagex to check bots. I ran an autoclicker to alch stuff (clicks on same position) for 24 hours. Didn't get banned after 24 hours of clicking the same pixel over and over... If we only would know how jagex detect bots ... Khaleesi
  3. Need a little more info than that, my friend. Settings? Coal bag? Got all ores in bank? Client? Etc.
  4. Hello, Welcome to the forum, I hope you enjoy it! Khaleesi
  5. You got 6 hours Enjoy!
  6. This shouldn't be happening, Can you give additional information, I need some more to help you. Check the first post for bug report template. Can you fill that in? Khaleesi
  7. Should be fixed, as far as the devs told me Could be unlucky, without mirror mode botting is very risky ... How old was the account? What stats had it? Khaleesi
  8. This is indeed an issue, the interact methods os osbot itself also have trouble clicking sometimes. It seems to skip the method once in a while. got idea how to solve ... It's something you have to live with Khaleesi
  9. Ya click my signature
  10. 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
  11. Started playing runescape ...
  12. 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
  13. 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
  14. 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 ;)
  15. Sure you got 6 hours trial Have fun!
  16. Read this: http://osbot.org/forum/topic/71785-script-loader/ They are working on this issue. regards Khaleesi
  17. Is this a question or is it a statement you make? Khaleesi
  18. Khaleesi replied to Khaleesi's topic in Agility
    Read this: http://osbot.org/forum/topic/71785-script-loader/ Thx , Khaleesi
  19. I think that is a good suggestion. Support +1
  20. 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

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.