Hacking WU Decrypt Content GUI Version 0.5.1

  • Thread starter Thread starter WiiuGold
  • Start date Start date
  • Views Views 21,058
  • Replies Replies 27
  • Likes Likes 6

WiiuGold

Well-Known Member
Member
Joined
Jan 5, 2015
Messages
902
Reaction score
760
Trophies
1
XP
1,540
Country
United States
Dynamit created a GUI to make it easier to decrypt Wii U game updates.

WU_Decrypt-Content-GUI-3-300x222.png


All you need to do is to put the files you downloaded from NUS in the same folder as WU CDecrypt GUI and point the program to the title.tik and title.tmd. Also you need to point the program to the WiiU Common key.Next you have to download cdecrypt.exe and libeay32.dll from here and place them in a subfolder called “include”.

After that it should decrypt and create a debug.txt file.

A requeriment to get the app to work is .Net Framework 2.0 or later.

Credit goes to the following people:

Dynamit for creating WU_Decrypt Content GUI.
Luigi for the idéa to create a GUI front.
Fix94 & Dimok and many other big names in Wii/WiiU homebrew
world for there wounderful work.
crediar for CDecrypt that does the all heavy lifting.

UPDDATE:

0.5.1 Is Out

Download here

Source
 
I know but NUS Downloader U (I thought because of an update folder or something like that. I know the WUD does) will not Extract Hyrule Warriors properly with cdecrypt so I assume that this won't either :/
 
Has anyone b3en able to get nus keys from wii u ware content
The keys for updates do not work for full content
 
If this is intended only for WiiU updates why do you still have to point it to those files? I mean, they should always be included.
I wasn't the one who made it .. That is what he wanted I guess . i CAN tell him to change it :)
 
I wasn't the one who made it .. That is what he wanted I guess . i CAN tell him to change it :)

It's not like it needs to be changed but if he "forces" you to already place the executable into the same directory as the files.


You say "source" but there's no source-code available for that application. Just a little bit confusing.Here are the changes I mean, you can just forward that to him: (We're using system.io here)

Currently he checks if his string array is empty or not (btw. he might want to set a dimension for it but not really needed I guess)

Put this:

Code:
            if (File.Exists("cetk")
                    filePaths[1] = "cetk";
            if (File.Exists("tmd")
                    filePaths[1] = "tmd";

before this:

Code:
            bool flag = string.IsNullOrEmpty(this.filePaths[0]) || string.IsNullOrEmpty(this.filePaths[1]) || string.IsNullOrEmpty(this.filePaths[2]);
            if (flag)
            {
                ...
            }

You might want to do the same for the WiiU common key. It won't change the function at all but just skip most steps. In addition, you can tell him that he doesn't need to create for everything a new variable. Obviously it's up to the programmer but this also works:

Code:
                if (string.IsNullOrEmpty(this.filePaths[1])
                {}

On the bright side I won't need to make you that program anymore :)
 
Last edited by Tesa,
  • Like
Reactions: WiiuGold
Can someone guide me to do this?
I've been trying to get VC games from NUS but I cannot seem to be able to get the title.tik, tmd files from the downloaded package.
Is there away to decrypt those so far?

The title.tik isn't public. It's basically the decryption key for the package and you would need to obtain it from somewhere else and save it into a file.

Edit: The key is different from the normal decryption key. It's more or less a "nus specific" key. So the normal decryption key for a game can be different from the key for the nus download. For patches the key is provided from nus itself.
 
Last edited by Tesa,
  • Like
Reactions: WiiuGold
The title.tik isn't public. It's basically the decryption key for the package and you would need to obtain it from somewhere else and save it into a file.

Edit: The key is different from the normal decryption key. It's more or less a "nus specific" key. So the normal decryption key for a game can be different from the key for the nus download. For patches the key is provided from nus itself.
i tried using a key from a patch to decrypt a full nus
no luck
is there such a thing as a VC wud?
 
i tried using a key from a patch to decrypt a full nus
no luck
is there such a thing as a VC wud?
I haven't seen one yet. :/

I've been trying to get both Mother and mother 2 ROMs (Japanese VC) from there to make an in-depth comparison with the already available ROMs with no luck at all.
I thought about using NUS + Decryption to dump the ROMs but no luck at all. :/
 
i tried using a key from a patch to decrypt a full nus
no luck
is there such a thing as a VC wud?

You can't use the keys of a patch. Basically every game / patch has a different key, the common key stays the same (you need multiple keys here). Currently there's no place where you can get nus keys and/or the title.tik files for VC games (at least not that I know of, I think I saw somewhere a google sheet with nus keys for most AAA games)
 
You can't use the keys of a patch. Basically every game / patch has a different key, the common key stays the same (you need multiple keys here). Currently there's no place where you can get nus keys and/or the title.tik files for VC games (at least not that I know of, I think I saw somewhere a google sheet with nus keys for most AAA games)
yea there is one
ive used it before
ive got freedom planet VC
but because there are no keys
i cant do shit with it

do you think it will be possible to use cheat engine to force a decrypt
is it limited by the software
or is it limited by Nintendo servers?
 
Last edited by Don Jon,
yea there is one
ive used it before
ive got freedom planet VC
but because there are no keys
i cant do shit with it

This is litteraly what I said, you can download every VC title from NUS but you most likely won't get the keys for them. You might, some day from some place, but don't get your hopes up. NUS isn't a place to get free games.
 

Site & Scene News

Popular threads in this forum