I don't know if i'm being retarded or what. I downloaded AutoIt 3 today (i used 1 & 2 in past years) and tried making a simple macro for WoW. Seems no matter what HotKeySet() I do, none work, not even the PAUSE from the above scripts. Am I missing something?
HotKeySet("{PAUSE}", "InstantAttack")
If Not WinActive("World of Warcraft","") Then WinActivate("World of Warcraft","")
WinWaitActive("World of Warcraft","")
func InstantAttack()
controlsend("World of Warcraft", "", "", "{CTRLDOWN}1{CTRLUP}")
controlsend("World of Warcraft", "", "", "3")
Sleep(2)
controlsend("World of Warcraft", "", "", "4")
Sleep(2)
controlsend("World of Warcraft", "", "", "5")
Sleep(2)
EndFunc