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

    Developer
    12
    Points
    27742
    Posts
  2. Sysm

    Java Lifetime Sponsor
    12
    Points
    4646
    Posts
  3. Maldesto

    Administrator
    10
    Points
    19230
    Posts
  4. Muffins

    Global Moderator
    9
    Points
    6886
    Posts

Popular Content

Showing content with the highest reputation on 09/25/16 in Posts

  1. so basically this is my idea we all meet up and kill ourselves at the same time, press 123 for support disclaimer: we are killnig ourself in runescape not in irl current supporters: @jackshow @school shooter @Chris @Shinoa @Adapt @Pain @Felix @Dog_ @Sysm @SnowMan @Acerd @Stormtrooper @NoThumbs @Gellie @Elm lane mob @artkid0 @venetox @Epsilon @artski12 @Huz @Realist @Tiber @Eend
  2. hehe xd I was once a professional football player but forgot how to run
  3. Hi, I will keep this thread updated with snippets of code I find useful. If the code is not mine I will tag/link/name creator. /** * Moves the item found by itemName to the tab defined by tabNumber in the bank. * @param itemName The String itemName of the item. * @param tabNumber The tab number starting from 0, 0 is the global tab, 1 is the first tab etc. * @return Returns true if success, false if failed at any point. */ public boolean moveItemToTab(String itemName, int tabNumber) { RS2Widget tabWidget = getWidgets().get(12, 10, tabNumber); // Here we get the widget that refers to the tab we want to send it to inside the bank. Item item = getBank().getItem(itemName); // Here we get the instance of the item we want to move. (Item must be in bank) if(tabWidget != null && item != null) { Rectangle tabClickRectangle = tabWidget.getBounds(); // Here we get the bounding box for the widget (spot we must click) RectangleDestination tabDestination = new RectangleDestination(bot, tabClickRectangle); // Here we make that bounding box into a destination the mouse can use item.hover(); // Here we move the mouse to the item we want to move. Rectangle currentPos = new Rectangle((int) getMouse().getPosition().getX(), (int) getMouse().getPosition().getY(), 1, 1); // Here we get the mouses current position after moving to the item. RectangleDestination currentDestination = new RectangleDestination(bot, currentPos); // Create destination for the current position. return getMouse().continualClick(currentDestination, new Condition() { // Here we move from the current positon, to the tab's destination. public boolean evaluate() { getMouse().move(tabDestination, true); return tabClickRectangle.getBounds().contains(getMouse().getPosition()); } }); } else return false; }
  4. 3 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - 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 909: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 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:
  5. 3 points
    hakud confirmed
  6. Weath's post: Seeing how little bans happened past week, I'm pretty sure monday will be a hard hit
  7. LUL

    3 points
    thanks runescape Cx
  8. XRock Crabs - GET THOSE COMBAT LEVELS! This script will help you get those pesky combat levels on your pure without having to go down to the Stronghold and destroy your food supply! VERSION CHANGES Alpha - Version 0.3 (9/24/2016) *initial release HOW TO RUN THIS SCRIPT 1. Start with a full inventory of Lobsters & a bunch of camelot teleports. You may start at the rock crabs or at the bank. 2. set your preferred method of training (attack/strength/defense) 3. Run script. IMPORTANT NOTICE TO USERS: This script may still be unstable. Use at your own risk. Until you see Version 1.0, it runs the risk of bugging out. This script was coded in hopes to learn how to generate random cases, how to handle a combat script, and learn a bit more complicated coding. MUST START IN CAMELOT BANK OR IN EAST ROCK CRABS AREA. HAVE NOT TESTED OTHERWISE. That being said, you can start in Bank and it will run to the crabs and train for you. It will attack and heal if needed, and reset if the crabs aren't aggressive. It will attack close crabs if there are any, and make sure not to attack other people crabs. Once you run out of food, the script will tele back to camelot and get some more food. HOW TO RUN THIS SCRIPT FOR A LONG TIME AT IT'S CURRENT STATE I'm very confident in that if you start with 100 camelot tabs and 1000 lobsters, as well as starting in the bank area or the crabs area, you will be able to run this script flawlessly for quite some time. It has already been running for 2 hours on my system, and while it seems a little clunky, it gets the job done. This is a work in progress! remember that. Known Bugs: *Some of the crab locations are slightly off *Will occasionally attack another players crab once before backing off. *Chooses random crabs as oppose to a closer crab. Not so much a bug as a slight annoyance. FUTURE FEATURES: *Antiban *Other food support *Precise choosing of crabs *GUI *level goals & Attack switching *looting [download removed. perfecting and putting on SDN] I do a lot of work in life and this is a fun hobby for me. While I may not be able to provide the fastest services to my scripts, I do want to make the end user (that's you) happy. Please post feedback on what you would like to see. If there are bugs REPORT them. If you got a 8 hour - Let me know. Enjoy SCRIPTERS: Figured it out! Thanks for your help. END USERS: I highly recommend using this script in an emptier world because of how toxic some rock crab trainers can be. I wanted to get it out early so you may all test and let me know what you want from the script. This is a community and I need your help to make the best script for all of us. Thank you. WANT TO KEEP MY SCRIPTS FREE? - Consider donating 07GP, membership, or bonds my way. All 3 will help in the development in new and more secure scripts. PM me if you would like to contribute, and I thank you for your support.
  9. 2 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:
  10. 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!
  11. jk my fucking scripting sucks im a cock sucking loser
  12. It's quite obvious you're trying to get 100 post count lol..
  13. I wonder how many people here are full-time college students and are somehow involved in rs business. I would like to make some kind of income. What is an ideal amount of $/month you would like to be making during college? Have you achieved it? Or do you have any other (not rs oriented) business? building your own firm? Or do you prefer real part-time job instead? I am really interested in listening your stories [not doing this to hear your know-hows]. I just love to be around people who 'think outside the box' and be inspired by them.
  14. Jk it's time for a clickbait post
  15. okay sir what you need to do is call 911 and ask for help
  16. Damn hope he has mercy on my farm
  17. RIP

    2 points
    You seem like the type of botter who would report other botters for the luls
  18. RIP

    2 points
    It's another thread but basically a guy went over 47 worlds for over 8 hours where he typed usernames of bots and did some basic maths on how much GP these bots make.
  19. 2 points
    Bye Sysm alternate account
  20. Refund is $350 like originally agreed on. You have 48 hours to refund. Not dealing with the stupid shit. You sold the account he told you the work he put in it. You agreed to 350 then a few mins later changed your mind.
  21. ────────────── 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.
  22. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
  23. delete ur osbot folder and open the osbot.jar again
  24. hey frost can i get a triall ?? i am very interested of buying this!! please and thank you! @FrostBug
  25. 300

    1 point
  26. I'm currently back in college and working at the same time. Running my own business its not really related to rs but it depends on what you wanna do. I actually prefer full time due to the pay but its always good to run something of your own so you can make your hours and such. Id say for a college student $300-$500 a weeks is good and stable, for a rs business even $150 a week would be good for me if I was still in my early years of college but as the years go on the demand for more gets bigger so it depends on you. I happen to be a very frugal person when it comes to my personal life but I have invested a lot in my business. What I think if you want to really get into the rs business and your in college is group up with a friend and put come money into it to buy a bit of bulk gold for a cheap price and start from that. It really depends on how bad you want it, usually people who have a passion for what they are going to do succeed. Just need to keep a tight head and never give up on what your doing. If you need any help concerning the business field I can help you out just hit me up sometime I'm usually online for brief moments on end.
  27. well thats a good thing tbh
  28. If you mean you want to find the closest rock crab to your player. Entity rockCrab = getNpcs().closest("Rock crab"); if(rockCrab != null) { getWalking().webWalk(rockCrab.getPosition(); } If you want to find the closest position from a list of positions and do anything with it. Change positions to the list of positions you already have. closestPosition is the end result and will be the closestPosition out of all of them. Later on down the track, learn about lambda expressions, there should be a much nicer and shorter bit of code you could create using lambdas. ArrayList<Position> positions = new ArrayList<Position>(); // The list of positions Position closestPosition = null; // The closest positon for(Position p : positions) // Loop through the list of positions { if(closestPosition == null) // If closestPosition hasnt been set it, set it to the current position selected by loop closestPosition = p; else if(getMap().distance(p) < getMap().distance(closestPosition)) // Else if the current loops position is closer then closestPosition, set closestPosition to this one. closestPosition = p; } } Or as Explv said, You could simply input the array into webWalk and it would walk to the closest.
  29. 1 point
    think u got wrong topic mate L0L, your looking for the blast furnace one i assume p,s khal can i get a trial?
  30. to grab the closest npc you can do: getNPCs().closest("Rock crab"); Anyways grats on the release
  31. I can MM for you two, add my skype @ muffinrs
  32. Hey, can I try this out? I purchased your Plank script the other day. This may come in handy.
  33. socks5. when opening osbot u have 2 tabs, start and proxy. go to proxy, enable proxy connection and fill the slots, then just go to start and launch osbot.
  34. need 300cw tickets. Quote me here * timeframe * hand/botted *price per ticket Note that if the account gets banned you will not be paid, so choose wisely
  35. For bank pins, make sure to correctly set bank pin in client settings ^^ the script has no control over the bank pin handler, it's handled by the default osbot client not the script As for crafting guild, most of those can be solved by switching the walking setting, but I will add a few updates in the next version ASAP As for attempting to mine empty rocks, if using VIP client make sure to lower the reaction timer to around ~100 milliseconds, it should detect empty ores almost immediately ^^

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.