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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. 60 ranged should be okay I think Magic dart is still better than Wind Wave, though. So stick with that if you can. If you get 70 magic however, the trident is far superior
  2. Yep It wont be very profitable with these stats, even if you manage to pull it off You need higher magic and ranged levels for good performance
  3. Started a trial Afraid not Started trial
  4. I do have some updates planned related to: - Loot tracker price accuracy - Equipment & Prayer switching - (Possibly) Inventory layout management Added
  5. Where was this thread back when I got my dick stuck in my car door..?
  6. Sorry, must have missed that Yes, added a trial
  7. public void onMessage(Message message) throws InterruptedException { // We start onMessage if (message.getMessage().toLowerCase().contains("Overload")) // Check if there is an overload return inv.interactWithName(Overload, "Drink"); // Drink said overload? no Overload variable though, meant to be String? return false; // We return false incase nothing is needed } // We close this method Interesting how you're returning booleans in a void method
  8. Sure it doesn't show up at all? It's a common issue that it takes a couple of seconds for object changes to become visible to the mirror client
  9. check out the API docs specifically for this task you should look at the classes Npcs and Inventory (accessible from the script class by getNpcs() and getInventory())
  10. The error is not located in the provided code; most probably something above it EDIT: throwing interruptedexception should not be the issue
  11. Jar of Swamp on Kill #1
  12. proggy from
  13. Don't listen to these knobs First go and find the local coordinates of the entities (eg. object#getLocalX, object#getLocalY) then, when you need to find the object / walk to the object, you can get its position by grabbing the base coordinates of your instance (An instance area always fills an entire region) So, the position in the instance would be: new Position(objectLocalX + getMap().getBaseX(), objectLocalY + getMap().getBaseY(), z);
  14. You should have the correct attackstyle selected when you set up the equipment in the GUI If it teleports early, it should state the reason for doing so in the console and log file, check that out
  15. Version 1.1.17 - Added Mort'ton scroll route to barrows - Added checks for iban staff charges
  16. It doesn't run on the mirror client yet Added, good luck!
  17. If you've got any of the log files for a run where it stopped, I'd be glad to take a look PM it to me if you do (Logs: ~/OSBot/Data/FrostBarrows/Logs/)
  18. FrostBug replied to Botre's topic in Spam/Off Topic
    Do you drink it ? Yes How many ~ cups/day? 2-3 on work days, 3-4 on days off How do you take it? Black
  19. Player otherPlayer = getPlayers().closest("OtherPlayerName"); if(YOUR_AREA.contains(otherPlayer.getPosition()) { //Interesting things happen } EDIT: to get a list of players in your area, you can do: List<Player> playersInArea = getPlayers().filter(new AreaFilter<Player>(YOUR_AREA));
  20. That looks pretty sweet. Good luck with the development
  21. As soon as you hit 'Run' on the Applet security prompt, they can read your entire filesystem. 'CAN'
  22. 1. There are many other bots 2. We would simply change it if they started checking for it 3. Having it does not mean that we use it No

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.