Difference between revisions of "Tutorials:AddScriptToTable"

From Cheat Engine
Jump to navigation Jump to search
(Created page with '== 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''''' # On the ''auto assemb…')
 
Line 2: Line 2:
  
 
# If you don't have an ''auto assemble'' form visiable open one, '''on the Cheat Engine main form press ''Crtl+Alt+A'''''
 
# 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'''''.
 +
#:Note cheat table scripts require ''enable'' and ''disable'' sections.
 +
#:[[File:Tutorials.AddScriptToTable.AssignToTable.Template-CTFramework.01.png|border]]
 
# On the ''auto assemble'' form menu '''click ''file''''' then '''click ''assign to current cheat table'''''.
 
# On the ''auto assemble'' form menu '''click ''file''''' then '''click ''assign to current cheat table'''''.
 
#:[[File:Tutorials.AddScriptToTable.AssignToTable.01.png|border]]
 
#:[[File:Tutorials.AddScriptToTable.AssignToTable.01.png|border]]
 +
# This should create a new memory record on the cheat table address list.
 +
#:[[File:Tutorials.AddScriptToTable.AssignToTable.CTScript.01.png|border]]
  
 
== See also ==
 
== See also ==
 
* [[Tutorials]]
 
* [[Tutorials]]

Revision as of 06:14, 15 March 2017

How to add script to table

  1. If you don't have an auto assemble form visiable 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.
    Note cheat table scripts require enable and disable sections.
    Tutorials.AddScriptToTable.AssignToTable.Template-CTFramework.01.png
  3. On the auto assemble form menu click file then click assign to current cheat table.
    Tutorials.AddScriptToTable.AssignToTable.01.png
  4. This should create a new memory record on the cheat table address list.
    Tutorials.AddScriptToTable.AssignToTable.CTScript.01.png

See also