Hacking JNUSTool - NUSGrabber and CDecrypt combined!

Sno0t

Well-Known Member
Member
Joined
Aug 20, 2015
Messages
223
Trophies
0
XP
1,217
Country
Gambia, The
Sure, here it is:
Getting FST from server.
java.lang.IllegalArgumentException: Not a FST. Maybe a wrong key? Don't worry if you only want to download encrypted files!
at de.mas.jnustool.FST.parse(FST.java:86)
at de.mas.jnustool.FST.<init>(FST.java:30)
at de.mas.jnustool.NUSTitle.<init>(NUSTitle.java:179)
at de.mas.jnustool.Starter.main(Starter.java:86)
Total Size of Content Files: 592.87 MB
Exception in thread "main" java.lang.NullPointerException
at de.mas.jnustool.gui.JCheckBoxTree.<init>(JCheckBoxTree.java:164)
at de.mas.jnustool.gui.NUSGUI.<init>(NUSGUI.java:46)
at de.mas.jnustool.Starter.main(Starter.java:86)

Starting via commandline if this is helpful in anyway...
 

Maschell

Well-Known Member
OP
Member
Joined
Jun 14, 2008
Messages
1,096
Trophies
2
XP
4,721
Country
Germany
Sure, here it is:
-snip-
Starting via commandline if this is helpful in anyway...
Yes, to create the GUI with FST, you need access to the FST. Without providing the NUSKey its not possible. Use "-dlEncrypted" instead or provide the NUSKey
Thanks, I'll add a proper error message.
 

magpte

Member
Newcomer
Joined
Sep 27, 2016
Messages
23
Trophies
0
Age
23
XP
106
Country
Switzerland
Sorry but there is an inquiry there if it is possible to export the file list for the game as sometime the app is keep running in very low speed maybe X KB/S, and it would be great if we can download one by one with IDM or other soft.
 

FunThomas

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
652
Trophies
0
XP
2,016
Country
Gambia, The
Last edited by FunThomas,

|<roni&g

Well-Known Member
Member
Joined
Nov 18, 2010
Messages
453
Trophies
1
Location
UK
XP
2,188
Country
United States
Tried using this programme. The .jar opens as a winrar, can't open the jar like a normal programme or drag and drop tiks. It doesn't work right. Should of made it a .exe file
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
that's because winrar associated .jar extension to itself.
you can "double click" jar file and have Java launch them by re-associating the .jar extension to java.

.exe is not the only method to launch a program, exe is only an extension used by windows associated to windows kernel.

What you should do, is use a command lne window :
go to where your jar is located
shift+right click on en empty space on that folder
open a command line window here
type this :
java -jar JNUSTool.jar <titleID> -dlEncrypted

Doing this will run "java" (and not winrar), telling it that you want to execute a "jar", you provide the jar filename and arguments.



Note that even if you associate jar to java, double clicking WILL work, but it will open JNUStool in GUI mode which has a list of available game updates.
it will not list full games.
to get full games, you need to use the command line (inside a command line window or a .bat file)


@Maschell:
A user reported that JNUStool didn't detect a bad downloaded file :
https://gbatemp.net/threads/wii-u-u...-internal-memory.445514/page-163#post-6770859
He used JNUS to resume/fix, but didn't detect the content as bad.
 

|<roni&g

Well-Known Member
Member
Joined
Nov 18, 2010
Messages
453
Trophies
1
Location
UK
XP
2,188
Country
United States
that's because winrar associated .jar extension to itself.
you can "double click" jar file and have Java launch them by re-associating the .jar extension to java.

.exe is not the only method to launch a program, exe is only an extension used by windows associated to windows kernel.

What you should do, is use a command lne window :
go to where your jar is located
shift+right click on en empty space on that folder
open a command line window here
type this :
java -jar JNUSTool.jar <titleID> -dlEncrypted

Doing this will run "java" (and not winrar), telling it that you want to execute a "jar", you provide the jar filename and arguments.



Note that even if you associate jar to java, double clicking WILL work, but it will open JNUStool in GUI mode which has a list of available game updates.
it will not list full games.
to get full games, you need to use the command line (inside a command line window or a .bat file)


@Maschell:
A user reported that JNUStool didn't detect a bad downloaded file :
https://gbatemp.net/threads/wii-u-u...-internal-memory.445514/page-163#post-6770859
He used JNUS to resume/fix, but didn't detect the content as bad.
Thankyou continuing to help. Will try and get it working again soon. I've been using new nus and that's why I think I've had no success with internal install
 

Maschell

Well-Known Member
OP
Member
Joined
Jun 14, 2008
Messages
1,096
Trophies
2
XP
4,721
Country
Germany
Updated JNUSTool to 0.2!

DL: https://github.com/Maschell/JNUSTool/blob/master/release.zip?raw=true

Changelog:
- Added serval hash checks (h0-h3 + h3 file hash)
- added an automatic updatelist.csv updater (USE THE NEW CONFIG FILE)
- If the decrypted file already exists, but the hash is wrong it'll br re downloaded.
- to download the meta.xml in the beginning the cached files will be used if they exist.
- improved content type detection (fixed issue with some wrong decrypted files in the code folder)
- refactoring / code cleanup / several small fixes I don't remember

note: make sure to use the new config file. It contains the URL's for
the auto update feature

please report any issued. I changes some things. Hopefully I didn't break anything
 

BIFFTAZ

Well-Known Member
Member
Joined
Jul 26, 2010
Messages
596
Trophies
1
XP
846
Country
Updated JNUSTool to 0.2!

DL: https://github.com/Maschell/JNUSTool/blob/master/release.zip?raw=true

Changelog:
- Added serval hash checks (h0-h3 + h3 file hash)
- added an automatic updatelist.csv updater (USE THE NEW CONFIG FILE)
- If the decrypted file already exists, but the hash is wrong it'll br re downloaded.
- to download the meta.xml in the beginning the cached files will be used if they exist.
- improved content type detection (fixed issue with some wrong decrypted files in the code folder)
- refactoring / code cleanup / several small fixes I don't remember

note: make sure to use the new config file. It contains the URL's for
the auto update feature

please report any issued. I changes some things. Hopefully I didn't break anything
JNUStool was working fine until I updated to this version. It now believes the common key length is wrong? Any thoughts?
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
JNUStool was working fine until I updated to this version. It now believes the common key length is wrong? Any thoughts?
Every new version includes a config file that doesn't have the common key in it. Look at 'config' in your other directory and copy the key from there. Do not just copy the whole config file because there are more lines in the new version.
 
  • Like
Reactions: BIFFTAZ

BIFFTAZ

Well-Known Member
Member
Joined
Jul 26, 2010
Messages
596
Trophies
1
XP
846
Country
Every new version includes a config file that doesn't have the common key in it. Look at 'config' in your other directory and copy the key from there. Do not just copy the whole config file because there are more lines in the new version.
For some reason, I had a file ckey.bin in the folder with the common key inside it & assumed that was it... Anyway it works now. Thanks dude!!
 

johsam

Active Member
Newcomer
Joined
Oct 31, 2016
Messages
41
Trophies
0
Age
48
XP
888
Country
How do I install the updates i grab with JNUSTool? Do I add them thru WUP Installer or do i copy/paste it to the game-folder before installing the game?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1