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 › New HOOK!!! (For menu and PTC!!!!!!!!!!!!!!!!!!!)

New HOOK!!! (For menu and PTC!!!!!!!!!!!!!!!!!!!)

Posts 1–15 of 25 · Page 1 of 2
MightySaa0d
MightySaa0d
New HOOK!!! (For menu and PTC!!!!!!!!!!!!!!!!!!!)
Hey all, i found a new hook somewhere on another website so, here is it

PTC:
Code:
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
    DisableThreadLibraryCalls(hDll);
    If dwReason == DLL_PROCESS_ATTACH Then
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)D3D_Hook, NULL, NULL, NULL);
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HACKthread, NULL, NULL, NULL);
    _End
    return TRUE;
}

MENU:

Code:
Integer D3D_Hook(void)
{
        DWORD *vtbl;
DWORD hD3D=0;
do {
hD3D = (DWORD)GetModuleHandleA("d3d9.dll");
Sleep(200);
} while(!hD3D);
DWORD adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx????xx????xx");
If adr Then
memcpy(&vtbl,(void *)(adr+2),4);
pReset                    = (oReset)                    DetourFunction((PBYTE)vtbl[RESET]        , (PBYTE)myReset        );
pPresent                = (oPresent)                DetourFunction((PBYTE)vtbl[PRESENT]        , (PBYTE)myPresent        );
pBeginScene                = (oBeginScene)                DetourFunction((PBYTE)vtbl[BEGINSCENE]    , (PBYTE)myBeginScene    );
pEndScene                = (oEndScene)                DetourFunction((PBYTE)vtbl[ENDSCENE]    , (PBYTE)myEndScene        );
pDrawIndexedPrimitive = (DrawIndexedPrimitive_)DetourFunction((PBYTE)vtbl[82],(PBYTE)nDrawIndexedPrimitive);
_End
CreateThread(NULL, NULL, HACKthread, NULL, NULL, NULL);
return 0;
}


Credits: I'm not allowed to advertise, so no credits :P
#1 · 14y ago
A$
A$IAN
Do you know what PTC is? And the other code can be found in topblast´s base and any d3d base too. Nothing new. And it issn´t the menu. Menu has much more codes
#2 · edited 14y ago · 14y ago
XK
xKickAss
Everyone has this "PTC" (isnt push to console, and ptc is also patched), from swiftdude and topbase...XD
#3 · edited 14y ago · 14y ago
A$
A$IAN
PTC = pushtoconsole
#4 · 14y ago
MightySaa0d
MightySaa0d
@Philong Nguyen

If you ask me what is PTC
Simply, It's "Push To Console"
Don't try to spot me as a noob lol
#5 · 14y ago
[N.O]N.A.M.E
[N.O]N.A.M.E
oh shit , every 1 have this , and that isn't related to ptc , wtf do u think that u are a real coder ?
#6 · edited 14y ago · 14y ago
BL
BlackLite
Lol ,

" TopBlast Base " . Leecher Spotted !

Proof's :
#7 · 14y ago
BL
BlackLite
Quote Originally Posted by MightySaa0d View Post
Hey all, i found a new hook somewhere on another website so, here is it

PTC:
Code:
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
    DisableThreadLibraryCalls(hDll);
    If dwReason == DLL_PROCESS_ATTACH Then
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)D3D_Hook, NULL, NULL, NULL);
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HACKthread, NULL, NULL, NULL);
    _End
    return TRUE;
}
Are you joking ?

You name this a "PTC" And this is " Create a thread for attach when injection " !!!
#8 · edited 14y ago · 14y ago
XK
xKickAss
Quote Originally Posted by BlackLite View Post
Are you joking ?

You name this a "PTC" And this is " Create a thread for attach when injection " !!!
Yes... push to console isnt so... and is patched XD
#9 · 14y ago
A$
A$IAN
PTC is NOT patched.
Only a few commands were deleted.
#10 · 14y ago
JU
JusCaus
Quote Originally Posted by Philong Nguyen View Post
PTC is NOT patched.
Only a few commands were deleted.
i tried a couple and couldnt get it to work. I think i tried wireframe, and no sky....
#11 · 14y ago
GunBoy120
GunBoy120
PTC = PushToConsole
i cant see ptc here
#12 · 14y ago
kmanev073
kmanev073
Quote Originally Posted by Philong Nguyen View Post
PTC is NOT patched.
Only a few commands were deleted.
dude i have seen this comment in other thread the same LOL and i dont thing that the PTC is patched i think that it work in D3D the no sky, wareframe, no smoke and boxes should work
#13 · 14y ago
[[SeXergy]]
[[SeXergy]]
U know. Instead of just coping it u should of atleast read it. And u would of figured that this was not a ptc command.
#14 · 14y ago
HeavenlyRage
HeavenlyRage
I thought you knew how to make your own hacks?
#15 · 14y ago
Posts 1–15 of 25 · Page 1 of 2

Post a Reply

Similar Threads

  • [TRADE] Bypass and new UCE for retail code generator and lvl 16+By hoélozabimaru in Trade Accounts/Keys/Items
    8Last post 8y ago
  • making a new sig for myself and i need your help.By DeathScourge in General
    9Last post 17y ago
  • New Hack For SANA And SABR Chams+WallhackBy Codder in Sudden Attack Hacks
    10Last post 14y ago
  • NEW CLAN FOR GLITCH AND FARMING OR JUST PLAYING^^By rileyb98 in CrossFire Clan Recruitment & Advertising
    1Last post 16y ago
  • new gift/redeem codes and the admins are trying to kick me for no reson plz thankBy respoesta1 in CrossFire Hacks & Cheats
    24Last post 16y ago

Tags for this Thread

#hook#source