2020年2月21日星期五

[Cheat Engine] Communication between LUA and Auto Assemble


autoAssemble([[{$STRICT}
aobscan(test_sym1,01 B7)
registerSymbol(test_sym1)]])

local s = readQword("test_sym1")
print(type(s))

if s == nil then
print("NULL")
else
print(string.format("%X",s))
end

没有评论:

发表评论