Is it possible to remove Hackshield from the client? If so, what do I have to remove?
How to add GameGuard?Quote:
if (!HackShield_Update())
return FALSE;
if( !HackShield_Init() )
{
HackShield_UnInit();
return FALSE;
}
if ( !HackShield_StartService() )
{
HackShield_StopService();
HackShield_UnInit();
return FALSE;
}
search for this, and remove it. (Its in TClient.cpp)