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.

Czar

Global Moderator
  • Joined

  • Last visited

Everything posted by Czar

  1. Thanks mate, so far I think I've fixed the aggressive mode, other than that the script works fine. The aggressive option was causing problems a few versions ago, however I made some changes in v2.15.
  2. Nope, but good idea
  3. Version 2.15 - Fixed visibility issue for aggressive mode (doesn't detect crab when standing on top of it) Update should be live within an hour.
  4. Czar replied to Czar's topic in VIP Scripts
    Wow, unlucky man Is your IP flagged or something (did you get banned on another account using another script or anything?), because one user achieved 99 ranged quite recently (a few posts above) which requires at least 100hrs+ of botting.. So that's strange.
  5. Has it even made a visible difference? I changed around a lot of the code. Anyway I'll investigate some more I guess.
  6. Thanks for the feedback, I will investigate this and make an update ASAP.
  7. Version 2.1 - Fixed aggressive mode! Now works flawlessly. - Fixed paint font (url link was dead) Update should be live as soon as SDN manager accepts the update (~1 hour)
  8. Czar replied to Czar's topic in VIP Scripts
    Well it is the most popular range guild script in OSBot and it works well Version 4.1 - Fixed paint - Fixed visibility
  9. Czar replied to Czar's topic in VIP Scripts
    Will fix this immediately, thought the client fixed the visibility issue already
  10. Where exactly did it get stuck, and where did it walk, and did the script correct itself Alright I have added some updates to the script to make it perform better and more efficiently. Version 2.99 - Fixed broken font in paint - Fixed getting stuck in port sarim (happened randomly) - Added more accurate price grabber (more accurate profit)
  11. Hoooooo yes gj on the updates
  12. Update coming soon, ETA ~3 hours, for now just disable aggressive mode like I mentioned earlier
  13. Mate all you had to do was ask, world hopping will feature in the next update including an option to hop at X players
  14. Make sure you are not using aggressive mode for now, there have been some rough patches with the OSBot client (i'm sure it will be fixed in the coming versions) but in the meantime just don't use that mode. If there are still problems then post it and I will take another look and provide a workaround fix to these issues until the client is sorted. @Non its 4.99
  15. If it only withdraws when you manually open the bank, there is an issue with opening it (bank.open()). Personally, I have never it used due to the very same reason this thread is posted. However, in the meantime you'll just have to do the plain old RS2Object bankBooth = getObjects().closest("Bank booth"); or, create a filter for it to find all bank booths with the 'Bank' option to get rid of closed bank booths etc (this also applies to bank npcs and bank chests) and interact with it to open the bank.
  16. Well give him an auth ares -.- until everything is sorted out :P
  17. Which script ?
  18. The OSBot version is the real killer for bugs (update b4 posting pls)
  19. Czar replied to Czar's topic in VIP Scripts
    Sure mate, - Don't bot more than 12 hours/day - Don't bot on RS update days (new updates) that's it, but if you are worried, you can spend some time legit (quests, pking etc) just to be more safe enjoy ;)
  20. I added a delay to changing fishing spots so that it doesn't look like a bot. Also, enable Anti-AFK in the GUI to stop it from logging out. I will make some tests to make sure everything is working, however. Thanks for the feedback, will update in ~30 minutes. EDIT: Alright, I fished shrimps @ Karamja and it changed the spots perfectly fine. I'm powerfishing and I enabled anti-afk. I will make an update which makes it Anti-AFK by default, and if you want to AFK then you can enable it in the GUI.
  21. Just skimmed over the code, here are a few suggestions - Use filters for NPCs (both goblins and randoms), yes what you have is fine, but the goblin npc getter could be slightly optimized public Filter<NPC> goblin = new Filter<NPC>() { @Override public boolean match(NPC n) { if (!n.getName().equalsIgnoreCase("Goblin")) { return false; } if (n.getHealth() == 0) { return false; } if (!getMap().canReach(n)) { return false; } return true; } }; In this case, it will only attack goblins with health above 0 (alive) that it can currently reach. - Use getNpcs().closest(goblin) or ("Goblin", "Chicken", "Lesser demon") to get the nearest npc, instead of sorting them by distance manually - You can use npc.interact("Attack"), or simply hover and mouse click, however make sure you are not redundantly hovering over the npc, so if (hover) { // //blahblah } else { mouse.hover(..); } - Avoid sleep(Long.MAX_VALUE), instead, (assuming you want to stop the script) just call stop(); and it will logout automatically and terminate the script Overall, your code displays background knowledge with java however, a lack of understanding of the OSBot API, you can find it here So, take some time to familiarize yourself with the OSBot API and you should be just fine
  22. Scripts/vip/purchases of any kind have started delaying for whatever reason, it should appear anywhere from 5 minutes to an hour, just keep refreshing scripts.
  23. hooo yes chivlary is fixed i meant chivalry
  24. Download the latest OSBot version .39 and everything will work OSBot has fixed their methods in this version
  25. Czar replied to Czar's topic in VIP Scripts
    Download the latest OSBot version .39 and everything will work

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.