In some games ahk script doesn't work. How to implement rapid button mash ? In autohotkey: Ins::Suspend LButton:: Loop { SetMouseDelay 30 Click If (GetKeyState("LButton","P")=0) Break }