Some shit like this I guess
private void mineRocks() {
final RS2Object mineRock = getRock(null);
final RS2Object hoverRock = getRock(mineRock);
}
private RS2Object getRock(final RS2Object ignoreRock) {
//Just add this condition to your filter to get the next rock basically
// r != ignoreRock
return getObjects().closest(r -> r.getId() == 0 && r != ignoreRock);
}
They're too busy with V3 I guess to do anything. I believe improving the bans was on the list of things they wanted to do. But yeah, this injection is absolutely horrible for current standards. And saying it's because it's injection is just plain out not true.
@Auron Check the jar and see if the library was added into the script jar, if not then that's the problem. Worst case you can switch to GSON library that is built into the OSBot client.
Yes, only on the mirror client it self thought, not the client it is mirroring.
There's also CLI parameters for the sliders
- Added '-mfps X' and '-mreactiontime Y' cli arguments to set mirror mode configuration variables.
I do not think this would matter, this may have just been added because of the Steam version of the client. But even if it does I don't think running 1 or 2 accounts would matter, probably looking for farms.
Doesn't appear you have the VIP rank so it may just be the websites invoice system which can be ignored. If the money is actually being taken out you will need to contact PayPal. You should also be able to go back to the email you received when originally purchasing and use it to sign up with that purchase.
Can also change how it moves if you have new mouse enabled
https://osbot.org/api/org/osbot/rs07/event/interaction/MouseMoveProfile.html
Set over shoots to like 10, it's funny