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
887
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
  • Psionic Roshambo @ Psionic Roshambo:
    Tine? One gram?
  • BigOnYa @ BigOnYa:
    Sixteenth
  • Psionic Roshambo @ Psionic Roshambo:
    Also it was literally out of a kilo when I got it off the boat so absolutely pure
  • Psionic Roshambo @ Psionic Roshambo:
    Holy shiz that's a lot
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I was getting 3.5 Grams for 320 could have stepped on it and doubled my money easy lol
    +1
  • BigOnYa @ BigOnYa:
    I'd be afraid to it nowdays, my heart would explode prob. I just stick beers n buds nowdays.
  • Psionic Roshambo @ Psionic Roshambo:
    I would get to drive from tarpon springs to like Miami a thousand bucks lol do that twice a week and back in 92 that was good money
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    @Psionic Roshambo what are you guys talking about?
  • Psionic Roshambo @ Psionic Roshambo:
    Blew it on women and muscle cars lol
    +1
  • BigOnYa @ BigOnYa:
    @Xdqwerty Hamster food, its pricey nowadays to keep PCs running.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I don't do anything except cigarettes and gotta stop eventually lol
    +1
  • BigOnYa @ BigOnYa:
    I'd do shrooms again if could find, and I was outside camping/fishing, and had a cooler full of beer.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wouldn't mind some LSD, laughing until my face hurt sounds fun lol
    +1
  • BigOnYa @ BigOnYa:
    You ever try soaper powder/qauludes? I did once and like a dumbass drank beer on top of taking, I woke up laying in my backyard in the pouring rain, it knocked me out. I have not seen it around in many many years.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No never tried a lot of things but never that lol
  • Psionic Roshambo @ Psionic Roshambo:
    I did pass out one time on a floor after taking a bunch of Ambien lol thought it would help me sleep and did it lol
  • Psionic Roshambo @ Psionic Roshambo:
    Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest pill bottle I have ever seen lol
  • K3Nv2 @ K3Nv2:
    Ativan is pretty legit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    The last time I had to take something to help me sleep, I was prescribed Trazadone it was pretty OK to be honest.
  • Psionic Roshambo @ Psionic Roshambo:
    Not something I need at all these days, doing a lot better lol
  • BigOnYa @ BigOnYa:
    That Nuka Cola video with old ice grinder is cool, I want one.
    +1
  • K3Nv2 @ K3Nv2:
    @BigOnYa, ANSWER HIS DAMN QUESTION
    K3Nv2 @ K3Nv2: @BigOnYa, ANSWER HIS DAMN QUESTION