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

  1. Community, It's clear that there's an issue with grabbing the client parameters and/or injecting the dependencies. We're working to fix the issue as quickly as possible however there is no ETA. The main reason for this announcement is that there are several members going around "fixing" this problem for the other members by sending them tampered client and data files. Please be very careful of who you let "fix" your client because someone could easily give you altered code to steal your account information from your local files. This is very much against our rules and terms of service. Everyone should be reminded that we have copyright over our client and any uploading, re-distributing, or re-engineering of our client is not only severely against the rules, but also against the law in several countries. We would prefer to fix the issue on our own side and give an official release for not only our safety, but yours. The OSBot team is very serious about security and that's what sets us above the rest. Be very careful. Happy botting! The OSBot Staff Team
  2. OSBot didn't hack you. I've said it a million times, we don't store your account information anywhere but on your own computer.
  3. Thanks for the heads up, I don't want them to hack my 50k and my full black (g)
  4. I have about a 30m bank why would they hack you for 1m? And not hack me for 30m. Stop downloading gp generators bro.
  5. Will produce more bans than profit.
  6. Plot twist: that is a keylogger
  7. 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!
  8. OSBOT STOLE YOUR BROTHER? ERRR MEERRR GAAARRRDDD
  9. OSBot Stoled my family! WTF OSBOT
  10. Next time don't download free ddosers off of youtube. And what did they do? Kidnap your brother?
  11. Cant wait to see my "ban rates" thread get about a hundred ban reports in the next few days. Should be interesting.
  12. 2 points
    My account was perm ban. My appeal reads as follows... Dear Jagex, I'm reluctant to inform you that I've botted every single stat I have. Frankly, I'm shocked you didn't catch me sooner. I digress; upon the reversal of my permanent ban, I hereby solemnly swear to promptly continue my botting rampage. I shall continue to succumb my botting brethren's cry,"If you ain't bott'n, you ain't try'n!" Unfortunately, due to the nature of my appeal, I would be bewildered to discover my account with an un-banned status. Cheers, PS: JK i don't bot PSS: DO YOU EVEN BOT BRO
  13. 2 points
    Coming home today, woohoo! Best of luck on flying.
  14. People mad because rune prices are going to drop.... GOOD maybe I can get 99 mage without spending a fuckload of money.
  15. Solid Release, n3ss3s always releases a quality product, after running for a few hours this seems to fall into line with the rest of his product line-up. Flawless. I won't even begin to comment on the unproffesional remark muttered by Cory. Warfront1
  16. Yep, I wouldn't run it for hours at a time (well, I don't even bot in the first place.). I don't see why you're concerned though, I was told you're selling one on Skype for a pretty steep price?
  17. I understand there's already a topic on this, I find it somewhat difficult to understand. Please understand that using breaks is an important part in keeping your account unbanned. More information on how to bot smart -> http://osbot.org/forum/topic/6894-bot-smart-what-it-is-how-to-do-it/ Defining the parts of a "break" [Average Interval] - The "average interval" is the average time between breaks. It's an "average" because of interval deviations, which i'll be getting to in a moment. This is how much time will be in between your breaks on average. [interval Deviation] - This is a very important part of making sure jagex doesn't notice a precise pattern in our breaks. Lets say your "average interval" is 75 minutes, and your "interval deviation" is 10 minutes. This means that the time between your breaks can be anywhere from 65 - 85 minutes. [Average Break Time] - The "average break time" is the average length of the breaks your account will be taking. It is an average, because there are also break deviations, which I will get to in a moment. Your "average break time" should be how long you want your account to stay logged off per break on average. [break Time Deviation] - Break time deviation is very similar to "interval deviation". Your "break time deviation" is how much the length of your accounts break can deviate from the average time. Lets say your "average break time" is 20 minutes and your "break time deviation" is 5 minutes. This means your accounts breaks will be anywhere from 15-25 minutes long. Here is a picture of my break setup Please be sure that you have the "enable breaks" box selected. Now, let me explain how breaks work going off of my break setup. My "average interval" is 75 minutes. my "interval deviation" is 25 minutes. This means that the time in between my accounts breaks can be anywhere from 50 - 100 minutes. my "average break time" is 25 minutes. My "break time deviation" is 10 minutes. This means that the length of my accounts breaks can be anywhere from 15 - 35 minutes. If you have any more questions, please feel free to ask below. Drop a like on the post if this helped you!
  18. 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.
  19. 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!
  20. Development has been put on hold, Doing a major overhaul. Any bugs found from now until I'm done won't be fixed, sorry guys! Novum Agility Script Courses Supported [COMPLETE] - [iN PROGRESS] - [NOT STARTED] Gnome Agility Course Barbarian Agility Course Wilderness Agility Course Ape Atoll Gnome Agility Course Features -Traverses course flawlessly (For me whilst testing at-least, post bugs I'll have em fixed within a few hours). -Recovers from anti-bans knocking it out of place. -Now runs when over 20% energy Progress Report Barbarian Agility Course Features -Traverses course flawlessly (For me whilst testing at-least, post bugs I'll have em fixed within a few hours). -Recovers from anti-bans knocking it out of place. -Eats food when low -Now runs when over 20% energy Progress Report Wildernesss Agility Course Features -Traverses course flawlessly (For me whilst testing at-least, post bugs I'll have em fixed within a few hours). -Recovers from anti-bans knocking it out of place. -Eats food when low -Now runs when over 20% energy Progress Report Download https://www.dropbox.com/s/stcae46rkh8wds9/NovumAgility.jar
  21. Current Version: 1.2 Working with - 1.6.11 - 1.6.12 - 1.7.X Changelog Start at fally bank with a pickaxe equipped/in inventory. Features: - Considered flawless - Mines coal and banks it - paint with XPTL, coal mined, PH, status, runtime,... - Has anti-explosive rock, and rock golem/swarm/ any combat related random Download link: GronGuildMiner.jar Note: A like keeps me going!
  22. :D

    1 point
  23. 1 point
    Terrible idea. The reason most people dont play EoC is because of them sh*tty OP items. Keep it around 2009-2010 No, people don't play Eoc well because its Eoc... lol
  24. 1 point
    I watched your signature for a good 5 minutes. I did longer , so i took him as signature to waste everyone's time
  25. 1 point
    I watched your signature for a good 5 minutes.
  26. Well i guess the main difference between you and MOST of the people on this forum is that you probably bot for around 3 hours a day and the other ppl are botting 24/7.. i just got 85 mining suiciding that chit and 0 offences yet. this account is as clean as my main from 2003. lol. i guess it depends what you are doing. basically anything that has to do with logs is an automatic +50% chance of being banned lol...
  27. Yea there's a new random, i've heard alot of people been kidnapped, they telegrab you out of the monitor.
  28. But a random wouldn't kidnap his brother... You never know, the mysterious old man tends to lure some young people into his van!
  29. But a random wouldn't kidnap his brother...
  30. umm im going out now but when i come back ill go into the chat and see if anyone is willing to create one for free if not ill ask Nosaj
  31. I dont see why everyones freaking, theres been a free one on Advertising other bots isn&#39;t allowed. for forever now and rune prices haven't really crashed at all.
  32. Thanks for being so vague, I'll almost be able to help you
  33. 1 point
    There are some people who are not "grown ups". There for some can not handle it. Also, if you are mature enough you don't need to be using those words. You can find other ways of speaking your mind without using words that are on the censor list.
  34. No, No support! The smilies we have are fine! New ones would just encourage idiotic posts. Plus, wouldn't you rather them work on something that is actually going to benefit the community?
  35. I'm glad someone is using it!
  36. if tanning hides , it withdraws hides step out of bank , when outside he goes back in and banks again . repeating that like over and over and over and over and over again walking to node0 walking to node1 keeps repeating same action , outside the bank he returns to bank etc hope you can fix this mate , its a very nice concept ! goodluck and thanks
  37. 1 point
    please fix the script man i need a good super heater
  38. n3ss3s I appreciate you doing this. Makes me happy because I don't bot for cash so I'm quite poor, and now natures will be affordable, thanks again!
  39. Currently working on a major revamp of the script. It'll make it more reliable, more efficient, and there will be a bunch of updates too.
  40. Babysit this script when using range cause i died 4 times with 4k over iron knifes . WARNING!
  41. I just tried the combat script on relekka rock crabs, i started in camelot bank with a full inventory of sharks, the bot walks all the way to the rock crabs, gets attacked by a crab and starts walking all the way back to camelot bank.. and repeats the process i also tried to start the script while standing near the relekka rock crabs but then it immediatly walks to camelot. EDIT: I Tried the bot on Taverly chaos druids aswell now, same story, it walks to the druids and as soon as i got attacked by a chaos druid the bot teleports back to falador, im also haveing troubles trying to open the combat script, most of the time i only get an empty box without any text or pictures, and alot of the times the itemboxes are missing, please help?
  42. I'm actually going to use this. ^_^
  43. As i'm running the script it constantly keeps thinking there is a strange plant random, and it dosen't know if it's mine or someone elses. [iNFO ][07/11/13 09:51:55 PM]: Exited random : Strange Plant [iNFO ][07/11/13 09:51:56 PM]: Activating random : Strange Plant [iNFO ][07/11/13 09:52:01 PM]: Failed to pick Strange Plant. [iNFO ][07/11/13 09:52:06 PM]: Failed to pick Strange Plant. [iNFO ][07/11/13 09:52:07 PM]: Found a plant that is too far away to be ours. Ignoring... [iNFO ][07/11/13 09:52:07 PM]: Exited random : Strange Plant It does this over and over again.
  44. The rockcrabs agression is hella off, i just watched it for 20mins keep trying to fight them walking around.please update or something.
  45. Every world is the same. If it seems empty at first, check back in like 10 minutes and it should be full lol
  46. I recommend alching in Burthope Games room.
  47. God dam there is like 9-10 people on every world

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.