| View previous topic :: View next topic |
| Author |
Message |
Drivium Expert Cheater
Reputation: 0
Joined: 16 Apr 2013 Posts: 100
|
Posted: Sun Apr 30, 2017 8:50 am Post subject: |
|
|
| I'm experiencing the same error. It opens up the lua engine and displays that error. I'm wondering if the problem might be the way I'm installing it? The OP mentions placing the lua script in the "Autorun" directory. I don't appear to have this directory anywhere, so I created my own Autorun folder a level deeper than the cheatengine-x86_64.exe file. I placed the lua code in there. That appeared to do nothing, so I copied the code and pasted it into the lua engine and hit "Execute." That seems to make the menu appear correctly, but then I get the error described here. Also, when I close and reopen CE, the aamaker menu contexts vanish.
|
|
| Back to top |
|
 |
Hatschi Master Cheater
Reputation: 2
Joined: 28 Jan 2010 Posts: 327
|
Posted: Thu May 11, 2017 3:46 pm Post subject: |
|
|
| I'm looking for a way to merge two scripts into one injection/script. Is this possible with this extension?
|
|
| Back to top |
|
 |
Janosaudrei How do I cheat?
Reputation: 0
Joined: 24 Aug 2012 Posts: 1
|
Posted: Sun Sep 28, 2025 1:50 am Post subject: Small update |
|
|
Hello, I have enjoyed this extension quite a bit in the past but when i tried using it on a more current version after reinstall i encountered the issue that i wouldn't fill in the scripts, or have the "Disable CALL" functionality working so i made a small update to it and hope it helps anyone encountering such issues.
Bumped version to 2.4.3
| Description: |
|
 Download |
| Filename: |
aamaker.lua |
| Filesize: |
25.4 KB |
| Downloaded: |
604 Time(s) |
|
|
| Back to top |
|
 |
xxhehe Expert Cheater
Reputation: 0
Joined: 11 Mar 2015 Posts: 161
|
Posted: Mon Jul 13, 2026 8:24 pm Post subject: Re: AAmaker [Lua plugin] |
|
|
| GH*master wrote: | Plugin: AA Maker
Authors: SnedS91, MasterGH, ++METHOS
Repository: link
This 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
| Code: | SimpleCodeTemplate = [[
{ Game : {$ProcessName}
Version: 1.0
Date : {$Date}
Author : [edit aamaker.lua and pastle Author]
This script does blah blah blah
Make by aamaker Lua plagin ;)
}
[ENABLE]
{$AddressInjection}:
{$CheatCode}
[DISABLE]
{$AddressInjection}:
{$OriginalCode}
{$PrintLog}
]]
//.... |
|
Version 2.5.4 (64-bit compatible fix)
Beautification: community contribution
Fix: Cheat Engine v7.x support
Fix: 64-bit injection support, correct instruction length handling, original instructions preserved for execution
| Description: |
|
 Download |
| Filename: |
aamaker.lua |
| Filesize: |
33.97 KB |
| Downloaded: |
19 Time(s) |
|
|
| Back to top |
|
 |
|