You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constbool bNetworkingEnabled = false;//change this to false if you don't want to use the server
17
-
constbool bEnforceSecureBoot = false;//secure boot is recommended in distribution builds
17
+
constbool bNetworkingEnabled = false;
18
+
constbool bEnforceSecureBoot = false;
18
19
constbool bEnforceDSE = true;
19
20
constbool bEnforceNoKDBG = true;
20
21
constbool bUseAntiDebugging = true;
21
22
constbool bUseIntegrityChecking = true;
22
23
constbool bCheckThreadIntegrity = true;
23
24
constbool bCheckHypervisor = false;
24
-
constbool bRequireRunAsAdministrator = false; //no admin mode in Github Actions
25
+
bool bRequireRunAsAdministrator = true;
25
26
constbool bUsingDriver = false; //signed driver for hybrid KM + UM anticheat. the KM driver will not be public, so make one yourself if you want to use this option
0 commit comments