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/28/13 in Posts

  1. All you staff members are noobs :p
  2. I was really bored one night and decided to do something productive and came up with this. public boolean interactWithTableItem(GroundItem tableItem, String action, int tableHeight) throws InterruptedException { Point p = org.osbot.script.rs2.utility.Utilities.getScreenCoordinates(bot, tableItem.getGridX(), tableItem.getGridY(), tableHeight); int height = (int) tableItem.getMouseDestination().getBoundingBox().getHeight(); int width = (int) tableItem.getMouseDestination().getBoundingBox().getWidth(); return selectOption(null, new RectangleDestination(p.x - width / 2, p.y - height / 2, width, height), action); } It seems to work well on small items like pots,garlics and books. Didn't test on anything bigger. You can get the table height by using: RS2Object table = closestObjectForName("Table"); int height = table.getModel().getHeight(); Not sure if that is the right value but it should be something around 100-125 for most tables/crates etc.
  3. Have you cleaned out port 80 yet?
  4. it's called barbarian fishing, please don't go full retard again. if you ain't gonna post a price don't post
  5. I'll release mine right now ;)
  6. Why OSBOT is Awesome: Occazn is in it My Favourite Mod/Forum Mod Is: Occazn I Prefer (Rap/Metal/Other): Occazn
  7. public boolean WalkAlongPath(int[][] path, boolean AscendThroughPath, int distanceFromEnd) { if (distanceToPoint(AscendThroughPath ? path[path.length - 1][0] : path[0][0], AscendThroughPath ? path[path.length - 1][1] : path[0][1]) <= distanceFromEnd) return true; else { WalkAlongPath(path, AscendThroughPath); return false; } } public void WalkAlongPath(int[][] path, boolean AscendThroughPath) { int destination = 0; for (int i = 0; i < path.length; i++) if (distanceToPoint(path[i][0], path[i][1]) < distanceToPoint(path[destination][0], path[destination][1])) destination = i; if (script.client.getMyPlayer().isMoving() && distanceToPoint(path[destination][0], path[destination][1]) > (script.isRunning() ? 3 : 2)) return; if (AscendThroughPath && destination != path.length - 1 || !AscendThroughPath && destination != 0) destination += (AscendThroughPath ? 1 : -1); try { log("Walking to node:" + destination); script.walk(new Position(path[destination][0], path[destination][1], 0)); Thread.sleep(700 + MethodProvider.random(600)); } catch (InterruptedException e) { e.printStackTrace(); } } private int distanceToPoint(int pointX, int pointY) { return (int) Math.sqrt(Math.pow(script.client.getMyPlayer().getX() - pointX, 2) + Math.pow(script.client.getMyPlayer().getY() - pointY, 2)); } This allows you to have your character walk along a path, starting at any point along the path. It will walk like a human, not like a bot. This is how you'd use it: private int[][] path1 = new int[][] { { 3206, 3209 }, { 3215, 3211 }, { 3217, 3218 }, { 3225, 3218 }, { 3235, 3220 }, { 3242, 3226 }, { 3252, 3226 }, { 3251, 3235 }, }; public void walkToGoblins() { WalkAlongPath(path1, true); } public void walkToBankFromGoblins() { WalkAlongPath(path1, false); } public void walkToGoblinsThenAttack() { if(WalkAlongPath(path1, true, 1)) //The 1 is the distance away from destination state = State.AttackGoblins; } Enjoy.
  8. 1 point
    Stark GDK Features Supports ALL THREE green dragon locations Loots dragonhides, dragon bones, adamant ores, adamant full helms and rune daggers as default Option to loot nature runes and clue scrolls Option of teleporting to varrock using teletab, or walking to edgeville bank Option to hop worlds if there are x players nearby at dragons (excludes pking worlds when hopping) Option to pick up and eat bass dropped by dragons Impossible to lure out of dragon area Never follows the same path twice An extensive, intelligent antiban that greatly lowers the chance of being banned FLAWLESS Quickly handles wilderness interface pop up Works well in laggy environments DEATHWALK: Supports both teleporting and walking from lumb to edgeville Dynamic signatures: http://starkscripts.org/StarkGDK/signatures/stats.php?username= Highscores: http://starkscripts.org/StarkGDK/ Statistics: http://starkscripts.org/StarkGDK/profit.php Script outline The script kills green dragons north-west of varrock/edgeville. It has the option of walking to edgeville or teleporting to varrock. It will also perform a deathwalk/death teleport, depending on your preconfigured options. Instructions Start it somewhere sensible, e.g. edgeville bank or in the green dragon area. Change log v1.0 - Official release v.1.01 - Fixed issue with attempting to equip loot Fixed issue with not eating food to make room for loot Fixed issue with attempting to attack dragons before looting Changed GUI so that the hp slider is not fixed to 10% intervals - there are now no intervals between values v1.02 - Fixed lumb banking death walk Fixed problem with not looting before teleporting Fixed problem with not eating when run out of food during combat Added rare drop list to loot list (Uncut diamond, Loop half of a key, Tooth half of a key, Rune spear, Dragon spear, Shield left half) v1.03 - Changed loot priority to loot most valuable items first Fixed issue with trying to loot even when inventory is already full Fixed issue with trying to equip arrows that are obtained from ava's accumulator Added f2p worlds to excluded worlds Added option to loot coins Reduced number of teletabs taken from bank v1.04 - Fixed issue with walking too far from dragons when world hopping Fixed death walk (with teleport) issue v1.05 - Added show/hide button to paint Tweaked banking method to prevent repeated withdrawals Fixed teleport deathwalk v1.10 - New location (east drags) Glory support Saving settings (half done) Show how many items left in bank on paint Remove option to pick up nats, clue scrolls and addy ore (now set as default) Customisable mouse speed Tweaked looting method to avoid continuously clicking loot Withdrawal of anti dragon shields is now prioritised Added highscore system. Every time the script ends, your highscore info will be updated. View the highscores here: http://starkscripts....e.com/StarkGDK/ Can't wait to see who the king of GDK is v1.11 - Fixed issue with not withdrawing charged glory Fixed xp issue when starting script while not logged in The script will now withdraw extra food if you have low HP at the bank v1.20 - Fixed world hopping bug after deathwalk Fixed bug where the script was unable to walk to the bank Fixed bug with attempting to teleport above level 20 wilderness Changed walking method to prevent getting randomly stuck Added new location (east 2) Added eating at bank to restore HP Added potion support Generally tweaked the script to make it more efficient How do I get it? It's available on the SDN for a one time fee of $14.99 here: http://osbot.org/forum/store/product/50-stark-gdk/ In purchasing this script, you will receive access to the current version of the script, as well as lifetime updates. This is a limited offer! After 20 script sales, the price will be increasing to $14.99 in order to reduce the effect on the dragon bones/green dragonhide market. My commitment to you, as a customer I am committed to providing you with regular updates, which I will prioritise based on popularity. I will also help you with any problems you have with the script (although it is very straight forward to run). Finally, I'll provide quick bug fixes, if any bugs are found. If you need to contact me about ANYTHING concerning the script, feel free to add me on skype: noble.stark1 I have a skype group for all my GDK users. Feel free to add me, and I'll add you to the group. Highscores: http://starkscripts.org/StarkGDK/ Proggies 24 hours: 23 hours: 22 hours: 21 hours: 16 hours: 13 hours: 10 hours: 8 hours: 6 hours: 6 hours: 3 hours: 3 hours: 1 hour: 1 hour:
  9. Hey there! It's my time to announce the 'masterpiece' I've been working on for a few weeks now, It's called Abuse's Nature Runner Long story short: Trades the 91+ runecrafters from clanchat 'iDestin', gives them 25 essence in return for 50 and runs back to the general store to buy more while being fast, efficient and player-like. May also be used with a main level 91 runecrafting account and running bots to greatly boost your XP/Hour and obviously make bank. >NO REQUIREMENTS< Features: Near flaweless: I've tested this script for hours, over 1000 lines of code has been written to assure a near flaweless experience. Having the nature count totalling 30000+, tested on both level 3 accounts and main accounts with various variables that might occur (Crafter logging off, moving, taking a break, getting attacked at the store, random events, ..). Currently the script runs all the way until there are no crafters available and ends up logging off and checking back every X minutes SmartWalk: Custom walking function that is more player-like, fast and most importantly, random, meaning that it will never click the same tiles when walking anywhere. SmartWalk will be included in all of my upcoming releases SmartGUI: Each of my releases comes with a control panel to control your bot in action, allows you to change run settings, bank settings, walking settings, crafter names, etc ... on the fly without having to pause/stop the script Banking: User defines at how many nature runes it should bank, once that number is reached it peacefully walks to the ThZaar 'dungeon' bank and walks back to continue. This was written for the low level accounts that might have a slim chance of dying with large amounts of natures Anti-poison support: NEVER leaves the store without having an anti-poison potion in inventory, drinks it if poisoned, sells empty vials (and any other junk) to the store Multiple routes: Designed for level 3's and higher level characters Run from combat: Automatically toggles run when being in combat, runs away if attacked at an 'idle' location Antiban: CURRENTLY BEING WRITTEN Screenshots: - Main, 'risky' path: - Safe, 'Level 3' path GUI: DOWNLOAD: Abuse's Nature Runner will be released once I have finished writing the anti-ban functions assuring the most positive experience with my current and future releases. The release time is currently unknown until I've written the most parts of it. I am also planning to release this script to only a small group of people (or incorporate some sort of maximum total nature running bots limit) to prevent the nature altar to be overcrowded and increase the chance of being reported/banned Kind regards, Abuse
  10. Capes Completed in spoiler. Please do not contact me asking for a change in prices. Other forums ask for 12-15M for a Firecape. PA asks for up to 50$ for a firecape. I think my price is reasonable. YOU CAN RESERVE SPOTS FOR CHEAPER FIRE CAPES - CONTACT ME TO DISCUSS Contact me through skype @ Child.azn or message me through OSBot please. Capes Done WildyRome - 100k CurensyJets - 1M Aekramer - 2M Zunu - 2.5M Hopsin - 3M Chris - 3.5M Waldo - 4M Insp1red - 4.5M Jese - 5M Ibrahem - 5M Hello123 - 1M for just Jad Victor - 8.5M Ryan - 7M Steven - 9M Eddie - 11M Reason - 7M Zamaruka - 7M Stan - 7M Mikey - 1.5M for just jad Herbz - 7M PvM - 10M Savagesoviet - 1.5M for just jad Echo - 8.5M Magsimo - 1.5M for just jad Darthtater - 1.5M for just jad Adriana - 1.5M for just jad Sin - 8.5M Travis - 9M Capes RESERVED Capes In Progress I can do anybody's cape at the moment if you have the stats for it. YOU DON'T HAVE TO BE A PURE. SINCE THIS SERVICE IS NEW, THAT'S THE ONLY GEAR SETUP I MADE SO FAR.
  11. Welcome to my Membership Emporium for paid goods! My prices are simple and subject to change! ~They will always be changing~ Things i sell: 07RS membership 3.7m-3.9m OsBot VIP 4.5m-5m Runescape 2007 Gp 2.6/m Paid scripts: Just Request 2.3/m MSP (800; 4.5m-5m:1600;9m-10m: 4000;21m-22m) PSN(10$): 4.5m-5m Anything else ~Just ask~ i.E) Itunes cards, EBay/amazon cards you name it Got a custom order? Pm me, skype me or post! i will reply within 3 hours T.O.S: I am NOT responsible for anything after the trade I am not responsible for a ban for RWT I am not responsible for rollback after the trade dont expect me to add you I will only go first if you have more feedback than me all trades are done through skype no TV needed i just gyazo you the pin if you trade me you automatically accept the TOS W319 Vwest <----- Click to add me on skype If you are looking to buy gold from me/sell gold to me post here!
  12. Hey Guys! I'm going to try something new: I'm going to be selling Quest Packages, where you give me an acc with ONLY skills, and I'll complete the quests you require ONLY in the packages listed below! I am very busy for the next couple of months, but if you catch me at the right time, I might be able to do a package for you! Add my skype: ThinkingOfYouRS
  13. 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):
  14. 1 point
    This is ridiculous. I play legitimately all day setting up my account with quests,etc and I am banned on the spot for no fucking reason. Jagex stole my money. Forget this, you can't even play legit and do a money making method to get on your feet before you bot before they ban the hell out of you. So fuck it, I give up. Thank god I sold my 2 old accounts, so I got my money back in a way. Can't believe this shit. I must have came into this kind of thing at the wrong time. I am thoroughly mad. So I'm done. Thank you guys for being the best community I've ever got to know in the short time I was here. Too bad Fagex is the worst company in the world.
  15. I'll be doing any jobs that go under this topic.
  16. this is what i had to do! thank you very much for your help guys
  17. 1 point
    a update would be wonderful, Sseeing how i have already paid this month's fee.
  18. It depends on the scripts. Some more complex scripts require better CPU
  19. I believe that's a computer problem, maybe you need something with more ram, most can run 3+ without any problems, i run 4 perfect and start lagging on my 5th account
  20. Guest
    1 point
    Other than with the exception of rape victims, I firmly stand against it.
  21. Just watch the intros from season 1-7. Also its on NETFLIX or you can just google like SUPERNATURAL season 1 and youll find it. Trust me watch it its one of the best shows ever. Tell me what you think of the video.
  22. 1 point
    what if a women is raped? That's an exception. We've been over this. Get an argument that is actually relevant. This is obviously an exception, everything has one, your argument is old and invalid. When does it begin to be okay to kill the baby? Is it when it is 6 months old? No 3 Months? No way. 1 Month? No 1 day? No 1 hour? No 1 second? No Why is it okay if you can't see it? Once the cells have formed the baby, I believe it's too late. It's a human at that point and is living off it's mother. It's the beginning stages of life and we all had to go through it. Basically supporting abortion is supporting that you have no soul. Because if you did have a soul, then killing the baby would be killing the soul as well. 1 second? Yes 1 hour? Yes 1 day? Yes 1 Month? Yes 3 Months? Probably I kill more cells when I jack off, so not really a huge deal. We were all sperm at one point, but I don't really count that as me, and I sure didn't cry for the millions of brothers/sisters I lost getting to that egg. I can only assume you are referring to a soul in a religious context, and the only way I could argue against that would be to argue against your faith. Which obviously can't be done because it's faith, and you can't argue for or against faith...so I guess I have no soul You're fucking sick bro. The thing is formed. Its not cells anymore it's now a being. 3 months? How fucking insane are you? I have 2 week old cousin and he already responds and interacts with people. You saying it's okay to kill him is disgusting. I can't believe I'm around people as selfish as you. That just pisses me off. When I was referring to soul, if a human has a soul, it should never be okay to take that human out of this world because they're more than a being. I'm not religious at all.
  23. Get a toasted sandwich maker? $5-$10? easy done bro?
  24. doubt they would go through the effort of creating a lawsuit over some small time dealers maybe the big ones with their own websites like playkiller etc
  25. I sent a request. Xbox controller feels so much nicer in my hands than a playstation's..idk. I think I'm just used to it.
  26. Looks great, well done mate.
  27. I'll try to make a fally guild miner tomorrow, if anyone essentially needs to mine coal tonight, my script will mine at lumby swamp mine.
  28. 1 point
    This is obviously an exception, everything has one, your argument is old and invalid. When does it begin to be okay to kill the baby? Is it when it is 6 months old? No 3 Months? No way. 1 Month? No 1 day? No 1 hour? No 1 second? No Why is it okay if you can't see it? Once the cells have formed the baby, I believe it's too late. It's a human at that point and is living off it's mother. It's the beginning stages of life and we all had to go through it. Basically supporting abortion is supporting that you have no soul. Because if you did have a soul, then killing the baby would be killing the soul as well.
  29. This won't go away
  30. lumby and draynor are about the same I believe
  31. Why OSBOT is Awesome: Because it's the best botting site with a lot of scripts My Favourite Mod/Forum Mod Is: smart I Prefer (Rap/Metal/Other): rap
  32. Did you get banned botting and want to know when your ban is lifted? Follow this little guide! 1. Go to runescape.com (Normal Runescape) and click play now 2. Log in with your login credentials and it will tell you the exact hour/minute/seconds left until your ban is lifted!
  33. No point in using this script anymore if I can't bank. Back to Ande's Fighter lol
  34. Why OSBOT is Awesome: I LIKE BOTTING My Favourite Mod/Forum Mod Is: HERBZ FOR MOD I Prefer (Rap/Metal/Other): RAP
  35. True, but meh, i would like to have it cause i'm lazy ;p If anyone is going to complain about it being slow, remember this is one of the few unsaturated mining spots left... Don't complain when it's free. >_>
  36. Even if you have proof that someone scammed, you still won't get your shit that got scammed back.
  37. 1 point
    You're current one is amazing!!!
  38. You got permission to chargeback ;)
  39. Great script started at 67, not much longer to go.
  40. Haha 'survival' did it for me. Crafting your own runes to go pking? Aint no body got time fo' dat
  41. Oh a pair of shoes.... Hmmm expected more.
  42. 1 point
    Lol? "What would you like him to do? ignore you?" No, the opposite. Typing a sentence or two must really wear you guys out Even if it's more than that, it's still your responsibility. There we have it again 'higher priority" where not everyone is treated equally Seems like it I didn't define you as customer support, but every community should show a bit more initiative. Not 'everyone' expects you to give them 'full' explanations for 'all' of your actions. Really? Isn't this what you're supposed to be doing here My job is to keep the forums, staff team, and community rolling through. It seems to be going pretty nicely in my opinion. Laz, Maxi, and Zach's job is to debug and develop the OSBot client. I also feel that's going pretty nicely. You not liking what I told you in my last post is you being ignorant of what we actually do. You can't see the frustration because you haven't experienced it like we have. So, to answer your question, no, that's not exactly what I'm supposed to be doing here, although I do it anyway, because I care about OSBot just as much as the other Administrators. When Maxi is not at his pc, I'm not sure how you expect him to reply to you. It's not even his duty to reply to you unless it's fairly urgent. If I remember correctly, you wanted maxi to add a script to your account. Really? Honestly I feel your posts are taking us for granted. Our client is free, and you were going to receive a script for free. I don't understand the irrationality at all. Maybe you'll one day understand that we practically commit our lives to OSBot. As for the developers, the amount of code in the client is enormous. The time thhe developers put into the client and this community is just crazy. Programming the client for weeks on end, trying to allocate the time to fix all of the errors, bugs, general issues that arise everyday, acting as customer support agents, fixing the randoms, battling Jagex's constant updates and keeping the SDN in tact while paying out the script developers. For whatever reason it is you're upset, I can't comprehend why you're going about it this way. We mean nothing but good for the community and it's a shame you don't see it that way. Farewell.
  43. Guide of how to lose script sales: 1. Anounce that you are going to drop the price. 2. Don't actually drop the price.
  44. I used them in the past, I would not recommend them to anyone looking to run more than 2-3 bots
  45. That wasn't necessary. I'm very much looking forward to seeing his approach to writing a first, simple script and think it could be of some help to me.
  46. 1 point
    Sure. Because their are definitely not millions and millions of kids in orphanages.

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.