ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

  • Thread starter Thread starter Relys
  • Start date Start date
  • Views Views 649,098
  • Replies Replies 2,226
  • Likes Likes 30
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?
 
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

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!
 
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)
 
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? :)
 
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. >.<
 
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
 
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