#IfWinActive ahk_exe GTA5.exe
toggle := false
F6::
toggle := !toggle
targetX := 1200
targetY := 540
sourceX := 800
sourceY := 540
while (toggle)
{
Send, i
Sleep, 600
MouseClickDrag, Left, sourceX, sourceY, targetX, targetY, 10
Sleep, 400
Send, i
Sleep, 900
}
return
F7::ExitApp
#IfWinActive