Jump 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

Popular Content

Showing content with the highest reputation on 03/09/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
    SORRY ABOUT THE SIZE BUT IT IS EASIER TO WORK WITH. I WILL BE TOUCHING UP THE HEAD/FACE SKULL SOON. PLEASE DO NOT PAY ATTENTION TO THE SHARP AF BACKGROUND, WILL BE REMOVING THAT. PEEP THE GOLD DRIPZZZZ. ALSO IMGUR REDUCES QUALITY SO DONT MIND THAT EITHER. ALSO KEEP ON THE PROWL FOR MORE PROGRESS #STREETPROWL ORIGINAL#####
  3. Example: public static void webWalkEvent(final INodeRouteFinder routeFinder, final Position position, final int treshold, final MethodProvider script) { WebWalkEvent event = new WebWalkEvent(routeFinder, position); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { // Return when you want the event to break. return script.getMap().distance(position) <= treshold; } }); script.execute(event); }
  4. Graphic designing is not only about signatures,tags, and that sort of work. Its much more broad. So I decided to give a shot at making a registration interface. Hope you guys like this clean and basic style.
  5. 3 points
    https://www.youtube.com/watch?v=CuH3tJPiP-U
  6. In order to access OSBot fields and methods you must have a valid Script instance reference which must also be the instance you happen to be defining as your main class. I suggest you pass it as a parameter to the constructor of each class and store it in a non-static field. Then you can instantiate the class from your main class, passing the main class as a reference for your other classes to use in order to access OSBot methods and fields.
  7. And you said oop is useless ;)
  8. 65 HOUR PROGGY!!
  9. 2 points
    Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
  10. >>>DOWNLOAD<<< Perfect for mass farming on f2p accounts. Will walk to cows, wait for cowhides, pick them all up and then bank. Combined with another tanning script, it'll be the perfect geepee maker at absolutely no requirements.
  11. RuneScape has multiple entity types NPC's Objects GroundItems Determining which one to use is way simpler than people think. NPC's will have yellow name tags in game Objects will have blue name tags in game GroundItems will have orange name tags in game Now when it comes to declaring variables what should we use? For NPC's we would use the NPC class. Our code should look like this NPC npc = ... For Objects we would use the RS2Object class. Our Code should look like this RS2Object object = ... For GroundItems we would use the GroundItem class. Our code should look like this GroundItem item = ... Why would we shy away from using Entity class to define any entity from the game? Well simply put Entity is just an interface and it might not contain things needed to any specific Entity implementing classes. Like RS2Object will have getType() method but Entity will not. The main place to use Entity class is when we are passing it to a parameter of a method and making your own lets say interacting methods. We would use Entity in our parameter to make it accept any Entity type. public void interactCustom(Entity entity, String action){ if(entity.isVisible()) entity.interact(action); else getCamera().toEntity(entity); } Of course again there will come limitations, which are when you are making a method for getting the type of an Object and logging it. Having our code look like this will not work and give us an error. public void getTypeAndLog(Entity entity){ log("[Debug] objects type: " + entity.getType(); } So passing Entity to our parameter wouldn't give us the method getType() which RS2Object has, so we would need to have RS2Object in our parameter So we would need to have RS2Object in our parameter. And our code will work if he have it look like this public void getTypeAndLog(RS2Object object){ log("[Debug] objects type: " + object.getType(); } I hope this guide helped you understand the types of Entities and how to use them correctly
  12. Geo's Services Thanks for checking out my 07 thread! If you have chosen to take me as your provider, I would like to ask to fill out the order form below. Service needed: Payment method: Your Skype ID: Do you agree to the TOS?: My Skype Accepted Payment Methods: 07GP Quests: Void Defenders Custom Built Accounts My Workers T.O.S. Special thanks to Dbuffed to help me out with the price list of the quests! โ™š โ€‹
  13. I am using Pwl3's acc and we are finding the issue! Will post an update soon! I have an idea to fix this problem!
  14. You are responsible to cancel your renewals. If you leave renewals open and you have account credit the system automatically RENEWS and takes your credit. I've told you this before. I've given you the account credit back.
  15. 2 points
    Ofcourse I'm on the main picture ^^
  16. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Task/progressive based setup - Gem cutting - Amethyst cutting - Glassblowing - Molten glass smelter - Armour crafting - Jewelry crafting/smelting - Jewelry stringing - Battlestaff combinging - Flax picking + spinning - Drift net weaving - Hide tanning - Shield crafting - Birdhouse crafting - Clockwork crafting - 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 2024! 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 666: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 manager you do not need to specify -script 666): -script 666:TaskList1.4515breaks (With breaks) -script 666:TaskList1.4515breaks.discord1 (With breaks & discord) -script 666:TaskList1..discord1 (NO breaks & discord)
  17. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Kills and picks up armour for tokens (Pick Black/mithril for optimal results) - Kills cyclops when enough tokens - Food support - Potion support - Possible to camp certain cuclops for more defenders - Basic looting options - Special attack weapon support 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!
  18. 1 point
    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
  19. For some people looking at the API's documentation might be overwhelming Reading the documentation is really easy and everyone can do it without an issue. Simple explanation of what the documentation page has. Getting to the documentation page is really simple you just simply click the API button on any page of the OSBot forums. After we get there we are greeted with this page Marked in red we see the API's packages Marked in blue we see the API's classes Marked in green is the documentations of a class. Basic know about's in the documentation of a class Marked in red is the name of the class Marked in blue is the classes it extends Marked in green is a short description of a class Scrolling down we see much more Marked in green is the data type of the method Marked in blue is the method and a short description Clicking on any of those methods it will bring you down to a more in depth explanation of the method Marked in red we see the method and the parameters it can have Marked in blue is the short description. Marked in green is the parameter and a short description of what the parameter means. Marked in yellow is the return type of the method Looking back at the red we can see depositAll(int... ids) int... is the datatype the method will accept as a parameter. Simply put you can only pass an int variable to the parameter which would look like this: depositAll(111); A more detailed guide on how to find your needed methods and how to use them I hope this simple guide helped you to understand the documentation page more easily
  20. Thanks for the trial which has just begun. i am watching the script run. this is a effing marvelous script................... I am running nature runes through the abyss, which i thought would be impossible with a bot seeing my 1 def and low hp. Keep up the good work, let me know if you take rsgp or i need to get a voucher!!!! if you could update then banking system that would be awesome.....right now it takes 2 food out at a time eats then takes 2 more out eats then takes ess out fills pouches then takes the rest of the ess out and walks to abyss. this whole procedure could be done in one. open bank takes food needed out take out ess, eat food fill pouches open bank withdraw ess and walk to abyss. same for the glory.
  21. I am getting the same thing with the same setting and its been happening from 63-79 hunter so far
  22. Yeah, but I can still model your reaction times perfectly to a sine graph. Get some noise up in this biatch
  23. It's not a good idea to have multiple instances of Script, just keep it a subclass of the Main or if you use Nodes, use your Main's superclass (that certain Script instance) as the Script instance for your other class.
  24. It's still printing the "think we're being rushed" text if the update has been pushed out. EDIT: This was in the console "no assigned locations found 2, report to czar for: [Ham female (15)]" EDIT 2: Suggestion, add a "Deadman Mode" button so that the bot knows whether or not to be careful of such things? Because every few minutes the bot spazes out and tries to eat a ton of food.
  25. 1 point
    hahah so excited for this
  26. How should I know, there are more scripts then this one ^^ Script updated to V0.31: - Fixed issue with bad dispenser interface not being closed. Update should be online ina few hours! Khaleesi
  27. Let me elaborate the post I made earlier since I couldnt post code from my phone. Main.Java package somePackage; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(name = "AIO Runescape", author = "JohnnyDepp", version = 6.9, info = "Unicorns", logo = "") public class Main extends Script { Woodcutting wc; @Override public void onStart() { wc = new Woodcutting(this); } @Override public int onLoop() { wc.cutTree(); return 100; } } Woodcutting.Java package somePackage; public class Woodcutting { Main main; public Woodcutting(Main mainReference) { this.main = mainReference; } public void cutTree() { main.log("Time to cut some shit"); // insert actual code } } The above code should spam your logger with "Time to cut some shit".
  28. Hey I have Czar Ankous and when I run it, I like how it opens Perfect Stronghold but its still outdated... can you update it? .. plus I really like the moving the mouse off the screen (randomize it ofc) if you can put it back in OH AND GLORY SUPPORT!!!
  29. position.distance() will not work properly if you want accurate long distance checks because that's just an application of Pythagora's algorithm and does not take into account plane difference, links or obstacles at all. map.realDistance(Position position) should take into consideration all the above situations. You could also try walking.webWalk(Position... positions) as that walks to the closest of the given positions since you mentioned you only want to walk.
  30. Czar thanks ive been having your range guild for a couple months now and your magic for 1-2 weeks. im 95 magic. i should 98 friday then 99 saturday. you help me build my pure so much. im hoping to get 90-95 range guild next week but i doubt it cause slow xp. if you ever make range bot or something that gets 70-80k+ an hour let me know ill be the first to buy.
  31. 1 point
    แ•™ โ•ฑ
  32. I swear to god... All of you losers are spamming my notifications. Don't let me find you.
  33. i think they do somewhere. I'm pretty sure i read somewhere on here, if you buy a script it has to be kept updated for at least 3 months, if it isnt, a refund can be requested. Or something along those lines
  34. Original poster of the topic - Fruity The person under dispute- Fruity Involved in the trade and/or can provide valuable evidence. - i purchased his nmz bot and it was not working so I told him I wanted a refund. He said he would try to fix it. So i sent him a screenie of the bot just standing with 90% of inventory (overloads/absorptions) and he never replied. I tried to test bot again but it has been removed from my script list. I checked paypal for a refund and he never refunded me. Have permission from a staff member.
  35. Welcome. Hit me up if you need assistance. I'm dutch too (Belgium).

Account

Navigation

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.