Raised This Month: $12 Target: $400
 3% 

HLGuard ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-27-2005 , 12:43   HLGuard ?
Reply With Quote #1

dir tree:
HLGuard>HLDS/MOD/addons/hlguard
modx> HLDS/MOD/cstrike/addons/amxmodx

Code:
 [   9] (unknown)      hlg_cfgversion               0.000000  0
 [  10] (unknown)      hlg_version                  1.720000  1.72
 [  11] (unknown)      hlg_setting                  0.000000  000000
 [  12] (unknown)      hlg_sbsrv_version            1.200000  1.2
 [  13] (unknown)      hlg_quiet                    0.000000  0
 [  14] (unknown)      hlg_menupassword             0.000000  
 [  15] (unknown)      hlg_repeat                   4.000000  4
 [  16] (unknown)      hlg_frequency                0.500000  0.5
 [  17] (unknown)      hlg_scandelay_min           30.000000  30
 [  18] (unknown)      hlg_scandelay_max           90.000000  90
 [  19] (unknown)      hlg_aimbotlevel             30.000000  30
 [  20] (unknown)      hlg_aimbotrepeat             2.000000  2
 [  21] (unknown)      hlg_aimbottimeout           10.000000  10
 [  22] (unknown)      hlg_writefile                0.000000  %L/hlglog.log
 [  23] (unknown)      hlg_logfolder                0.000000  addons/hlguard/logs
 [  24] (unknown)      hlg_logfile                  0.000000  hlglog.log
 [  25] (unknown)      hlg_agreementkey1            1.000000  1:;hlg_check %w
 [  26] (unknown)      hlg_agreementkey2            4.000000  4:;kick \'%w\'
 [  27] (unknown)      hlg_agreementdef            30.000000  30:;kick \'%w\'
 [  28] (unknown)      hlg_bfflags                  0.000000  t
 [  29] (unknown)      hlg_sbflags                  0.000000  h
 [  30] (unknown)      hlg_sb_server                0.000000  hlg.steambans.com
 [  31] (unknown)      hlg_sb_licenseid             0.000000  
 [  32] (unknown)      hlg_sb_licensecode           0.000000  
 [  33] (unknown)      hlg_checkversion             0.000000  0
 [  34] (unknown)      hlg_autoupdateconfig         0.000000  0
 [  35] (unknown)      hlg_sayformat              200.000000  200:100:0:-1:0.20:0:0.5:12:2.00:0.5
http://img71.echo.cx/img71/8562/csassault00006vl.png
http://img71.echo.cx/img71/8776/csassault00016xl.png

Code:
//===== 
// Main settings
//=====
hlguard 1 off	// Aimbot Warning System
hlguard 2 on	// Alias Detection
hlguard 3 on	// Rapid/BurstFire Detection
hlguard 4 on	// WallHack Blocking
hlguard 5 off	// SpeedHack Blocking
hlguard 6 off	// Steambans Client - Please read below before enabling.

//=====
// HLGuard auto updating alias/cvar detections, 1 = on, 0 = off, default = 1
//=====
hlg_autoupdateconfigs 1

//=====
// Steambans Client License details
//=====
// All new users of the HLG SB client have a 30 day trial which they can use without changing
// the settings below. Once this 30 day trial is over you must sign up as a team to continue
// using the HLG SB client. You will need to sign up @ www.steambans.com after which you'll be 
// given your own teams's individual license information.
// Default hlg_sb_licenseid setting: "2102"
// Default hlg_sb_licensecode setting: ""
hlg_sb_licenseid "2102"
hlg_sb_licensecode ""

//=====
// HLGuard mode
//=====
// Use ONE of these config files designed for InterNET, LAN and LEAGUE servers:
hlg_loadmode net	// InterNET mode - Bans by UniqueID
//hlg_loadmode lan	// LAN mode - Bans by IP address
//hlg_loadmode league	// League mode - Only logs and displays cheats

