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 Hack Coding / Programming / Source Code › Help Gui Hack Menu Plz

Help Gui Hack Menu Plz

Posts 1–15 of 17 · Page 1 of 2
austen407
austen407
Help Gui Hack Menu Plz
Does any1 have a tutorial or code for a gui hack menu plz Post link or Code
#1 · 16y ago
Solify
Solify
Dont beg -.-
you mean for a menu hack? try hans221 base ...
#2 · 16y ago
WH
whit
Search button
#3 · 16y ago
zmansquared
zmansquared
use this and its done

int Zmanmenu (char win, var *hacks);

have fun
#4 · 16y ago
UN
UnOwN CoD3R
Lol zman
#5 · 16y ago
ac1d_buRn
ac1d_buRn
Open notepad.
Copy this in:

[php]
Combat Armz Wallhax = 1.0
Combat Armz No Recoilz = 1.0
Combat Armz No Spreadz = 1.0
[/php]

Save it and rename to a .dll. Then inject and you have working hacks
#6 · 16y ago
CoderNever
CoderNever
Quote Originally Posted by ac1d_buRn View Post
Open notepad.
Copy this in:

[php]
Combat Armz Wallhax = 1.0
Combat Armz No Recoilz = 1.0
Combat Armz No Spreadz = 1.0
[/php]

Save it and rename to a .dll. Then inject and you have working hacks
Dude come on thats only hacks...he asked for a menu to! you also forgot the identifiers >.>.

[php]
Combat Armz Wallhax = 1.0;
Combat Armz No Recoilz = 1.0;
Combat Armz No Spreadz = 1.0;
Combat Arms Menuz = 1.0;
[/php]
#7 · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by CoderNever View Post
Dude come on thats only hacks...he asked for a menu to! you also forgot the identifiers >.>.

[php]
Combat Armz Wallhax = 1.0;
Combat Armz No Recoilz = 1.0;
Combat Armz No Spreadz = 1.0;
Combat Arms Menuz = 1.0;
[/php]
Ohh shit. I forgot about the menu to create it.
Should work fine now!
#8 · 16y ago
Zoom
Zoom
Seriously guys.

Find gellins base and try to update it.

Or hans211's base.
#9 · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Zoom View Post
Seriously guys.

Find gellins base and try to update it.

Or hans211's base.
Theres nothing wrong with the base i just posted
#10 · 16y ago
juggernault5
juggernault5
Combat Armz Wallhax = 1.0;
Combat Armz No Recoilz = 1.0;
Combat Armz No Spreadz = 1.0;
Combat Arms Menuz = 1.0;

WT F MAN YOU THINK HE S NOOB...
LOL
NOTEPAD DOESN T WORK FOR HACKS YOU NEED: NOTEPAD++
#11 · 16y ago
zmansquared
zmansquared
you actaully think that that works dude!!! (well it does) ima just saying
#12 · 16y ago
o-o
o-o
Quote Originally Posted by ac1d_buRn View Post
Open notepad.
Copy this in:

[php]
Combat Armz Wallhax = 1.0
Combat Armz No Recoilz = 1.0
Combat Armz No Spreadz = 1.0
[/php]

Save it and rename to a .dll. Then inject and you have working hacks
After i inject that it saying : "That's Not Legal For Windows"
What I need to do?
#13 · 16y ago
juggernault5
juggernault5


IF YOU HAVE C++

PUT IT ON:

*****=PTC COMMAND
[php]#include <windows.h>
#include <windows.h>
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}
void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x3778BFB0 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
void main()
{
while(true)
{
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
PushToConsole("*************** ");
}
}
DWORD WINAPI dwHackThread(LPVOID)
{
while( !IsGameReadyForHook() )
Sleep(100);
main();
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}[/php]

SAVE IT AND TRY TO DEBUG
AFTER GO TO MYDOCUMENT/VISUALSTUDIO (2008 OR 2010)/PROJECT/(PROJECTNAME/DEBUG AND UR DLL IS HERE
INJECT TO Engine.exe....

HACKS TIME!!!!!!!!!!!!!!!!!!!
#14 · 16y ago
juggernault5
juggernault5
Quote Originally Posted by o-o View Post
After i inject that it saying : "That's Not Legal For Windows"
What I need to do?
You need C++............its a software you need it to create your hacks

(NOTEPAD DONT WORK)
#15 · 16y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • (help) with hack menu plzBy yoyoman4567 in Combat Arms Coding Help & Discussion
    10Last post 15y ago
  • HELP FIND HACKS! (working plz...)By chriille95 in Combat Arms Help
    7Last post 15y ago
  • NEED HELP WITH HACK PLZBy backstabber` in General Game Hacking
    4Last post 17y ago
  • NEED HELP ABOUT VIP FLY HACK AND ... PLZBy manu123 in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Plz help with hackBy tinytim in Combat Arms Hacks & Cheats
    9Last post 17y ago

Tags for this Thread

None