Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. M

    AHK to simulate WMK or touch screen (for RS3)

    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...
  2. G

    Resolved Trying to press ESC key gives error

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