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. Czar

    Global Moderator
    31
    Points
    23408
    Posts
  2. Genii

    Trade With Caution
    14
    Points
    4621
    Posts
  3. Botre

    Members
    11
    Points
    5883
    Posts
  4. Maldesto

    Administrator
    10
    Points
    19230
    Posts

Popular Content

Showing content with the highest reputation on 03/29/16 in Posts

  1. ๐Ÿ‘‘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
  2. 5 points
    Don't worry about how active the mods are in the chat box, if we were any more active you'd be banned from the chat box more. None of these suggestions were ever there when you were a staff member. Once you got demoted you decided to nit pick on every little thing you could.
  3. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
  4. I will be keeping track of what I do each day in scripting and how it has improved my Java knowledge. I hope to one day be able to script flawless bots with many features added. *Remember I am starting with no prior Java knowledge. I am also a college student doing 16 credit hours this semester so my progress on here might be slow.* Day 1 Day 2 Day 3 โ€‹Day 4 Day 5 Day 6 Day 7 Day 8 Day 12 Day 14 Day 21
  5. Botre NMZ Features: Implemented: Auto-detect best settings. Advanced settings customization options. Overload potions. Absorption potions. Classic potions. Powerups. Classic praying. Rapid health prayer flicking. Dwarven rock cake. Special attacks. Extensive customization options for Rumble mode. In development: Combat prayer flicking. Banking. Dream coffer management. Dream re-entry. Point spending. Blowpipe recharging. Ammo management.
  6. Why have an army of soldiers with no desire to fight? Why force someone into the army against their will? Why would a talented human waste their time, even their life, in the army? Why force someone something against their will? If I were you I would do everything I could to skip the mandatory military training. Some may call this cowardice, but I would give no shit about that. Cowardice is when you don't stand up for yourself. Being forced into the army, go abroad to fight in a meaningless war and give away your life because an old general or some other fuckhead told you to do so, is the most idiotic thing. I would never risk my life for such thing, because YOLO. So don't listen to those who are saying you're a pussy because you don't want to go to the army. Most of them are from 'murica and think democracy will be achieved through war; they think that they can achieve w/e they want with a gun and a bullet, that is how they are being raised. On the contrary, some military training would do some good for some people actually. So you should decide yourself and fuck everyone else, including me.
  7. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
  8. 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
  9. Example: // Event will break after 10 seconds. execute(EventDecorator.withTimeout(new WalkingEvent(leArea), 10)); // Event will break when player is animating (a bit random but ok..) execute(EventDecorator.withBreakCondition(new InteractionEvent(goblin, "Attack"), () -> myPlayer().isAnimating())); Code: package org.botre.osbot.event; import java.util.function.BooleanSupplier; import org.dreamstream.moka.main.time.FetchingTimer; import org.dreamstream.moka.main.time.Timer; import org.osbot.rs07.event.Event; public final class EventDecorator { private EventDecorator() { } public static final Event withBreakCondition(Event event, BooleanSupplier breakCondition) { return new Event() { @Override public void onStart() { try { super.onStart(); } catch (InterruptedException e) { e.printStackTrace(); } event.setAsync(); execute(event); } @Override public int execute() throws InterruptedException { boolean failed = breakCondition.getAsBoolean(); if(failed) { event.setFailed(); setFailed(); } return 100; } @Override public boolean hasFailed() { boolean failed = breakCondition.getAsBoolean(); if(failed) { event.setFailed(); setFailed(); } return failed || event.hasFailed(); } @Override public boolean hasFinished() { return event.hasFinished(); } }; } public static final Event withTimeout(Event event, int timeoutSeconds) throws IllegalArgumentException { if(timeoutSeconds < 0) throw new IllegalArgumentException(); Timer timer = FetchingTimer.milliseconds(); return withBreakCondition(event, () -> { return timer.getElapsedSeconds() > timeoutSeconds; }); } }
  10. 3 points
    hi we have like 4 mods? dex, asuna, khal, genii and epilson as cba they all do a good job as mod but i just think they should be more active in that chatbox (besides epsilon and asuna). they are never in that chatbox? sure they're active on the forum but more people come to the chatbox for quick help, in which me and the chatbox crew dont mind helping but it's just no mods are ever there... which kinda just is like โ”(ยดโ€ข_โ€ข`)โ”Œ i think the point of mod is to be active on the forums AND the chatbox, sometimes one or two join but just afk... so it's there's no point if youre going to afk in the chatbox whilst holding a respected rank. though ofc no 1 likes authority figures in the chatbox but i want to base this in the staffs activity in the chatbox tldr: more mod activity in chatbox activity rather than forum only
  11. 3 points
    I try sometimes but the trolls in the chatbox really don't interest me that much. It's not that hard to be in the chatbox if you enjoy being there and I assume the people who do enjoy those conversations are regularly active. I do agree that my activity has been rather on the low side lately but you can't expect us to be able to monitor everything 24/7. It's just like requiring us to be active and monitor every post in every section. We have a report system so if something goes wrong in the chatbox, screenshot it and report or PM it, or ask me to check the logs. If you want to have a conversation with me, feel free to ask me to join the chatbox and if I have time I'll happily have a conversation with you, there are plenty of ways to reach me other than the chatbox. Regardless of all of that, I'll try to be a bit more active in the chatbox when I have the time. TLDR: Not a huge fan of the chatbox but I'll try.
  12. Botre wins pm me what script if you don't want it feel free to pass and we will go to the previous one. Next user above botre pm me the script you want. Rushomi
  13. ARE YOU A BOT?? IF NOT, LIKE MY POST OR GET REPORTED
  14. That's actually the best advice anybody could give. Think about pro's and con's and decide what's best for you :P
  15. 2 points
    Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
  16. 2 points
    The Winner:
  17. 2 points
    cause they are busy doing stuff you dont see. (Moving threads, cleaning forum, discussing disputes, admin control panel ect ect ect) You can always send them a PM or report if someone is breaking the rules.
  18. 2 points
    I vote no mods. Let chaos reign throughout the lands.
  19. 2 points
    To top it off the winner's post:
  20. 2 points
    You will be banned tomorrow at approx 3PM CET
  21. @@Fruity i think fruity said he was interested in this tbh, he was looking for 100 vps partner in chatbox
  22. do you already have the robes? if not get them here!
  23. Assuming this is true, you lost 100M to no fault of your own; you should hold a grudge! Decode service should have cancelled the order straight away and compensated you for your losses, because it was the Decode worker who was at fault. How can a worker tell you that you got hacked and not expect you to log in and find out for yourself, and then to change the password straight away?! If the password remained the same the hacker would still be able to login. There aught to be buyers protection. The staff should require all service providers to cancel orders and fully refund and compensate customers in your situation. Be the change: put together all the proof and make a fuss over it. Other potential customers may be deterred from paying for another service without there being some liability on the service provider's side.
  24. do what a friend did and escape the country
  25. Did Vilius' woodcutting get you the defence?
  26. Now collects certain data from client to help us improve anti-detection features even more (Can be opted out in launcher's "About" tab). *puts on tinfoil hat*
  27. โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ 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.
  28. 65 HOUR PROGGY!!
  29. 1 point
    Molly's Orber This script is designed to make earth orbs and air orbs for over 350k gp/ph with the added benefit of getting over 30k mage exp per hour! Buy HERE Requirements: - 66 mage for air orbs, 60 for earth orbs. - 40+ hp recommended(especially at low def) Features: - Supports using mounted glory in house(requires house teleport tablets) - Supports eating any food at bank, when under a set hp - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge) - Emergency teleporting when under a set hp - Stamina potion usage, the bot will use one dose prior to each run - World hopping in response to being pked to prevent pkers from farming. -Ability to bring one food with you in case you drop below the emergency teleport hp, script will still tele if you drop below it and have already eaten your food. -Enabling run when near black demons to prevent some damage. -Re-equipping armor in inventory on death. Setup: Start at Edge bank, have all supplies next to each other in your bank, preferably in the front tab at the top. You must have the item "Staff of air" for air orbs or "Staff of earth" for earth orbs. Have a fair amount of cosmic runes and unpowered orbs, glories, as well as some food to eat as the bot walks past black demons and will take some damage. FOR EARTH ORBS YOU MUST HAVE ANTIDOTE++. If you are using house mounted glory option set render doors open to "On" under your house options in Runescape. CLI setup: Proggies:
  30. MysteryyChopper Reborn Buy it here Chop anything, anywhere! MysteryyChopper is back and better than ever. MysteryyChopper has been rewritten from scratch, implementing the latest methods for woodcutting including full support for Zeah! Its easy to use, and requires little setup to get started. Those who purchased MysteryyChopper in the past will have full access to MysteryyChopper Reborn! Want a trial? Like this post and make a post below! Features: Supports chopping anywhere in Runescape, including Zeah! Support for all tree types Support for all axes! Smart banking, automatically detects the closest bank to use! Collects nests Powerchop or bank at any location User defined chopping areas with the press of a button Intuitive GUI for quick and easy setup Informative, minimizable paint Ability to change script settings on the fly Instructions: Select the tree to chop from the drop down box If you want to power chop, check the power chop box Enter a chop radius, the default value is 8. I found this to be a fairly decent radius to use in most situations. Press the โ€œGrab Nearby Treesโ€ button. This will set the center of your chopping area to wherever the player is currently at. Once this button is pressed, the nearby trees should be highlighted on the game screen. These are the trees that will be chopped. Press start! Zeah Chopping Guide: I have created a visual map to show what type of tree each cluster is on Zeah, at Hosidius House (this is where you chop on Zeah). There are 3 banks at Hosidius House, and multiple types of trees including; Magics, Maples, Mature Juniper Tree, Willows, Oaks, and normal Trees. This map shows the location for each of these. Please note that these are not the only supported spots! Every single tree is supported, I am simply highlighting the concentrated areas! Final Notes: Once the script is started, the trees should no longer be highlighted. This is to improve script performance. The script can be updated while running. If you wish to change any of the values on the GUI, simply change the value on the GUI, and the press the โ€œStart/Updateโ€ button on the GUI. Once the update button is pressed, the script will continue with the new information. The user defined chop area is visible on the minimap in game. Once the chop area is set, a square should be painted on the minimap indicating the bounds that will be used to chop. Any trees within this box will be chopped! The GUI: Proggies: 12 Hours of chopping yews at Zeah 3 Hours of chopping Maples at Zeah 3 Hours of chopping Oaks at Zeah: 1 Hour chopping trees at draynor:
  31. I started playing this morning.. my stats so far: I gained the combat stats with @pitoluwa's free account starter at seagulls and then frogs I'm currently getting 60 woodcutting with @Vilius' free AIO woodcutting script @Token wrote me a sick woodcutting script which runs away from enemies I will update this thread as long as I stay unbanned
  32. Some nice progress my friend! Good luck & have fun
  33. 90 Combat 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed None 5. The price you will be starting bids at 35M 6. The A/W (Auto-win) for your account - 50M 7. The methods of payment you are accepting 07 Gp, or ยฃ if you're trusted in PayPal or UK ยฃ Bank Transfer 8. Your trading conditions You go first or we use a MM, this acc has an unreg email so you can change info, i will never try to login to it again, once you pay it's yours. I'm not responsible for anything that you do on the account after purchase. I encourage you to register your own e-mail and change the password for your own security in future. You agree that the account will have no refund policy and that you are taking responsibility for anything that happens to the account after it is in your possession. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am the original owner, it will never be recovered, it has an unreg e-mail so you can change email/pw but that's your responsibility.
  34. 1 point
    totally agree basically mod deceiver again plz! GIVE THIS MAN PINK BACK OR RIOT OR exmod or both +Designer + s1+ veteran give this guy all the pips!
  35. Request Template: - Script name : Pest Control - trial length : How ever long you can do - Reason for trial : looking to buy - Are you going to give feedback on the script? : Yes
  36. my signature is by far the best
  37. 5 accounts, wew way to go ^-^
  38. Holy shit, gratz on 99 Added to main thread Also, next update will have a gp/hr counter for pickpocketing too, so it will help for calculating how much profit ^^ Here is preview: Roughly converts to ~1m/hr in 07gp (1:20 rate)
  39. I really like this bot but I'd like if the dropping could get optimized I don't know if it's just my cpu being slow... but kind of delayed, sometimes it's trying to drop the fish 2-3 time before it succeeds
  40. Step Brothers The Little Mermaid
  41. Would appreciate your trial. Found my old account just to try the script, looking for an eZ way to alch on my pure. Not going to get 94 mage in 24hrs, so will definitely be purchasing the script if I like it.
  42. 1 point
    Really wish "use stam pot" used my 700 gp energy potion (4) to drink instead of the 7,000 gp pots during the period of run reduction. 1 sip of a stam potion cost about 2k and give 20 run energy. 2 sips of energy potion costs about 400gp and gives 20 run energy. alternatively you could add a "use stam and energy" button so people could do either or. you could also choose to do nothing just some improvements that I noticed could be made. as a programmer I know how annoying it can be to code new solutions.

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.