Difference between revisions of "Tutorials:AddScriptToTable"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
:Code: | :Code: | ||
− | < | + | <p style="padding:2px;font-family:'Lucida Console';white-space:pre;border:1px dashed #2f6fab;background:rgba(238,238,238,0.92);color:#000"><span style="color:#06f;font-style:italic">//// -------------------- Main Section ---------------------</span> |
− | //// -------------------- Main Section --------------------- | ||
[ENABLE] | [ENABLE] | ||
− | //// -------------------- Enable Section --------------------- | + | <span style="color:#06f;font-style:italic">//// -------------------- Enable Section ---------------------</span> |
[DISABLE] | [DISABLE] | ||
− | //// -------------------- Disable Section -------------------- | + | <span style="color:#06f;font-style:italic">//// -------------------- Disable Section --------------------</span> |
− | </ | + | </p> |
== See also == | == See also == | ||
* [[Tutorials]] | * [[Tutorials]] | ||
+ | |||
+ | == Syntax highlighter == | ||
+ | * [http://markup.su/highlighter/ markup.su/highlighter] |
Revision as of 09:00, 15 March 2017
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 --------------------