Skip to content

Lua Automation

github-actions[bot] edited this page Sep 14, 2026 · 1 revision

Lua Automation

VxClick includes a sandboxed Lua automation layer that compiles scripts into the same native input-event model used by Macro Studio.

Workflow

  1. Open the Lua section in Macro Studio.
  2. Write or paste a script.
  3. Validate it before running.
  4. Run the compiled event sequence through the native macro scheduler.
  5. Stop through the UI or Emergency Stop.

The Lua environment is intentionally constrained with action/instruction limits and does not provide anti-cheat bypass, process injection or stealth features.

Recoil-style scripts

Mouse-movement patterns can be represented through the normal automation API. Use at your own risk. The developer does not accept responsibility for bans, suspensions, account penalties or other consequences from using recoil scripts or automation to gain an unfair advantage. Follow the rules and terms of service of the software or game you use.

Clone this wiki locally