Add a script to a table

Post and find Cheat Engine tutorials here.
Post Reply
TheyCallMeTim13
Posts: 16
Joined: Tue Apr 25, 2023 4:27 pm

Add a script to a table

Post by TheyCallMeTim13 »

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.
Image
3. On the auto assemble form menu click file then click assign to current cheat table.
Image
4. This should create a new memory record on the cheat table address list.
Image


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.
See also
Tutorials
Post Reply