Alternatives to Pulover's Macro Creator
Records mouse and keyboard actions and turns them into editable AutoHotkey scripts. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Pulover's Macro Creator
Records mouse and keyboard actions and turns them into editable AutoHotkey scripts.
Replacements
Listings that take over the same core job as Pulover's Macro Creator.
TinyTask
36 KB portable macro recorder that replays mouse clicks and keystrokes.
TinyTask is a closed-source 36 KB portable recorder that replays clicks and keystrokes, with no editing of recordings and playback that breaks when windows move.
AutoHotkey
A Windows scripting language for hotkeys, text expansion, key remapping and automating anything on screen.
AutoHotkey is the GPL-2.0 scripting language Pulover's exports to, so you write scripts by hand instead of recording, gaining an actively maintained version 2 and large community.
Power Automate
Microsoft's no-code automation platform for desktop and web workflows.
Power Automate is Microsoft's proprietary no-code platform whose desktop flow designer automates Windows applications, with paid licensing needed for advanced connectors and higher run volumes.
Macro Recorder
A Windows tool that records mouse and keyboard actions and replays them as editable macros.
Macro Recorder is a paid, closed-source Windows tool that records editable macros with IF-THEN logic and compiles them to EXE files, without AutoHotkey export.
Actiona
A cross-platform desktop automation tool that runs sequences of actions such as clicks, key presses and file edits.
Actiona is a free, open-source tool for Windows and Linux that builds tasks from ready-made actions such as clicks and key presses, though version 3 is still in development.
AutoIt
A freeware BASIC-like scripting language for automating the Windows interface and general scripting tasks.
AutoIt is a free, closed-source Windows scripting language with a BASIC-like syntax and a dedicated editor, where automation is written rather than recorded.
OpenRPA
An open-source robotic process automation tool for recording and running automated workflows on Windows.
OpenRPA is an open-source Windows RPA tool that records and runs workflows across desktop, browser and Java apps, aimed at business process automation.
Ui.Vision
An open source browser extension and desktop app for recording and running browser and desktop macros.
Ui.Vision is an open-source browser extension that records browser macros with image recognition and OCR, with desktop automation needing a separate app.
Also worth comparing
These listings name Pulover's Macro Creator as their own alternative, so the relationship runs both ways.
OP Auto Clicker
A free auto clicker that repeats mouse clicks at the cursor or a fixed screen position.
Pulover's Macro Creator is free GPL-3.0 software for Windows that records actions into editable AutoHotkey scripts, though development has been quiet.
Similar software
Related functionality, not a direct replacement.
HotkeyP
A tiny hotkey manager that binds keyboard, mouse or joystick shortcuts to programs and system commands.
Keyboard Maestro
Visual macro builder for automating apps, files, and workflows on macOS.
SharpKeys
A tiny Windows utility that writes the registry key Windows uses to remap one key to another.
AntiMicroX
Use a game controller to trigger keyboard input, mouse actions and macros.
xdotool
A command-line tool that simulates keyboard and mouse input and manages windows on X11.