Homebrew [RELEASE] FakeBrick9

  • Thread starter Thread starter A_Random_Guy
  • Start date Start date
  • Views Views 24,337
  • Replies Replies 62
  • Likes Likes 14
@Filo97
Code:
int main(){
    drawBrick(); // draw brick
    sleep(5000);
    u32 rnd = rand() % 20; // get random number between 0 and 19
    if (checkKeys() == 1 && rnd < 7) // if ANY key is pressed AND random number is 0-6 -> 35% chance (really bad, I know)
    {
        drawMenuHaxCrash(); // emulate menuhax
        sleep(500); // wait for a while
    }
    runIntegratedPayload(); // run chainloader payload, should load /NANDUnBricker.bin
    return 0;
You didn't have to make it THAT easy tho...
 
the easter egg is so much faster than the real thing, its very obviously fake.

built the source without the brick screen and just the easter egg to look back on what life was like in those dark days, and its just too fast to feel authentic.
 
the easter egg is so much faster than the real thing, its very obviously fake.

built the source without the brick screen and just the easter egg to look back on what life was like in those dark days, and its just too fast to feel authentic.
I didn't want to delay the boot any longer. This was just a joke, obviously not meant to represent The Real Deal (TM)
 
I didn't want to delay the boot any longer. This was just a joke, obviously not meant to represent The Real Deal (TM)
just read the code for the easter egg, and saw that i can just adjust the delays to make the timing right. now i just have to measure how long a menuhax boot really takes.

thanks for the fun toy btw.
 
just read the code for the easter egg, and saw that i can just adjust the delays to make the timing right. now i just have to measure how long a menuhax boot really takes.

thanks for the fun toy btw.
You're welcome. Just make sure to cause a lot of chaos :evil:
 
How do I uninstall this? Where is the nandunbricker.bin?

Sent from my Browser on a New 3DS XL with A9LH

To uninstall it, just replace the arm9loaderhax.bin with the CFW you're using

To make it boot a CFW or something, rename the arm9loaderhax.bin from your CFW to nanunbricker.bin
 
  • Like
Reactions: Wolfvak
I've tried this and i just get white screen. How can this be if i can use apps like BootAnim9?

I'm using the no-SD fork which merges screeninit and no_screeninit.
 

Site & Scene News

Popular threads in this forum