So I need the current script below, to be able to toggle.
At the moment, the script only work when holding down the F8 key... which defeats the point of a afk script. lol
Anyhow, here's the script:
$F8::
Loop
{
if not GetKeyState("F8", "P")
break
Click right
Click
Send {Numpad7 down}
Send {Numpad7 up}
}
return
Would anyone be able to turn this into a toggle
please? Any help is much appreciated!