For Kigen's Anti-Cheat 1.2.2.x to work, SourceMod 1.4.2 is required with my fix for CS:S v.34 SourceMod 1.4.2 requires new MetaMod:Source 1.8.7 to work correctly Installation: 1. Move the plugins and scripting folders to your server's sourcemod folder. The path looks like this [ ...cstrikeaddonssourcemod ] 2. Set the sv_consistency variable "1" in the server.cfg file 3. Restart the server Commands: kac_addcvar kac_removecvar kac_addcmd kac_removecmd kac_status Settings(CVAR's): kac_version - KAC version (does not change) kac_client_enable - enable client module. kac_client_balance - Automatically move a player to one of the teams when joining a game. kac_client_antirejoin - only works in CS:S. Prevents an exploit where a player could reconnect and play the round twice. kac_client_nameprotect - Prevents exploits related to the player's nickname. kac_client_antispamconnect - The number of seconds a player must wait between attempts to connect to the server, otherwise their IP will be banned for a minute. (0 = disable) kac_cmds_enable - enable the command module. kac_cmds_spam - the number of commands that a player can use within 1 second, when the limit is exceeded, the commands are blocked as spam. (0 = disable) kac_cmds_log - logs all commands used. Useful for server debugging, in case you think someone is attacking your server with exploits. kac_cvars_enable - enable the mechanism for detecting incorrect settings kac_eyes_enable - enable the detection of the Eye subroutine that changes the angle of rotation (this function is disabled in CSS and INS) kac_eyes_antiwall - enable the KAC's Anti-Wallhack subroutine. Makes the use of wh inefficient. kac_rcon_crashprevent - Prevents server crashes with RCON. Disabled by default, as brute-force password guessing attacks can be applied. Make a complex password before enabling this feature.