Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   Minecraft Marketplace Contents Decryptor (https://forum.exetools.com/showthread.php?t=20128)

SilicaAndPina 04-02-2022 08:46

Minecraft Marketplace Contents Decryptor
 
1 Attachment(s)
I cracked the DRM used by the Minecraft Marketplace, and wrote a tool to decrypt & crack any premium worlds, skins, resource pack or persona contents in C#

Here is my source code to this tool:

SilicaAndPina 10-22-2022 09:41

"Version2" entitlements
 
1 Attachment(s)
Hello~ it seems as of 1.19, mojang changed the entitlement files that your contain pack's Content Keys

they added some extra encryption to it

the Entitlement Files now contain the header "Version2" and then a base64 string, decoding that string is an encrypted version of what was there in 1.18, and also what is there if you connected directly to the API and requested your inventory.

The encryption works as follows

1- locate the options.txt file; usually its at
%LOCALAPPDATA%/packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/minecraftpe/options.txt

read the "last_title_account_id" for example; 1D05A92F556ACCD5
append last_title_account_id to itself, resulting in 1D05A92F556ACCD51D05A92F556ACCD5
then XOR that with the constant "X(nG*ejm&E8)m+8c;-SkLTjF)*QdN6_Y"

the result of that XOR is the aes-128-cfb key required to decrypt the entitlement buffer, then you just read it the same way as before

which i dont think i actually explained earlier, if you want more details,
read the code ;)

here is an updated verison to do all the new stuff they added:

CarrotStickCam 11-04-2022 01:44

Really impressive!

grayr0ot 03-08-2023 08:36

Version 2 encryption
 
Hello,

Is it normal that their encryption is that way that bad?

I successfully unciphered content with an old version and your message tips. But recursive path direction no longer work. I had to pass path manually.

blue_devil 03-09-2023 05:34

@SilicaAndPina, can we apply your crack/scripts to TLauncher?

Maks92i 03-20-2023 17:48

J'attends que mon compte soit validé pour pouvoir essayer Mc tool, j'ai acheté un pack sur le marketplace avec un overworld cubemap à l'interieur qui m'intéresse vraiment, un des plus réaliste à ce jour pour la version Bedrock de Minecraft ! J'ai hâte de pouvoir le décrypter et pouvoir l'intégrer à mon pack personnel :)

TBQ 06-23-2023 09:41

I don't know when it will expire and I would like to request to use it for my tests

stuart1974 07-13-2023 01:17

Can you please share the tool on MEGA or any other link. Thanks

SilicaAndPina 07-18-2023 15:43

Quote:

Originally Posted by stuart1974 (Post 128008)
Can you please share the tool on MEGA or any other link. Thanks

i am hosting a public version of the tool on my git server,

http://silica.codes/SilicaAndPina/McDecryptor


All times are GMT +8. The time now is 10:37.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX