← Back to Documentation

Your First Macro

Example: Auto-Clicker

This example creates a simple auto-clicker that clicks every second.

Steps

1. Create a new macro

2. Add a "Loop" node and set iterations to 10

3. Inside the loop, add a "Click" node

4. Add a "Wait" node set to 1000ms

5. Connect: Start > Loop > Click > Wait > Loop End

6. Run the macro

Tips

Use humanization to add random delays

Test with a low iteration count first

Use the Stop button (Esc) to halt execution