;Download AHK from https://www.autohotkey.com/ ;Use keys 1 to 3 for Aegis, Forcewave and War Cry in any order ;Right click on this text file and select Open with and Autohotkey ;Start Script with F7 and shut it down with F8 SetKeyDelay,1,50 F7:: stop := 0 Loop { Send, 1 Send, 2 Send, 3 Sleep 500 } until Stop return F8::Stop := 1