Simon The Coder
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
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论