Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Does it work on Encrypted 

(+1)

Yes, it works with Encrypted PCKs, BUT you have to get the key yourself. Later, I’ll try to add some kind of “hacking” logic, probably it will be a separate program.

If you have an encrypted project, can you provide a link to it (exe + pck)? I will use it during development, if it is possible to get the key at all…

https://drive.google.com/file/d/1pyF3cYlwuiNaShwo0Khh-rsMjyIfQTq7/view?usp=shari...
Here's Game Project in 3.3 version of Godot. I know it's illegal to Reap Someone project. But here i am Doing  it just for learning purpose and I'm working on latest Godot 4 Version. I have provide you all things.  Its  all embed in EXE only.  PCK i extract myself.

(+1)

Oh, yes, this program does not support Godot 3 Encryption yet. So you can use it to open and unpack files, but they will remain encrypted.

This program, as I understand, it only works with Godot 3. Because it could not get the key from my Godot 4.0.2 test program.

But I like the idea of this program and I thought I would do a scan of the assembler of the program myself. But then I decided that it would be more difficult and I have already made my own program that iterates through all the bytes of the engine in search of the key. It is much slower (2-6 minutes), but thanks to this program I have greatly optimized GodotPCKExplorer.

Later, I may implement a key search in the assembler of the program.