Hacking COMPLETED CDNSP - Download & repack your games, updates, and DLC's to NSP!

  • Thread starter Deleted-451877
  • Start date
  • Views 534,793
  • Replies 760
  • Likes 119

Robman2122

Well-Known Member
Newcomer
Joined
Oct 14, 2015
Messages
84
Trophies
0
Age
34
XP
274
Country
United States
I tried Layers of Fear, I do have SX OS and my FW is 5.1.0
I haven't tried that one just yet. I won't be able to experiment for several hours (at work) but will give it a try myself tonight and see what the results are and report back.

Sent from my XT1710-02 using Tapatalk
 
  • Like
Reactions: Akuma540

olku

Well-Known Member
Newcomer
Joined
Oct 31, 2015
Messages
72
Trophies
0
Location
Estonia
XP
505
Country
Estonia
All the titles which titleid does not end with 000 or 800, fail to download: ValueError: invalid literal for int() with base 10: 'f'
Anyone got a fix for that?
 

datahoarder

Organized.
Member
Joined
Jul 7, 2007
Messages
567
Trophies
1
XP
750
Country
United States
I've edited the batch substantially since I first made it as I had originally read that title keys weren't needed for use on SX OS. It now uses the title key and downloads any updates along with base game. Please keep in mind, this will grab All available updates for each game. It also currently appends "[USA] [eShop]" to each filename as well as the update version if applicable.

Your download.txt will now need more info though. It should be in the following format:

"TitleID,UpdateID,TitleKey,GameTitle"

Batch script:

if not exist Finished mkdir Finished
for /f "tokens=1-4 delims=," %%a in (download.txt) do (
cdnsp.py -r -g %%a-0-%%c %%b-65536-%%c %%b-131072-%%c %%b-196608-%%c %%b-262144-%%c %%b-327680-%%c %%b-393216-%%c %%b-458752-%%c %%b-524288-%%c %%b-589824-%%c %%b-655360-%%c %%b-720896-%%c %%b-786432-%%c %%b-854968-%%c %%b-917504-%%c %%b-983040-%%c %%b-1048576-%%c
ren %%a\%%a.nsp "%%d [USA] [eShop].nsp"
move %%a\"%%d [USA] [eShop].nsp" Finished\"%%d [USA] [eShop].nsp"
ren %%a\%%b\65536\%%b.nsp "%%d [USA] [eShop] [Update v65536].nsp"
move "%%a\%%b\65536\%%d [USA] [eShop] [Update v65536].nsp" Finished
ren %%a\%%b\131072\%%b.nsp "%%d [USA] [eShop] [Update v131072].nsp"
move "%%a\%%b\131072\%%d [USA] [eShop] [Update v131072].nsp" Finished
ren %%a\%%b\196608\%%b.nsp "%%d [USA] [eShop] [Update v196608].nsp"
move "%%a\%%b\196608\%%d [USA] [eShop] [Update v196608].nsp" Finished
ren %%a\%%b\262144\%%b.nsp "%%d [USA] [eShop] [Update v262144].nsp"
move "%%a\%%b\262144\%%d [USA] [eShop] [Update v262144].nsp" Finished
ren %%a\%%b\327680\%%b.nsp "%%d [USA] [eShop] [Update v327680].nsp"
move "%%a\%%b\327680\%%d [USA] [eShop] [Update v327680].nsp" Finished
ren %%a\%%b\393216\%%b.nsp "%%d [USA] [eShop] [Update v393216].nsp"
move "%%a\%%b\393216\%%d [USA] [eShop] [Update v393216].nsp" Finished
ren %%a\%%b\458752\%%b.nsp "%%d [USA] [eShop] [Update v458752].nsp"
move "%%a\%%b\458752\%%d [USA] [eShop] [Update v458752].nsp" Finished
ren %%a\%%b\524288\%%b.nsp "%%d [USA] [eShop] [Update v524288].nsp"
move "%%a\%%b\524288\%%d [USA] [eShop] [Update v524288].nsp" Finished
ren %%a\%%b\589824\%%b.nsp "%%d [USA] [eShop] [Update v589824].nsp"
move "%%a\%%b\589824\%%d [USA] [eShop] [Update v589824].nsp" Finished
ren %%a\%%b\655360\%%b.nsp "%%d [USA] [eShop] [Update v655360].nsp"
move "%%a\%%b\655360\%%d [USA] [eShop] [Update v655360].nsp" Finished
ren %%a\%%b\720896\%%b.nsp "%%d [USA] [eShop] [Update v720896].nsp"
move "%%a\%%b\720896\%%d [USA] [eShop] [Update v720896].nsp" Finished
ren %%a\%%b\786432\%%b.nsp "%%d [USA] [eShop] [Update v786432].nsp"
move "%%a\%%b\786432\%%d [USA] [eShop] [Update v786432].nsp" Finished
ren %%a\%%b\854968\%%b.nsp "%%d [USA] [eShop] [Update v854968].nsp"
move "%%a\%%b\854968\%%d [USA] [eShop] [Update v854968].nsp" Finished
ren %%a\%%b\917504\%%b.nsp "%%d [USA] [eShop] [Update v917504].nsp"
move "%%a\%%b\917504\%%d [USA] [eShop] [Update v917504].nsp" Finished
ren %%a\%%b\983040\%%b.nsp "%%d [USA] [eShop] [Update v983040].nsp"
move "%%a\%%b\983040\%%d [USA] [eShop] [Update v983040].nsp" Finished
ren %%a\%%b\1048576\%%b.nsp "%%d [USA] [eShop] [Update v1048576].nsp"
move "%%a\%%b\1048576\%%d [USA] [eShop] [Update v1048576].nsp" Finished
if not exist "Finished\%%d [USA] [eShop].nsp" echo %%b >> failed.txt
echo y|rmdir %%a /s
)

