AntiCheatAddition icon indicating copy to clipboard operation
AntiCheatAddition copied to clipboard

AutoClicker Check

Open linsaftw opened this issue 7 years ago • 3 comments

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:

linsaftw avatar Oct 21 '18 03:10 linsaftw

AACAdditionPro could use the API of AAC to increase the amount of VL per Violation.

Janmm14 avatar Oct 21 '18 14:10 Janmm14

@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.

linsaftw avatar Oct 21 '18 14:10 linsaftw

I agree with this post.

Sharquisha avatar Nov 03 '18 19:11 Sharquisha