Jump 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.

HunterRS

Members
  • Joined

  • Last visited

Everything posted by HunterRS

  1. Interesting, you could probably write a script that parses the recording file and preforms actions accordingly. How easy it will be will probably depend on the format.
  2. Not scaleable, but good as OP didn't talk about farming.
  3. HunterRS replied to 4twenty's topic in Goals
    Probably not one of his accounts?... EDIT: Gl
  4. HunterRS replied to HunterRS's topic in Price Check
    3 and nothing special
  5. HunterRS replied to Neo's topic in Runescape 2007
    Added
  6. HunterRS posted a topic in Price Check
    https://imgur.com/DJhysS1
  7. Don't use hard coded widgets.
  8. Few things, First of all, you can look at the widgets by the color of the frame, looks like the specific one you use is the amount of people in the world. Secondly, you aren't doing any checks, make sure your widget is visable and is not null. Lastly, i would recommand declaring your world variable at the start but setting it only after you preformed all of your other actions. Might help.
  9. You imported the wrong area. You used import java.awt.geom.Area; You need import org.osbot.rs07.api.map.Area;
  10. Show the imports Make sure you have osbot's JAR added as an external lib
  11. Might wanna say how much/at what price etc.
  12. Logic says if you keep trying to log in over and over again every few seconds for long periods of time this can look "bot like". Whether or not this throws a flag to them no one knows and if someone did they probably wouldn't say. Pretty sure osbot's login handler waits before attempting to log in again. If you have a custom login handler I would suggest doing the same.
  13. Pretty sure I just tested them out by logging them. Might be documented someplace though.
  14. I use Tasks in my code so verify is essentially how I check if I should attempt to log in @Override public boolean verify() { return getLobbyButton() != null || !isLoggedIn(); } private RS2Widget getLobbyButton() { RS2Widget button = null; try { button = script.getWidgets().getWidgetContainingText("CLICK HERE TO PLAY"); } catch (NullPointerException e) { script.log(e); } return button; } public boolean isLoggedIn() { return isHopping() || script.getClient().getLoginStateValue() == 30 || script.getClient().isLoggedIn(); } public boolean isHopping() { return script.getClient().getLoginStateValue() == 45 || script.getClient().getLoginStateValue() == 25; }
  15. Add my discord hunter#8066

Account

Navigation

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.