官方原版下载地址:
https://forum.cheatengine.org/viewtopic.php?t=587401Plugin: AA Maker
Authors: SnedS91, MasterGH, ++METHOS
Repository:
linkThis is CE Lua plugin for Cheat Engine 6.5 or heighter.
AAmaker will help you to create autoassembler scripts.
How to use:
1. Pastle the aamaker.lua in "Autorun" directory
2. Run the Cheat Engine.
3. Attach game Process
4. Go to "Memory View" window
5. Select an address of code
6. Right-click to bring up the context menu
7. Go to items "*Quick AA Maker" menu and use it
Also you can to edit tamplates
附件:
你需要登录才可以下载或查看附件。没有帐号? 注册

更新历史:
2026.07.14:
修复官方版的"快速 AA 生成器" 在 CE 7.x 中失效的bug.
2026.07.13
直接从 DisassemblerView 获取选中地址,避免全局变量未初始化。
优先使用 dv_address1/dv_address2,若无效则从 DisassemblerView 读取,并添加有效性检查。
修正了脚本设置方式,改为属性赋值 newTableEntry.Script = script