
#include<windows.h>
#include<iostream>
using namespace std;
DWORD WINAPI dwMyThread(LPVOID)
{
Sleep(1000);
// hack code here
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH ) {
MessageBoxA(0, "CrossFire Hack Coded by .", "Injected", 0);
CreateThread(NULL,NULL,dwMyThread,NULL,NULL,NULL);
}
return true;
}

#include<windows.h>
#include<iostream>
using namespace std;
DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
void main() {
Sleep(100);
bool leecheraboveaskingforhelp = true;
if(leecheraboveaskingforhelp) {
for(int i=0 ; i<445 ; i++)
*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+leecheraboveaskingforhelp))+(4*i))) + 0x0754) = FLT_MAX ; // leecheraboveaskingforhelp
}
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH ) {
MessageBoxA(0, "[gS]-**HACKER** Hack.", "CrossFire Hack Z8games", 0);
}
return 0;
}

Sleep(1000);
Sleep(100);


