4Story Source: Hackshied Removen

08/13/2018 12:14 playbag#1
Is it possible to remove Hackshield from the client? If so, what do I have to remove?
08/13/2018 12:22 Ardon_4S#2
yes you can.
08/13/2018 15:06 1234hans#3
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)
06/21/2020 10:50 bogdan1313131313#4
Quote:
Originally Posted by 1234hans View Post
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)
How to add GameGuard?