Ex Nihilo: Sequentia

Ex Nihilo: Sequentia

9M Downloads

Keep getting "Autoclicker Bad" message by just holding right click on mouse while sieving

LinkTheLinker opened this issue ยท 6 comments

commented

Describe the bug
The bug is that if someone sieves massive amounts of gravel, sand, dust, or any sievable block, the chat gets filled at some point with "Autoclicker Bad" without using an autoclicker, only holding right-click on a mouse. An acquaintance of mine has also experienced this. The worst I've had it was that it activated 10 times, just flooding my chat.

To Reproduce
Steps to reproduce the behavior:

  1. Have 8 sieves (you could use more or less realistically)
  2. Hold right-click while sieving blocks like gravel or sand as an example (preferably at least 3-8 stacks)
  3. Get "Autoclicker Bad" and eventually floods your chat at the end of the sieving session.

Expected behavior
What should happen is that "Autoclicker Bad" should only appear if a person is using auto clicker, but not when a regular player is just holding right-click on their mouse.

Screenshots

Picture

Version
Minecraft Version: 1.16.5
Forge Version: 36.2.22
Ex Nihilo: Sequentia Version: 20220115-185452

Additional context
For context, I am playing the Sky Bees Modpack and on a server where my ping is < 50ms.

commented

I have also been running into this issue.

Version
Minecraft Version: 1.16.5
Forge Version: 36.2.21
Ex Nihilo: Sequentia Version: 1.16.20220205-012521

Additional Context
I have been developing my own mod pack and everything else works fine except for sieving when I hold down the Right Mouse Button for an extended period of time.

I do not use Macros or auto clickers.

commented

I have also run into this issue while hosting a server. Manually holding right click on an area of sieves for a duration can lead to "Autoclicker Bad" messages being spammed to the client. If this feature cannot be tuned to resolve false positives then please provide an option in the mod config to allow disabling this feature in the future.

commented

Same issue, I have rebound right click to R because I use a trackpad, and just hold the R key. Please give us a config option to disable it on single player, at least.

commented

Okay, I think I've pinpointed this problem.
This problem seems arises from commit e0bb1ee.

So basically, if you interact with the sieve at a speed higher than 0.25 times per tick (5cps), you'll get the message.
I don't really get how I don't get the message when spam clicking well above 5cps, though.

I believe server ping is related. Some right click packets may not be equidistant, and therefore, the interaction doesn't happen at exactly 0.25 times per tick. Because of this, the game may think you're cheating and spam this message.

Note that all of the above is speculation, and may be entirely incorrect. You may come up with a different theory.

Anyways, yeah I totally agree that this should either:

  • Be tweaked to reduce false positives
  • Be toggleable in the config files
  • Be removed altogether (unlikely)
commented

Could reproduce. I thought it was a server anticheat issue but I've never installed any anticheats on it.

commented

Hi all, not sure how I missed this bug report. I'll work on a fix for this.