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. 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 ;)
  2. 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.
  3. 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
  4. 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.
  5. hooo yes chivlary is fixed i meant chivalry
  6. Download the latest OSBot version .39 and everything will work OSBot has fixed their methods in this version
  7. Czar replied to Czar's topic in VIP Scripts
    Download the latest OSBot version .39 and everything will work
  8. Czar replied to tz7089's topic in Resolved
    Widgets are broken (banks/deposit boxes/dialogues) at the moment.
  9. Alright I have contacted the devs for this because it seems like most scripters are having this problem too, I will make a temporary workaround where it uses the fish on the deposit box, since the deposit box interface is crashing osbot. Version 2.97 - Temporary fix to deposit boxes until OSB is fixed Update should be live within an hour (until admin verifies it) Post suggestions below (if any) EDIT: Seems like the other fishing scripts are affected by this too. Here's a screenshot of the new update: I expanded the GUI, added a tool tip (help) for each option and added a new option for emergency purposes (if the depositing feature is ever broken, you can use the backup one)
  10. Thanks for this, it will be fixed ASAP. ETA ~30 minutes, for now if you can, just powerfish until I fix this since powerfishing works
  11. Ahhh czar experiments missing gj nonetheless XD
  12. Version 2.96 - Fixed banking due to recent client changes - Made dialogues faster (used to be VERY slow) Update should be live within an hour
  13. 10/10 already wanted this since '14
  14. Using client .38 ?
  15. Version 2.95 - Fixed gangplank bug when sailing - Improved walking, no longer gets stuck at karamja anymore
  16. Unlucky mate
  17. Hmm if you have an older client then use that temporarily, I will make an update in the meantime to fix this issue. ETA 2 hours.
  18. Czar replied to Czar's topic in VIP Scripts
    Hmm I guess I'll have to rewrite the entire paint then. Aside from the paint, the script should be working perfectly fine though so expect an update in maximum 3 hours to fix this paint
  19. Alright I'm pushing another update right now, it should be live within an hour Version 2.05 - bug fixes - Fixed getting stuck near cave - Added an option for looting edible seaweed - Made more space in the GUI
  20. GUI Settings, fish, fishing location?
  21. Ah well looks like west must still be bugged from the last few versions. Thanks for clearing it up! Guys, for now just go to the east rock crab area, that seems to be working just fine
  22. Alright, I added the edible seaweed to extend trips, I guess i'll expand the GUI and add an option for seaweed. As for the hop worlds, I will look into it asap. Thanks for the feedback!
  23. Windows 8.1 here, anybody else with an issue? :3
  24. The edible seaweed or just regular seaweed? If regular seaweed, just enable minimap walking and it wont pick them up. As for edible seaweed, I can make it an option, sure it only takes a few minutes.
  25. Czar replied to Czar's topic in VIP Scripts
    Okay, OSBot was now updated to version .37, everything is now fine, happy botting!

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.