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 › Combat Arms Hacks & Cheats › Combat Arms Brazil Hacks › Combat Arms BR Hack Coding/Source Code › Taking 4 miniguns 900 shots - code to do the hack

Taking 4 miniguns 900 shots - code to do the hack

Posts 1–2 of 2 · Page 1 of 1
kevinsel
kevinsel
Taking 4 miniguns 900 shots - code to do the hack
Here's code to get 4 miniguns 900 shots, good for maps armed team.
To turn the weapons, press the number 9 key numpad.
To login to your account, use the numbers above your keyboard, because they use the number 9 numpad, the game will close.



Code:
#include <windows.h>

#define ADDR_WEAPONSET 0x37A3B200

VOID WINAPIV THREAD (LPVOID)
{
	while (! GetModuleHandleA ("ClientFX.fxd"))
		Sleep (100);

	while (1)
	{
		if (GetAsyncKeyState (VK_NUMPAD9) & 1) // key to activate before entering the game
		{
			DWORD dwWeaponSet = * (DWORD *) (+ ADDR_WEAPONSET 0x1EC);
			* (DWORD *) (* (DWORD *) (* (* DWORD) (dwWeaponSet + 0x48) + 0x0) + 0x14) = 291; // Replaces your standard primary weapon
			* (DWORD *) (* (DWORD *) (* (* DWORD) (dwWeaponSet + 0x48) + 0x4) + 0x14) = 291; // Replaces your standard secondary weapon
			* (DWORD *) (* (DWORD *) (* (* DWORD) (dwWeaponSet + 0x48) + 0x8) + 0x14) = 291; // Replaces your standard knife
			* (DWORD *) (* (DWORD *) (* (* DWORD) (dwWeaponSet + 0x48) 0xC +) + 0x14) = 291; // Replaces your standard grenade
		}

		Sleep (100);
	}
}

BOOL APIENTRY DllMain (HINSTANCE hinstDLL, fdwReason DWORD, LPVOID lpvReserved)
{
	if (fdwReason == DLL_PROCESS_ATTACH)
	{
		DisableThreadLibraryCalls (hinstDLL);
		CreateThread (0, 0, (LPTHREAD_START_ROUTINE) THREAD, 0, 0, 0);
	}

	return TRUE;
}
#1 · 11y ago
Katrunda
Katrunda
Web Cheats.A gente vê por aqui !
#2 · 11y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • how can i take a screen shot in crossfireBy Fazifaizrock in CrossFire Hacks & Cheats
    11Last post 16y ago
  • how can i take a screen shot in crossfireBy Fazifaizrock in CrossFire Hacks & Cheats
    3Last post 16y ago
  • First screen shot in game of the new patch !By Gael Monfils in CrossFire Discussions
    4Last post 16y ago
  • [Preview]My D3D menu (If i have already get the codes, i will put hack functions)By ovenran in CrossFire Hack Coding / Programming / Source Code
    8Last post 16y ago
  • WF D3D released the source code available in the AVA WF OP7By Peter pan i in WolfTeam General
    3Last post 15y ago

Tags for this Thread

None