vesperpallens How do I cheat?
Reputation: 0
Joined: 02 Sep 2024 Posts: 4
|
Posted: Sat Aug 23, 2025 11:39 am Post subject: Cheat Engine Runtime Godot Dumper |
|
|
I've spent some time creating a Godot Engine Dumper that allows exploring Godot Engine applications in runtime.
It can be downloaded on GitHub (palepine/GDDumper) and placed in autorun folder.
Despite my efforts, it's not a complete out of the box solution. For it to work, the script needs 1) a CE symbol registered for a root viewport, 2) godot engine version definition and 3) internal godot structure offsets. More about it on GitHub
Features:
- Godot 3.x and 4.x. support
- Automatic offset resolution
- x64 and x32 support
- Dumping nodes to Cheat Engine's AddressList
- Root node structure dissecting
- Updating node symbollist
- Basic API functions
- GDScriptFunction disassembler (structure-based)
- Arbitrary GDFunction calling (experimental)
Since it works with both the CE structures and address list, I recommend using CE structures first since they are more efficient (saving tables with those structures might not be a good idea though).
Report any issues on GitHub.
| Description: |
|
 Download |
| Filename: |
GDumper.lua |
| Filesize: |
530.71 KB |
| Downloaded: |
793 Time(s) |
|
|