Code: Select all
//====// HLGuard Internet Mode Config file//==== //=====// Sets the hlg_cfgversion cvar for outside identification//=====hlg_cfgversion "HLG 1.9 (Net)" //=====// Alias scanning speed settings//=====hlg_frequency 0.5 // Default: 0.5 // Idle in seconds between every checkhlg_scandelay_min 180 // Default: 180 // Minimum time HLGuard waits before starting new scan.hlg_scandelay_max 300 // Default: 300 // Maximum time HLGuard waits before starting new scan. //=====// Detection flags//=====hlg_bfflags "t" // Flags to link with Rapid/Burstfire detectionshlg_sbflags "hs" // Flags to link with Steambans checkhlg_nbflags "wsk" // Flags to link with Rapid Name Change detectionhlg_swgflags "t" // Flags to link with SWG "Jump-Through-Ceiling" bug abuse //=====// Alias Detection Actions//=====// b - Say, Log and ban permanenthlg_action "b:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m <permanent ban>\'"hlg_action "b:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (permanent ban)<br>\'"hlg_action "b:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "b:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: Permanent ban\'"//hlg_action "b:found" "amx_ban 0 %w [HLGUARD] %y"//=====// Amxbans - permanenthlg_action "b:found" "amx_ban 0 %w [HLGUARD] %y"//===== // t - Say, Log and ban for 24 hourshlg_action "t:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m <24 hours ban>\'"hlg_action "t:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (24 hours ban)<br>\'"hlg_action "t:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "t:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: 24 hours ban\'"//hlg_action "t:found" "amx_ban 1440 %w [HLGUARD] %y"//======// Amxbans - 24 hourshlg_action "t:found" "amx_ban 1440 %w [HLGUARD] %y"//====== // k - Kickhlg_action "k:found:1" "kick #%u [HLGUARD] You have been kicked. Reason: %y"// w - Loghlg_action "w:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m\'"hlg_action "w:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b><br>\'"hlg_action "w:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"// s - Sayhlg_action "s:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\'" //=====// Steambans check actions//=====hlg_action "h:found" "hlg_writefile %L/blacklisted.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i>\'"hlg_action "h:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"//hlg_action "h:found" "amx_ban 1440 %w [HLGUARD] Steambans blacklisted"//=====// Amxbans - Steambanshlg_action "h:found" "amx_ban 1440 %w [HLGUARD] Steambans blacklisted"//===== //=====// Nameban Actions//=====hlg_action "p:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "p:found" "hlg_writefile %L/namebanlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y><%N> on %m <kick>\'"hlg_action "p:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: Kick\'"hlg_action "q:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "q:found" "hlg_writefile %L/namebanlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y><%N> on %m <2 hours ban>\'"hlg_action "q:found" "hlg_say \'[HLGUARD] Violation by %n(%w) detected!\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: 2 hours ban\'"//hlg_action "q:found:10" "amx_ban 120 %w [HLGUARD] %y"//=====// Amxbans - Namebanhlg_action "q:found:10" "amx_ban 120 %w [HLGUARD] %y"//=====
Code: Select all
//====// Cvar violation ban length//====// 24h ban// hlg_action "c:found" "banid 1440.0 %w;kick #%u [HLGUARD] Banned: 24 hours. Reason: Cvar violation <%y>;wait;writeid"// 2h banhlg_action "c:found" "banid 120.0 %w;kick #%u [HLGUARD] Banned: 2 hours. Reason: Cvar violation <%y>;wait;writeid"// 5m ban// hlg_action "c:found" "banid 5.0 %w;kick #%u [HLGUARD] Banned: 5 minutes. Reason: Cvar violation <%y>;wait;writeid"//====// Amxbans//====hlg_action "c:found" "amx_ban 1440 %w [HLGUARD] Cvar violation %y"hlg_action "c:found" "amx_ban 120 %w [HLGUARD] Cvar violation %y"hlg_action "c:found" "amx_ban 5 %w [HLGUARD] Cvar violation %y"