Home¶
Loading Lua scripts¶
- Drop script into
Counter-Strike Global Offensive\game\bin\win64\nix\scripts
folder. - Select the script from list and press "Load".
LuaJIT¶
We have LuaJIT (2.1.1727870382) supported
FFI tutorial - luajit.org/ext_ffi_tutorial.html
Compiling Lua scripts¶
Usage: luajit.exe -b script.lua compiled.lua
.