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 07/30/13 in all areas

  1. 4 points
    This release features a patch to Freaky Forester and the Run Away From Combat handler. Freaky Forester was again misinterpreting the dialogue telling us which tailed Pheasant to kill. This should however no longer happen. Expect more releases soon, Maxi is back from France and we should be able to get back to work fully. Thanks, Sincerely, Laz and the OSBot Team.
  2. 2 points
    Updated 25/07/2013, 6:42pm PST This is basically to enlighten the community of the risks of training certain skills or script categories. No scripts or script developers will be exposed as a NEGATIVE on this thread! You can support this thread by Pming me the "Category" of the script used before your ban occured or submitting a post below. Also, please mention locations so I can share more details. It will be updated daily. Number of bans with each Category below. Risk Ratings: Very High 15%+ High 10-15% Moderate 5-10% Low 0-5% Percentages are overall. Combat & Slayer- High 12.4% - Security Stronghold 2 - Yaks 7 - Range Guild 9 - Rock Crabs 3 - Experiments 1 - Chaos Druids 1 - Al Kharid Warriors 4 - Chickens 2 Magic - Low 2.6% - Tab Making 1 - High Alching 3 - Curse/Stunner 1 - Superheater 1 - Other Prayer- Low 0% Mining - Moderate 6.4% - Essence Mining 10 - Falador Mining Guild 1 - South Varrock - Yanille 1 - Iron @ Ardougne 1 - Other 2 Smithing - Low 1.3% - West Varrock Anvil - 2 - Other 1 Fishing - High 10.3% - Barbarian Village 1 - Barbarian Outpost 2 - Catherby 13 - Fishing Guild 7 - Other 1 Cooking - Low 1.3% - Rogue's Den Cooking 3 Woodcutting - Very High 28.2% - Gnome Stronghold 29 - Seer's Village 24 - Draynor Willows 2 - Ape Atoll 1 - Edgeville Yews 3 - Catherby Yews 2 - Other 5 Firemaking Low 0.4% - Other 1 Fletching - Low 1.3% - Other 3 Crafting - Moderate 7.3% - Flax spinners 17 Agility - Low 0.4% - Barbarian Course 1 Thieving - Low 4.3% - Master Farmers 7 - Wall Safe Cracker 2 - Ardougne Master Farmer 1 Farming - Low 0% Herblore - Low 0% Runecrafting - Low 2.1% - Nature Runner 4 - Abyss Runner 1 Construction - Low 0% Hunter - High 11.5% - Red Chins 21 - Grey Chins 3 - Other 3 Money Making - Moderate 5.5% - Clay Softeners 1 - Fungi Collectors - Auto Buyers 2 - Vial Fillers - Plank Runners - Rune Sudoku 3 - Flax pickers 4 - Snape Grass 3 - Other Minigames - Moderate 4.7% - Pest Control 4 - Barbarian Assault - Sorceress Garden 1 - Mage Training Arena 9 - Other Total Reported Bans = 235 As the thread grows, I'll be breaking down each category into further sub categories, locations and overall percentages for greater detail. If this is at all helpful to you, please like this post. Thanks for the support everyone so far. For tips on how you can bot smarter, please refer to this thread . http://osbot.org/for...s-how-to-do-it/.
  3. 2 points
    I've been ghosting on the forums for awhile now, stopped botting awhile ago after OSRS just became a big pile of shite for me. Think its time to fully get out of here now, the communities great and hope OSBot as a company carries on the great work it is doing. Certain people who made my time enjoyable here seemed to have vanished if they read this; Booch, Gojira, Initinub, Wafel, Jessie and Peter cheers for the entertaining times in the chat. The mods for doing an excellent job at keeping the forum tidy, i've seen a few come and go. To Maxi, Kati, Laz keep up the great work, this is the #1 OSRS Bot and will be to its death i believe with the amount of support and dedication you and the whole community have. Adios Amigos, Aza out.
  4. This is a mini tutorial on how to use actions to check if a door is open or closed based on a certain tile and action strings. This is useful for writing scripts which require you to pass through a door pathway. NOTE: Using this snippet you will NEVER need to update door IDs as you will be using strings. What are actions? actions are exactly what they sound like. Almost everything in RuneScape contains actions and we can abuse this to tell if certain players, objects, NPCs, etc contain certain menu options without having to even click on them. This will be useful for telling if a door is actually opened or closed! Step 1: Creating the action identifier First let's make a boolean called "checkDoorIsOpen" and inside this boolean we will be checking to see if an object is not null and it's action contains a certain string to verify that a door is actually closed or open. private boolean checkDoorIsOpen() { final RS2Object door = closestObjectForName(doorTile, "Door"); if(door != null) { for(String actions: door.getDefinition().getActions()) { if(actions.contains("Open")) { return true; } } } return false; } You might have noticed we used an area filter to filter out the unwanted doors, and yes, you can use the same two tiles for an area. Area Example private final Area doorArea = new Area(1111, 2222, 1111, 2222); Step 2: Now that we have our action identifier how do we use it? We use a simple if statement to determine weither the door is open or closed based on our identifier above if(checkDoorIsOpen()) { status = "Opening the door"; door.interact("Open"); } else if(!checkDoorIsOpen()) { //CODE HERE } As you can see in the statement above if our boolean checkDoorIsOpen returns true the door on that tile must contain an Open action meaning the door must be closed resulting in the bot opening the door. Now If the condition returns false it will ignore the door interaction code and run our normal code. The reason I prefer this method over just checking to see if the door is null based on ID is because JaGex changes the IDs all the time and there's a new update coming soon where IDs will be dynamic for everyone. Hopefully this will help out some of the newer people or teach others new ways of checking if something is there or not besides just checking to see if its null or not. This can be applied to many objects, not just doors.
  5. DASFASDFBRH24U90QGFRAFQ2470OSDHNFBYWBV SXIOCVNJ40W3M
  6. I honestly feel there's enough evidence. If reaper refunds you he will be unbanned.
  7. 'Webwalking' originated from nexus a while back. 'Webwalking', not to be mistaken with the obstacle handing software(which nexus did have, and use),finds a tile path from any given position, to any given position in the same game plane, locally, or across runescape, for which the script will traverse upon. Webwalking does not handle obstacles such as doors, gates, ladders, stairs, fairyrings, ect. But needless to say the obstacle handling software, which really has no name, is already built, and I'm simply waiting on admins to provide me with the needed data to finalize my work. It handles any obstacle, implements constraints(quest, levels, ect.), and even monitors/evaluates consumption(coins, runes, tabs, ect.).
  8. Hey everyone, I'm thinking of writing up a new script and wanted to gauge interest before I spend hours on it. It would be a script to craft nature runes at Karamja and it would have both a safe (actually safe) and dangerous route. The bot would also be able to alch while running to and from general store and altar! Would anyone be interested in this? Let me know!
  9. About: This script was made based on all the request around the forum. All it does is login, check for rares, if nothing is found, hop world. When it finds it, it takes it and also shows a tray message that it spotted it. Notes: I made script create a log file at C:\Users\YOUR_USER\OSBot\data\atrarefinder.log Since v2.0 of script, it works for every rare, thanks to Cory for the idea. Instructions: -Login, go to the spot of your choice. -Run the script. Download: http://osbot.org/forum/store/product/29-atrarefinder/ Current Version: 2.2 Previews: to (Older)
  10. Download [sDN] NxAIOMoneyMaker Contact me any time on your smart phone. kik - nxjr.osbot Status: Released - Flawless for hours on end Features AntiBan Super energy support. (Will withdraw any dose pot) Normal energy support. (Will withdraw any dose pot) AIO food support. (If need more.. Post and I'll add them) Quick flawless deathwalking (If The player is in lumbridge it will walk back and re-equip the armour) Flawless quick banking Failsafes (Shuts down if no food.. etc) Easy to read paint. Many many more.... Quick simple GUI The armour id is required for death walking Leave blank if not using... Paint Instructions Make sure to have plenty of food or pots for flawless run times. Start script any where's close to the bank. (So you dont waste time walking..) Sit back and relaxe whilst you make tons of gold coins! Progress Reports Download [sDN] Change log : Change log : Version 0.1 - Initial private release. Many bugs to fix. Including walking. Version 0.2 - Fixed many bugs. Still working on walking Version 0.3 - Still working on a better looting method. Ran for 3 hours no problem. Version 0.7 - Big improvement lately. Running amazingly well. Version 1.0 - Released Premium. Waiting on bug reports Version 1.1 - Fixed cpu problem with antiban Version 1.3 - Added new paths and new antiban so jagex doesn't catch on. Will change daily Version 2.0 - NxAIOMoneyMaker released
  11. QWarriors After seeing that the maker of the other script was banned and the script no longer worked, so I made one based off of how his worked for you guys. Up to 30k/hr! Features: I can add looting upon request. Current bugs: Here's how the paint works: Changelog: V3.1 - http://up.ht/1g1rXRx Top Proggy: Mikasa I'm now accepting donations since I just got scammed for all my cash. PM me for PP info if you want to donate. Enjoy and be sure to give me feedback!
  12. Simplest Thing Ever. I Love Ya'll In This Community. So Theres a Few Rules. & 2 Winners. WINNERS GET: 1 VIP Voucher 1M OldSchool RSGP (or 10M eoc) How It Works?: 1) Post The Form & Fill It Out 2) Star My Profile 3) Posts Stop August 11th/2013. 4) LIMIT: One Post Daily. 5) Will Use a Number Generator & Count Forum Posts. GOOD LUCK RULES: Write 1 thing why OSBOT Is Awesome. Who's your Fav Mod/Forum Mod? And Last but not least. Rap or Metal Music. Only Aloud To Post ONCE DAILY. (you can easily copy and paste the form below and submit it daily) CONTEST ENTERY: Why OSBOT is Awesome: My Favourite Mod/Forum Mod Is: I Prefer (Rap/Metal/Other):
  13. 1 point
    Carried... (My support was good, thank god)
  14. 1 point
  15. 1 point
    Why is random solvers local and not remote scripts? makes no sense to me as it would be 10x easier to edit the randoms as they change all the time.
  16. Best try you could do is emailing jagex personally. Once an account gets perm banned, it's almost impossible to get it back. sorry for your loss
  17. I became annoyed at typing sleep x + gRandom(y,z); so I wrote this so you can simply enter three values (you can change it to more) and it will randomize the sleep method furthermore. Not only that, instead of having to type out your sleep every time, you just type: Sleep(); Here's the code: private boolean dynamicBase; int s0 = 750; // Base value int s1 = 0; double s2 = 0; public void subSleep() throws InterruptedException { sleep(s0 + gRandom(s1, s2)); } public void sleep() throws InterruptedException { Random sleepRandom = new Random(); switch (random(1, 3)) { case 1: if (dynamicBase) { s0 = sleepRandom.nextInt(500); } s1 = sleepRandom.nextInt(1000); s2 = 250 + (1500 - 500) * sleepRandom.nextDouble(); subSleep(); case 2: if (dynamicBase) { s0 = sleepRandom.nextInt(100); } s1 = sleepRandom.nextInt(250); s2 = 500 + (800 - 200) * sleepRandom.nextDouble(); subSleep(); case 3: if (dynamicBase) { s0 = sleepRandom.nextInt(45); } s1 = sleepRandom.nextInt(250); s2 = 500 + (800 - 200) * sleepRandom.nextDouble(); subSleep(); } } Pretty much, your sleep is now: randomBase(optionally) + randomint(randomint + (randomint(randomint)) + (randomDouble(randomDouble))) Making your sleeps math-ambiguous.
  18. No problem :P I feel you didn't understand the test: If the light switch was already down, keeping it down is still an option. All I was trying to say was it needs a semi-dynamic base that the user can manipulate.
  19. Don't blame him cause he botted, he's asking for help to get unbanned;s
  20. 1 point
    Click your name then My Settings then in the options select:
  21. I would be so gutted
  22. 1 point
    You don't know how excited I am to hear that Maxi is back. Did he recover his Skype?
  23. 1 point
    aww sweet but im on about a sub forum just for tuts ;)
  24. 1 point
    http://osbot.org/forum/topic/5038-osbot-programming-tutorials-series/
  25. Or you were reported in the past and account got flagged and they watched your mouse movement or something man. Also someone couldve came
  26. 1 point
    Obviously you're trying to get some refund if you will get ''hacked by OSBOT''. If you can send us proof of your evidence of finding that "threat" ? Let one of us teamvieuw you, and do a new scan because you're accusing OSBot of things they haven't done. Think before you speak!
  27. 1 point
    I wouldnt recommend LoL, the community in this game is beyond your imagination, people wish cancer upon your mom etc. I quit after playing it for almost 3 years, not because of the game but because of the people playing it.
  28. I dont know why you find it stupid , everybodys humour is different and litteraly ur the child right here with that attitude cause adults with that attitude is rare, rare means psycho motherfucker We all know it is because he must lack in the genitalia... it must be.
  29. Quite the asshole tbh... Twat.
  30. water runes and axe, thats got to worst reward ever..
  31. Make sponsors be able to kick again, that was pretty sweet
  32. VERY Trustworthy guy! I'd trust him with my life. And my new verified button.
  33. 1 point
    We need an update, several randoms were updated.
  34. He traded an imposter, LedZeppelin is innocent, he tried to falsely accuse him and get a refund. Dispute Closed.
  35. 1 point
    Hi, I'm back. To answer all questions, I was botting hunter. Literally like an hour after getting all my accounts to red chins, all banned. Didn't even make it to level 64 hunter, RIP. But I'm in debt now since someone did a ~$50 charge back, so I shall be making that back.
  36. I have fun playing Nunu.
  37. Why OSBOT is Awesome: Because you joined My Favourite Mod/Forum Mod Is: ely I Prefer (Rap/Metal/Other): Rap
  38. Why OSBOT is Awesome: Occazn is in it My Favourite Mod/Forum Mod Is: Occazn I Prefer (Rap/Metal/Other): Occazn
  39. Why OSBOT is Awesome: Best 07rs bot and forum is growing My Favourite Mod/Forum Mod Is: I'm still pretty new at here so dunno I Prefer (Rap/Metal/Other): House & techno
  40. IF THE MEMBERSHIP WAS BOUGHT WITH A CREDIT CARD THIS ACCOUNT CAN BE EASILY I MEAN EASILY RECOVERED
  41. Why OSBOT is Awesome: One of the few. if any, working free Bot Clients for old school. My Favourite Mod/Forum Mod Is: Smart. Very Smart I Prefer (Rap/Metal/Other):Alt Rock, Hip hop, RB,
  42. Part 3 up! Hello, Part 2 is up! I'm going to make some English OSBot programming tutorials. I'm not very experienced and will also learn in the process of making this videos. Currently making a woodcutting bot which will chop anywhere on anything. Suggestions for the next script? Leave a comment! Part 1 - Setting up Eclipse: Woodcutting script:
  43. Google "Official Java Tutorials." That's how I learned. Wrong category btw.
  44. 1 point
    veeeeeeeeeeerrry laggy any chance you could fix?

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.