2. В батник старта вписываете то, что красное:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait srcds.exe -console -game cstrike +sv_lan 0 +map de_dust2 -port 27015 +ip 0.0.0.0 -nocrashdialog +maxplayers 20
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds