انهاردة هوريكو ازاي تعمل هاك كروس فاير هتحمل برنامج Visual C++ 2010 Express من GooGle بعد ما تحمل البرنامج هتفتحه وتدوس ع New Project بعد ما تدوس ع New Project اختار Win32 Project واكتب في الName اي اسم بعدين دوس OK دوس Next واختار DLL بعدين دوس Finsh بعدين اختار dllmain.cpp وامسح كل اللي مكتوب بعدين اكتب الكود ده كود: #include "windows.h" #define WeaponMgr 0xA69120 #define wallclass 0xA6910C #define NoReload 0x269C void MatheusGtx(){ DWORD C***** = (DWORD)GetModuleHandleA("C*****.dll"); DWORD pWeaponMgr = *(DWORD*)(C***** + WeaponMgr); DWORD pWallClass = *(DWORD*)(C***** + wallclass); DWORD dwC***** = (DWORD)GetModuleHandleA("C*****.dll"); if(pWallClass) { for(int i = 0;i<64;i++) { *(float*)(pWallClass+(i*0x04F4)+0x4E8) = true;//shoot throught wall *(float*)(pWallClass+(i*0x04F4)+0x4EC) = true;//shoot throught wall *(float*)(pWallClass+(i*0x04F4)+0x4F0) = true;//shoot throught wall } } if (pWeaponMgr){ for(int i=0; i<577; i++){ if((*(DWORD*)((*(DWORD*)(C*****+WeaponMgr))+(4*i)) ) != NULL){ *(float*)((*(DWORD*)((*(DWORD*)(C*****+WeaponMgr)) +(4*i))) + NoReload) = 100.0f;//no reload } } } } void HackEngine(){ DWORD C***** = NULL; do{C***** = (DWORD)GetModuleHandleA("C*****.dll"); Sleep(100);} while (C***** == NULL); while(1){ MatheusGtx(); Sleep(100); } } extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){ if(fdwReason == DLL_PROCESS_ATTACH){ DisableThreadLibraryCalls(hinstDLL); MessageBoxA(0, "By Mohamed TuT(egynt.net)","", 0); CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackEngine, NULL, NULL, NULL); return true; } return false; } وبعدين دوس