Menu & Controls
Tab / Window / Groupbox containers; checkbox · slider · combobox · multi_dropdown · color_edit · input_text · button · keybind_control · live_table · tips
Extend menu · ESP · network · events · drawing with Lua
Every API description maps to a real callable function or field. No "by convention" filler; examples are copy-paste ready.
══ Core 9 ════════════════════════════════════════════════════════════════
event subscriptions
gui menu + config
esp ESP elements
net HTTP / WebSocket
game live data (read-only)
draw on-screen drawing
math vectors + projection + animation
file files + images
input key state + display
══ Utility 8 ═════════════════════════════════════════════════════════════
log diagnostic logging
notify user toasts
script load / unload
time now · delta · game · frame_count
config plan switching
json encode · decode
utils base64 encode/decode
mem DMA reads · pattern scan · scatter batchFull field tables are split per-module in the sidebar API section.
The 8 scripts below ship in the scripts/ directory and can be referenced or modified directly. Full source: Getting Started.
| Script | Function |
|---|---|
keybind_hint_pack.lua | Dynamic text / color hints attached to keybind controls |
low_health_alert.lua | Teammate down · self / teammate low-HP one-shot toast |
tactical_theme.lua | One-click ESP theme switch, 4 scenarios each colored |
perf_hud.lua | Floating window showing FPS · frame time · entity count |
loadout_presets.lua | Switch between multiple config presets, floater shows current |
loot_inspector.lua | Browse current loot snapshot · name · distance · tier |
remote_config_push.lua | WebSocket receives path=value commands to hot-update menu |
damage_logger.lua | Damage log to local CSV + HTTP archive |