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 › WarRock Hack Source Code › Source code not working.

Source code not working.

Posts 1–3 of 3 · Page 1 of 1
AskAndHelp
AskAndHelp
Source code not working.
My no water, hide weapon and no recoil hacks are not working. When I debug there is no problem but once I use them ingame warrock closes.

no water
if(GetAsyncKeyState(VK_NUMPAD5)&1){
*(int*)ADR_NOWATER = 357;}
hide weapon
if(GetAsyncKeyState(VK_NUMPAD4)&1){
*(float*)(dwPlayerPtr + ADR_HIDEWEAP) =0;}
no recoil
if(GetAsyncKeyState(VK_NUMPAD8)&1){
*(float*)(dwPlayerPtr +OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr +OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr +OFS_NORECOIL3) = 0;}
Please help me.
#1 · edited 15y ago · 15y ago
SH
sh_z_sektor
Well for the hide weapon it is Only adr without dwPlayerPtr + adr etc..

but for no water i guess it's the value(not sure)
#2 · 15y ago
AskAndHelp
AskAndHelp
Ok. I''ll try it right away! But how do I know when I have to put dwPlayerptr + adr... or only adr? And how do I know what source is OFS,int,ADR??

Hide weapon works now! Thanks!
#3 · edited 15y ago · 15y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Tags for this Thread

#warrock