florr mod-menu: Full auto AFK-check solver + petal/mob database browser. Support/requests: @kw0d932 on Discord.
These are versions of this script where the code was updated. Паказаць усе версіі.
v0.5 - AFK solver: identify the dot by motion, not distance - exclude only the flower's body (not a 150px halo) and pick the still circle over orbiting petals / wandering mobs (fixes it grabbing a mob when the dot sits right next to your flower). Also detect the rare "Flap until the end" variant and auto-capture it (now records rect/fillRect/image draws + screenshots) to build a solver from. That one check auto-fails for now.
v0.4 - AFK solver: run all drag/poll timing on the worker-backed rAF instead of setTimeout/setInterval (hidden tabs throttle timers to ~1/min, stalling the drag past the check's timeout while minimized), and gate "solved" on the dot actually moving (>35px) so a timeout/kick no longer false-reports as success.
v0.3 - AFK solver: track the dragged dot by nearest-previous-position + colour and reject >2×step jumps, fixing mid-drag mislocks onto petals/mobs bleeding through the see-through panel (the stuck_no_forward_dir corner failure).
typo fixed