Created
August 1, 2022 10:43
-
-
Save lyf-is-coding/282374453df7a06611f0da541973fddc to your computer and use it in GitHub Desktop.
Lua Cheat Engine create group header with script option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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