CLEO Help Sanny builder 3 help?

CLEO related
Status
Not open for further replies.
Joined
Mar 5, 2014
Messages
15
Reaction score
0
Im trying to change the activation key on a mod, but when i try to compile the file i get an error thing saying Unknown directive. :/ changed the activation keys on loads of other mods but this time i got an error ;/. Help ?
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
Code:
{$CLEO .cs}

0000: NOP 

thread "LAG"

:A
wait 0
if
0ADC:   test_cheat "AIM" 
jf @A
print "~y~[E4]~w~AntiLag Cheat ~g~Activated" 2000

:B
wait 0
0AD2: 1@ = player $PLAYER_CHAR targeted_actor //IF and SET
if
0457:   player $PLAYER_CHAR aiming_at_actor 1@
jf @OFF
   
:C
wait 0
if
key_down 1
jf @B
if     
056D:   actor 1@ defined
jf @B
print "~y~[E4]~r~HACKING!! ~g~FIREARMS" 2000
04C4: store_coords_to 2@ 3@ 4@ from_actor $PLAYER_ACTOR with_offset 0.15 1.5 -0.6
Actor.PutAt(1@, 2@, 3@, 4@)
33@ = Actor.Angle($PLAYER_ACTOR)
Actor.Angle(1@) = 33@
jump @C

:OFF
wait 0
if 
0ADC:   test_cheat "AIM" 
jf @B
print "~y~[E4]~w~AntiLag Cheat ~r~Deactivated" 2000
jump @A
 

Attachments

  • [E4]Anti Lag Cheat [AIM].cs
    18.1 KB · Views: 54

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
:face_palm: the problem isn't his Sanny Builder, the cleo had some wrong lines in it. Like key_pressed instead of key_down, "edd04", "xD", "text" and more.
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
TH3RM4L link said:
:face_palm: the problem isn't his Sanny Builder, the cleo had some wrong lines in it. Like key_pressed instead of key_down, "edd04", "xD", "text" and more.
I didn't chrck the image clearly , anyway the link i gave above is the full version , it maybe better to use it
 
Status
Not open for further replies.
Top