Skip to content
Alundaio edited this page Dec 27, 2016 · 4 revisions

AXR Toolset is an AutoHotkey & Lua-based (LuaJIT 2) scripting platform that utilizes a Graphical User Interface to display scripted plugins which do various automated tasks. The Lua environment is identical to that of the X-Ray engine, where each *.lua recursively found within the scripts directory becomes it's own table namespace.

See the side-bar for a list of plugins and their descriptions!

To create new plugins requires some knowledge of AutoHotkey or to at least have it installed so that you can easily read the API documentation. Almost all AHK methods have been exported to lua. Remember, if you change any of the ahk code, you need to recompile launcher.ahk!

For a complete list of AHK functions callable from lua, see: lua_ahkfunctions.ahk

Clone this wiki locally