Fire-Arms League Set up Options
hlguard.cfg
exec hlguard/hlg_league.cfg
hlg_net.cfg
hlg_uaexec hlguard/hlg_checks.uacfg
hlg_uaexec hlguard/hlg_fa.uacfg
The only difference between NET and LEAGUE configs is the fact a league config doesn't BAN or KICK, it simply logs and displays cheats in-game.
LoggingBy default hlg_net will log to the following files and formats:
Aimbot Warningswhich translates to - 05/01/2002 21:44:56 -> Bob WONID: 0767973 IP:192.168.0.1 aimbot warning#1 (aim#1, HLG 1.07 at 30/3)
Aimbot DetectionsLogged to Half-life logs as "%n<%u><%w><%i> aimbot suspected"
Which translates to - Bob<12><0101001><192.168.0.1> aimbot suspected
Writes to CheaterList.txt as %d %h -> %n WONID: %w IP: %i Suspected Aimbot
Which translates to - 01/01/2002 18:25:58 -> Bob WONID: 0125091 IP: 192.168.0.1 Suspected Aimbot
Writes to hlglist.htm as %d %h Name: %n Wonid: %w IP: %i Cheat: AIMBOT
Which translates to - 01/01/2002 18:25:58 Name: Bob Wonid: 0101001 IP: 192.168.0.1 Cheat: AIMBOT
Writes to CheaterList.txt as "%d %h -> %n WONID:%w IP:%i %v %r <%y>"
Which translates to - 06/03/2002 20:44:33 -> Bob WONID:1501158 IP:192.168.0.1 found derecoil < Active NoRecoil Script>
Writes to Half-life logs as \%n<%u><%w><%i>\ %v %r <%y>
Which translates to - \Bob<21><0101011><192.138.0.1>\ found derecoil < Active NoRecoil Script>
Writes to hlglist.htm as %d %h Name: %n Wonid: %w IP: %i Cheat: %y [%r]
Which translates as - 04/26/2002 15:04:50 Name: Bob Wonid: 194442 IP: 192.168.0.1 Cheat: Active [H4L]Scriptpack Silentrun [silenton]
These are NOT in hlg_net by default. You will have to cut and paste them (doesn't matter where in hlg_net you put them).
To write AIMBOT detections to hlglog.log, add this line:
hlg_aimbot "hlg_log \'\\'%n<%u><%w><%i>\\' aimbot suspected\'"
To log output to - hlg_logfile "%M/hlglog.log" - set in hlguard.cfg
hlg_action "w:found" "hlg_log \'\\'%n<%u><%w><%i>\\' %v %r <%y>\'"
and copy the line below in order for CheaterList to write as
Sat Feb 23 12:15:40 2002 Name: Bob from WONID: 010101 listed as detected due to cheat ../ci.dll from Counter-Intelligence 3.0
hlg_action "w:found" "hlg_writefile %M/CheaterList.txt;hlg_write \'%e Name: %n from WONID: %w listed as detected due to cheat %r from %y\'"
CSBL Logging is performed by the following line - www.csblacklist.com
hlg_action "b:found" "hlg_writefile %M/csbl_cheaterlist.txt;hlg_write \'%d:%n:%w:%i:%y\'"
To log banned wonids to hlgbanned.cfg add this line:
hlg_action "b:found" "hlg_writefile \'%M/hlgbanned.cfg\';hlg_write \'banid 0.0 %w //%n on %d with %y\'"
To write wonids to hlgbanned.cfg for AIMBOT detections, add this line:
hlg_aimbot "hlg_writefile \'%M/hlgbanned.cfg\';hlg_write \'banid 0.0 %w //%n on %d with aimbot suspected\'"
hlg_action "w:found" "admin_command admin_speakall sound/misc/bitedust5.wav"