Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lyf-is-coding/282374453df7a06611f0da541973fddc to your computer and use it in GitHub Desktop.

Select an option

Save lyf-is-coding/282374453df7a06611f0da541973fddc to your computer and use it in GitHub Desktop.
Lua Cheat Engine create group header with script option
local al = getAddressList()
local header = al.createMemoryRecord()
-- https://wiki.cheatengine.org/index.php?title=Lua:Class:MemoryRecord
header.Description = "Group 1"
header.isGroupHeader = true
header.type = 11 -- vtAutoAssembler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment