vesperpallens How do I cheat?
Reputation: 0
Joined: 02 Sep 2024 Posts: 3
|
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.
The tool does not work out of the box requiring you to find some offsets and the root Viewport address. More about it on GitHub.
Features:
- Works with Godot 3.x and 4.x.
- Dumping variants and constants from active nodes or a single node of a root viewport to Cheat Engine's AddressList.
- Create Cheat Engine structures from a root viewport and autoguess Node objects with GDScriptInstances.
- Optionally monitors nodes and updates the Symbol List.
- Basic API functions
Since it works with both the CE structures and address list, I recommend using CE structures first since they are more efficient (but DO NOT save those structures, it may crash CE).
Dumping all available nodes in the root viewport into CE's addresslist can make CE unresponsive in some cases (usually with 'big' applications)
The tool is not finished and I may add more features later.
Description: |
|
 Download |
Filename: |
GDumper.lua |
Filesize: |
310.25 KB |
Downloaded: |
106 Time(s) |
|
|