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 › ColdTaker NoMenu Base

ColdTaker NoMenu Base

Posts 1–13 of 13 · Page 1 of 1
♪Σ
♪ςander!♪
ColdTaker NoMenu Base
Hello Today I Release Myown Maked Nomenu Base 2010

Code:
#include <Windows.h> // Include our windows files, like 'if(GetAsyncKeyState)&1)
#include "Adreses.h" // Include our adresses used to hack games


void Hax() // define your 'Hax'
{
DWORD InGame  = *(DWORD*)ADR_PlayerPointer; // Define your InGame Hacks like - SuperJump
DWORD OutGame = *(DWORD*)ADR_ServerPointer; // Define your OutGame Hacks like - Premium

if(InGame != 0) // if (InGame <- InGame our PlayerPointer != 0 <- is working) then
{
	if(GetAsyncKeyState(VK_LCONTROL+VK_SPACE)/*Left Control + Space*/&1)// if warrock get 'Left Control + Space) we Jump
	{
		*(float*)(InGame+OFS_Z) = 1500;//height <- Like here defined we jump 1500 feet high
	}
	}

if(InGame != 0)
{
	*(float*)(InGame+NFD) = - 200000; // We can fall up to 20000 feet before losing damage
}

}// Always let this one as last

void hooking() // Define your hooking thread also called 'HackThread'
{
	for(;;)
	{
		Hax(); // We call our  Pre defined 'Hax' Thread
	}
	Sleep(200); // prevent from overunning CPU, remove this & your pc is as good as dead
}

BOOL WINAPI DLLMain(HINSTANCE hMODULE,DWORD Sander,LPVOID lpvRESERVED)
{
	if(Sander == DLL_PROCESS_ATTACH) //if your thread == DLL process attach = true then ->
	{
		CreateThread(0,0, (LPTHREAD_START_ROUTINE)hooking,0,0,0); // Make our thread, with HINSTANCE
	}
	return TRUE; // Let the thread returns,if we don't add this, our thread will stop after 1 repeat.
}
There Working
Credits: [Cold]Taker & AeroMan [Aeroman is Teacher]
#1 · 15y ago
Flash
Flash
Good job, i wont use it cause i have one ...
#2 · 15y ago
♪Σ
♪ςander!♪
ty man. and its nothing if you don't want use it. if some noob is first at coding then i will help him little bit
also helper is Aeroman
#3 · 15y ago
AeroMan
AeroMan
GOod job
ty for adding me to credits
#4 · 15y ago
♪Σ
♪ςander!♪
its no problem
#5 · 15y ago
kip3300
kip3300
Can someone teach me how to make simple no-menu hacks?
#6 · 15y ago
♪Σ
♪ςander!♪
ask help TheCamels8 Or Aeroman
#7 · 15y ago
larta
larta
Great. Another way to make a base, with only one hack function.
Less clear, but good ^^
Btw, do you really need to put twice :
Code:
if (InGame!=0)
{
}
?
I think no. It's the same...
#8 · 15y ago
♪Σ
♪ςander!♪
don't know it right my friend helped me with it
#9 · 15y ago
Zithium
Zithium
Good job man.
#10 · 15y ago
♪Σ
♪ςander!♪
thanks man
#11 · 15y ago
TGH Zero.
TGH Zero.
Good job ! but i got my own xD But still gooooood job
#12 · 15y ago
♪Σ
♪ςander!♪
thanks you alot of you guyz
soo sony how it is ?
i will make video soon soo don't be a bad for me
#13 · 15y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Tags for this Thread

None