Guide · August 2026

Click when the colour changes: an auto clicker with eyes.

A normal auto clicker is blind: it clicks every N seconds whether the screen is ready or not. Half the searches in this category are really asking for something else — wait until that pixel turns green, then click. That's a different tool, and it's exactly what CueValet was built for.

Timer clicking vs colour-triggered clicking

Timer clickers (OP Auto Clicker, GS Auto Clicker and friends) are great when the world is predictable: click the same spot every 2 seconds, forever. They fail the moment timing depends on the screen — a download that finishes eventually, a queue that pops whenever, a build light that goes green at some point. Clicking early does nothing, or worse, clicks the wrong thing.

A colour-triggered clicker inverts the logic: watch one pixel; when it matches (or stops matching) a colour, act. The click happens exactly once, exactly when the screen says it's time.

Where people actually use this

  • Progress bars and long jobs — when the bar fills or the "Done" button appears, click it and start the next step.
  • Queues and waiting rooms — a matchmaking pop, a booking slot turning available, a "join" button lighting up.
  • Dashboards and status lights — a monitor tile flipping red, a chart crossing into a colour band: click, or just get notified.
  • Legacy business apps — the ancient warehouse client where a cell turns yellow when the batch is ready, and someone has to click "Accept".

How CueValet does it, without scripts

The AutoHotkey crowd solved this years ago with PixelSearch loops — powerful, and a programming exercise. CueValet packages the same idea as a rule you build by pointing:

  1. Pick the cue. Click "Pick a pixel", click the spot on screen, choose "turns this colour" or "changes at all", with an adjustable tolerance for shades that wobble.
  2. Pick the action. A click where you point (with optional cursor restore), a keypress, typed text, launching a program, or a notification if you'd rather stay in the loop.
  3. Arm it. The rule waits, watching that one pixel locally — nothing leaves your PC. Fire once or re-arm for repeating events. A global hotkey toggles it.

Cues can also be a window appearing, a timer, or a keypress — same rule shape, different trigger. Details on the pixel side in the pixel trigger tool page.

The honest fine print

  • CueValet's clicks are synthetic input, and Windows flags synthetic input as injected — software that inspects input at a low level can see that. In games with anti-cheat, assume it's visible; the game's rules are your call.
  • Pixel-watching needs the pixels: a minimized window has none. Keep the target visible (background windows are fine, minimized aren't).

Plainly. If your clicking is on a fixed rhythm, a free timer clicker is enough — use one. The moment your next click depends on what the screen shows, that's CueValet's territory: try it free for 3 days, build the rule in two minutes, and let it watch instead of you.

3-DAY FREE TRIAL · ONE-TIME · 2 PCs · PORTABLE · 14-DAY REFUND · WINDOWS 10/11