Lua Basics
Jump to navigation
Jump to search
LUA interaction is done two main ways in Cheat Engine. First you have the Lua Engine window which you access from "Tools->Lua Engine" (or CTRL+L) in the Memory Viewer, second is a LUA script associated with your cheat table that you access by "Table->Show Cheat Table Lua Script" (or CTRL+ALT+L) from the main window.
Lua Engine
The Lua Engine window contains the Output of all of your scripts (from print() calls) as well as an interactive script box to let you execute commands. File:LuaEngine1.png