Skip to content

Instantly share code, notes, and snippets.

@mrpew
Created May 31, 2018 10:34
Show Gist options
  • Save mrpew/a72e8526e0d5af9876e3c5e9b4834d9b to your computer and use it in GitHub Desktop.
Save mrpew/a72e8526e0d5af9876e3c5e9b4834d9b to your computer and use it in GitHub Desktop.
GTA: San Andreas Gym script - start script, get into gym, start dumbbell minigame, hold arrow up.
#NoEnv
; #Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
Up::
Loop 10000
{
Send {Space down}
Sleep 1
Send {Space up}
sleep 10
Send {LCtrl down}
Sleep 1
Send {LCtrl up}
sleep 10
}
Send {Space up}
Send {LCtrl up}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment