crossfire wallhack source for hook
wallhacks source code for hook

for any game
Code:
// Hook structure.
SDLLHook D3DHook =
{
"DDRAW.DLL",
false, NULL, // Default hook disabled, NULL function pointer.
{
{ "DirectDrawCreate", MyDirectDrawCreate },
{ NULL, NULL }
}
};
BOOL APIENTRY DllMain( HINSTANCE hModule,
DWORD fdwReason,
LPVOID lpReserved )
{
// When initializing....
if ( fdwReason == DLL_PROCESS_ATTACH )
{
hDLL = hModule;
DisableThreadLibraryCalls( hModule );
GetModuleFileName( GetModuleHandle( NULL ),
Work,
sizeof(Work) );
PathStripPath( Work );
if ( stricmp( Work, "myhooktarget.exe" ) == 0 )
HookAPICalls( &D3DHook );
}
return TRUE;
}
its from my friend

press thanks /me
pleass give me a wall hack
oh thank You But Me not know how to make d3d hack
lol, you must edit this code of course :P
I just want an aimbot with speed and chams... possilbly an xfire bypasser.... but im lost! can anyone link me 1?