MrChristmas
Expert
- Joined
- Jul 29, 2014
- Messages
- 563
- Reaction score
- 26
Hi,
[glow=red,2,300]
*I didn't test the mod on all SA:MP DayZ servers...
[glow=red,2,300]
[glow=red,2,300]
[glow=red,2,300]
[glow=red,2,300]
[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
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%-------------\\