dude it depends on the hooks... but i also cant understand ... when one hook is detected it depends on what "IF(XXXXXXXXXXX)" have you made ?
Originally Posted by kmanev073 dude it depends on the hooks... but i also cant understand ... when one hook is detected it depends on what "IF(XXXXXXXXXXX)" have you made ? i dont get wath you mean with if(...) but.. can ou test it to see if you get any xtrap error=?
i get with this: Code: DisableThreadLibraryCalls(hDll); if ( dwReason == DLL_PROCESS_ATTACH ) { MessageBoxA(NULL, "","", NULL); CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)Hacks,NULL,NULL,NULL); } i mean i think it depends of your check is CF running or something...
Originally Posted by Dragon(H)ell I can test sent you a dll ---------- Post added at 06:58 PM ---------- Previous post was at 06:57 PM ---------- if ( dwReason == DLL_PROCESS_ATTACH ) same thing....