if (BuildNumber != 13604)
{
Interfaces.pEngine->ClientCmd_Unrestricted("cl_mouseenable 1", 0);
Interfaces.pEngine->ClientCmd_Unrestricted("crosshair 1", 0);
Interfaces.pEngine->ClientCmd_Unrestricted("clear", 0);
Hacks.UnHook();
Sleep(200);
MessageBox(0, "Outdated version detected, please try again later", "Astrium.cc", MB_OK);
SetWindowLongPtr(INIT::Window, GWL_WNDPROC, reinterpret_cast< LONG_PTR >(INIT::OldWindow));
Sleep(200);
FreeLibraryAndExitThread(INIT::Dll, 0);
}