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 › Need some Source Codes for Menu Hack

QuestionNeed some Source Codes for Menu Hack

Posts 1–9 of 9 · Page 1 of 1
taylan
taylan
Hey Guys

I need the following source codes for Menu Hack .... :
-OPK
-Zombie OPK
-Invisible
-Force Kick
-0 Delay
-rapid fire

If you know one of them then post it please or sendm e a private message


(Just in preparation for my new,first D3D Menu Hack .... soon)

i think i have to float the addys of
0 Delay & rapid fire to get worked .. .but im not sure
#1 · 15y ago
TheCamels8
TheCamels8
Invisible and Force kick patched i guess..
And i don't think someone will give you them..
#2 · 15y ago
ST
staaf2602
idk, i really want to learn, how to make D3D hacks
#3 · 15y ago
Zithium
Zithium
Quote Originally Posted by staaf2602 View Post
idk, i really want to learn, how to make D3D hacks
Make sure you know the basics of C++ before you try... It's not easy... I haven't managed a D3D hack yet.
#4 · 15y ago
icebox2010
icebox2010
Here..

0Delay:
Code:
if (CH_NoDelay==1){
	if (NODELAY){
	WriteAsm((void *)ADR_NODELAY,NOPS,3);
	NODELAY=false;
	}
	} else {
	if (!NODELAY){
	WriteAsm((void *)ADR_NODELAY,ZEROOFF,3);
	NODELAY=true;
	}
	}
OPK:
Code:
void Menu::ASM(){
if (CH_OPK==1){
if (OPK){
 WriteAsm((void *)ADR_OPK_1,ONOPK,2);
 WriteAsm((void *)ADR_OPK_2,ONOPK,2);
 WriteAsm((void *)ADR_OPK_3,ONOPK,2);
 OPK=false;}}else{
 if (!OPK){
 WriteAsm((void *)ADR_OPK_1,OFFOPK,6);
 WriteAsm((void *)ADR_OPK_2,OFFOPK2,6);
 WriteAsm((void *)ADR_OPK_3,OFFOPK3,6);
 OPK=true;}}

Invisible:
Code:
if (CH_Invisi==1){
if (INVIS){
WriteAsm((void *)ADR_INVIS,INVISION,1);
INVIS=false;
}
} else {
if (!INVIS){
WriteAsm((void *)ADR_INVIS,INVISIOFF,1);
INVIS=true;
}
}
#5 · 15y ago
taylan
taylan
thecamels come msn online pls
#6 · 15y ago
IK
Ikke0148
Nobody will give it, be creative & try to make it yourself.
There is no point in coding when you dont know what you are doing
#7 · 15y ago
Flash
Flash
Quote Originally Posted by thecamels8 View Post
Invisible and Force kick patched i guess..
And i don't think someone will give you them..
It's not fully patched, still here, just hard to code it

@Icebox: Thanks, you helped me too
#8 · 15y ago
WannaBeReady
WannaBeReady
Nice IceBox
Problem solved i think?
Or you need help?
#9 · 15y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Tags for this Thread

None