4story source hackshied remove

07/16/2018 17:57 New4Story#1
Can someone tell me how to remove the hackshied in the source?

thanks!
07/16/2018 18:04 AgnarPlay#2
TClient.cpp -> INSTALL_HACKSHIELD
TNationOption.cpp -> INSTALL_HACKSHIELD
08/18/2018 20:53 surikata#3
Quote:
Originally Posted by AgnarPlay View Post
TClient.cpp -> INSTALL_HACKSHIELD
TNationOption.cpp -> INSTALL_HACKSHIELD
Where i find it?
08/19/2018 15:41 xKrakyx#4
Quote:
Originally Posted by surikata View Post
Where i find it?
He say u where u find it. :)
08/23/2018 17:12 playbag#5
Quote:
Originally Posted by surikata View Post
Where i find it?
HTML Code:
if (!HackShield_Update())
return FALSE;

if( !HackShield_Init() )
{
HackShield_UnInit();
return FALSE;
}

if ( !HackShield_StartService() )
{
HackShield_StopService();
HackShield_UnInit();
return FALSE;
}
Remove in TClient.cpp