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

  1. Maxi

    Developer
    11
    Points
    1430
    Posts
  2. Jamez

    Trade With Caution
    11
    Points
    3344
    Posts
  3. Anne

    Java Lifetime Sponsor
    11
    Points
    6983
    Posts
  4. Master Chief

    Ex-Staff
    10
    Points
    5119
    Posts

Popular Content

Showing content with the highest reputation on 02/22/15 in Posts

  1. 6 points
    will update whenever I get more
  2. Dear community, As most of you know Jagex released the Free to Play version of the OSRS game again today. I am very excited, because this will create many new opportunities for botters. With the past couple of months being about many releases of OSBot to strengthen the bot's stability, we have managed to expand our user base again. I am very happy about this and we should thank the entire staff team for all of their efforts! Thanks to @Alek @Zach @Maldesto @MGI @Divinity @Dex @Noah @Oliver @Anne @Basic and all ex-staff members who have contributed over the past months! But not only Jagex is bringing new things. We will be bringing some very nice things to the table in the time to come. The first thing will involve an entirely new way of loading the OSRS client in OSBot that will lower chances of Jagex being able to flag players as bots based on the client. Right now all bots out there suffer from the same issue, Jagex is able to flag bot users based on the client. This is not only the case for OSRS but also for RS3. On top of this, it will allow us to become the first bot in history that will allow users to use a proxy per tab, instead of a proxy per bot application. This new way of loading the OSRS client will be implemented in the OSBot 2 client as an option to use. This will stand for this feature its BETA. You will be able to use the old loading and the new loading, so if there is a bug you can report it and we can have it fixed for the official release. On another note, we will be bringing forward a special collection of new scripts. First of all, we will make available a collection of VIP only scripts written by some of the best script writers that will be newly introduced to OSBot soon. Secondly, there will be a special script collection written by the same script writers that will guarantee an overall level of quality and maintenance. These scripts will get implemented and become available over the coming months. We hope you are just as excited as we are for this all to be deployed! Sincerely, Maxi & the OSBot team
  3. 4 points
    10 years old, is this your first time on the internet?
  4. 4 points
    Members Online Today: 1737 I feel like The Hero of Time
  5. Dear community, I am looking for people who are having the SSLHandshake exception. I have written a fix for it, but I need some users to test it before I release it. Please PM and I'll provide you with a test client. Sincerely, Maxi
  6. 3 points
  7. I'm yet to watch it. Just because of the sex scenes.
  8. Just posting my old work I done around 2 years ago on osbot. Note that this work was done 2 years ago and doesn't represent my current skill/experience.
  9. Maybe cus ur a lil pussy
  10. 2 points
    It could be, but theres always a risk of delayed bans on accs while selling....
  11. Shit movie , good porn.
  12. add -> !cow.isUnderAttack() You should be useing a Filter instead, this code willc ause the script to pause it the closest cow in underattack. use this: NPC cow = script.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && (npc.getName().equals("Cow") || pc.getName().equals("Cow calf")) && !npc.isUnderAttack() && npc.getHealth() > 0; } }); You could also check death animation from the cow are check if the cow is over 0 health so it prevents clicking deaths cows. Goodluck
  13. Use of a filter would be appropriate here A filter is a way of it only accepting a entity if it meets all the criteria. Currently your only criteria is for the entity to be named "Cow" which, even with the checks underneath will still find any cow at all. The only reason you dont attack one whilst fighting is because of some of the checks underneath. Your check in filter form would look like: NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Cow"); } }); Which checks would return the same but you only want to find a cow not in combat so you'd need to add more checks NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().contains("Cow") && !npc.getName().contains("Dairy") && !npc.isUnderAttack() && npc.isAttackable() && npc.getHealth() > 0; } }); This check checks for the name, and would allow inclusion of the little cows but excludes dairy cows after it has identified the fact its a cow it moves on to check: Is the npc under attack? is the npc able to be attacked by your player? is its health > 0? (avoid clicking on cows which are dying) you can add as many checks to this as you like. Sorry if my explanation is bad
  14. Perhaps what you might find easier is having a handful of pre-recorded paths, maybe 2 or 3, each slightly different, and when walking the path it would pick a random one of the three each time. As far as randomisation goes, that's not a too bad way of doing it, and its nice and simple too Apaec
  15. SchoolboyQ, Logic, Drake...
  16. by Czar Script live, buy now (only $4.99!) http://osbot.org/forum/store/product/463-perfect-crabs/ Want to buy the bot, but only have rs gp? Buy an OSBot voucher here Features Supports both rock crab locations! Teleporting - using tabs/spells Potion support - including combat potions and super att/str/defence Aggressive mode - attacks other crabs World hopping when a cannon is nearby Can randomize fight locations between trips! Calculates next best crab to attack when current crab is low on health! Resets region when crabs don't attack Rotates region resetting every 20-60 minutes Configure inventory load-out with a single button! Changes between walking south and using the cave! Banking support Automatically prioritizes visible crabs when fighting Can recover from being idle Ranged support, loots any type of ammo you have Loots ammo in second intervals (every 2-18 seconds it will loot all) Picks up edible seaweed to extend trips World hops when 7 or more players in the area Displays 'goal' information, e.g. (at 77 strength it will also show details for 80 strength, time left, xp left, etc) Rock crab areas are split into sectors and are cycled every time a rock crab is not found FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make this one public, it was privately used for myself and has gotten me 80 strength in a single bot session. How do I set it up? On first use, make sure your inventory is laid out nicely, and click 'Load inventory' to save it forever, then click start Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you have a pure account, it is advised to go east, because there are no dangerous npcs there Use camelot tabs for quicker trips! You can use any potions, including combat ones Clean paint and GUI Want to use potions? Have potions in inventory Want to use teleport tabs? Have tabs in inventory Want to use camelot teleport spell? Have runes in inventory Want to use special weapons? Have special weapon in inventory Want to use ranged? Have ammo equipped Everything is automatically detected like a real robot. We do all the work for you. Gallery nooby account from 1-33 range (for range guild pot) Just from TESTING THIS SCRIPT
  17. This is a guide on how to block Facebook from tracking your internet activity. Did you know that if you are searching the internet, Facebook tracks every step you take? Facebook does it to improve their personalized ads. E.g. You search for nike t-shirt & will soon receive sponsored ads from nike in your newsfeed. (We all know that no one bats an eye about Facebook knowing that you search for nike t-shirts, imagine other stuff you search) ____________________________________________________________________ Step 1 Go to settings and click ads on the left bar. Step2 Click on third party sites and turn it to no one Do the same for ads and friends! Step3 Ads Based on your use of Website or Apps of Facebook. Click the Digital Advertising Alliance of either USA, Canada or European. Step 4 Choose your country and click on praferenz management. Step 5 The system is now collecting your status of all companies using 3rd party tracking for personalized ads. (Make sure that you have cookies in your browser activated) Step 6 Search for Facebook and turn it off. I would recommend you to turn everything off though! Step 7 Close everything and visit the Facebook settings again to make sure that everything worked. I recommend you to check your setting once a month (also the privacy settings)
  18. 1 point
    I WANT MY VET
  19. Awesome mate , i remem most of this
  20. Ooo some of these made me remember you! Great work!
  21. Baby, I missed you. I see one of mine in there ;) I have another one you made me somewhere on my computer... For an account named "Slipknot" If you ever start selling again, I call being your first customer
  22. https://m1.behance.net/rendition/modules/76334705/disp/aef9ae5c6e4c1a6f7d41c1a1817331c0.png always been mah fave gw dark
  23. 1 point
    An absolutely amazing script, I have been running 3 accounts flawlessly for so long and I have made quite the GP in a short amount of time. Extremely worth it, thank you Khal. Here's my progress:
  24. Your account is gone forever. GG. GF M8. REKT.
  25. 1 point
    Today we say goodbye to pains veteran rank , you mad
  26. @Anne can you ban pain please? o wait dat acp
  27. You will never learn will you. Anyway no problem babe.
  28. 1 point
    You become a dragon poster ;)
  29. 1 point
    500 posts with no friends "for ever alone"
  30. Just bought the script, looks very nice Could post a progress here later if its allowed :P
  31. Not at all! Thanks to the both of you, it really helped me out a bunch!
  32. interest rates would be for my effort I'm happy to have such a great designer back.
  33. Great to here you're willingly to refund the member(s). I will get you the name(s) of those who are still active and not banned who you stil owe money. Then I'll get your other account unbanned and you'll be good to go. Welcome back.
  34. 1 point
    AS said above to avoid ban evaders coming to sell or buy accounts or scammers.
  35. thank you for rushing it, i will look out for future bugs and will inform you, also will post a proggy when i can get to it.
  36. just bought this , it looks like a great script ! btw , ill post feedback if i encounter anything
  37. 1) you are not generating a path, you are generating a position, a single position. 2) you are making the x and y positions have a variance, if you happen to generate a random position that is not walkable, then the if statement will not execute. 3) if the position is too far to walk to then it will do nothing. LocalWalker will not take you cross regions without a path unless the region is cached, then it might (depends on client implementation). If you are trying to walk a path, you need to give it a path. This will walk from one single point (the player) to the sudo random position that you are generating within the same region. If that is what you want to do then this will kind of work maybe sometimes.
  38. There is obstacle support in the client you that right? There is a door handler.
  39. No speak englando
  40. 1 point
    This is the godly miner that allowed me to powermine iron 24 hours a day 7 days a week without getting banned ~ i love you Soldtodie
  41. 1 point
    i remember this ;D
  42. 1 point
    Nice release Is this the legendary old Sminer?
  43. Hey great script running flawlessly atm 34-55 range in a day. Some things you should add to the main post, switch range style to accurate (i was using rapid at 21k xp/hr, when I switched to accurate it went to ~30k xp/hr.)
  44. Leak anyway pls.You can skype me them BigDickMysteryy L0l

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.