Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › Wallhack

Wallhack

Posts 1–7 of 7 · Page 1 of 1
Fortran
Fortran
Wallhack
Well, i'm just setting out on learning D3D, after seeing it's relativley simple to code a wallhack. Anybody have one, or built one before that wouldn't mind giving me a few tips and pointers as to the best method. Apparently now K2 have made a supposed "anti-wallhack" change to the engine...so it's gonna be tougher than it used to be. Any help at all...or just on D3D in general would be great. ps: have read and seen most D3D "wallhack" type posts both here and around the net...so I really just need help from people actually using D3D or who have already made a wallhack before.
#1 · edited 19y ago · 19y ago
Dave84311
[MPGH]Dave84311
You first should learn how to hook DirectX or direct3d by bypassing PB. Once your there your pretty much home free, all you have to do next is access the buffer and modify opacity or set it to wireframe. I know a hella lot about DirectX and its components...
#2 · 19y ago
Fortran
Fortran
Originally posted by "njdavid"

Code:
if(m_Stride == 44)
		{

			DWORD dwOldZEnable = D3DZB_TRUE;
			m_pD3Ddev->GetRenderState(D3DRS_ZENABLE, &dwOldZEnable);
			m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
			m_pD3Ddev->SetTexture(0, Blue);
			m_pD3Ddev->DrawIndexedPrimitive(PrimitiveType, minIndex, NumVertices, startIndex, primCount);
			m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, dwOldZEnable);
			m_pD3Ddev->SetTexture(0, Green);
			m_pD3Ddev->SetRenderState(D3DRS_LIGHTING,FALSE);
		}
OK cool thanks Dave. I see easily how this works, but apparently there has been a change to the player models (in BETA5) so they no longer recieve SetRenderState (according to TGS s0beit). Dave if i get stuck trying to get this working, is it ok to pm you about this & DirectX questions in general ?

EDIT: On a side not, didnt feel like grabbing all 2.5GIG of Visual C++ Studio....am using Visual C++ Studio Express Edition as its free and smaller...will this be able to compile the dll i need ..(allready have DX SDK and D3D Starter KIT )
#3 · edited 19y ago · 19y ago
Dave84311
[MPGH]Dave84311
A game without setrenderstate is impossible... Hes on crack, you may not be able to set the state after its initialized, so you have to do it when it sets up the device.
#4 · 19y ago
S0
s0b.eit
acually, i am to believe the standard setrenderstate wont work.

and you will never bypass d3d by hijacking the device...its more complicated now.

i would try clearing the z buffer, or perhaps using a pixel shader to do the job.
#5 · 19y ago
Dave84311
[MPGH]Dave84311
Uh... There is no "more complicated" method of using setrenderstate, its ALWAYS required. Everything in DX revolves around it. Without it, there are no lights, no ambient, no zbuffer, no blending. Nothing...

D3D devices are all the same in how they are used and setup. The settings of the device may not be able to screwed around with once they are initialized, because of code within the game that replaces the changes you've made, or reloading it. If you can't access direct3d device directly try accessing the dx device and from there call the direct3d device.
#6 · 19y ago
MagikBullet
MagikBullet
Sharing is caring....
#7 · 19y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Hacks for Warrock (Aimbot, Wallhack)By Clarity in WarRock - International Hacks
    32Last post 20y ago
  • [Release] FS WallhackBy Nightlord in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    53Last post 16y ago
  • [SEARCHING]Wallhack or RadarBy stfustfu in WarRock - International Hacks
    0Last post 20y ago
  • Bypass premium, speedhack, wallhack, macro and more...By Xeg in Knight Online Hacks
    31Last post 19y ago
  • How I make wallhack?By RaidenDXX in WarRock - International Hacks
    6Last post 20y ago

Tags for this Thread

None