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 › My Source Code from Box Hack Generator

SmileMy Source Code from Box Hack Generator

Posts 1–14 of 14 · Page 1 of 1
uzinato
uzinato
My Source Code from Box Hack Generator
This is from the box hack generator of IImg..
Just trying to post it..
It think it doesn't work in Crossfire PH
Because when I tried it it doesn't do anything.
I think it works only in Other CF.
Thank me if I helped.


#include <windows.h>
#include <iostream>

using namespace std;

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

BOOL WINAPI BEBXYFAaaNFFPCNaaLaHWASEB (LPVOID)
{
//De Hacks

bool BMNAATTLZWaPYaJaZOaLaaSBa =true;

while(1)
{
__asm pushad;
//Kijken of er een numpad is gebruikt


//De hacks inschakelen

if(BMNAATTLZWaPYaJaZOaLaaSBa)
{
PJLBBRaRTPaFUSEYVaXDJRaLH("ModelDebug_DrawBoxes 1");
}

__asm popad;

Sleep(100);
}
}

bool aNFYaWMDaHaZaaDKWJFUTOQZD(void)
{
if( GetModuleHandleA("CShell.dll")!= NULL)
return true;
return false;
}

DWORD WINAPI WMMGaKPWTaJWGOIIHDFAaaYaE(LPVOID)
{
while (!aNFYaWMDaHaZaaDKWJFUTOQZD())
Sleep(200);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)BEBXYFAaaNFFPCNaaLaHWASEB, NULL, NULL, NULL);
return 0;
}

BOOL WINAPI DllMain ( HMODULE DIaHAMJaXNIEaSHRLTaaaaCaa, DWORD JNJTaaOGDaPXJaRFHIaCaLaXa, LPVOID lpReserved )
{
DisableThreadLibraryCalls(DIaHAMJaXNIEaSHRLTaaaaCa a);
if ( JNJTaaOGDaPXJaRFHIaCaLaXa == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "By uzinato - Credits to IImg for the box hack generator", "Injected", 0);
CreateThread(NULL, NULL, WMMGaKPWTaJWGOIIHDFAaaYaE, NULL, NULL, NULL);
}
return TRUE;
}
#1 · edited 15y ago · 15y ago
BA
batobalani
Lol!... its working... u just dont know how to make it work... so go study..
#2 · 15y ago
ZE
zenonas
how he can do it to work?
#3 · 15y ago
uzinato
uzinato
Quote Originally Posted by batobalani View Post
Lol!... its working... u just dont know how to make it work... so go study..
what code will I change batobalani? "Batobalani" is a magazine in Science in the Philippines, right?
#4 · edited 15y ago · 15y ago
CR
CrossRaiders
PATCHED for USA crossfire. Still works for PH crossfire but you need to change the codes.
#5 · 15y ago
uzinato
uzinato
Quote Originally Posted by abel09 View Post
PATCHED for USA crossfire. Still works for PH crossfire but you need to change the codes.
what code will I change? So I can use it in CF Philippines. will you tell the code that will be changed?

Quote Originally Posted by batobalani View Post
Lol!... its working... u just dont know how to make it work... so go study..
what will I change in the codes?
#6 · edited 15y ago · 15y ago
uzinato
uzinato
Quote Originally Posted by batobalani View Post
Lol!... its working... u just dont know how to make it work... so go study..
what will I change in the codes?
#7 · 15y ago
MR
mrkiller2010
Yes u need change code u need to change the LTC pointer to ph if u want to work man.
#8 · 15y ago
uzinato
uzinato
Quote Originally Posted by mrkiller2010 View Post
Yes u need change code u need to change the LTC pointer to ph if u want to work man.
Where will I change the code? Can you copy my post then show me what will be changed. Thanks. I will thank you.
#9 · 15y ago
A$
A$IAN
just works on NA but if you want that it works on PH you must change the LT CLient Addresse.
And the PushToconsole for Boxe sis patched o_O
#10 · 15y ago
ludikrimos
ludikrimos
omg why u dont tell him if u r so smart tell him to change address DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 ); that one im not sure but i think that is it 0x299D40 change that 0x299D40 and 0x1F8
#11 · 15y ago
Яaphael
Яaphael
It doesn't works on my PC too!
#12 · 15y ago
ovenran
ovenran
change 0x299D40 to 0x29CEE8 but 0x29CEE8 will be patched tom so we will need new one

i know your filipino
#13 · 15y ago
uzinato
uzinato
Quote Originally Posted by ovenran View Post
change 0x299D40 to 0x29CEE8 but 0x29CEE8 will be patched tom so we will need new one

i know your filipino
Yeh I'm filipino.

Can I add you on facebook?
So you can teach me how you know how to make something like this.
#14 · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • question about hack source codes from other Lithtech gamesBy supercarz1991 in Combat Arms Coding Help & Discussion
    2Last post 14y ago
  • Need source code for chams hackBy TheCamels8 in WarRock Hack Source Code
    5Last post 16y ago
  • Need source code for chams hackBy TheCamels8 in C++/C Programming
    10Last post 16y ago
  • [RELEASE]Box Hack GeneratorBy iimg in CrossFire Hack Coding / Programming / Source Code
    83Last post 15y ago
  • [Request] Boxes Source Code Please! Boxes or D3D!By gustavo5066 in CrossFire Hack Coding / Programming / Source Code
    8Last post 15y ago

Tags for this Thread

None