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.

Leaderboard

  1. Alek

    Ex-Staff
    10
    Points
    7878
    Posts
  2. liverare

    Java Lifetime Sponsor
    9
    Points
    1300
    Posts
  3. Czar

    Global Moderator
    9
    Points
    23417
    Posts
  4. Team Cape

    Members
    6
    Points
    2607
    Posts

Popular Content

Showing content with the highest reputation on 03/21/18 in all areas

  1. Sounds like you go to university by reading question 2. Remember that whatever "architecture" you develop, you're still running in the loop because that's how OSBot's script executor works. An FSM/automata is a little silly because of the formal name, but it means the same thing when we refer to a "state based" script. This involves the onLoop checking to see what state we are in: onLoop() { state = getState(); } getState() { if(a) return State.A; if(b) return State.B; } Tasks are very similar: onLoop() { for(Task t: tasks) if(t.readyToExecute()) t.execute() } Both have their purposes, however they get abused a lot. Remember that the more you abstract, the more the computer has to work - especially in task systems where there is similar code shared between shouldExecute and execute methods. For instance: shouldExecute() { npcs.getClosest("ABC") != null } execute() { NPC npc = npcs.getClosest("ABC"); if(npc != null) npc.interact(); } Here are some good starting places for you: Also here's an IntelliJ setup. It sounds like your experienced, but I figured I'd share it with you anyways just in case:
  2. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  3. View in store $5.99 for lifetime access _____________________________________________________________ Key Features: Progressive mode - The script will traverse the xp-optimum course for your current level; walking to the next course as your level increases. Reliability - The script was developed and rigidly tested with superior reliability in mind. Human replication - Designed around human simulation - behaviour tuned to replicate common rooftop play styles. Alching / Magic Imbue - The script can be configured to High/Low Alch items, or cast Magic Imbue as it traverses the course. Target system - Can be optionally configured with a target. Once this target is achieved, the script will stop. Available targets (variable ฮป): Stop when ฮป agility exp gained. Stop when agility level ฮป reached. Stop when ฮป magic exp gained. Stop when magic level ฮป reached. Stop when ฮป minutes passed. Healing - The script will consume edible items in your inventory to restore health, stopping if you run out of food. Mark of Grace looting - All marks of grace are looted while the script traverses the rooftop. Randomisation - All thresholds (including but not limited to Run energy and Critical Hp) are dynamically randomised. Energy restoration - The script will consume energy restoring items/potions when needed, provided they are available in the inventory. Web-Walking - The script utilises the OSBot Web to navigate the OSRS map, meaning it can be started from almost anywhere. Course detection - If you are on/near a rooftop course before setup, the course will automatically be loaded into the GUI. Error correction - The script will detect when it has made a mistake (e.g. climbed ladder in seers' bank) and will attempt to return to the course. ...and many more! Supported Rooftops: (Level 10) Draynor โœ“ (Level 20) Al-Kharid โœ“ (Level 30) Varrock โœ“ (Level 40) Canifis โœ“ (Level 50) Falador โœ“ (Level 60) Seers' Village โœ“ (Level 70) Pollnivneach โœ“ (Level 80) Rellekka โœ“ (Level 90) Ardougne โœ“ Things to consider before trying/buying: Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would strongly recommend manually navigating your player to/close to the desired rooftop course. Progressive mode - the script features 'Progressive mode' which will cause the script to advance rooftop courses as you level up. Progressive mode relies on the aforementioned web-walking system for inter-rooftop navigation. Consequently, I would highly recommend monitoring the script as it traverses between courses to ensure the web-walking process correctly executes. Healing & Energy restoration - the script will automatically heal or restore run energy when needed. It will do so by consuming items in the inventory - this script will not bank. For optimal exp rates, I would strongly suggest keeping energy restoring items in the inventory (energy/super energy/stamina/fruits/summer pies/purple sweets/...). To prevent the script stopping prematurely, bring a few bites of food along. Using magic - The script supports the periodic casting of a magic spell while traversing a course to maximise experience rates. To determine whether or not you can cast a spell, the script checks your magic level as well as which runes are in your inventory and which stave you have equipped (if any). It is worth noting that, at this time, the script does not recognise any of the following items as rune sources, so avoid using them while running this script: Bryophyta's Staff, Tome of Fire, Rune Pouch. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious agility experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Review (by Eduardino): Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Testimonials:
  4. 2 points
    Click here to go to the SDN page to add the script. Display
  5. Tested 1 lower account since so many people are asking, account hasn't been botted in weeks, had quick switch off just to see, was doing zul tele and clan wars. went 6 hours. will report back
  6. run the script then check the logger for id it says it
  7. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
  8. โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ PREMIUM SUITE โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ FREE / VIP+ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โŒ  Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - ยฃ3,99 | Chest Thiever - ยฃ2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 โŒก โŒ  AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ โŒก โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.
  9. NEW CURRENT RECORD: 294 HOURS RUNTIME! Shoutout to @Ruutihattu NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
  10. report the thread and put in comments to transfer the thread
  11. 1 point
    That means you're starting to figure out how to beat their anti-ban. Keep testing patiwan
  12. This is a tricky situation, did his sale ToS state that he would help you unlock the account? It doesn't seem he was obligated to help recover the account, but also if he has now unbanned it a 2nd time and taken the wealth/account back then that's a problem. Regardless I've placed him in TWC and asked him to reply here.
  13. 1 point
    Lucky g, all my accs got perma banned didn't even get email back saying they read my appeal they just deadset went fuck you bitch ass botting niqqaah
  14. 1 point
    I just realised what's causing this problem. The time between the very first and very last actions are subtracted and used to as the amount of time to wait. lol. I'll fix this shortly. Sure. I'll see what I can do.
  15. 1 point
    Heya, do you think you could make it so that we can set the amount of times it'd loop? Practical use for this is if you have say 280 herbs in your bank that you want to clean. You could record one session and loop it 10x and not have to worry about it spam clicking while you take a dump or shower. Heck, maybe even log out after an x amount of loops? Hope you're liking my suggestions so far ~
  16. why not just buy fresh tut finished accounts, they are cheap and save you a lot of time. I get mine from @Google or @Theminis
  17. 1 point
    lmao buying an account from someone with 0 reps, u gon lose that acc real fast
  18. Or just buy your 3โ€™s
  19. 1 point
    Apaec, I would like to thank you so much for this script. Running months for now. Just recieved 99 ranged and 93 strength. I started botting while I was like 70/70. Did like 200-250k exp a day, 5 days a week. 120 min bot time with 20-25 min breaks. Thanks and keep up the good work!! Qua.
  20. Yes rock cake was requested and I had to add it. However it will be beta mode, so far it currently does: Overload -> Rock cake until 1hp -> Absorp potion and then just continue as normal
  21. are you first and only owner? cracked accounts?
  22. 1 point
    Did you finally pay him now and what was the amount if you dont mind me asking?
  23. now that there's a gold sink, maybe gold won't keep dropping xd also the 1% fee is better than the 55/45 odds from cancerous dice clans.
  24. 1 point
    heres a nice proggy ;) excellent gainz so far
  25. I didn't set up my gear settings, it's now solved. thank you
  26. I will look into this. Thanks for the report
  27. hello czar. Just wanted to say to say great job and thank you. I just purchased this script and everything works fine except when the sandcrabs lose agro on sandcrab isle, when the bot runs off to make them reset it doesnt run far enough and it just wants to run back and forth from the training spot. Could you make make it run a few more clicks to prevent the bot from running back and forth trying to make them go agressive again. Unfortunately i cannot use the script without most likely getting a ban.
  28. 1 point
    you can zoom in all the way and have the bank booth basically cover the screen, then during the recording click the compass to reset the camera
  29. Pushed update for looting bag, will be live in v5.8.
  30. @Czar Fight along cannon isnt working properly, at least trying to cannon at ogres, it just sits there and refills cannon when checked,
  31. There's a drop down menu that has many options to stop the script. Like looting a certain item, killing x amount of npc's, slayer task and wait for it.......... When out of food. You're welcome.
  32. Ranging mode. Safe spotting. When collecting loot and arrows after a kill. It will run to the loot then click the safespot again straight away. Then try and pick loot up again but click back on safespot straight away. Stuck in this cycle until the loot/ arrows disappear.
  33. It's simply an autocomplete feature. The reason your Fire battlestaff didn't pop up was because it was typed fully. Just enter in the correct name of the item and add it to your loot list.
  34. Hey , gratz on release !! Maybe can try this perfect sand crabs ?
  35. Can't seem to add items to the loot list. I get suggestions for certain weird item names when I type letter into the box. E.g. I want to loot Fire battlestaff but when I type it fully it doesn't appear. A suggestion appears writing "Fine mesh net" after typing Fi.
  36. Can you make it so you can choose not to spec? As I don't want to be hovering over my spec bar with a dragon scim. Also would it be too difficult to add, drink potions after resetting? Or just when you hit flat stats. Also for some reason when choosing Sand crab Isle, when resetting it travels off the island? Can't you make it so it just runs off screen? That's very bot like.
  37. I bought it and working so far as needed for me. Havent had any issues. Only bad thing is that it doesent have "save settings" mode. Everytime putting loot list is annoying. Also mouse movements seem a bit fast but will see.
  38. Anyone know how to use safespot and and using tiles. i feel like the guide is kind of outdated and hard to tell what to do exactly. love the script otherwise
  39. Can I get the trial?
  40. I bought it right away, and I should have asked for the trial first. I'm not sure if it's only me (or maybe my machine) but it seems to be riddled with bugs. It's a bit disappointing, and now I'm contemplating whether I should buy other Czar scripts....Although he seems to be a really good scripter, that's why I opted for this one instead. But now, Im not so sure. I should ask for a refund, but I'm not going to. It seems to work just enough for my needs, so I will still use it. I just have to baby sit the bot to make sure it doesn't try to do anything crazy. I think all the bugs I found are too many to list, but I will if you want me to. Also, a lot of people are saying it broke after the update. Unfortunately, I didn't get to try it before the update so I don't know if all the bugs are due to the update, and not Czar's fault.
  41. Even though I select safespot option - it is saying safespot not set for Green dragons? How do I set it?

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.