Download Plugin
Hack Detector
Version 0.0.5
By Exolent
What it detects:
- KZ Hack
- Bhop Hacks
Server Requirements:
- AMX Mod X version 1.8.0 or higher
- Metamod version 1.19 or higher
Installation Instructions:
- Place the plugins in the addons/amxmodx/plugins folder
- Add the plugins' names to the addons/amxmodx/configs/plugins.ini file
Note: Use hd_core_sql.amxx if you want to use SQL for saving bans, otherwise use hd_core.amxx. DO NOT INSTALL BOTH
Note: hd_core.amxx (or hd_core_sql.amxx) must be above any of the other hd_*.amxx plugins - Restart your server or change map
Cvars:
-
hd_ban <0|1>
- 0=Don't ban players, just kick when detected
- 1=Ban players permanently
- Default: 1
-
hd_steamid <0|1>
- 0=Ban by IP
- 1=Ban by SteamID
- Default: 1
-
hd_bantype <0|1|2|3|4>
- 0=Use the default server banid/addip commands and save in banned.cfg/listip.cfg
- 1=Use default AMXX ban command (same as Advanced Bans) where the order is: amx_ban <player> <minutes> <reason>
- 2=Use the AMXBans ban command where the order is: amx_ban <minutes> <player> <reason>
- 3=Use custom saving (SQL version uses the next listed SQL cvars, non-SQL uses NVault for saving)
- Default: 3
-
hd_sql_host <hostname/ip>
- The hostname of the SQL host
-
hd_sql_user <username>
- The username to log into on the SQL host
-
hd_sql_pass <password>
- The password for the username to log in
-
hd_sql_db <database name>
- The name of the database to save the bans
-
hd_bhop_adminflag <flag>
- The required admin flag to see when players could be or are using Bhop Hacks
- Default: "l"
Changelog:
-
Version 0.0.1
- Initial Release
-
Version 0.0.2
- Now uses sockets to upload new hackers to the database
- Changed SQL info in the plugin to only have rights to read from the database
-
Version 0.0.3
- Fixed uploading hackers to the database
-
Version 0.0.4
- SQL info secured
- No longer uses sockets
-
Version 0.0.5
- Removed my database information
- Added several cvars for plugin customization
- Added more detection for KZ Hack
Download