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 10/19/15 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. I set up my G.E. like this. One day it will pay off.
  3. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  4. 3 points
    http://services.runescape.com/m=forum/a=946/c=pvMvE6*Zr2s/sl=0/forums.ws?14,15,493,65695927 Gl!
  5. And now RIP your dreams
  6. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
  7. Fixed a few more interaction bugs with large piles of ground items.
  8. 2 points
    You need to install Java to run OSBot.
  9. Cheaper version of @Fruity
  10. script stopped twice during the night at barb fishing. Script saying its out of feathers/bait but im not.
  11. Look what he found..
  12. Id love to see someone recover from you
  13. https://github.com/Bobrocket/OSBotAPI Example usage: leaked green dragon killer source getNPCFinder().findClosest("Green dragon").attack(); //OSBot version NPC n = getNPCS().closest("Green dragon"); if (n != null && n.exists() && n.getHealth() > 0 && !n.isUnderAttack() && !myPlayer().isUnderAttack()) n.interact("Attack"); omnipocket leak getNPCFinder().findClosest("Man").pickpocket(); //OSBot version NPC n = getNPCS().closest("Man"); if (n != null && n.exists() && n.getHealth() > 0 && !n.isUnderAttack() && !myPlayer().isUnderAttack()) n.interact("Pickpocket"); Advanced usage: get ge/collect box/bank/poll booth close button getWidgetFinder().findFromAction("Close", (widget) -> (widget.getSpriteIndex1() == 535)); //OSBot version cant be fucked l0l Super simple example script: attacks chickens 24/7 public int onLoop() throws InterruptedException { getNPCFinder().findClosest("Chicken").attack(); return Constants.TICK; } //OSBot version public int onLoop() throws InterruptedException { NPC n = getNPCS().closest("Chicken"); if (n != null && n.exists() && n.getHealth() > 0 && !n.isUnderAttack() && !myPlayer().isUnderAttack()) n.interact("Attack"); return 600; } Why use my API over the default OSBot one? Handles everything for you. Interacting with an NPC? Null checks, camera movements etc. all handled easily Streamlined, consistent API between data types Click accuracy increased by 5% on moving NPCs (tested against 2.3.136; will dig up test results later) A lot more customisation in Finders vs default OSBot methods (especially with widgets!) #findClosest() actually correctly returns the closest NPC/entity Super easy to implement - just change extends Script to extends OmniScript Usage Download the latest zip Drag the omniapi folder into your project (delete Test.java!) Make your script class extend OmniScript instead of Script Make use of the OmniScript API Please note the API is updated constantly, so be sure to redownload the zip occasionally!
  14. Hey, and welcome to my introduction page! My name is Romano, living in The Netherlands. I am 20 years old, studying ICT. I am in a relationship for almost 3 years now. Having a great time, focussing on the future and still have a lot of fun! If you wanna know how i look like? Just check my profile. So.... Since 3 weeks i started playing OSRS again. But i didnt have really the time to get my stats up again. I decided to bot, but now on a different way. Create my own bot! Luckely I already knew a little bit of Java (because of school). I started to decide to make my FIRST own WOODCUTTING bot. (So not copy & paste a script.) Things are working out really well. I am proud to say that my script have runned flawless for 10+ Hours. ------------------ What does my first script supports? - Birdnest PICKUP. - Banking. - ANTI-BAN. - An interface. - XP/hour etc etc etc. ----------------- There is also a nice interface included to select your axe (More will be added soon), i wanna give a big shoutout to Explv for making this possible, and taking the time for me to learn me to make an interface. Credits to Explv ; http://osbot.org/forum/user/192661-explv/ for the interface and great help. --------------------------- How do i see my self in the future of OSRS botting? Ofcourse i am gonna try my best to release an official public script, but first i really need some more experience. If you want to use / test my script, you can just PM me. So.. at the end of this introduction page, i hope you guys know a bit who i am now.. and also on what i am working . ( Sorry for my English, it is not my first language ofc ) Romano / MDMAxHIT.
  15. At the start, don't pause or stop the script because it's loading the RS map files (so the bot knows where to walk etc) although now that you bring it up, you just reminded me to make some changes and optimizations to it, so it loads faster thanks for the feedback @Raph thanks for the GUI, will add some updates to waterbirth isle Waterbirth will not be in beta anymore (in the next update)
  16. Im not sure how it would be a hook issue since its withdrawing and then not withdrawing the second element. How can I make sure it isnt a hook error nontheless? I just restarted my runescape client and the OSBot client: When the bot starts it withdraws 14 bowstrongs, banks them, does the same with unstrung bow, repeats this 4 times and then it gets on track and runs just fine... Wierd. Any tips?
  17. Can I get a free trial of this please?
  18. 1 point
    Hey man can I get a trial please? will 100% buy if it works well!
  19. Lol this things gonna get me banned. I watched it for a while and in the beginning it constantly withdraws a half inventory of unstrung, banks them, then does the same with bowstrings, bank them and repeats this like an idiot 6 times before it makes strings with bowstrings properly. Look into this please, I can post a video of if needed. This was for fletching yew Long bows from banked unstrungs and bowstrings via mirror mode. Otherwise awesome. One recommendation though, the random numbers it enters for fletching from logs are a far cry from being humanlike. A human hand will always navigate the higher numbers closer to the enter key more frequently (statistcally) than something like a 3. A log of input showing 37, 88, 91, 76 is too far spread to be humanlike. Just a tip if you might wanna rework that input system.
  20. Liked for 24h trial. Want to try out lobby fishing
  21. 1 point
    would like a trial pls
  22. nice iva had this account for few yrs but never posted anything on here untill last few days ;)
  23. i think it just looks like that because of how i snapped it. Can you post a pic of how the zoom bar is supposed to look like.
  24. That sounds clever ^^ I'm sure if you just sat in your house with visitors off and split it up into moderate hours you should be able to get away with it
  25. told you to keep a lid on it bro
  26. 1 point
    See if i get my maxed 99 pray main back.
  27. member: 195025 Script: omni pocket please. Would like to try before I buy, if it works expect an instant buy
  28. In my opinion its more they catch up on who have botted at the weekend not just because they botting on monday aha
  29. Post the screenshot on www.imgur.com and show off the 47 hour progress good job mate @Brutalias right click the mouse icon, and click 'Set default' and enjoy @killakid20 fix the zoom man, that looks wayyy to close
  30. 1 point
    would love a trail of this script please.
  31. I have a 47 hour proggie Id like to post. How do I post it without having to click a link?
  32. Just bought this script. It works great so far, looking forward to the results!
  33. TrinityCannonBalls TrinityTutorialIsland TrinityTanner TrinityTyper
  34. Can you please fix the worldhop when they are to many people? also i noticed that sometime when i choose to only atk my crab he still jump on other people crab when they are to many people in the world (less crab to atk). Also camping a spot on waterbirth island do not work, he keep running to find other crab to atk. thank !!
  35. It contains RS related resources to incorporate in designs that are RS based (i.e. Script Paints, Icons, Thread Layouts.. etc) And my next project will be full of doges. @jackshow ;)
  36. all in a good days work xD
  37. context.getTaskExecutor().execute( new SelectionTask(context, () -> !context.getInventory().contains(food), // When out of food new WebWalkTask(context, context.getWebWalker().getClosest(bank)) .chain(new WithdrawTask(context, food, -1)), new ExecuteOnConditionTask(context, context::isIdle, // Only run when idle new WebWalkTask(context, context.getWebWalker().getClosest(FLESH_CRAWLER)) .chain(new InteractEntityTask(context, FLESH_CRAWLER, ATTACK)) .chain(new ExecuteOnConditionTask(context, () -> context.getCombat().getHealthPercent() < 25, // Eat when HP is low new InteractItemTask(context, food, EAT)))) ));

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.