//=====
// Alias Detection configs
//=====
hlg_exec addons/hlguard/config/%M/hlg_mod.cfg	// Individual mod configuration file. Comment out if you run another mod than cstrike/czero/tfc/dod/firearms
hlg_exec addons/hlguard/config/hl/hlg_mod.cfg	// Any mod configuration file
hlg_exec addons/hlguard/config/hlg_custom.cfg	// List of custom aliases

//=====
// Alias Scanning completed messages
//=====
// One-Time messages
// hlg_action "a:not found" "hlg_clexec #%u \'alias hlgauth\';say \'%n completed the HLGuard alias scan.\'"
//
// Repeating messages
// hlg_action "a:not found" "say \'%n completed the HLGuard alias scan.\'"

//=====
// HLGuard in-game menu - Requires password set in hlg_menu.cfg
//=====
hlg_exec addons/hlguard/config/hlg_menu.cfg

//=====
// In-game agreement
//=====
// hlg_exec addons/hlguard/config/hlg_agreement.cfg

//=====
// Advanced settings
//=====
hlg_quiet 0 		// Default: 0	// Quiet mode - 0 = "protected by..", 1 = no msg
hlg_repeat 3		// Default: 3	// Number of times to repeat Alias detection before banning.
hlg_aimbotlevel 30	// Default: 30	// Aimbot sensitivity - 0 = Everyone, 100 = No aimbot is that good.
hlg_aimbotrepeat 3	// Default: 3	// Number of Aimbot Warnings required before actioning.

// HLGuard log file settings.
// Default log folder: "addons/hlguard/logs"
// Default log file: hlglog.log
hlg_logfolder "addons/hlguard/logs"
hlg_logfile "hlglog.log"

// Announce format
// Syntax: <red>:<green>:<blue>:<x pos>:<y pos>:<effect>:<effect time>:<hold time>:<fade in time>:<fade out time>
// Default: "200:100:10:-1:0.20:2:0.015:8:0.02:2.0"
hlg_sayformat "200:100:10:-1:0.20:2:0.015:8:0.02:2.0"

// Set in minutes after which time all warning for a player will be cleared.
// This is useful to avoid false aimbot detections on long played maps.
// Default: 10
hlg_aimbottimeout 10
Code:
//=====
// Menu password - No password disables menu!
//=====
hlg_menupassword "fart"

//=====
// Settings Menu
//=====
// Syntax: hlg_menucvar <cvar> <step> <max. value>
hlg_menucvar "hlg_frequency" "0.1" "1.0"
hlg_menucvar "hlg_repeat" "1" "5"
hlg_menucvar "hlg_aimbotrepeat" "1" "5"
hlg_menucvar "hlg_aimbottimeout" "5" "30"
hlg_menucvar "hlg_scandelay_min" "10" "180"
hlg_menucvar "hlg_scandelay_max" "10" "210"

