feat(core): CheatEngine lua struct generator

This commit is contained in:
gromchek 2026-01-15 01:10:51 +03:00
parent 76a76a28a3
commit bbf19bfb77
9 changed files with 1684 additions and 0 deletions

View file

@ -0,0 +1,6 @@
local addr, typ = GetCGObjectAddr(readQword(0x00bd07b0)) -- target guid
if addr then
if typ == "unit" then
loadStructToTable(CGUnit, addr)
end
end