How do you detect autoclickers?

Assuming that you’re using a ClickDetector, just add a cooldown to the clicking on the server. It can’t be modified whatsoever by the autoclick user and they will only really have the smallest of an advantage.

1 Like

So, what is the problem with the autoclickers? Is it the click rate earning them extra points? Combat this by a simple debounce timer. Is it that the player is afk and farming points without actually playing? Combat this by detecting player movement over time? Would an active player stand in one spot for 5 minutes, 10, 15? Decide how long a player should be allowed to stand stationary and kick them of they don’t move.

?? just some ideas. I don’t see what the problem is with autoclickers if the player is actively playing and just doesn’t want to wear out their mouse button. (its your fault you made the points based on clicks!)

2 Likes

I made a module for this, check it out if you’re interested in methods for making your own: AntiAutoclick (Detects Autoclicking)

Edit: Completely client bypassable though if they’re hacking. There’s not really a way to get around that. But it does detect afk autoclicking, autoclicking too fast, autoclicking slowly and consistently, etc.