Everything posted by HunterRS
-
Incorporating mouse records with OSBot
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.
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Best f2p gold farming methods?
Not scaleable, but good as OP didn't talk about farming.
-
pigeons Flyers and Signatures 5m07 *Update*
Added
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Goal to Maxed Melee
Probably not one of his accounts?... EDIT: Gl
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
- Starter noob
- SOLD
- Starter noob
-
Why does it always click the Attack style?
Don't use hard coded widgets.
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
World widgets
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.
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump
-
Trouble declaring an area.
You imported the wrong area. You used import java.awt.geom.Area; You need import org.osbot.rs07.api.map.Area;
-
Trouble declaring an area.
Show the imports Make sure you have osbot's JAR added as an external lib
-
Buying gold via PayPal as gift
Might wanna say how much/at what price etc.
-
Does "too many logon attempts" increase ban rate?
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.
-
How to detect finished to connecting to update server?
Pretty sure I just tested them out by logging them. Might be documented someplace though.
-
How to detect finished to connecting to update server?
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; }
-
Selling 100m 07 For PP TRUSTED PLS
Add my discord hunter#8066
-
Hunter's Fully Automated Farms | Full CLI Support | Automatic Mulling Support | Ban Replacements | Database Support
Bump