I want to share for Simple Splash screen for anticheat. In the future I wiil share a rootkit hideprocess it work all windows version and add ip-serial in anticheat.
Sorry in my english , it's very bad U-U
simple in antihack.cpp
extern "C" __declspec(dllexport) void main()
{
CSplash splash1(TEXT("MuGuard.\\logo.bmp"), RGB(128, 128, 128));
splash1.ShowSplash();
Sleep(5000);
splash1.CloseSplash();


Reply With Quote


