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/12/18 in Posts

  1. I'd like to see proof of this. lmao
  2. ๐Ÿ‘‘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
  3. Welcome! This is my first ever script so naturally I expect to be able to improve a lot, but I'm eager to hear feedback and ideas from anyone who's willing to test it! Currently, the script will only kill chickens in the Falador chicken pen, as it is usually empty and almost always has less players than the crowded Lumbridge chicken pen. This script is meant as a 'right off tutorial island' kind of script and can quickly get your starting combat levels for you! Instructions Start anywhere! (Just have a bronze sword or training sword somewhere in your bank or inventory!) Features - Pick your XP Style: Attack, Strength or Defence. - Stops at your desired level. - Option to bury bones. - Option to collect feathers. - Smart run toggle. - Smart banking if you don't have a training sword or bronze sword with you, but in your bank. (Also gets a training shield or wooden shield if you have one) - Walks to the Falador chicken pen from anywhere. - Drops any raw chickens or eggs you pick up accidentally. - Hops to another world if another player is in the chicken pen. (Credits to 'FrostBug'! https://osbot.org/forum/topic/73332-quick-hopper/) - Highlights closest chicken, closest bones and closest feathers. (Only highlights bones and feathers if you chose to bury them and collect them, respectively) - Custom GUI: - Custom Paint: Link to download: KobosChickens.jar
  4. 2 points
    Im here bitches
  5. slawa2 just paid me back 250m so obviously it was not him who scammed me ,and from now on I DONT HAVE ANY offences againts him, so dear mods please return him his slawa osbot.org account to him . thanks
  6. 2 points
    Decode was mod, you're right about that. but he was also not mod after he was mod. and now he's mod after he was not mod after he was mod. if you follow me
  7. 2 points
    @dragonite3000 incoming.
  8. There's a lot of different ways actually if you just look at the services and products from this website: 1. People run services where they do questing, power leveling, minigames, etc. for a certain price. If you look at some of the prices you can see that it is fairly profitable. 2. Run a goldfarm of 10 bots and just do Zulrah on it, if you're making about 1M per hour on each account that's 10M per hour total. 10 hours and you're at 100M per day. Obviously the difficulty is getting all those accounts to the level where you can gold farm on them... But that's where you can go ahead and buy the accounts themselves. 3. Do a combination of these different things - some people sell gold directly to gold shops, but you can buy gold at a discount and sell it yourself for a mark-up. All comes down to your niche and what you want to do. Me personally, I don't really give a fuck about the real-life money making aspect because I dabble in stocks and I make a lot of money that way. However, I just want enough money in OSRS to buy anything I want. Like man it's 1.2B for a twisted bow, how long would it take me to realistically grind that by playing the game? Pretty ridiculous if you ask me so I'm glad there's alternatives like botting and doing services to get there. Hope this helps.
  9. Home > Market > Accounts > Requests > Solid main for 150m gp
  10. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
  11. I made this simple Pest Control script because there aren't any free at the moment and I want to improve on writing scripts. This script isn't optimized to run Pest Control the best way possible. On arrival or when it can't find a NPC it will always run south, either to the middle or between the two portals. It currently doesn't attack portals or open gates. However, it won't attack NPC's that are unreachable. Script does seem to run nearly flawless, it will only do nothing if it can't find any NPC's south or near the middle. I ran the script for a couple of hours without any problems other than the one mentioned above. I got around 500 points using the script so far. Baby-sit is recommended if you feel like using the script (if you do, feedback is more than welcome). Script is a work in progress. Features: Supports intermediate boat Random position inside boat Quick Prayer (13+ prayer required) Searches for NPC's to attack Attacks Brawlers, Defilers, Ravagers, Shifters, Spinners and Torchers Strength XP Tracker Learn when to open gates (so pathing can be made better, more human-like, instead of just South) Attack portals Prioritize Spinners XP tracker for whatever combat skill you are using Pest control points tracker Potion support Special attack support Support for all boats How to start: Setup Quick Prayer Start the script near the intermediate boat (or else it won't work) Changelog Download (latest version) Removed for now
  12. Was testing stuff with interaction event and can't get my head around the hasFailed() and hasFinished() methods. Snippet below: Player worker = s.players.closest(tradeArea, workerName); if (worker != null) { InteractionEvent e = new InteractionEvent(worker, "Trade with"); e.setHover(false); e.setMaximumAttempts(1); e.setOperateCamera(true); s.execute(e); Utils.condSleep(5000, 300, () -> e.hasFinished() || e.hasFailed()); if (e.hasFinished()) { s.log("Interaction even has finished and will sleep!!!"); Utils.condSleep(20000, 500, () -> s.trade.isFirstInterfaceOpen()); } if (e.hasFailed()) s.log("Interaction event failed!!!!!!!"); } As you can see this is for trading. It seems that hasFinished() == true when the event succeeds (doesn't fail), hasFailed() == when it fails to eventually send a trade request. The problem I'm facing is that the hasFailed() method sometimes fires even if it actually succeeds (sent a trade request). Is this a bug or am I doing something wrong?
  13. Congrats on release. I'll wait for someone to do a proof check and give it a try myself.
  14. @Slawa has been unbanned, please take care in securing your account with a new unique password and 2 Factor Authentication. Dispute complete.
  15. u fucking beast!
  16. 1 point
    Iโ€™d give you TWC if I could.
  17. 1 point
    I too vote for myself. Pirates of the Caribbean style.
  18. i only lost about 40k xp. not too bothered.
  19. Same.. Just rumors.. All accounts got rollbacked including mine. Just for a bit of xp.
  20. All accounts were rolled back, so I don't it affected the game at all..
  21. 1 point
    "Whilst we do acknowledge that the bug is a fault of ours, it became apparent that a number of players were quick to exploit it for personal gain, in such cases as players using the exploit to generate wealth to buy Bonds to redeem for Old School RuneScape membership. With this in mind we will be removing the illegitimately-gained membership which was received via bond redemption during the time the bug was live. Players who abused the bug will also see action taken against their accounts and will temporarily be removed from the game."
  22. 1 point
    @Decode
  23. Bugs. Double-clicks when not needed.
  24. im brining it back up though
  25. I've hand made accounts on proxies before and had no problem botting on them either, you are safer creating an account on a residential proxy rather than a data centre though, if the account has already been created then a data centre proxy is usually fine in my experience.
  26. I'd definitely recommend doing tutorial island by hand, or just buying hand done tutorial island accounts. Much safer than botting it. I'd have it rested for 4-14 days or something before starting to bot too (you can do somehand skilling/questing etc. while waiting)
  27. After today's update, Nothing related to OSRS is loading, Tried the official Client, Runelite and OSbuddy! Anyone else have this problem?
  28. I have the same error, I believe it's just due to the OSRS servers being down.
  29. dont @ them while shitposting if you want to live
  30. Bro is that a joke wtf Yooooooo
  31. r u saying the max cashstack i pked is fake???
  32. Hi guys. Trying to make my first script by using explv 101 tutorial layout but making a chaos druid script instead. however i was making my methods but for some reason i cant understand red lines are coming up. I even copied and pasted one of explv to see if it would work and i still got red lines. any help would be appreciated
  33. 1 point
    No lol ofcourse not but i just thing it's strange that i am able to download it happy ofcourse
  34. thank you for giving me the chance, and the opportunity bro, pay it forward!
  35. Hey whenever you find time and we collide I have 5M for you. I appreciate the replies. Also, mining is a huge headache... I can see why you don't do it.
  36. leave it unchecked. I have to remove that option. I replaced webwalker for most modes al ready
  37. I'd like to, but my time is too preoccupied to do it for free right now. I had to get rid of all my hobbies for a while to get this MMO done haha. I've had other people contact me about making one, I would do it for GP/$ and make it private or exclusive, or just raise a pool of cash/GP and I'll release it free for everyone. I hope you understand why I'm asking, I don't have a job, and my income right now is literally from random things like this... But, if you don't mind waiting a few months at least, I'm sure I'll be back to make some more hobby scripts.
  38. 1 point
    achieved base 70 with this so far 10/10 script
  39. Done. Updated 2018/07/11 - v8.2: NOTE THAT WHEN LOADING AN EXISTING CONFIG, THE CONFIG WILL BE SET TO USE ALL WORLDS. YOU WILL NEED TO UPDATE ANY EXISTING CONFIGS MANUALLY. - Now automatically loads worlds from the OSRS website - New world selector for better customisation:
  40. Thanks! It's running alot faster and more 'human like' now
  41. You can use the generateBotMouseEvent function to move the mouse instantly to another point: public void moveMouseInstantly(final int x, final int y) { getBot().getMouseEventHandler().generateBotMouseEvent(MouseEvent.MOUSE_MOVED, System.currentTimeMillis(), 0, x, y, 0, false, MouseEvent.NOBUTTON, true); }
  42. Hahaha, all good. France will beat England. Thanks for doing this, it's Awsome
  43. This isnโ€™t really true
  44. some people just enjoy others' misery. there are sadists in the world, and that alone could be the reason
  45. Looks impressive!

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.