CLEO Help Can Someone Help Me Please!

CLEO related
Status
Not open for further replies.

VandilFish

Member
Joined
Apr 25, 2014
Messages
5
Reaction score
0
Can someone please tell me how to add a hotkey to Enable/Disable this please, or could you add it?

Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP 

:NONAME_2
wait 100 
0AB4: 0@ = var 6 
if 
   not 0@ == 1 
jf @NONAME_2 
if 
   Actor.Driving($PLAYER_ACTOR)
jf @NONAME_2 
if and
0@ = 304493 
  &0(0@,1i) == 16711680 
jf @NONAME_159 
0@ = Actor.CurrentCar($PLAYER_ACTOR)
jf @NONAME_2 
02E3: 1@ = car 0@ speed 
if 
   not 1@ > 2500.0 
jf @NONAME_235 
1@ *= 1.5 
1@ += 4.0 
Car.SetSpeedInstantly(0@, 1@)
Car.RemoveReferences(0@)

:NONAME_159
if and
0@ = 304494 
  &0(0@,1i) == 255 
jf @NONAME_228 
0@ = Actor.CurrentCar($PLAYER_ACTOR)
Car.SetSpeedInstantly(0@, 0)
Car.RemoveReferences(0@)
1@ = Car.Angle(0@)
Car.Angle(0@) = 1@

:NONAME_228
jump @NONAME_2 

:NONAME_235
wait 10 
Car.SetSpeedInstantly(0@, 2500.0)
wait 100 
jump @NONAME_2
 

Attachments

  • Speedhax.cs
    18.3 KB · Views: 20
Status
Not open for further replies.
Top