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. 1 point
    Today I relase a little powermine version of my miner script. This version contains: - Powermine - Dropping - Smooth Instruction: Picture:
  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. I forwarded this and someone will look into it as soon as possible! Please make sure that you restarted the client or clicked the refresh button!
  19. 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
  20. https://m1.behance.net/rendition/modules/76334705/disp/aef9ae5c6e4c1a6f7d41c1a1817331c0.png always been mah fave gw dark
  21. Thanks, I use to run a service just like you during my spare time but times changed. I will probably set up a free shop sometime soon during my free time of course.
  22. Sorry to say I won't buy this script, because I already have APA's, love your range guild script though.
  23. You will never learn will you. Anyway no problem babe.
  24. 1 point
    You become a dragon poster ;)
  25. 1 point
    500 posts with no friends "for ever alone"
  26. Just bought the script, looks very nice Could post a progress here later if its allowed :P
  27. Not at all! Thanks to the both of you, it really helped me out a bunch!
  28. 1 point
    Yeah, that's the start button. Every script I will make will have this .
  29. interest rates would be for my effort I'm happy to have such a great designer back.
  30. 1 point
    AS said above to avoid ban evaders coming to sell or buy accounts or scammers.
  31. 1 point
    can i get free trial pls ?
  32. 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.
  33. just bought this , it looks like a great script ! btw , ill post feedback if i encounter anything
  34. 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.
  35. Dude you still need to tell us why Karamaja Banking doesn't work its the whole purpose why I bought your script. and paid for VIP
  36. No speak englando
  37. 1 point
    Play unfair!
  38. 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
  39. 1 point
    i remember this ;D
  40. 1 point
    Nice release Is this the legendary old Sminer?
  41. On a second look, the IP.chat server seems to be reachable and the api is reachable. I'll keep this in mind, I'm all for this feature.
  42. 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.)
  43. 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.