Skip to content

Instantly share code, notes, and snippets.

@x8BitRain
Created July 6, 2023 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x8BitRain/77b83c90eb3b3ae0ac7f85d30006f61e to your computer and use it in GitHub Desktop.
Save x8BitRain/77b83c90eb3b3ae0ac7f85d30006f61e to your computer and use it in GitHub Desktop.
GTA SA Instant Speed Boost CLEO script
{$CLEO .cs}
script_name 'SN'
:SN_11
wait 0
1@ = Actor.CurrentCar($PLAYER_ACTOR)
if and
0449: actor $PLAYER_ACTOR in_a_car
00E1: player 0 pressed_key 17
jf @SN_11
Car.SetSpeedInstantly(1@, 1000.0)
jump @SN_11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment