Opened this issue 8 years ago · 2 comments
Every time I try to run the default tibialyzer script for the AHK and start using WASD to walk, the program displays an alert message.
How can I disable this?
It literally tells you in the popup message. Add #MaxHotkeysPerInterval 1000 to your script (or a value higher than 1000). It defaults to 70.
#MaxHotkeysPerInterval 1000
Perfect! Thank, Mytherin! 👍 :)