I had an idea of using the AutoHotKey software (AHK) to simulate a human using Windows Mouse Keys or physically touching their screen to click for RS3. Windows Mouse Keys is a legal way to keep clicking in the same spots over and over again by holding CTRL and then pressing the key to make the...
So i try to close bank with this:
if(Bank.isOpen()) {
Keyboard.pressKey(Keyboard.Key.KEY_ESCAPE);
}
But i get this error:
Error:(58, 39) java: com.runemate.game.api.hybrid.input.Keyboard.Key is not public in com.runemate.game.api.hybrid.input.Keyboard; cannot be accessed from...