Scripting

From Cheat Engine
Revision as of 05:24, 2 February 2018 by OldCheatEngineUser (talk | contribs)
Jump to navigation Jump to search


CE AA, Cheat Engine Auto Assemble.

Scripting in general is a small piece of code that perform the required tasks. Scripts usually interpreted not compiled.

In Cheat Engine with the use of Auto Assemble you can write 10s to 100s or even a 1000s lines of instructions using either Assembly or Lua to be injected in a process memory to do some modifications. Auto Assemble is the IDE where you write your code and there is nearly no limitations, you have the choice to either mix your code using both Assembly and Lua or to use one of them.