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.

frozen8

Members
  • Joined

  • Last visited

Everything posted by frozen8

  1. FOUND the issue. Can delete that.
  2. Logicly it should be the same thing. They did some change but it pretty much Windows 8 redesign.
  3. So people using rsbuddy or osbuddy don't remember what is called will be banned? :P
  4. I don't care I wasn't hiding anything and people were still complaining it was a virus lol. They could decompile recompile or what ever they want I would not even care lol
  5. How long have you guys been botting for lol?
  6. Have you used it? If yes, did you like it?
  7. That's how it look like:
  8. Hey I'm trying to remove the jar from the jar I'm building when I compile the script but it seems like the OSBot.jar always stay inside. I'm using IntelliJ IDEA and I changed the Setting of the Project Structuve to Provided instead of Compile and it always stay with the jar file. Is there a special way to do it? Thanks for the help!
  9. I did some modifications now and it seems to be working fine. Also now another minor problem When I use that path: private final Position[] pathToHassan = { new Position(3275, 3169, 0), new Position(3279, 3177, 0), new Position(2388, 3180, 0), new Position(3291, 3172, 0), new Position(3292, 3167, 0) }; Sometime the bot click a couple time at the same position for some weird reason. I use this to go to a certain location: localWalker.walkPath(pathToHassan); Thanks a lot guys for helping me out so much!
  10. Thanks it's working! Also I'm having one last issue with the door. My current code to handle the door is this: if(!myPlayer().isMoving()) { RS2Object largeDoor = objects.closest(new Filter<RS2Object>() { @Override public boolean match(RS2Object rs2Object) { return rs2Object != null && rs2Object.getName().equals("Large door") && rs2Object.getPosition().equals(new Position(3293,3166,0)); } }); if(largeDoor != null){ getCamera().toEntity(largeDoor); if(largeDoor.isVisible()) try { largeDoor.interact("Open"); log("Opening the door"); return true; }catch(Exception e){ log("Door is already open"); return false; } } } The bot isn't Facing the camera on the door and doesn't interact with it. Thanks for helping me
  11. No they are not noted. I'm trying to get the number of Jug of water in my inventory.
  12. 70 Prayer and I use Barrow armor (Dharok, Torag or Guthan ;) )
  13. Is there a reason why this is always return 0 or 1 (0 of there's none and 1 if there's any) It's not boolean it's suppose to be integer. inventory.getItem("Jug of water").getAmount() Also is there a way to Face the camera to a NPC? Thanks for the help!
  14. I use 5 prayer pot and I usually do 6-8 trips
  15. That's what I'm using.
  16. Test it and if it doesn't I'll update it
  17. I use Trident but with Torag or Dharok.
  18. So you tell is pretty medicore but you don't know how to do them yet? Are you serious lol.... At least you're trying to make money lol
  19. I think people would rather sell ads in a signature of somebody that have 1k post + lol
  20. I only drink prayer pot at Dharok. I don't use Prayer pot anywhere else. OSBot client version: 2.3.90 Mirror mode (Yes/No): No Detailed bug description: So if you have prayer point left at the chest. The bot will deactivate it and reactivate it. So maybe if you can do a checkup before deactivating it and enabling it right after it would make the bot less bot like. Script Status & Current Task (As displayed in the paint): Opening Chest Screenshots (If available): N/A Relevant logs (If available): N/A First time being that lucky (2k chest +)
  21. ? I trained to 70 and I don't even know if it costed me 1M lol
  22. So far there was a couple glitch but I think. (Same old one) But I'll check if it still do it (KC Bug).
  23. I'm using 2 doses per chest. But I'm also high in defence. I would suggest to pray only for Dharok, Karil and Ahrim. Also look into Trident staff and use barrow armor for defence.
  24. That depends on the setting you have
  25. Show us the debug information so we can help you out.

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.