Quote Originally Posted by AeroMan View Post
Add this one
BOOL WINAPIA DllMain /* Probably done wrong*/ (HINSTANCE hMODULE,DWORD AeroMan,LPVOID lpvReserved)
{
if(AeroMan == DLL_PROCESS_ATTACH)
{
Create...
}
}

//You defined Dllmain wrong i guess
need to see it before i will be able to fix it
I am Trying to make a SLot5 & NFD Hack I will edit my thred to my Code