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 include) NOt working

Exclamation(SOurce include) NOt working

Posts 1–3 of 3 · Page 1 of 1
JO
johnnydicamillo
Compiles just doesnt work ingame

addys:
#define No_Bounds_1 0xBF1FC8
#define No_Bounds_2 0xBF1FD0
#define ADR_SPAWN_1 0xBFABE0
#define ADR_SPAWN_2 0xBFABE8
#define ADR_FASTAMMO 0xBCAD94
#define ADR_FASTREPAIR 0xBCAD98
#define ADR_FASTFLAG 0xBCADA0
#define ADR_FASTHEALTH 0xBCAD9C
Hack Code:
//Fast All
{
*(float*)(ADR_FASTAMMO) = 20.0f;
*(float*)(ADR_FASTHEALTH) = 20.0f;
*(float*)(ADR_FASTREPAIR) = 20.0f;
*(float*)(ADR_FASTFLAG) = 20.0f;
}
//No Bounds
*(int*)(No_Bounds_1)=0;*(int*)(No_Bounds_2)=0;
//No Spawn Wait
{
*(float*) ADR_SPAWN_1 = 0;
*(float*) ADR_SPAWN_2 = 0;
}
This is for a non menu hack
#1 · 15y ago
Zithium
Zithium
What happens ingame...? Crashes? Or just nothing happens?
#2 · 15y ago
JO
johnnydicamillo
Quote Originally Posted by Zithium View Post
What happens ingame...? Crashes? Or just nothing happens?
just nothing happens all my other hacks that i had on there work
#3 · 15y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Tags for this Thread

#wont work code