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. Depends of the setting. For me it only pray melee if he have prayer point left.
  2. Ok thanks for letting me know. I'll remake the script to work a lot better now. Also that was my first script so I learned a lot since that. I'll send you a message in private and post here when I release the new version. The first one you requested is working but I just need to do more testing for his stability. Also I'm making a power fisher with the same account ;) I'm waiting for the woodcutting account too :p
  3. I saw the problem. I was using another RS account
  4. The bot doesn't enter the PIN of the bank for some reason... It says Opening Bank in the log only
  5. I'm maxed combat too (Almost) ;)
  6. How many chest per hours? (I do around 6-8)
  7. FOUND the issue. Can delete that.
  8. Logicly it should be the same thing. They did some change but it pretty much Windows 8 redesign.
  9. So people using rsbuddy or osbuddy don't remember what is called will be banned? :P
  10. 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
  11. How long have you guys been botting for lol?
  12. Have you used it? If yes, did you like it?
  13. That's how it look like:
  14. 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!
  15. 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!
  16. 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
  17. No they are not noted. I'm trying to get the number of Jug of water in my inventory.
  18. 70 Prayer and I use Barrow armor (Dharok, Torag or Guthan ;) )
  19. 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!
  20. I use 5 prayer pot and I usually do 6-8 trips
  21. That's what I'm using.
  22. Test it and if it doesn't I'll update it
  23. I use Trident but with Torag or Dharok.
  24. 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
  25. I think people would rather sell ads in a signature of somebody that have 1k post + lol

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.