CLEO Help Help Please! How Do I Do It!!!!!!!!!!!!!!!! Someone!

CLEO related
Status
Not open for further replies.

VandilFish

Member
Joined
Apr 25, 2014
Messages
5
Reaction score
0
How do i make it so when i type speed on my keyboard ingame it activates the cleo?
Also this is a Speedhack Cleo


Code:
{$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


If someone could explain in depth how to add it or you could just add it for me, Thanks.
 

Attachments

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