Resource icon

CLEO Release [RELEASE] DayZ Tents Finder

CLEO related
Status
Not open for further replies.

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
Hi,



[glow=red,2,300]
DESCRIPTION



I found an cleo on internet that makes the textures in GTA disappears but It wasn't perfect. I edited the code and add on/off to it. I didn't want to published because it would get patched but because I don't play much SA:MP DayZ as before I decided to share it with you guys. Mod won't see all the tents which are hidden you need to be close enough to them (I don't know what's the maximum distance you can be to see the tents, but It's pretty big). It can see also no GTA textures so if the car on DayZ got a textures on it you can see the car from the distance. It works also like a wall hack coz you can see players thought the walls. Oh and remember use it slowly and think about it when and where, coz you guys would just hope in to the game, activated the mod and run like a chicken thought GTA map.​



*I didn't test the mod on all SA:MP DayZ servers...



[glow=red,2,300]
VIDEO






[glow=red,2,300]
HOW TO INSTALL



Paste ]KRIS[ Textures.cs into your CLEO folder.​



[glow=red,2,300]
ACTIVATION



Press/Type "IN" to on/off

Hold "R" to change the view into finder
Release "R" to see in normal view​



[glow=red,2,300]
SOURCE



Code:
{$CLEO}
//-----------------%START%-----------\\
0000: NOP
0662: printstring "<><><><><><><><><><><><><><><><>" 
0662: printstring "___Made by Convers___" 
0662: printstring "<><><><><><><><><><><><><><><><>" 
0662: printstring "Edited by __Mr.Christmas__"
0662: printstring "<><><><><><><><><><><><><><><><>"  
31@ = false
//-----------------ON----------------\\
:ON
wait 0
if
0ADC: "IN"
jf @ON
print "~P~Invisible Textures ~G~[ON]" 1000
wait 500
//-----------------UP----------------\\
:HOLDING
wait 0
if
31@ == false
jf @RELEASE
if 
0AB0: 82
jf @OFF
077E: get_active_interior_to 1@ 
select_interior 1
//-----------------DOWN--------------\\
:RELEASE
wait 0
31@ = true
if
8AB0: 82
jf @RELEASE
select_interior 1@ 
31@ = false
//-----------------OFF---------------\\
:OFF
if
0ADC: "IN"
jf @HOLDING
print "~P~Invisible Textures ~R~[OFF]" 1000
wait 500
goto @ON
//-----------------%END%-------------\\
 

Attachments

  • DayZ Hack.rar
    7.9 KB · Views: 233

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,488
Reaction score
231
Location
( ͡° ͜ʖ ͡°)
Server's can easily fix this by constandly checking your interrior id and if the id is not 0 then admins would get a warning or just disable all the tent's.
 

HeberWilson

Active member
Joined
Jan 15, 2014
Messages
88
Reaction score
0
How does they see you when you are using "in" i mean looking everything invisible
 

HeberWilson

Active member
Joined
Jan 15, 2014
Messages
88
Reaction score
0
And this only works for tents or can be used to find weapons in the map?
 

Pottus

Member
Joined
Mar 8, 2014
Messages
15
Reaction score
0
Thanks a lot patched I would caution against trying this you will get caught.
 

dice

Member
Joined
Feb 28, 2014
Messages
9
Reaction score
0
working very nice! but it doesn't work with vehicles. only items.
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
dice link said:
Got patched. All server.

Not my problem, It was private but I published knowing that it's going to get patched. So let's say that this hack was only for 2 days ;3
 
Status
Not open for further replies.
Top