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

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. 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
  19. Looks nice. It's great to see people getting into scripting . I don't mean to be insulting or anything but thought you might appreciate some feedback but don't take what I say as truth, I'm only a second year computer science student with a lot to learn . Personally, I don't see the point in separating the variables from the script class unless you plan on using the instances as individual tasks along with a task scheduler or saving them locally to be loaded as profiles. I also don't see much point in the start-up being in a separate file unless the start-up is very complicated. Finally all classes should start with a capital letter and functions should be in camel case.
  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. just name it Varrock east and have it include all 3. like how your Falador east and Falador south east is 1 yew or 2 yews only out of the 3 their instead of just calling it Falador east with all three yews included ,why two different name's for one location and have it split it in half basically? one spot that's only one yew or two yew trees instead of just all three lmao, just don't understand it.(they're not even far apart) . thanks for listening and updating. so name - Varrock east ,include all 3 yews. name - Falador east, include all three yews.(delete falador southeast, not needed) Name- Rimmington yews have it as all 4 yews...not 3,,,the special snow flakes that want to look like a blatant bot and only chop certain trees in some spots and get less money and exp an hour should use choose from map or screen instead, don't make list users suffer. people that only want some trees out of all on locations should use choose from map imo not list,it makes it appear as if these locations are bugged/buggy and or not working/ functioning properly. Sorry If I come off as harsh, but I'm simply looking at this at a logical point of view. (and want to help fix the script the best way I can) ,the way it is right now is kind of backwards in terms of efficiency. also you should go ahead and add "Varrock East Church" (that one yellow line and yew tree path in picture) yes even though it's one yew tree it gets good money and exp an hour as compared to a 3/4 yew spot cause not many are their and well, not sue it just does. (in comparison to progress reports from other locations). I'm sort of baffled other's haven't said anything about these really. I'll always let you know when I find something wrong or maybe something I think could use an improvement. I enjoy your script very much so and only hope to help you better it. thanks again Czar.
  24. Current account: http://osbot.org/forum/user/145696-vikisteri/ Reasoning: Hes banned on * and should be banned here as well. Hes right now on skype being real hostile and insulting me for me reporting him on * and thats quite pathetic then i noticed hes also member on this site. [evidence hidden]
  25. Don't use drop shadow on the title if you want to go with a flat UI and I also recommend to use a more modern font for the title. Another thing is that the alignment of the squares in the boxes is a bit off. Other than that, I personally don't think it's a great color scheme to use but that's personal preference. But I like the general layout of it.
  26. 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.
  27. 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
  28. 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".
  29. Been using a few days now, botting 1 hour breaking 1 hour. Working great so far! Thanks Khal
  30. 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!!!
  31. 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.
  32. can i get this script. i have the perfect magic and czar range guild and the thiever.
  33. 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.
  34. this is a grate script and the addition of the bones to peach's is just grate 100% capable creature with it and they only cost 1k, the money can vary from 200k a hour to like a mill and the combat exp is up der to ranging from 35k to 60k. good script its doing a lot at once.
  35. I swear to god... All of you losers are spamming my notifications. Don't let me find you.
  36. 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
  37. 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.
  38. Welcome. Hit me up if you need assistance. I'm dutch too (Belgium).

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.