CLEO Help Repair Hack

CLEO related
Status
Not open for further replies.

marky1337

New member
Joined
Feb 3, 2019
Messages
3
Reaction score
0
Hi, can anyone help me edit this script and add repair not to the basic amount of HP, but to 3000HP or to 5000HP? The basic amount of HP is (1000).

Thank you.
 

Attachments

  • Reparar-auto.cs
    17.9 KB · Views: 15

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
PHP:
{$CLEO .cs}

0000: NOP 

wait 8500

while true
wait 0

if and
00DF:   actor $PLAYER_ACTOR driving
0AB0:   key_pressed 114 
then
    03C0: 0@ = actor $PLAYER_ACTOR car
    0227: 1@ = car 0@ health
    if
    1@ < 1000 // hp
    then
        018C: play_sound 1058 at 0.0 0.0 0.0 
        00BC: show_text_highpriority GXT 'FIXCAR1' time 1 flag 1 
        0224: set_car 0@ health_to 3000 // set car hp 
        053F: set_car 0@ tires_vulnerability 0 
        Player.Money($PLAYER_CHAR) += 0
        wait 1000 
        Car.RemoveReferences(0@)
    end
end

end
 

HarrisonFord

Active member
Joined
Nov 25, 2013
Messages
135
Reaction score
3
Why dont you just play with car godmode? Pretty much same thing, but less detectable.
The server will most likely notice you adding 4000hp ontop of the real thing. Or atleast admins speccing you with /vdl
 
Status
Not open for further replies.
Top