mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
add (cm\conf): Adv\Jump\Ignore-Z countermeasures
Added new countermeasures and counter measure confs. Jump Hack Counter Measure Advance Jump Hack Counter Measure Ignore Z counter Measure
This commit is contained in:
@@ -201,6 +201,29 @@ Anticheat.CM.Teleport = 0
|
||||
|
||||
Anticheat.CM.FLYHACK = 0
|
||||
|
||||
#
|
||||
# Anticheat.CM.JUMPHACK
|
||||
# Anticheat.CM.ADVJUMPHACK
|
||||
# Description: Sets player back to the ground if jump hack is detected
|
||||
#
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
#
|
||||
|
||||
Anticheat.CM.JUMPHACK = 0
|
||||
Anticheat.CM.ADVJUMPHACK = 0
|
||||
|
||||
#
|
||||
# Anticheat.CM.IGNOREZ
|
||||
#
|
||||
# Description: Sets player back to the ground if ignore-z hack is detected
|
||||
#
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
#
|
||||
|
||||
Anticheat.CM.IGNOREZ = 0
|
||||
|
||||
#
|
||||
# Anticheat.CM.WriteLog
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user