Home
Nixware Lua API documentation.
Loading Lua scripts
- Drop script into
Counter-Strike Global Offensive\nix\scripts
folder. - Click
refresh
in actions list on cheat menu. - Select the script from list and press
load script
.
LuaJIT
We have LuaJIT (2.0.5) supported
FFI tutorial - luajit.org/ext_ffi_tutorial.html
VSCode snippets
Install from marketplace: marketplace.visualstudio.com/items?itemName=Nixer1337.nixware-lua-api-snippets
Compiling Lua scripts
Using: luajit.exe -b script.lua compiled.lua
.