Help add Source Clicker.dll
After sewing Clicker.dll can't click on the select server page,custum blocks it,when you remove this when all works that need to be set so as not to remove this code. ?
PHP Code:
BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
{
switch(dwReason)
{
case DLL_PROCESS_ATTACH:
{
cBMDLoad();
cItemPropertiesLoad();
cGlowLoad();
cProtocolLoad();
cWeaponFloatLoad();
CustomsLoad();
DisableThreadLibraryCalls(hModule);
DetourTransactionBegin();
DetourUpdateThread(GetCurrentThread());
DetourAttach(&(PVOID&)glEnable_Real, glEnable_Hooked);
DetourTransactionCommit();
}
break;
case DLL_PROCESS_DETACH:
{
DetourTransactionBegin();
DetourUpdateThread(GetCurrentThread());
DetourDetach(&(PVOID&)glEnable_Real, glEnable_Hooked);
DetourTransactionCommit();
}
break;
}
return true;
}
// -------------------------------------------------------------------*/
Sorry for my English ,Google Translate