Huh. It doesn't work or I'm just noob :/. My script looks like this
Sleep (1000)
Run("E:\GTA2 Game Hunter\GTA2 Game Hunter.exe")
MouseClick("left",70,65)
MouseClick("left",21,990)
Sleep(500)
Send("{ENTER}")
Sleep(500)
MouseClick("left",222,68)
Sleep(500)
MouseClick("left",367,79)
Sleep(10000)
MouseClick("left",286,700)
$T_INIT = TimerInit()
Do
Send("{a down}")
Until TimerDiff($T_INIT) >= 3000;3000 miliseconds = 3 seconds
Send("{a up}")
MsgBox(0,"","FINISH")
Send("{Enter}")
Send ("{F10}")
Send ("ww")
But remember i have to hold UP key so i mean this little arrow ;D And also i don't want to display messege FINISH at the end you know. I want to start game hold up button for 3 secs and this is it.