...OPTION !!!
loop
{
GetKeyState, state, F3
if state = D
{
SLOW:=true
FAST:=false
}
GetKeyState, state, F4
if state = D
{
SLOW:=false
FAST:=true
}
}
*~$LButton::
;SLOW
while SLOW==true && GetKeyState("LButton")
{
GetKeyState, state, LButton
DllCall("SystemParametersInfo", UInt, 0x71, UInt, 0...