Add Script To Table
Revision as of 19:10, 18 March 2019 by Dark Byte (talk | contribs) (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
How to add script to table
- If you don't have an auto assemble form visiable open one, on the Cheat Engine main form press Crtl+Alt+A
- If you haven't added enable and disable sections, then On the auto assemble form click template then click cheat table framework code.
- On the auto assemble form menu click file then click assign to current cheat table.
- This should create a new memory record on the cheat table address list.
Note: Cheat table scripts require enable and disable sections.
Code:
//// -------------------- 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.