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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. You can always try it, but make sure you add some sleep between them
  2. Interact with the second item after interacting with the first one
  3. Token replied to Token's topic in Construction
    Not currently handling trials on any scripts
  4. Token replied to Token's topic in Construction
    It should be on your script list in the client, is it not there?
  5. Token replied to Token's topic in Construction
    What's not working?
  6. Token replied to Token's topic in Construction
    Authed
  7. Token replied to Token's topic in Construction
    It's designed for mass account creation
  8. Token replied to Token's topic in Construction
    Authed According to the auth database you already had one The script is sold by OSBot, they accept paypal & vouchers Authed Authed It was designed for mass account creation, I'm working on a mode to do multiple trips to GE in case you don't have the required objects in house instead Authed
  9. Token replied to Token's topic in Construction
    Authed
  10. Token replied to Token's topic in Construction
    I did run a test and didn't notice low xp rates in any of the test cases Did you run it on OSBot 2.5.0/2.5.1? Did you use mirror mode, low cpu mode, any non-default settings? Did you run any other scripts in the same client session?
  11. Token replied to Token's topic in Construction
    Authed I'll try it shortly to check if there's anything changed
  12. Token replied to DyQuest's topic in Botting & Bans
    I don't do unbanning services, I was just suggesting how to do it
  13. Token replied to Token's topic in Construction
    Does it not check house first and then go hire the butler? There will always be people who tell me the trial was too short, the longer the trial the less cases, but it will never be 0 . The PM's I get every day explaining how someone failed to hit the start button within a 24 hour time frame because their sister's boyfriend's uncle's dog needed a new haircut and were forced to take the dog immediately to some special dog hairstylist in Turkmenistan, spent the whole 24 hour blocked in the duty free zone because their flight was delayed with no internet connection and can no longer afford purchasing the script because they got ripped off by the coffee prices in the airport prove that I should give 24 days instead of 24 hours. But then again, someone will spend 24 days in a hospital because they had a xanax overdose after their wife dumped them and the story goes on... I have always felt that 24 hours was just about the right dose of pain killers for all the headaches I get maybe a bit too high but I believe users shouldn't even bother buying a script if they really won't ever need it for more than 24 hours. I don't accept donations nor bribes but thanks for the offer I'll check out the camera movements when I get the time but I've already got a few things that I'm working on for this script that have a lot higher priority PS: After I'll be optimizing the speed people will be able to get 1-99 construction within the trial time Authed
  14. Token replied to DyQuest's topic in Botting & Bans
    Why wouldn't you try? You literally just go to that page I linked and fill in 3 fields, you don't have to give them any explanation, they don't even ask for one, and even if you wanted there is no text box where you can explain anything. It takes a few seconds, they will email you within about 4 weeks though.
  15. Token replied to Token's topic in Construction
    Working on making it skip the initial context loading It always first checks your house to make sure it meets requirements for butler, but only if you set a target level high enough to use a butler somewhere in the future (eg if you set target level 60 with no butler mode I think it shouldn't ensure bedroom supplies)
  16. Token replied to DyQuest's topic in Botting & Bans
    Just do it once, wait for them to tell you no, keep going. Try all the jmods that can be contacted... after all it's not mod weath that does ban appeal reviews. I've had many accounts unbanned and the email was always signed by some random jmod that I never heard of.
  17. Token replied to Token's topic in Construction
    Thanks, I'll look into it shortly
  18. Token replied to Token's topic in Construction
    Authed
  19. Token replied to DyQuest's topic in Botting & Bans
    Yes... they like to unban people who actually play the game. Bans nowadays are only targeted against goldfarmers. If you did buy membership with real money instead of bonds then you have 100% success rate. Try the ban appeal form first https://support.runescape.com/hc/en-gb/articles/115002238729-Account-Bans, if that fails just start tweeting mods some sad story until they unban your main.
  20. Token replied to DyQuest's topic in Botting & Bans
    Just tweet all jmods until they unban your account, if you really didn't run a farm they will do it
  21. Well that's just a problem of using data structures in java, I don't think this is scripting related at all https://www.tutorialspoint.com/java/java_data_structures.htm Check out a few tutorials on java arrays, collections, (and streams for java 8/9) etc https://www.tutorialspoint.com/java/java_arrays.htm https://www.tutorialspoint.com/java/java_collections.htm https://www.tutorialspoint.com/java8/java8_streams.htm // walk to some position, make sure the bot can reach that position // (loaded into the current region, no obstacles between // the bot and the destination, also check the Z coordinate because // it used to not be taken into account and probably remained like this // for backwards compatibility) Position destination = new Position(someX, someY, someZ); if (myPosition().getZ() == destination.getZ() && getMap().canReach(destination)) { log(String.format("walking to %s: %b", destination, getWalking().walk(destination))); } else { // doge } // or if you want to walk a certain path, for cases where the end position may be too // far away to be loaded into the current region but you (assume) can // reach it by advancing into the path Position[] path = {destination1, destination2, destination3, destination4}; log(String.format("walking path %s: %b", Arrays.toString(path), getWalking().walkPath(Stream.of(path) .collect(Collectors.toList())))); // or just look up the LocalPathFinder in the API docs for lower level // access to local region path finding LocalPathFinder lpf = new LocalPathFinder(getBot());
  22. Token replied to Token's topic in Construction
    Authed Authed
  23. Token replied to Token's topic in Construction
    Authed
  24. I was not aware, but I was not against outsourcing the order. I don't mind it as long as the service is done.
  25. Token replied to Token's topic in Construction
    Authed Authed Authed There was a broken hook in the last client version, try it on the new stable build

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.