ETCLUA

Client side Lua scripting for Enemy Territory - Wolfenstein. Note that this is more of a proof of concept and it's far from to be finished. To be honest, it's never going to be.

Support

Released DLL is undetected by ETPro 3.2.6 anti-cheat, relevant addresses are, however, stripped from this source.

Usage

Download and inject the DLL and connect a server.

Loading a module

lua_load <module>.lua

<module>.lua is relative to your ET executable.

lua_unload <module>.lua

Unloads a previously loaded module. You can list loaded modules with lua_show command.

Lua API

Functions

Callbacks