Quote: Originally Posted by AgnarPlay TClient.cpp -> INSTALL_HACKSHIELD TNationOption.cpp -> INSTALL_HACKSHIELD
Quote: Originally Posted by surikata Where i find it?
if (!HackShield_Update()) return FALSE; if( !HackShield_Init() ) { HackShield_UnInit(); return FALSE; } if ( !HackShield_StartService() ) { HackShield_StopService(); HackShield_UnInit(); return FALSE; }