( AHK Source Code )
Code:
$*TheButtonUWannaPressOn::
Loop
{
if not GetKeyState("TheButtonUWannaPressOn","P")
break
SendInput {Z Down}
Sleep 010
SendInput {Space Down}
Sleep 010
SendInput {Z Up}
Sleep 010
SendInput {Space Up}
Sleep 010
SendInput {Q Down}
Sleep 010
SendInput {Space Down}
Sleep 010
SendInput {Q up}
Sleep 010
SendInput {Space Up}
Sleep 010
SendInput {CsSlotNumber Down}
Sleep 010
SendInput {RButton Down}
Sleep 500
SendInput {RButton Up}
}
Return






