Anti-Cheats Topic

This is list of available anti-cheat methods working on nonsteam (cracked) servers and some info how run it on nonsteam server..

1. Server settings
We can block some cheats (material, scripts) only with changing some cvars:

- sv_consistency 1 - block material/hooked wallhack (default : 1)
- sv_allow_wait_command 0 - block bhop scripts, spamming scripts, exploits, … (default: 1).
- sv_max_usercmd_future_ticks 2 - blocking speedhack (default: 8)
- sv_pure 1 - crc check for client files (default: 0)
- you need put this file to cstrike for working with nonsteam server http://ondrasek.zaridi.to/pure_server_whitelist.zip
- warning sv_pure 2 working only with steam players! So please use sv_pure 1 and whitelist.
- sv_lan 0 - turn off lan mode allow have VAC2 (Valve Anti-Cheat) on your server (vac2 dont work with nonsteam clients but dont allow to connect vac2 banned cheaters and secure server looks better then insecure wink.gif ).
- If you using old sv_lan 1 fix, you need patched engine binaries with REVOLUTiON Patcher - http://forum.digitalpowered.info/index.php?showtopic=14071

2. Server plugins

Detox Anti-Cheat
- Web : http://detox.steambans.com/
- Download : http://detox.steambans.com/disknode/get/1/sbdtx.zip

zBlock
- Web : http://zblock.cs-resourced.net/
- Download : http://zblock.cs-resourced.net/files.htm

3. Banning cheaters

You need good admins / cheathunters , i think 5-7 players with pernament ban permision is good…
If is your server new you need make empty file in /cfg/ called banned_ip.cfg (its your banlist) if you dont make this file ALL BANS WILL BE REMOVED after server restart!
Now add this two commands into server.cfg -
exec banned_ip.cfg
writeip

But there is some cheaters with dynamic ips (his IP is changed after modem restart). So how ban dynamic IP?
You need run HLSW using rcon looks at banlist (with hlsw is dynamic ip searching very easy!)
example:

As you see two first numbers are same, only two last numbers are changed… so we change this two last numbers with zeros
and we add into banned_ip.cfg at new line:
addip 0 77.253.0.0

Cheater is sucessfull banned!

_____________________

Other tips are wellcomed!! Post your experiences with banning cheaters, etc…