Pulover's Macro Creator - Free Windows Macro Recorder
At a Glance
| Platform | Windows |
| Price | Free (open source) |
| Download | github.com/Pulover/PuloversMacroCreator |
Pulover's Macro Creator is a free, open-source macro recorder and editor for Windows that outputs AutoHotkey scripts. It gives you a visual list-based interface to record mouse and keyboard actions, edit each step, add conditional logic, set loop counts, and manage multiple macros - all without writing any code.
Note:Pulover's Macro Creator is no longer under active development but remains fully functional. Download the latest stable release from GitHub.
Key Features
- Free and open-source (hosted on GitHub)
- Visual recorder with step-by-step action list - edit any recorded step after the fact
- Supports mouse clicks, movements, keyboard input, window commands, and delays
- Add if/then conditions, loops, and GoTo labels in the visual editor
- Multiple macro tabs: manage several macros in one session
- Exports macros as .ahk files that run without Macro Creator open
- Hotkey assignment for recording, stopping, and running macros
How to Use Pulover's Macro Creator
- Download from github.com/Pulover/PuloversMacroCreator. It is a portable .exe - no installation required.
- Launch the .exe. Main window shows a step list area and toolbar with Record, Play, and Stop buttons.
- Click Record and perform the actions you want to capture. Click Stop when done.
- Review the recorded steps. Delete accidental steps, add delays, or insert conditional checks.
- Click Play to run the macro, or export as a .ahk script file to share or run independently.
Pulover's vs TinyTask
TinyTaskrecords and plays back immediately with no editing. Pulover's Macro Creator records the same actions but lets you edit each step before running - much more useful for any workflow that needs tweaking.
Pulover's vs Jitbit
Pulover's Macro Creator is free; Jitbitis paid. For free use with editing capability, Pulover's is the best option. Jitbit adds scheduling, image recognition, and is better suited to business automation.
Frequently Asked Questions
Is Pulover's Macro Creator safe?
Yes. It is an open-source project hosted on GitHub. Download only from the official repository.
Does Pulover's Macro Creator require AutoHotkey?
The Macro Creator runs standalone. If you want to export and run generated .ahk scripts independently, you need AutoHotkey installed. For running macros inside Pulover's Macro Creator, AutoHotkey is not required.
Can I use this without coding knowledge?
Yes. The visual recorder and step editor require no coding. Optional manual script editing uses AHK syntax, but you can do everything useful in Pulover's Macro Creator without touching any code.