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 › Ask for Source Codes here / Release your Source Codes here [Collection]

PostAsk for Source Codes here / Release your Source Codes here [Collection]

Posts 1–15 of 25 · Page 1 of 2
taylan
taylan
Ask for Source Codes here / Release your Source Codes here [Collection]
Hey Guys !

I browsed this Hack Section and sawed a lot of unless Threads .
Because many Peoples spamms this Section with Requests.


Now u can post your Source Codes here or asks for Source Codes !
And im sure if u will do this, than the Section will be cleaner !

Here some Source Codes for No Menu Hack :
Spawn
Code:
void Spawn ()
{
long t=0;
unsigned long Protection;
VirtualProtect((void*)NoSpawn1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawn1, &t , sizeof(t));
VirtualProtect((void*)NoSpawn1, sizeof(t), Protection, 0);
 
VirtualProtect((void*)NoSpawn2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawn2, &t , sizeof(t));
VirtualProtect((void*)NoSpawn2, sizeof(t), Protection, 0);
}
Superjump
Code:
void Jump()
{
    if (GetAsyncKeyState(VK_CONTROL))

    {
        DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
        if(dwPlayerPtr != 0)
        {
            *(float*)(dwPlayerPtr+Ofs_Z) = 1500;
        }
    }
}
Fast All
Code:
void FastAll ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)Fast_Repair = 10;
*(float*)Fast_Health = 5;
*(float*)Fast_Flag = 10;
*(float*)Fast_Ammo = 5;
}
}
Premium
Code:
void prem ()
{
DWORD dwSrvrPtr = *(DWORD*)Serverpointer;
if(dwSrvrPtr != 0)
{
*(long*)(dwSrvrPtr+Premium1) = 3, 10; // 1 = bronze  2 = silver 3 = gold 4 = platinum
{
*(float*)(dwSrvrPtr+Premium2) = 1, 1;
}
}
}
Slot5
Code:
void Slots5 ()
{
DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
if(dwPlayerPtr != 0)
{	
*(long*)(dwPlayerPtr+ Slot5) = 1;
}
}
Nfd
Code:
void nfd ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+ofs_nfd) = -20000;
}
}
Here some Source Codes for Menu Hack :

NFD
Code:
if (Nfd==1)
{
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+nfd) = -2000.0f;
} 
}

Superjump
Code:
Menu Option
-------------
char *Moptjump           []    = {"Off", "500", "1000", "1500", "2000", "2500", "3000"};  

Menu Item
-------------
D3D9->AddItem("Superjump" , Moptjump , &superjump   ,7 );

Source Code
-------------
if(superjump == 1)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 500;
	}
}
if(superjump == 2)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 1000;
	}
}
if(superjump == 3)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 1500;
	}
}
if(superjump == 4)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 2000;
	}
}
if(superjump == 3)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 2500;
	}
}
if(superjump == 4)
{
	if(GetAsyncKeyState(VK_CONTROL)&1)
	{
		*(float*)(dwPlayerPtr+Ofs_Z) = 3000;
	}
}
Supermaster
Code:
if(CH_SuperMaster == 0)
{
*(int*)(ADR_SERVERPOINTER + OFS_SUPERMASTER) = 0;
}else{
*(int*)(ADR_SERVERPOINTER + OFS_SUPERMASTER) = 1;
}
Unlock All Slots
Code:
if (Allslots==1)
{
*(long*)(dwServerPTR + Slot_5) = 1;
*(long*)(dwServerPTR + Slot_6) = 1;
*(long*)(dwServerPTR + Slot_7) = 1;
*(long*)(dwServerPTR + Slot_8) = 1;
}
Dig
Code:
if(Dig == 1)
{
if(GetAsyncKeyState(VK_HOME) &1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
*(float*)(dwPlayerPtr+OFS_Z) = -2000;
}
}
No Bounds
Code:
if (No_bounds==1){
*(int*)(no_bounds1) = 0;
*(int*)(no_bounds2) = 0;
}
Anti AFK
Code:
if(afk == 1)
*(int*)(ADR_NOAFK  ) = 1;

My Requests :
[html]No Water Source for Menu Hack[/html]
#1 · edited 15y ago · 15y ago
ryski123
ryski123
Nice man, Help me make a menu
#2 · 15y ago
taylan
taylan
Sry i can help u getting source codes but not coding a menu ....

if u need some soruces ask ...
#3 · 15y ago
SH
sh_z_sektor
Dude no one will give you a Telekill soure it's VIP.

but nice thread i'll give this code

Zombie Freaz

Code:
void ZombieFreaz()
{
if(GetAsyncKeyState(VK_NUMPAD9) &1)
{
*(float*)ADR_SPEED = 0;
}
}
#4 · 15y ago
AeroMan
AeroMan
Hmm, nobody will give it since its with structs :S
#5 · 15y ago
taylan
taylan
Need Teleport source for Menu hack xD
#6 · 15y ago
Wizdom-X
Wizdom-X
You wont get Tellkills Sorce its A Vip no one will give you it!!

Im making a NoMenu Any One Help??

My Email: Wizdom-x@hotmail.co.uk
#7 · 15y ago
WH
whit
Yall are all failures..
Teleport is publicly released Btw
#8 · 15y ago
Flash
Flash
Quote Originally Posted by taylan View Post
Need Teleport source for Menu hack xD
Just search it, i remember that I released it around a month ago


Quote Originally Posted by Wizdom-X View Post
You wont get Tellkills Sorce its A Vip no one will give you it!!

Im making a NoMenu Any One Help??

My Email: Wizdom-x@hotmail.co.uk
Hey you, give credits to your avatar and signature. Thay're mine
I will report you ...

And sektor, thanks for ZombieFreeeze, thanked
#9 · 15y ago
Wizdom-X
Wizdom-X
Quote Originally Posted by Matrix View Post


Just search it, i remember that I released it around a month ago




Hey you, give credits to your avatar and signature. Thay're mine
I will report you ...

And sektor, thanks for ZombieFreeeze, thanked
Singture By: Matrix Thanks Matrix!
#10 · 15y ago
taylan
taylan
k going to searching it now .....
#11 · 15y ago
AeroMan
AeroMan
No BOunds request for 3 addies, 2 wont work
#12 · 15y ago
HA
Hartzarbeiter
Code:
void nobounds() // No Bounds
{long t=0;unsigned long Protection;
VirtualProtect((void*)OFS_NOBOUNDS1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)OFS_NOBOUNDS2, &t , sizeof(t));
VirtualProtect((void*)OFS_NOBOUNDS1, sizeof(t), Protection, 0);
VirtualProtect((void*)OFS_NOBOUNDS2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)OFS_NOBOUNDS2, &t , sizeof(t));
VirtualProtect((void*)OFS_NOBOUNDS2, sizeof(t), Protection, 0);
}
Have fun with this code! ... Now I search a alwayscrosshair source. :-)

Edit: This no bounds source is only for no menu hacks.
The alwayscrosshair source which I search should be for no menu hacks, too.
#13 · 15y ago
HA
hackzerz
/request sticky!!!
people need to add to this
#14 · 15y ago
HAxCodER™
HAxCodER™
add more pls ?
#15 · 15y ago
Posts 1–15 of 25 · Page 1 of 2

Post a Reply

Tags for this Thread

#menuhack#release#request#source#warrock