CLEO Help Help for

CLEO related
Status
Not open for further replies.

Lala_Ustad

Member
Joined
Apr 20, 2018
Messages
5
Reaction score
0
Help pls i want this mod recreate like this 

 this is lags.cs i like u make it like this  1 sec godmod off and 0.5 half sec gm ON

{$CLEO .cs}

//-------------MAIN---------------
wait 3000 
0@ = 304498 

:CB3R_15
thread 'CB3R' 
wait 0 
if 
0AB0:   key_pressed 122 
else_jump @CB3R_15 
0A8C: write_memory 12235308 size 4 value -16733696 virtual_protect 0 
jump @CB3R_68 

:CB3R_68
wait 0 
if 
0AB0:   key_pressed 123 
else_jump @CB3R_130 
0A8C: write_memory 12235308 size 4 value -14870092 virtual_protect 0 
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 900 
jump @CB3R_15 

:CB3R_130
if 
   not Actor.Stopped($PLAYER_ACTOR)
else_jump @CB3R_68 
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50 
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 413 
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 100 
jump @CB3R_68 
wait 200
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
27
Lala_Ustad said:
Bro i can press backsapace but idk where put and what put how put  where put       and english is v.v bad

I think its the basic things that you can do by yourself if you watch some tutorials
 

Lala_Ustad

Member
Joined
Apr 20, 2018
Messages
5
Reaction score
0
ok see now this i made it

{$CLEO .cs}

//-------------MAIN---------------
wait 3000
0@ = 304498

:CB3R_15
thread 'CB3R'
wait 0
if
0AB0: key_pressed 122
else_jump @CB3R_15
0A8C: write_memory 12235308 size 4 value -16733696 virtual_protect 0
jump @CB3R_68

:CB3R_68
wait 0
if
0AB0: key_pressed 123
else_jump @CB3R_130
0A8C: write_memory 12235308 size 4 value -14870092 virtual_protect 0
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 900
jump @CB3R_15

:CB3R_130
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @CB3R_68
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 0.5, 0.5, 0.5, 0.5, 0.5)
wait 413
Actor.SetImmunities($PLAYER_ACTOR, 2, 2, 2, 2, 2)
wait 100
jump @CB3R_68
wait 200


Now iz gud ? it will work
 
Status
Not open for further replies.
Top