blackHat
Expert
- Joined
- Jul 28, 2013
- Messages
- 930
- Reaction score
- 2
hello, i got problem with coding this is my code
--------------------------------------------------------------------------------------
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'HEALTH'
:HEALTH_01
wait 0
if
0AB0: key_pressed 66
0851: set_actor $PLAYER_ACTOR decrease_health_by 10 affect_armour 1
jump @HEALTH_01
------------------------------------------------------------------------------------------
but i need to change the decrease to increase health !
but even if i change it my health decrease when i active the cheat
so i dont know how , can you fix my code ,,
what is the code?
well i need my health to increased by a count like 10 or 30 (to be hard on admin to catch me) when i pressed B
thx
--------------------------------------------------------------------------------------
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'HEALTH'
:HEALTH_01
wait 0
if
0AB0: key_pressed 66
0851: set_actor $PLAYER_ACTOR decrease_health_by 10 affect_armour 1
jump @HEALTH_01
------------------------------------------------------------------------------------------
but i need to change the decrease to increase health !
but even if i change it my health decrease when i active the cheat
so i dont know how , can you fix my code ,,
what is the code?
well i need my health to increased by a count like 10 or 30 (to be hard on admin to catch me) when i pressed B
thx