AntiCheatAddition
AntiCheatAddition copied to clipboard
AutoClicker Check
AAC has a check called FightSpeed, that has the following settings:
max_hit: 999
max_swing: 999
consistent_check: true
consistent_threshold: 50
I turned off max hit and max swing because of the false positives , so i fully depend on consistent check that normally detects most of autoclickers.
Now the problem is that this consistent check is not efficent, it detects like this: 5vls 2 secs passed... 5vls 2 secs passed...
So i would like you to implement a check like consistent check from AAC called AutoClicker but making the VL counting different.
Maybe you can make it like reducing a configurable amount of vls every 1 second instead of fully resetting it like the fightspeed check.
Example configuration:
# AutoClicker detects abnormal clicking delays
AutoClicker:
# Do you want to enable the AutoClicker check?
enabled: true
# How close together do hit speed measurements need to be for a violation?
# It is not recommended to change this value as 50 is the most accurate one
clicker-threshold: 50
# How many ticks should AACAdditionPro wait before reducing a player's vls by 1
reduce-delay: 15
# Map of violation levels to commands:
thresholds:
12:
18:
24:
AACAdditionPro could use the API of AAC to increase the amount of VL per Violation.
@Janmm14 It would be better to have a completelly different check instead, as FightSpeed originally is for checking abnormal Clicking speeds.
AutoClicker instead will detect all sort of AutoClickers, even low ones.
I agree with this post.