

bool ReadyInGame()
{
return( (DWORD)GetModuleHandleA("CShell.dll") ? true : false );
}
VOID dwHook(VOID)
{
while(true)
{
while(! ReadyInGame())
Sleep(250);
__asm CALL [Funçoes];
}
}