Hacking Pasta CFW - A CFW that allows unsigned CIA to be installed on Old and New 3DS! (required ninjhax)

  • Thread starter Thread starter capito27
  • Start date Start date
  • Views Views 1,434,357
  • Replies Replies 6,595
  • Likes Likes 123
Status
Not open for further replies.
Here's my custom version/s :)

Separate versions for each firmware we have offsets for...so:
N3ds 9.0-9.2
O3ds 9.0-9.2
O3ds 8.0-8.1
O3ds 4.1-4.5
Full Menu Version

Just pick the one you want, put the CFW_Loader folder in your /3ds folder and run it from ninjhax. Screen will change colour a few times and boot into home menu. :)
Unless you pick the Full menu version of course, then you just do the samebut pick you version when the menu loads. :)

Enjoy!
 

Attachments

That info will get you nowhere without the .COM

This crap always happens when I don't check in for for awhile,the last time I did this the Oot exploit came out. Now there are 24 pages in half a day, I don't have time for this! This is worse the the hype train! And those 24 pages likely have actual information in them! Stop the insanity!
 
  • Like
Reactions: cearp and Margen67
Here's my custom version/s :)

Separate versions for each firmware we have offsets for...so:
N3ds 9.0-9.2
O3ds 9.0-9.2
O3ds 8.0-8.1
O3ds 4.1-4.5
Full Menu Version

Just pick the one you want, put the CFW_Loader folder in your /3ds folder and run it from ninjhax. Screen will change colour a few times and boot into home menu. :)
Unless you pick the Full menu version of course, then you just do the samebut pick you version when the menu loads. :)

Enjoy!


Thanks. A question: did you try the spider version?
 
  • Like
Reactions: Margen67
Edit2 : If you get an error when installing a CIA with FBI, remember to make a title.db file in your "Nintendo 3DS/id1/id2/dbs" folder, and go to software management to fix the issue, you will then be able to install CIAs with FBI.

Can someone elaborate on this process in more detail? Would really appreciate it!
 
  • Like
Reactions: Margen67
if I upgrade my firmware to 8X Can I play all games in cia file + ONLINE with this PASTA CFW????
 
Here's my custom version/s :)

Separate versions for each firmware we have offsets for...so:
N3ds 9.0-9.2
O3ds 9.0-9.2
O3ds 8.0-8.1
O3ds 4.1-4.5
Full Menu Version

Just pick the one you want, put the CFW_Loader folder in your /3ds folder and run it from ninjhax. Screen will change colour a few times and boot into home menu. :)
Unless you pick the Full menu version of course, then you just do the samebut pick you version when the menu loads. :)

Enjoy!

You can autodetect whether the console is n3DS or o3DS:
Code:
#define CONFIG_PLATFORM_REG ((volatile u32*)0x10140FFC)
 
typedef enum {
    PLATFORM_3DS,
    PLATFORM_N3DS,
} Platform;
 
Platform GetUnitPlatform()
{
    switch (*CONFIG_PLATFORM_REG) {
        case 7:
            return PLATFORM_N3DS;
        case 1:
        default:
            return PLATFORM_3DS;
    }
Taken from Decrypt9. There is a way to detect version too as I saw something related to it in the code I was looking through earlier but I am not sure where I saw it.

One of these should work.
//---------------------------------------------------------------------------------
u32 osGetFirmVersion() {
//---------------------------------------------------------------------------------
return (*(u32*)0x1FF80000) & ~0xFF;
}

//---------------------------------------------------------------------------------
u32 osGetKernelVersion() {
//---------------------------------------------------------------------------------
return (*(u32*)0x1FF80060) & ~0xFF;
}
Brahma uses osGetFirmVersion to determine which payload to run. It doesn't mention which result corresponds to which 3DS firmware though. Might have to get some testers on different firmware to check for you.

I can add this myself later on if you don't. But for now I'm going to bed soon.
 
B-but... I just got a Gateway... Does it mean I wasted monies?

Oh noes!

Glad for the release though. :)

GET REKT MORALF+GS GGHAX 733hoxers.
 
  • Like
Reactions: Margen67
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum