Skip to content

Home

Nixware Lua API documentation.


Loading Lua scripts

  1. Drop script into Counter-Strike Global Offensive\nix\scripts folder.
  2. Click refresh in actions list on cheat menu.
  3. 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

alt text


Compiling Lua scripts

Using: luajit.exe -b script.lua compiled.lua.

Download compiler