For reference, the AlliedModders thread is here: https://forums.alliedmods.net/showthread.php?t=161320

On 3/3/2012 8:44 AM, admin wrote:
I managed to edit SMAC to detect it but to "Block" this nasty hack VAC will have to update its codecs for it to be globally secure every server from it. I have a plugin for sourcemod to detect name changes of users and if they hit a certain threshold it'l ban em. (name change plugin I believe should be available to public on source-mods plugins page idk if its approved or not)

make your config like this

namechangepunisher.cfg

// If ncp_punishmode is 1, how many minutes to ban for? 0 means indefinitely.
// -
// Default: "60"
// Minimum: "0.000000"
ncp_banlength "60"

// Show debugging messages.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ncp_debug "1"

// Number of detections before taking action
// -
// Default: "5"
// Minimum: "3.000000"
// Maximum: "20.000000"
ncp_detections "5"

// Max length of time in seconds between detections before counter resets
// -
// Default: "10"
// Minimum: "5.000000"
// Maximum: "60.000000"
ncp_detectiontime "10"

// Punish mode. 0 is Kick, 1 is Ban.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ncp_punishmode "1"

IF you cannot find on sourcemod I'll host the plugin for 48hours

http://www.wonkagaming.com/namechangepunisher.smx

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

Reply via email to