Luau API.

Extend the overlay with Luau scripts. Scripts live in %APPDATA%\XFX\scripts\ and auto-reload on save.

xfx.entities
Enumerate live players, humanoids, primitives. Filter by team, distance, visibility.
xfx.draw
World- and screen-space ImGui primitives: lines, boxes, text, filled shapes.
xfx.input
Mouse and keyboard state, absolute + relative moves via the KMBox / MAKCU passthrough.
xfx.camera
Current camera position, look vector, FOV. Read-only for safety.
xfx.config
Get / set live config values — same keys the overlay UI uses.
xfx.memory
Direct DMA read / write with batch mode. Use responsibly — no bounds checking.