//=====
// Commands Menu
//=====
// Syntax: hlg_menucmd <description> <server commmand>
// Blank/Dummy: hlg_menucmd " " " "
hlg_menucmd "Enable All" "hlguard 1 on;hlguard 2 on;hlguard 3 on;hlguard 4 on;hlguard 5 on;hlguard 6 on;hlg_say \'[HLGUARD] ALL ENABLED!\'"
hlg_menucmd "Enable Aimbot Warning System" "hlguard 1 on;hlg_say \'[HLGUARD] AIMBOT WARNING SYSTEM ENABLED\'"
hlg_menucmd "Enable Alias Detection" "hlguard 2 on;hlg_say \'[HLGUARD] ALIAS DETECTION ENABLED\'"
hlg_menucmd "Enable Rapid/Burstfire Detection" "hlguard 3 on;hlg_say \'[HLGUARD] RAPID/BURSTFIRE DETECTION ENABLED\'"
hlg_menucmd "Enable Wallhack Block" "hlguard 4 on;hlg_say \'[HLGUARD] WALLHACK BLOCK ENABLED\'"
hlg_menucmd "Enable Speedhack Block" "hlguard 5 on;hlg_say \'[HLGUARD] SPEEDHACK BLOCK ENABLED\'"
hlg_menucmd "Enable Steambans Client" "hlguard 6 on;hlg_say \'[HLGUARD] STEAMBANS CLIENT ENABLED\'"
hlg_menucmd " " " "
hlg_menucmd "Disable All" "hlguard 1 off;hlguard 2 off;hlguard 3 off;hlguard 4 off;hlguard 5 off;hlguard 6 off;hlg_say \'[HLGUARD] ALL DISABLED!\'"
hlg_menucmd "Disable Aimbot Warning System" "hlguard 1 off;hlg_say \'[HLGUARD] AIMBOT WARNING SYSTEM DISABLED\'"
hlg_menucmd "Disable Alias Detection" "hlguard 2 off;hlg_say \'[HLGUARD] ALIAS DETECTION DISABLED\'"
hlg_menucmd "Disable Rapid/Burstfire Detection" "hlguard 3 off;hlg_say \'[HLGUARD] RAPID/BURSTFIRE DETECTION DISABLED\'"
hlg_menucmd "Disable Wallhack Block" "hlguard 4 off;hlg_say \'[HLGUARD] WALLHACK BLOCK DISABLED\'"
hlg_menucmd "Disable Speedhack Block" "hlguard 5 off;hlg_say \'[HLGUARD] SPEEDHACK BLOCK DISABLED\'"
hlg_menucmd "Disable Steambans Client" "hlguard 6 off;hlg_say \'[HLGUARD] STEAMBANS CLIENT DISABLED\'"
hlg_menucmd " " " "
hlg_menucmd "Reset with default settings" "hlg_reset"
hlg_menucmd "Reset with Internet Settings" "hlg_reset net"
hlg_menucmd "Reset with League Settings" "hlg_reset league"
hlg_menucmd "Reset with LAN Settings" "hlg_reset lan"
hlg_menucmd "Check for alias/cvar detection config updates" "hlg_updateconfigs"
//=====
// Player Menu
//=====
// Syntax: hlg_menuplayer <description> <server commmand>
hlg_menuplayer "Run Alias Check" "hlg_check #%u"
hlg_menuplayer "Kill" "hlg_clexec #%u \'kill\'"
hlg_menuplayer "Kick" "kick #%u"
hlg_menuplayer "Ban UNIQUEID" "banid 0.0 %w kick;writeid"
hlg_menuplayer "Ban IP" "addip 0.0 %i;kick %u;writeip"
Code:
Currently running plugins:
 [  1] AMX Mod X, v1.00, Nov 14 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  2] HLGuard, v1.72, 06/03/2005, by The Z Project, see http://www.thezproject.org/
 [  3] POD-Bot mm, vR2b46, Dec  6 2004, by Count Floyd & Bots United, see http://www.bots-united.com
 [  4] Monster, v3.00.00, 06/30/2002, by botman <[email protected]>, see http://planethalflife.com/botman/
 [  5] AXN, v1.05 , Jun  4 2003, by redguy ( DRZ Ed. ), see 5
Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.00     ini  ANY   ANY  
 [ 2] HLGuard          RUN   -    hlguard_mm.dll    v1.72     ini  Chlvl Chlvl
 [ 3] POD-Bot mm       RUN   -    podbot_mm.dll     vR2b46    ini  Chlvl ANY  
 [ 4] Monster          RUN   -    monster_mm.dll    v3.00.00  ini  Chlvl Chlvl
 [ 5] AXN              RUN   -    axn_mm.dll        v1.05     ini  Chlvl Chlvl
5 
plugins, 5 running
Well, in those images it shows that nothing is running, but it is suppposed to be running, does anybody have a clue as to why, just why i get no scans and no ptions in the menu? I posted this in unitedadmins, and no luk, they just said it was weird after 47 replies.
__________________
bmann_420 is offline
Silverice146
Member
Join Date: Mar 2005
Location: In a box
Old 06-27-2005 , 14:32  
Reply With Quote #2

yes it is running its just none of the anti cheat stuff is on, right now it's just an idle threat to hackers in your server
__________________
Silverice146 is offline
Send a message via AIM to Silverice146
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-27-2005 , 15:08  
Reply With Quote #3

Hmmmmm, so there is nothing i can do to make it work to my expectations, like alias scan and so on....
__________________
bmann_420 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode