Resource icon

CLEO Release Health Hack (Something Different)

CLEO related
Status
Not open for further replies.

pancho

Member
Joined
Jul 21, 2013
Messages
6
Reaction score
0
i don't have permission to view it can i get download in PM?
 

Mickus

Member
Joined
May 12, 2013
Messages
14
Reaction score
0
thanks very for that it's really help at example i use heroin and when i heal 100hp it's insane with heroin now 95 it's very good :) :):)
 

agus19982

Member
Joined
Jul 28, 2013
Messages
15
Reaction score
0
heyy , i cannot open the link download , please helpp me

//Moderator Note : You need at least 5 posts to see the attachments.
 

hallo12

Member
Joined
Aug 2, 2013
Messages
9
Reaction score
0
I cant see the download

"You do not have the required permissions to view the files attached to this post."
 

iLost

Well-known member
Joined
Jun 5, 2014
Messages
216
Reaction score
0
Well , i'am Newbie at Making Cleo Hacks . How can i change the Key Activation ?  :eek:h_stop_it_u:

Very Newbie >_<

// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR'

:HEALTHARMOR_19
wait 10
if and
0AB0:  key_pressed 219
0AB0:  key_pressed 221
else_jump @HEALTHARMOR_19
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19
 

Steezy

Active member
Joined
Jul 26, 2013
Messages
111
Reaction score
0
FransHopper link said:
Well , i'am Newbie at Making Cleo Hacks . How can i change the Key Activation ?  :eek:h_stop_it_u:

Very Newbie >_<

// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR'

:HEALTHARMOR_19
wait 10
if and
0AB0:  key_pressed 219
0AB0:  key_pressed 221

else_jump @HEALTHARMOR_19
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

Replace "219" and "221" with the keys you want.
Here is the list of virtual keys.
 

iLost

Well-known member
Joined
Jun 5, 2014
Messages
216
Reaction score
0
Did i can you make God Mode Automatic ? i thinks i need Ghost[R].cs And God Mode , Can you Combining it ? So When i Use Ghost mode , i will looks like Real Pausing + I Can Killing someone!  :somuchwin:i can Dreaming it xD  :ppffh:
 

snaptrap

Active member
Joined
Feb 7, 2014
Messages
56
Reaction score
1
this mod i just release a long time ago...zzz :sweet_jesus:  but some server their anti cheat is more powerful...it maybe not set if hp 99(hack) and above...the player will be banned...maybe they set if hp increase without some reason the player will be banned ....otherwise admin set health to you      :watchout:
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
[member=19958]FransHopper[/member]

Code:
// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 219 
0AB0:   key_pressed 221 
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

delete this>  0AB0 : key_pressed 219
and then it was just this line left: 0AB0 : key_pressed 221
and change it into 0AB0: key_pressed 121 (if u want F10)
so this is a full line


Code:
// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 120 
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

If you want to a double key activation, just edit the original code like in the First Code table :

Code:
// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 219 
0AB0:   key_pressed 221 
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

Into this :

Code:
// This file was decompiled using SASCM.ini published by Seemann ([url=http://sannybuilder.com/files/SASCM.rar]http://sannybuilder.com/files/SASCM.rar[/url]) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 72 //It was H
0AB0:   key_pressed 84 //It was T
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

Make sure you touch that 2 keys at the same time.
Keys list : http://ugbase.eu/tutorials/how-to-change-the-activation-keys-on-a-cleo-script/
(Ctrl F to find what key you want)

Sorry if you not understand this.
CMIIW (Correct me if i wrong)



You can edit the value of the Health increase if you want to.

Code:
// This file was decompiled using SASCM.ini published by Seemann ([url=http://sannybuilder.com/files/SASCM.rar]http://sannybuilder.com/files/SASCM.rar[/url]) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 72 //It was H
0AB0:   key_pressed 84 //It was T
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 99
jump @HEALTHARMOR_19

Into :

Code:
// This file was decompiled using SASCM.ini published by Seemann ([url=http://sannybuilder.com/files/SASCM.rar]http://sannybuilder.com/files/SASCM.rar[/url]) on 13.10.2007
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEALTHARMOR' 

:HEALTHARMOR_19
wait 10 
if and
0AB0:   key_pressed 72 //It was H
0AB0:   key_pressed 84 //It was T
else_jump @HEALTHARMOR_19 
Actor.Health($PLAYER_ACTOR) = 95 //It was edited from 99 to 95
jump @HEALTHARMOR_19

CMIIW (correct me if i wrong)
 

seanonimo12SA

New member
Joined
Jul 13, 2014
Messages
2
Reaction score
0
What buttom to use? i pres "A+N+D" and nothing, i press "AND" and nothing what is "AND"?
 

Soun[D]

Active member
Joined
Jul 16, 2014
Messages
26
Reaction score
0
Well i know Health Hacks are Funny when you use it but it sux for another players. i dont like such Godmode  :me_gusta:
 

.silent

Well-known member
Joined
Apr 14, 2013
Messages
339
Reaction score
13
Holy fucking shit do you live in some cave? This topic is old as fuck and nobody cares about your shitty health hacks.
 
Status
Not open for further replies.
Top