The furthest game update I've found includes up to v1114112 v1179648 v1245184 v1310720 v1376256 v1441792.
 

Robman2122

Well-Known Member
Newcomer
Joined
Oct 14, 2015
Messages
84
Trophies
0
Age
34
XP
274
Country
United States
The furthest game update I've found includes up to v1114112 v1179648 v1245184 v1310720 v1376256 v1441792.
Thanks for the info! I will update the script later when I'm home from work. I figured it would cover just about anything going as far as I did, but I guess I should have gone a bit further.

Sent from my ASUS_P00J using Tapatalk
 

Akuma540

Member
Newcomer
Joined
May 16, 2018
Messages
18
Trophies
0
Age
36
XP
83
Country
Germany
I haven't tried that one just yet. I won't be able to experiment for several hours (at work) but will give it a try myself tonight and see what the results are and report back.

Sent from my XT1710-02 using Tapatalk

I ve tested now Layers of Fear, Infernium, Naruto UNS3 and Outlast and none is working, installation is fine
 

Robman2122

Well-Known Member
Newcomer
Joined
Oct 14, 2015
Messages
84
Trophies
0
Age
34
XP
274
Country
United States
I ve tested now Layers of Fear, Infernium, Naruto UNS3 and Outlast and none is working, installation is fine
Yesterday I was able to install and test VVVVVV, stardew valley, arcade archives Mario Bros and punch out and 36 fragments of midnight, all of which worked perfectly so far.

Sent from my ASUS_P00J using Tapatalk
 

Metsudo

Member
Newcomer
Joined
Dec 16, 2015
Messages
16
Trophies
0
Age
46
XP
192
Country
Has anyone tried Snake Pass yet ? If I do an -i I can get the title info just fine but I'm getting a File Doesn't Exist error on a download attempt.
 

Robman2122

Well-Known Member
Newcomer
Joined
Oct 14, 2015
Messages
84
Trophies
0
Age
34
XP
274
Country
United States
you got banned?
Not that I know of. Made a complete NAND backup before doing anything to my console and have been offline. I updated a couple backups at one point but haven't gone online since using dev menu at all. In the end, I don't really care if I get banned, so there's that. I've been using a cert that was included with the cdnsp script on a piracy site though.

