How to add a script to a table
1. If you don't have an auto assemble form visible open one, on the Cheat Engine main form press Crtl+Alt+A 2. If you haven't added enable and disable sections, then on the auto assemble form click template then click cheat table framework code. [Link] 3. On the auto assemble form menu click file then click assign to current cheat table. [Link] 4. This should create a new memory record on the cheat table address list. [Link]
Note: Cheat table scripts require enable and disable sections.
Code: Select all
//// -------------------- Main Section ---------------------
[ENABLE]
//// -------------------- Enable Section ---------------------
[DISABLE]
//// -------------------- Disable Section --------------------
- The main section is ran when enabling and disabling.
- The enable section is ran when enabling.
- The disable section is ran when disabling.
- [Link]