Hacking [TUTORIAL] Convert Loadiine Games to USB Installable Format Properly

  • Thread starter Thread starter gha_razor
  • Start date Start date
  • Views Views 166,417
  • Replies Replies 138
  • Likes Likes 16
Open it in notepad and if you see garbled characters then it's in binary. If you see numbers and letters it's in hex and you need to paste it as hex in a hex editor and then save it.


Can you tell me how to create the ckey.bin in binar format using Hex workshop?
 
why would i need to paste as hex, when i should be pasting as binary?
Because the thing you're pasting is in hex, not binary.
If you just paste the key in notepad and save it it will be saved as plaintext.
Or, maybe you just have to click in the left section (where the hex is) and paste.
 
Because the thing you're pasting is in hex, not binary.
If you just paste the key in notepad and save it it will be saved as plaintext.
Or, maybe you just have to click in the left section (where the hex is) and paste.



Can you create a batch .Bat file so i can do this with mutiple games in a queue?
 
$files = get-childitem .\ -name -recurse -filter title.tik
ForEach ($tik in $files) {
$tmd = [System.IO.Path]::ChangeExtension($tik, "tmd")
c:\cdecrypt\cdecrypt.exe "$tmd" "$tik" c:\cdecrypt\ckey.bin
}

You mean this? but how am i going to decrypt multiple games at once, when i have to have the the cdecrypt files inside a game folder so it can convert the files to loadiine format? I can't place multiple game files in the same directory or they'll copy over each other.

I attached a photo. what do i do from here? I was confused by your instructions on how to batch convert the games via powershell.
 

Attachments

  • Untitled.png
    Untitled.png
    59.6 KB · Views: 222
Last edited by morpheous,
Thxs for the guide. My LoD works fine on loadiine and I m trying to convert it to wup. Sadly I got a Common Lenght Key error on JNustool. Any idea why this happens?

The same thing happens to me, in the end you could find out what the problem was?
 
Hi!
Im downloading UPDATE DuckTales Remastered (0005000e10129000 TitleID):
java -jar JNUSTool.jar 0005000e10129000
All fine, complete downloaning all directories

Next, Im replace 4 files in 'content' (for localization), and start packing:
java -jar NUSPacker.jar -in "/Users/sonic/Desktop/Loadiine2NUS/dtr/updaterus" -out "/Users/sonic/Desktop/Loadiine2NUS/dtr/nusupdaterus" -encryptKeyWith D7B00402659BA2ABD2CB0DB27FA2B656
...
Packed all contents.


TMD saved to /Users/sonic/Desktop/Loadiine2NUS/dtr/nusupdaterus/title.tmd
Cert saved to /Users/sonic/Desktop/Loadiine2NUS/dtr/nusupdaterus/title.cert
Ticket saved to /Users/sonic/Desktop/Loadiine2NUS/dtr/nusupdaterus/title.tik

Encrypted with this key : 13371337133713371337133713371337
Key encrypted with this key : D7B00402659BA2ABD2CB0DB27FA2B656

Encrypted key : 22B7DCFEB17E03CF2C3F3053304A1C75

Next, Im tryin this on mywiiu (hakchi, wup installer) and received error - "not complete wup files", etc

How to pack UPDATE?
 
I followed every step but I get the following error: Can't create GUI window without the FST. Please provide a key/title.key
 
Hey can i use this with my NDS2WiiU games/

--------------------- MERGED ---------------------------

Can it be used with NDS2WIIU?
 
I followed every step but I get the following error: Can't create GUI window without the FST. Please provide a key/title.key

For anyone getting this error you need the correct key, after the process completed I got the game converted but I cannot install it, wupinstaller gives me an error saying the file is not a game, game dlc or update.
 
Last edited by tmnr1992,
For anyone getting this error you need the correct key, after the process completed I got the game converted but I cannot install it, wupinstaller gives me an error saying the file is not a game, game dlc or update.

Same problem, with the game Fatal Frame (Project zero EUR)
 

Site & Scene News

Popular threads in this forum