Sent from my ASUS_P00J using Tapatalk
 

Dan-the-Rebirth

Well-Known Member
Member
Joined
Jan 5, 2014
Messages
541
Trophies
1
Age
35
XP
1,507
Country
Australia
ok correct me if iam wrong please:
1:to use this we need a console uniqe cert, but also the cert of a banned console works.
2:using my cert with this will get me banned
3:i can download games i dont own
4:to install the games on my switch within SX OS the cert of my console must be the same as the cert used for downlaodig.
5: if all of the above statements are correct, can we not hex edit the games after downlaod to change the banned cert to a not banned one?
 

Robman2122

Well-Known Member
Newcomer
Joined
Oct 14, 2015
Messages
84
Trophies
0
Age
34
XP
274
Country
United States
ok correct me if iam wrong please:
1:to use this we need a console uniqe cert, but also the cert of a banned console works.
2:using my cert with this will get me banned
3:i can download games i dont own
4:to install the games on my switch within SX OS the cert of my console must be the same as the cert used for downlaodig.
5: if all of the above statements are correct, can we not hex edit the games after downlaod to change the banned cert to a not banned one?
Number 4 is false. The certs don't need to match. Sx os takes care of that with sig patching

Sent from my ASUS_P00J using Tapatalk
 
  • Like
Reactions: NeoSlyde

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • The Real Jdbye @ The Real Jdbye:
    the funny thing is cocktails in norway are only allowed to have 1 20ml shot of booze
  • The Real Jdbye @ The Real Jdbye:
    so..... yeah
  • The Real Jdbye @ The Real Jdbye:
    we're used to only having a thimbleful of booze
  • Veho @ Veho:
    Booo.
  • The Real Jdbye @ The Real Jdbye:
    same thing if you want whisky on the rocks or something, you can't get a double
  • The Real Jdbye @ The Real Jdbye:
    but you could buy as many shots of whisky (or anything else) as you want and ask for a glass of ice and pour them in
  • The Real Jdbye @ The Real Jdbye:
    it's dumb
  • Veho @ Veho:
    Maybe.
  • Veho @ Veho:
    There was a comparison of the number of Ibuprofen poisonings before and after they limited the maximum dosage per box or per pill (i'll look that up). No limit on the number of boxes you can still buy as many as you want, so people argued it was pointless.
  • Veho @ Veho:
    But the number of (accidental) poisonings dropped because drinking an entire package of ibuprofen pills went from "I need a new liver" to "I need a new box of Ibuprofen".
  • Veho @ Veho:
    Here we have ketoprofen that used to be prescription-only because of the risk of toxic dosages, but then they halved the dose per pill and sell them in bottles of six pills apiece instead of twenty and it doesn't need a prescription any more. Yes you can buy more than one bottle but people simply don't.
  • Psionic Roshambo @ Psionic Roshambo:
    Usually accidentally overdose of ibuprofen here is from people taking like cold medicine then ibuprofen for a headache and the combination is over what they need
  • K3Nv2 @ K3Nv2:
    Toxic pills are best
  • SylverReZ @ SylverReZ:
    @Veho, He fucked around and found out.
  • SylverReZ @ SylverReZ:
    Lol Veho
  • AncientBoi @ AncientBoi:
    :O OMG. A Very EXPENSIVE way to find out :ohnoes:
  • Veho @ Veho:
    He was trying to whip shitties but instead he wiped out and ate shit.
    +1
  • AncientBoi @ AncientBoi:
    He was better off Whipping his own :shit:. :unsure::unsure::unsure: But then again.. Maybe not. Eeewww
  • K3Nv2 @ K3Nv2:
    Whip it real good
  • AncientBoi @ AncientBoi:
    Nah. Cool Whip is better :D
  • K3Nv2 @ K3Nv2:
    Cool wHip
  • AncientBoi @ AncientBoi:
    Especially on Chocolate Ice Cream :D:wub::D
    AncientBoi @ AncientBoi: Especially on Chocolate Ice Cream :D:wub::D