Wow-ahk Here

Right-click the file, select Edit Script , and paste the following: autohotkey

Simple scripts that remap keys or allow "one press = one action" are usually overlooked. wow-ahk

Below is a guide on how to set up a basic script, along with important warnings about its use in the game. Right-click the file, select Edit Script , and

While many players use AHK for physical comfort (to avoid "button mashing"), generally prohibit automation that allows a program to play for you. #IfWinActive World of Warcraft ; Only works while

#IfWinActive World of Warcraft ; Only works while WoW is the active window $1:: ; The $ prefix prevents the script from triggering itself While GetKeyState("1", "P") ; While the '1' key is physically Pressed { Send, 1 Sleep, 50 ; Wait 50 milliseconds between presses } Return Use code with caution. Copied to clipboard

Download the latest version from the AutoHotkey website .