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 all areas

  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. 1 point
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Chop & Bank (Presets) Preset locations for quick a start without too much settings to choice from (Barbarian assault, Castle wars, Catherby, Draynor, Edgeville, Falador-East, Gnome stronghold, Grand exchange, Hardwood grove, Mage training arena, Neitiznot, Port sarim, Rimmington, Seers, Varrock-East/West, Woodcutting guild, ...) - Chop & bank (Custom) Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Banks at the closest bank possible - Chop & Drop Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Drops all logs (unless fletching is used) Option to fletch your logs into arrow shafts OR bets item possible based on your level and Logs UIM mode (Only drops logs, carefull with bird nests etc.) - Redwood Option to drop logs instead of banking - Forestry support (Struggling sapling, Tree roots, Fox, Pheasant, Ritual circles, Leprechaun, Entlings, Beehive) - Log basket support - Bird nest pickup support - Axe special attack (Crystal, Dragon, Infernal, ...) - Progressive axe upgrading - Humanlike idles - Menu invokes - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 569:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 569): -script 569:TaskList1.4515breaks (With breaks) -script 569:TaskList1.4515breaks.discord1 (With breaks & discord) -script 569:TaskList1..discord1 (NO breaks & discord) Proggies:
  28. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  29. Request Template: - Script name : tutorial - trial length : How ever long you can do - Reason for trial :planning to create accounts and want to try it out - Are you going to give feedback on the script? : Yes
  30. pls no ban my leet code is wet
  31. inb4 someone is gonna spam refresh this page until they see malds red pip
  32. i hope i win a czar script
  33. They are hidden ^_^
  34. I optimized stalls in version 0.78, update will be live soon, less lag ^^ Glad to see positive reviews though new acc tryna get 99 thieving, got 5 accounts up and running atm :P
  35. Request Template: - Script name Khal AIO fisher - trial length (24-48 hours) - Reason for trial Interested in purchasing few of your scripts, want to test the water first - Are you ging to give feedback on the script? Most defiantly
  36. I'm glad you are very happy with the script!
  37. good luck all, activated trials Not sure about pre-easter wave yet, but on weekends the ban rate is already low so it's fine
  38. Would love a test trial to see how it compares to others.

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.