ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

NCDyson

Hello Boys...
Member
Joined
Nov 9, 2009
Messages
278
Trophies
1
XP
319
Country
United States
XERNEAS.png~original
One of my fav model =3

Also yeah about Iris and eyes,
Iris should Not be transparent. but a white Background , and eyes should be transparent (the white part)
to give proper Eyes effect for pokemon that use that method.
I can have wrong but that how since now it worked ^^

I was actually talking about the UV coordinates. Were those correctly exported by the script, or did you have to fix those yourself?
 

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
just done a little update to the script, overlooked that eshop and VC games use a different naming structure than carts so it wouldn't do them properly, this should work with any now.

ok anyone wanting a simple windows script to automatically extract a rom's filesystem, decrypt it and extract the contents

basically make sure you have
the xor pads and the 3ds rom in the folder

make sure you only have the 1 .3ds file in the folder and click on edd.bat

(i know its obvious but i didn't make any of the tools in the file, just the .bat file this is just to make the process super noob friendly)
 

Attachments

  • Automated extract decrypt and dump.rar
    1.1 MB · Views: 338

dubbz82

Well-Known Member
Member
Joined
Feb 2, 2014
Messages
1,572
Trophies
0
Age
41
XP
1,215
Country
United States
just done a little update to the script, overlooked that eshop and VC games use a different naming structure than carts so it wouldn't do them properly, this should work with any now.

ok anyone wanting a simple windows script to automatically extract a rom's filesystem, decrypt it and extract the contents

basically make sure you have
the xor pads and the 3ds rom in the folder

make sure you only have the 1 .3ds file in the folder and click on edd.bat

(i know its obvious but i didn't make any of the tools in the file, just the .bat file this is just to make the process super noob friendly)



Very cool. Just gave it a whirl, and it works as expected. About the only suggestion I have is maybe adding some cleanup afterwards to kill the generated temp file, and optionally the xorpad and/or .3ds files, but other than that, great job!
 

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
Very cool. Just gave it a whirl, and it works as expected. About the only suggestion I have is maybe adding some cleanup afterwards to kill the generated temp file, and optionally the xorpad and/or .3ds files, but other than that, great job!
well i dont like to assume people want stuff deleted, but if you want you can use this
Code:
Echo OFF
ECHO 3DS extract decrypt and Dump script.
 
getromfs *.3ds
 
padxorer EncryptedRomFS.bin CTR-*-*0.romfs.xorpad
 
ctrtool.exe -t romfs --romfsdir=out EncryptedRomFS.bin.out
 
Echo ALL DONE contents extracted to the "out" folder
Del *.xorpad
Del *.3ds
del *.bin
del *.bin.out
del *.3ds
del *.exe
del *.dll
del *.bat
 
PAUSE

which will delete absolutely everything including itself except for the "out" folder (or anything not using the extensions listed XD)
 

dubbz82

Well-Known Member
Member
Joined
Feb 2, 2014
Messages
1,572
Trophies
0
Age
41
XP
1,215
Country
United States
well i dont like to assume people want stuff deleted, but if you want you can use this
Echo OFF
ECHO 3DS extract decrypt and Dump script.

getromfs *.3ds

padxorer EncryptedRomFS.bin CTR-*-*0.romfs.xorpad

ctrtool.exe -t romfs --romfsdir=out EncryptedRomFS.bin.out

Echo ALL DONE contents extracted to the "out" folder
Del *.xorpad
Del *.3ds
del *.bin
del *.bin.out
del *.3ds
del *.exe
del *.dll
del *.bat

PAUSE

which will delete absolutely everything including itself except for the "out" folder (or anything not using the extensions listed XD)



Probably best not to run that in the windows folder, eh? :)
 

Myria

Well-Known Member
Member
Joined
Jul 24, 2014
Messages
464
Trophies
0
Age
42
XP
851
Country
United States
I'm trying to decrypt Triforce of the Gods 2 (A Link Between Worlds) that I dumped myself from my US physical cartridge using the Gateway 3DS menu and I think the XOR generator Launcher.dat program is freezing. I'm using the Gateway 3DS blue card to start it. I had copied the ROM image from the SD card then ran whatever that ctrKeyGen thing is to make the ncchinfo.bin file.

When I run the exploit, I get this white text on black background on the screen, and nothing else:

Code:
3DS CTR DECRYPTOR by VOiD, refactored by xerpi
Opening sd:/ncchinfo.bin ...
Opened! Reading info...

It just freezes there with no other messages, still playing the System Settings ambiance in the background.

By the way, someone, tell xerpi to disable 3D mode regardless of what the switch is set to. That text looks really screwy in 3D mode. >.<
 

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
I'm trying to decrypt Triforce of the Gods 2 (A Link Between Worlds) that I dumped myself from my US physical cartridge using the Gateway 3DS menu and I think the XOR generator Launcher.dat program is freezing. I'm using the Gateway 3DS blue card to start it. I had copied the ROM image from the SD card then ran whatever that ctrKeyGen thing is to make the ncchinfo.bin file.

When I run the exploit, I get this white text on black background on the screen, and nothing else:

Code:
3DS CTR DECRYPTOR by VOiD, refactored by xerpi
Opening sd:/ncchinfo.bin ...
Opened! Reading info...

It just freezes there with no other messages, still playing the System Settings ambiance in the background.

By the way, someone, tell xerpi to disable 3D mode regardless of what the switch is set to. That text looks really screwy in 3D mode. >.<
just re-run it a few times, usually works after about 3-5 goes.......if it still doesnt work try another SD card
 

outlaw1994

Active Member
Newcomer
Joined
Apr 10, 2011
Messages
40
Trophies
0
XP
104
Country
I'm trying to decrypt Triforce of the Gods 2 (A Link Between Worlds) that I dumped myself from my US physical cartridge using the Gateway 3DS menu and I think the XOR generator Launcher.dat program is freezing. I'm using the Gateway 3DS blue card to start it. I had copied the ROM image from the SD card then ran whatever that ctrKeyGen thing is to make the ncchinfo.bin file.

When I run the exploit, I get this white text on black background on the screen, and nothing else:

Code:
3DS CTR DECRYPTOR by VOiD, refactored by xerpi
Opening sd:/ncchinfo.bin ...
Opened! Reading info...

It just freezes there with no other messages, still playing the System Settings ambiance in the background.

By the way, someone, tell xerpi to disable 3D mode regardless of what the switch is set to. That text looks really screwy in 3D mode. >.<


try another sd card i had the same problems for ages then tried my gateway microsd with an adapter and works every time

Edit: ninja'd:ninja: by gamesquest1
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: The cybertruck is a death trap.