45 lines
1,010 B
YAML
45 lines
1,010 B
YAML
# Attack entity around
|
|
|
|
# The display name of cheat
|
|
name: "AimBot"
|
|
|
|
# enable/disable detection
|
|
active: true
|
|
|
|
# Maximum of ping to be verified.
|
|
# It's to prevent lagging player
|
|
ping: 200
|
|
|
|
# The minimum porcent to create reliability
|
|
reliability_alert: 60
|
|
|
|
# Manage the kick of players
|
|
kick:
|
|
active: true
|
|
# Required alert to kick player
|
|
alert: 5
|
|
|
|
# Remove the cheat effect
|
|
set_back:
|
|
active: false
|
|
# To know how to configure, check this wiki :
|
|
# https://github.com/Elikill58/Negativity/wiki/setBack
|
|
action: []
|
|
|
|
# Option for /negativity verif
|
|
verif:
|
|
# Enable/disable the detection when the verification is enabled
|
|
check_in_verif: true
|
|
|
|
# Disable one check and not all detections
|
|
checks:
|
|
# Calculate GCD between attacks
|
|
gcd:
|
|
active: true
|
|
# Low value = less alerts
|
|
sensitivity-divider: 12
|
|
# high value = less alert
|
|
invalid-change: 3
|
|
# Check for the direction between player look and cible position
|
|
direction:
|
|
active: true
|