hello, this is a script I edited. I don't know if it's the best code, but I think it could be useful. activation: automatic. toggle on/off: f2
#IfWinActive GTA:SA:MP
F2::
Hotkey, E, toggle
return
#NoEnv
SetKeyDelay -1
SetBatchLines -1
E::
{
Send, {Wheeldown}
sleep 50
Send, {c down}
sleep 5
Send, {c up}
sleep 5
Send, {Wheelup}
sleep 50
Send, {Wheeldown}
Sleep 50
}
return