Zolferno's War Z WallHack
Hey guys,
This is my first C++ hack so its not great but I was able to create my own D3D hook and menu from watching lots of tutorials and reading lots aswell + reading public sources, I used fleeps tutorial on creating my menu, the hook ive changed around abit from tutorials and learnt how to use quite a few of the directx functions but yeah here it is.
Features:
Zombie WallHack (when this is on you can see the zombies head in RED also i cba to make another section for it so when this is on you can also see guns and other items glowing RED)
Player WallHack ( all other players are in green, it works most of the time through walls etc but at certain angles they disappear and reappear )
Disable Terrain ( Removes all foliage and most trees and ground clutter )
ToCome ( Unlimited sprint, AimBot/ESP working very hard to learn at the moment :P the unlimited sprint shouldnt be to hard but for anyone that wants to do it search in cheat engine 8 bytes 4770437906364261990 when your sprint meter is full you wont get mroe than 3 addresses and 7/10 youll just get one and that's sprint )









The menu text is being overlayed by game objects unless you aim at the sky you can see it, if anyone knows how i can fix let me know, hopefully ill figure it out soon, also the wallhack/chams at night are really hard to see i tried the d3d function :
but no luck to make them brighter / i think ive figured out what is wrong with it :P
if you run in full screen and alt tab you will get direct x error, works better in windowed mode.
I use auto inject, i recommend this tool if you use your own you must inject
1.Pre-Load Dll in autoinject(or any other injector that can inject on game start/before
2.INSERT = Show/Hide Menu
3.Up/Down Arrow keys to navigate
4.END = Turn Hack On/Off
Undetected v1.1.0
anyone who has DLL missing problems - http://www.microsoft.com/en-us/downl...s.aspx?id=8328 get this it should work after (hope its okay to post outside MS links)
CREDITS:
Fleep (youtube tutorials) helped me alot to understand how it works
many websites with tutorials that help me understand it more
@hawkk123 for releasing a source with the numvertices and primcount values (they were a tiny bit off - im redoing them sometime tommorow but nerveless thanks)
@Jorndel for being there and always helping me find ways to improve my code
Virus Scan 1 6/46 //False Positive
Virus Scan 2 3/19 //False Positives
This is my first C++ hack so its not great but I was able to create my own D3D hook and menu from watching lots of tutorials and reading lots aswell + reading public sources, I used fleeps tutorial on creating my menu, the hook ive changed around abit from tutorials and learnt how to use quite a few of the directx functions but yeah here it is.
Features:
Zombie WallHack (when this is on you can see the zombies head in RED also i cba to make another section for it so when this is on you can also see guns and other items glowing RED)
Player WallHack ( all other players are in green, it works most of the time through walls etc but at certain angles they disappear and reappear )
Disable Terrain ( Removes all foliage and most trees and ground clutter )
ToCome ( Unlimited sprint, AimBot/ESP working very hard to learn at the moment :P the unlimited sprint shouldnt be to hard but for anyone that wants to do it search in cheat engine 8 bytes 4770437906364261990 when your sprint meter is full you wont get mroe than 3 addresses and 7/10 youll just get one and that's sprint )









The menu text is being overlayed by game objects unless you aim at the sky you can see it, if anyone knows how i can fix let me know, hopefully ill figure it out soon, also the wallhack/chams at night are really hard to see i tried the d3d function :
Code:
d3dDevice->SetRenderState(D3DRS_LIGHTING, true); d3dDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255,255,0,0));
if you run in full screen and alt tab you will get direct x error, works better in windowed mode.
I use auto inject, i recommend this tool if you use your own you must inject
1.Pre-Load Dll in autoinject(or any other injector that can inject on game start/before
2.INSERT = Show/Hide Menu
3.Up/Down Arrow keys to navigate
4.END = Turn Hack On/Off
Undetected v1.1.0
anyone who has DLL missing problems - http://www.microsoft.com/en-us/downl...s.aspx?id=8328 get this it should work after (hope its okay to post outside MS links)
CREDITS:
Fleep (youtube tutorials) helped me alot to understand how it works
many websites with tutorials that help me understand it more
@hawkk123 for releasing a source with the numvertices and primcount values (they were a tiny bit off - im redoing them sometime tommorow but nerveless thanks)
@Jorndel for being there and always helping me find ways to improve my code
Virus Scan 1 6/46 //False Positive
Virus Scan 2 3/19 //False Positives
