Macro Examples
Welcome to the example directory! Choose an example from the sidebar to see fully runnable, copy-pasteable scripts to jumpstart your development.
-
Basic Example --- A simple, standard macro to get you comfortable with the engine.
-
Interrupted Pause --- Learn how to safely handle task cancellations and clean up resources.
-
Multithreaded Tasks --- Run heavy, blocking operations in the background without freezing the UI.
-
Human Benchmark --- High-speed, reactive screen reading using separated scanner and bot logic.