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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › why doesnt this work?

why doesnt this work?

Posts 1–6 of 6 · Page 1 of 1
koolman123
koolman123
why doesnt this work?
I have put this on UPX and without debug and it still gives me that error report when I inject it! please help!
#1 · 16y ago
Harmony♫
Harmony♫
srz ,but i didn't even got the problem !
more info plz
#2 · 16y ago
LY
Lycanth
I've moved it to Hack Source Section, try to ask coders here for help. It will be better for ya.
#3 · 16y ago
lauwy
lauwy
Maby some source?
#4 · 16y ago
MR
mrkiller2010
Lauwy logg in msn !!!
#5 · 16y ago
koolman123
koolman123
Quote Originally Posted by lauwy View Post
Maby some source?
could it be a problem with the source code?
Here it is....

Code:
 #include <windows.h>



void __cdecl PushToConsole(char* szVal ) {
	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
	if( dwCShell != NULL )
	{
		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
		_asm
		{
			push szVal;
			call CONoff;
			add esp, 4;
		}
	}
}


DWORD WINAPI Paulsag(LPVOID) {
	while(GetModuleHandleA("CShell.dll") == NULL ) {
	Sleep(100); 
}

	bool boxes = true; 
	bool nosky = true;
	


for(;;) {
						
			if  (boxes) {
				PushToConsole("ModelDebug_DrawBoxes 1");
			}
			else {
				PushToConsole("ModelDebug_DrawBoxes 0");
			}

			if  (nosky) {
				PushToConsole("DrawSky 0");
			}
			else {
				PushToConsole("DrawSky 1");
			}

		
		
		
	}
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		MessageBoxA(0, "Codded by koolman123", "Injected", 0);
		CreateThread(NULL, NULL,Paulsag, NULL, NULL, NULL);
	}
	return TRUE;
}
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • why doesnt this work?By $GHOST$ in C++/C Programming
    11Last post 20y ago
  • Why doesnt crossfire work for me!?By methane95 in CrossFire Hacks & Cheats
    29Last post 16y ago
  • why doesnt 2prong work?By chubkakes in WarRock - International Hacks
    12Last post 18y ago
  • Why cant this work?By my80chevette in Combat Arms Hack Coding / Programming / Source Code
    0Last post 16y ago
  • Why doesnt chams work?By moris in Combat Arms Hacks & Cheats
    15Last post 18y ago

Tags for this Thread

None