Heyo My problem is iam using ispressed func in while but i don't have the idea how to end it :   While 1 if _IsPressed(12) then Send("{Space}") sleep(17) Send("{Space}") endif wend My problem is it gonna sends space all the time so how can i stop it ? also without using exitloop since i want to use the same func again.