By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!No it doesn't currently exist.Check if it already exists under OptionsTab
public static boolean escapeClose() {
return Varbits.load( 4681 ).getValue() == 1;
}
afaik it does that already@Party is it possible to have the client learn off of playing habits for extra antiban?
Not really. It could be done, but its probably quite a lot of very specific data to record, with quite some complexity. Building player sense profiles off your self would be really cool, but unlikely.@Party is it possible to have the client learn off of playing habits for extra antiban?
Doesn't it do this already? Ie using keybindings instead of manually clicking?Not really. It could be done, but its probably quite a lot of very specific data to record, with quite some complexity. Building player sense profiles off your self would be really cool, but unlikely.
Yeah but thats just a playersense profile, it doesn't actually record what you do yourself and set your playersense as a result of that. At least as far as I knowDoesn't it do this already? Ie using keybindings instead of manually clicking?
Support however this should NOT be PlayerSense based. Close bank with ESC is toggled by the player explicitly. If they have it enabled the person using the account most definitely uses it, it's not an argument of "randomization".
Already is in factNo - it will be PlayerSensed.
Appreciate it thanksImplemented @Guru, and I highly disagree @Aydex
It reuses the existing rs3 bank closing player sense key, OptionsTab.areInterfacesCloseableWithEsc() and Bank.close(boolean hotkey) has been added (with the original close() method relying on the player sense key to give an individualized experience). Furthermore, the new OptionsTab method is now being used by the interface closer on osrs which should resolve any issues that showed up in the last 24 hours as a result of me having the option enabled but not knowing it existed when testing the various interfaces to determine which could be closed via esc.
Already is in fact
Profiling whether or not to use hotkeys with the options tabs I can understand, as it's enabled for all players regardless if they use them or not, however using ESC to close interfaces is setup by the player specifically.Implemented @Guru, and I highly disagree @Aydex
It reuses the existing rs3 bank closing player sense key, OptionsTab.areInterfacesCloseableWithEsc() and Bank.close(boolean hotkey) has been added (with the original close() method relying on the player sense key to give an individualized experience). Furthermore, the new OptionsTab method is now being used by the interface closer on osrs which should resolve any issues that showed up in the last 24 hours as a result of me having the option enabled but not knowing it existed when testing the various interfaces to determine which could be closed via esc.
Already is in fact
We use essential cookies to make this site work, and optional cookies to enhance your experience.