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 included)Hack not working

Exclamation(Source Code included)Hack not working

Posts 1–10 of 10 · Page 1 of 1
JO
johnnydicamillo
(Source Code included)Fast All Hack Not Working
Dont mean to double post but
here is my addresses:
#define ADR_FASTAMMO 0xBCAD94
#define ADR_FASTREPAIR 0xBCAD98
#define ADR_FASTFLAG 0xBCADA0
#define ADR_FASTHEALTH 0xBCAD9C
and here is my hack code:
//Fast All
{
*(float*)(ADR_FASTAMMO) = 20.0f;
*(float*)(ADR_FASTHEALTH) = 20.0f;
*(float*)(ADR_FASTREPAIR) = 20.0f;
*(float*)(ADR_FASTFLAG) = 20.0f;
}
Now its builds great it doesnt crash the game it just does nothing. But all my other hacks work.lol uh? any one have any ideas
#1 · edited 15y ago · 15y ago
JO
johnnydicamillo
anyone help

plz
#2 · 15y ago
AeroMan
AeroMan
Quote Originally Posted by johnnydicamillo View Post
anyone help

plz

YOu have msn? if yes, write it
#3 · edited 15y ago · 15y ago
JO
johnnydicamillo
Quote Originally Posted by AeroMan View Post
YOu have msn? if yes, write it
i do not but i can download and make account
#4 · 15y ago
AeroMan
AeroMan
Quote Originally Posted by johnnydicamillo View Post
i do not but i can download and make account
hmm, just replace it with this code:
Code:
#define FastAmmo    0xBCAD94
#define FastMedic   0xBCAD9C
#define FastRepair  0xBCAD98
#define FastFlag    0xBCADA0

*(float*)FastAmmo  = 10f;
*(float*)FastMedic = 10f;
*(float*)FastRepair = 10f;
*(float*)FastFlag    = 10f;
#5 · 15y ago
JO
johnnydicamillo
nope doesnt work
ok it is johnnydicamillo@hotmail.com

Quote Originally Posted by AeroMan View Post
hmm, just replace it with this code:
Code:
#define FastAmmo    0xBCAD94
#define FastMedic   0xBCAD9C
#define FastRepair  0xBCAD98
#define FastFlag    0xBCADA0

*(float*)FastAmmo  = 10f;
*(float*)FastMedic = 10f;
*(float*)FastRepair = 10f;
*(float*)FastFlag    = 10f;
ok thanks and what is your msn

Quote Originally Posted by AeroMan View Post
hmm, just replace it with this code:
Code:
#define FastAmmo    0xBCAD94
#define FastMedic   0xBCAD9C
#define FastRepair  0xBCAD98
#define FastFlag    0xBCADA0

*(float*)FastAmmo  = 10f;
*(float*)FastMedic = 10f;
*(float*)FastRepair = 10f;
*(float*)FastFlag    = 10f;
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(104) : error C2059: syntax error : 'bad suffix on number'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(104) : error C2146: syntax error : missing ';' before identifier 'f'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(104) : error C2065: 'f' : undeclared identifier
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(105) : error C2059: syntax error : 'bad suffix on number'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(105) : error C2146: syntax error : missing ';' before identifier 'f'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(105) : error C2065: 'f' : undeclared identifier
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(106) : error C2059: syntax error : 'bad suffix on number'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(106) : error C2146: syntax error : missing ';' before identifier 'f'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(106) : error C2065: 'f' : undeclared identifier
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(107) : error C2059: syntax error : 'bad suffix on number'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(107) : error C2146: syntax error : missing ';' before identifier 'f'
1>c:\users\family\documents\visual c++ 2008\dicamilloomegapwnage version 2\johnnydicamillo\main.cpp(107) : error C2065: 'f' : undeclared identifier
1>Build log was saved at "file://c:\Users\Family\Documents\Visual c++ 2008\DiCamilloOMegaPwnage version 2\johnnydicamillo\Debug\BuildLog.htm"
1>johnnydicamillo - 12 error(s), 0 warning(s)
it just gives me error
#6 · edited 15y ago · 15y ago
AeroMan
AeroMan
Quote Originally Posted by johnnydicamillo View Post
ok it is johnnydicamillo@hotmail.com



ok thanks and what is your msn



it just gives me error
add 10.0f;
Im sorry, i fergot that
#7 · 15y ago
JO
johnnydicamillo
Quote Originally Posted by AeroMan View Post
add 10.0f;
Im sorry, i fergot that
ok let me tr that

Quote Originally Posted by AeroMan View Post
add 10.0f;
Im sorry, i fergot that
i still dont think it did anything
#8 · edited 15y ago · 15y ago
kip3300
kip3300
Quote Originally Posted by johnnydicamillo View Post
ok let me tr that


i still dont think it did anything
this is mine:


Code:
#define ADR_FASTAMMO ADDY
#define ADR_FASTHEALTH ADDY
#define ADR_FASTREPAIR ADDY
#define ADR_FASTFLAG ADDY

{*(float*)ADDY_REPAIR = 10.0f;
*(float*)ADDY_HEALT= 5.0f;
*(float*)ADDY_FLAG= 10.0f;
*(float*)ADDY_AMMO= 5.0f;}
#9 · 15y ago
Alen
Alen
Try not to bump old threads
#10 · 15y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Tags for this Thread

#warrock code