CLEO Help Little help

CLEO related
Status
Not open for further replies.

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
Change acctivation key to
NUMPAD KEY
9
 

Attachments

  • Car_Collision.cs
    17.7 KB · Views: 29

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
TH3RM4L link said:
Change 0AB0:  key_pressed 71 to 0AB0:  key_pressed 57
bro i know how to do that .
but this hack also activated when i type some thing in chat with g.
means this hacks activate while writingsomething in chat .
i want to make this hack on for direct key .
 

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
TH3RM4L link said:
Change 0AB0: 57 to 0ADC: "9".
bro can't able to find key_pressed
look
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
thread 'MGA_CarLock' 

:MGA_CARLOCK_19
wait 0 
if 
key_down 71 
else_jump @MGA_CARLOCK_19 

:MGA_CARLOCK_38
wait 0 
if 
key_down 71 
else_jump @MGA_CARLOCK_64 
jump @MGA_CARLOCK_38 

:MGA_CARLOCK_64
print "FREEZE" 2000 
wait 0 
$PLAYER_ACTOR = Actor.EmulateFromPlayer($PLAYER_CHAR)
if 
   Actor.Driving($PLAYER_ACTOR)
else_jump @MGA_CARLOCK_113 
16@ = Actor.CurrentCar($PLAYER_ACTOR)

:MGA_CARLOCK_113
if 
0AE3: 0@ = random_object_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 0 //IF and SET 
else_jump @MGA_CARLOCK_199 

:MGA_CARLOCK_151
Object.CollisionDetection(0@) = True
0750: set_object 0@ visibility 1 
8AE3:   not 0@ = random_object_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 1 //IF and SET 
else_jump @MGA_CARLOCK_151 

:MGA_CARLOCK_199
if 
0AE2: 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 0 pass_wrecked 1 //IF and SET 
else_jump @MGA_CARLOCK_306 

:MGA_CARLOCK_239
if or
803B:   not  0@ == 16@ // (int) 
   not Actor.Driving($PLAYER_ACTOR)
else_jump @MGA_CARLOCK_270 
099A: set_car 0@ collision_detection 0 

:MGA_CARLOCK_270
8AE2:   not 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 1 pass_wrecked 1 //IF and SET 
else_jump @MGA_CARLOCK_239 

:MGA_CARLOCK_306
if 
key_down 71 
else_jump @MGA_CARLOCK_64 

:MGA_CARLOCK_321
wait 0 
if 
key_down 71 
else_jump @MGA_CARLOCK_347 
jump @MGA_CARLOCK_321 

:MGA_CARLOCK_347
wait 0 
print "UN_FREEZE" 2000 
if 
0AE3: 0@ = random_object_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 0 //IF and SET 
else_jump @MGA_CARLOCK_453 

:MGA_CARLOCK_405
Object.CollisionDetection(0@) = True
0750: set_object 0@ visibility 1 
8AE3:   not 0@ = random_object_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 1 //IF and SET 
else_jump @MGA_CARLOCK_405 

:MGA_CARLOCK_453
if 
0AE2: 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 0 pass_wrecked 1 //IF and SET 
else_jump @MGA_CARLOCK_536 

:MGA_CARLOCK_493
099A: set_car 0@ collision_detection 1 
8AE2:   not 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 6000.0 find_next 1 pass_wrecked 1 //IF and SET 
else_jump @MGA_CARLOCK_493 

:MGA_CARLOCK_536
jump @MGA_CARLOCK_19
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Invisible One link said:
I saw four time  key_down 71 .
Now what?
change them all, obviously......
go to SannybuiliderHelp->Contents->Cleo 3 code library->Virtual key codes for keycodes
 
Status
Not open for further replies.
Top