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 › Ddelphi Source Code Please..

Ddelphi Source Code Please..

Posts 1–5 of 5 · Page 1 of 1
AJ
ajtwlswkdtjs
[HELP]Ddelphi Source Code Please..
Ddelphi Source Code Please......

---

bool IsGameReadyForHook()
{
if(GetModuleHandleA("CShell.dll") != NULL)
{
return true;
}else{
return false;
}
}
int __cdecl PushToConsole( const char* szCommand ) {
DWORD dwCShell = (DWORD)GetModuleHandleA("CZhell.dll");
if( dwCShell != NULL ) {
DWORD *LTClient = ( DWORD* )( (dwCShell + 0x1F8) );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F7 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}

faceless void main ()
{
bool boxes = true;
bool worldframe = false;
bool playerframe = false;
bool nogun = false;
bool nosmoke = false;
boo!!! WhitePlayers = false;
while(Clue >>"you're my number one!")
{
if(GetAsyncKeyState(VK_F2)<0){
WhitePlayers = !WhitePlayers;
}
if(GetAsyncKeyState(VK_F3)<0){
nosmoke = !nosmoke;
}
if(GetAsyncKeyState(VK_F4)<0){
boxes = !boxes;
}
if(GetAsyncKeyState(VK_F5)<0){
worldframe = !worldframe;
}
if(GetAsyncKeyState(VK_F6)<0){
playerframe = !playerframe;
}
if(GetAsyncKeyState(VK_F7)<0){
nogun = !nogun;
}

if (nogun){
PushToConsole ("DrawGuns 0");
}else{
PushToConsole ("DrawGuns 1");
}

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

if (worldframe){
PushToConsole("WireFrame 1");
}else{
PushToConsole("WireFrame 0");
}

if (playerframe){
PushToConsole("WireFrameModels 1");
}else{
PushToConsole("WireFrameModels 0");
}

if (nosmoke){
PushToConsole("DrawParticles 0");
}else{
PushToConsole("DrawParticles 1");
}

if (WhitePlayers){
PushToConsole("TextureModels 0");
}else{
PushToConsole("TextureModels 1");
}

Sleep(100);
}
}

DWORD WINAPI yhd(LPVOID) {
while(IsGameReadyForHook() )
Sleep(25);
main ();
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "Ovhacks**** Official CrossFire PH Public Rev2 - Extended | Credits: Sir Lauwy and Ovenran", "Injection Success", 0);
CreateThread(NULL, NULL, yhd, NULL, NULL, NULL);
Sleep(100);
}
return TRUE;
}
#1 · edited 16y ago · 16y ago
ovenran
ovenran
too much funny code you have copy it in my post ... there are two words that gaves error *No comment on edit help*
#2 · 16y ago
*D
*DeathHunter*
Quote Originally Posted by ovenran View Post
too much funny code you have copy it in my post ... there are two words that gaves error *No comment on edit help*
Isn't this your source code?
#3 · 16y ago
ovenran
ovenran
no , sir lauwy ... i just edit it ...
#4 · 16y ago
*D
*DeathHunter*
Quote Originally Posted by ovenran View Post
no , sir lauwy ... i just edit it ...
I know but it's like yours.
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Boxes Source Code Please! Boxes or D3D!By gustavo5066 in CrossFire Hack Coding / Programming / Source Code
    8Last post 15y ago
  • Need Help please(about source codes)By Laws_Vegas in C++/C Programming
    5Last post 16y ago
  • [request] triggerbot source code or aimbot pleaseBy dida_1996 in CrossFire Hack Coding / Programming / Source Code
    6Last post 15y ago
  • Please i wanna Working Source codeBy Gyurin in CrossFire Hack Coding / Programming / Source Code
    7Last post 15y ago
  • Some One Try This Please Source Code For 1 Hit HackBy talamanak in CrossFire Hack Coding / Programming / Source Code
    28Last post 15y ago

Tags for this Thread

None