Skip to content

Citron Clicker v1.1.1

Choose a tag to compare

@center2055 center2055 released this 22 Apr 13:55

Citron Clicker — changelog since v1.1.0 (release v1.1.1)

Timing (HumanizedDelayGenerator)

  • After the usual drift and variance, the full click-cycle period is nudged toward 50 ms bucket boundaries when the remainder falls in the outer thirds of a 50 ms window, with a small random offset (up to ~4 ms). This reduces scattered sub-bucket timing while keeping variation.

Input / jitter (MainWindow)

  • When jitter is enabled, cursor motion is no longer applied as a random jump on each synthetic click. A background SmoothJitterLoop per profile applies continuous sinusoidal movement while the physical button is held, Minecraft is in the foreground, and the profile is enabled. Horizontal motion is stronger than vertical.
  • Jitter moves use the same SendInput path as synthetic clicks (SendSyntheticMouse), consistent with the existing Bedrock-oriented input approach.