Practical guide · August 2026

Automate repetitive clicking without writing a script.

Data entry, order logging, exporting one report per client, farming the same three actions in a single-player game — if you're clicking the same sequence for the twentieth time today, this page is the way out. No AutoHotkey, no Python, no code.

Your three real options

  1. A workflow platform (Power Automate, included in Windows 11). Right when IT owns the process and the automation must talk to databases and approvals. Overkill for "my hands hurt from clicking".
  2. A scripting tool (AutoHotkey, Pulover's Macro Creator). Free and mighty — if learning a scripting language sounds like fun rather than a second job. This page is for people who answered "second job".
  3. A mouse recorder. You do the task once by hand; the tool captures it and repeats it. Zero code, five minutes to working automation. That's the option we build (Loopnator), and the walkthrough below uses it — the free TinyTask follows the same idea with fewer safety nets.

The 3-step walkthrough

1 · Record it once

Set up your screen the way it'll be during the real run — same windows, same positions. Press F6, do the task by hand exactly once, calmly, then press F6 again. Every move, click and scroll is now captured with its timing. Don't worry about small pauses; you can speed the whole thing up at replay.

2 · Set the loop

Type the number of repetitions — or set it to and take the evening off. Choose a speed (0.5×–4×: run the first pass at 1× to check it, then crank it), and add a pause between loops if the target app needs a breather.

3 · Press play and keep your hands off

Press F7 and let it work. The one rule of replay: don't touch the mouse — in Loopnator that's actually the safety feature, because moving the real mouse stops the replay instantly. F8 stops it too.

The mistake everyone makes on day one: recording with a window in one place and replaying with it somewhere else. A recorder replays positions, not intentions. Keep the layout identical — maximise the target windows if you can — and the replay will be boringly reliable.

Five settings that separate "toy" from "tool"

  • Failsafe on. If your tool has one, never turn it off. If it doesn't have one, that's worth knowing before the misfire, not after.
  • Rebind the hotkeys if you're on a laptop — many laptops ship the F-keys as media keys, and F6 never reaches Windows. In Loopnator you rebind by clicking the hotkey chips at the bottom.
  • Pause between loops. Web apps and slow ERPs need a beat to catch up. One second of pause beats fifty broken loops.
  • Wait for the screen, don't hope (Pro). A colour trigger that waits for a pixel to turn the right colour before each loop turns "usually works" into "works".
  • Save the recording. Next Tuesday, the task will be back. In Loopnator Pro the library gives every saved macro its own hotkey — Ctrl+1 fires it from inside any app.

When you shouldn't automate

  • When each iteration needs judgement. If every loop requires reading and deciding, a recorder will faithfully repeat a decision that's sometimes wrong. Automate the mechanical part only.
  • Fullscreen games that read raw input can ignore simulated input entirely — and automating online competitive games can breach their terms of service. Single-player grinding is your conscience's call; ranked ladders are not a grey area.
  • Anything running as administrator requires your recorder to run as administrator too — Windows separates those worlds on purpose. It works; it's just a deliberate step.

What it costs

The honest ladder: free gets you fixed replays (TinyTask) or a scripting hobby (Pulover's). $14.99 once gets you Loopnator — recording, loops, speed, failsafe, rebindable hotkeys, save/load. $29.99 once adds the keyboard, the step editor, the macro library, humanized replay, colour triggers and the scheduler. No subscription, 2 PCs, and a 14-day refund if your task turns out to be the one it can't do.

ONE-TIME · 2 PCs · 14-DAY REFUND · WINDOWS 10/11