Hotkey, F2, Pause
F1::
loop
{
Send, q
;Sleep, 100
Send, w
;Sleep, 100
Send, e
;Sleep, 100
}
Pause:
pause
return
What I want it to do is start when I press F1, pause when I press F2.
When the script starts it presses Q W E with a loop.
thanks in advance




