
02-24-2010, 01:25 AM
|
| Administrator | | Join Date: Feb 2010
Posts: 271
| |
cN_hack 0.3 [halo] Posted by s0beit.
contents of the readme: Quote:
[cN_hack 0.3]
release by s0beit
==============================
press insert to enable/disable wallhack [credits to blew of game-deception]
press delete to enable/disable lambert [Caster (unknowncheats)]
press HOME to enable/disable nosmoke [s0beit]
press F1 to enable disable skinhack [s0beit (and Azorbix)]
press PRINT SCREEN to take a screenshot (jpeg format), which will be in the hack folder
==============================
^^^IMPORTANT INFO^^^
----------------------------------
for blews wallhack method the skins ARE customizable!
you just need to edit some files
wh1.ps (open it with notepad)
here is a brief explaination!
ps_2_0 [THIS IS THE PIXEL SHADER VERSION, DO NOT CHANGE]
def c0, 1.0, 1.0, 0.0, 1.0 [THIS IS THE COLOR OF THE SKINHACK [RGBA]]
mov oC0, c0 [THIS IS UNIMPORTANT TO USERS, DO NOT CHANGE]
mov oDepth, c0.b [THIS SETS THE DEPTH OF THE MODEL TO 0.0 (c0.b is THE BLUE of the model, you notice the blue is 0.0]
[YOU MUST MAKE ONE COLOR IN RGBA 0.0!!! and change the c0.[color] ACCORDINGLY!!!]
[EXAMPLES:
!!!RED!!!
-----------------
ps_2_0
def c0, 1.0, 0.0, 0.0, 1.0
mov oC0, c0
mov oDepth, c0.b
-----------------
!!!GREEN!!!
ps_2_0
def c0, 0.0, 1.0, 0.0, 1.0
mov oC0, c0
mov oDepth, c0.b
-----------------
!!!BLUE!!!
ps_2_0
def c0, 0.0, 0.0, 1.0, 1.0
mov oC0, c0
mov oDepth, c0.r
-----------------
[NOTICE IN BLUE THE c0.r !!!! THATS THE RED, THE RED IS SET TO 0.0!!!]
----------------------------------
for help or to report bugs: Cheat-network.ch - online database game cheats Resources and Information.This website is for sale! | there is a screenshot attached.
source code too.
Credits:
blew
wang
Azorbix
Caster (Download links are in the main thread.) |