Recent content by kingdawn

  1. K

    Homebrew [Release] Custom ROP loader HTML

    The same error mentioned in somewhere by the others, especially in the ACNL:Leaftools thread. We all have things in common is that our sysnand is 4.x. Does this matter? I want to troubleshot this, so first turn to here and duke Any words or opinions would be appreciated. Thanks!
  2. K

    Homebrew [Release] Custom ROP loader HTML

    My 3DS sysnand is 4.2 ( from Gateway downgrade payload) I want to use this for ACNL:Leaftools, but I never managed to work, using loadcode.dat or loadcode4.dat. Here what I tried: 0.A 3DS sysnand 4.2 running with the Legit CIA of ACNL. 1.Download all the leaftools bins, (eg.lt-money.bin,etc)...
  3. K

    Hacking SSBB on Configurable Usb Loader

    Yes, I have the same problem. I'm using cfg loader 52b3, cios 249 v17, cios 222 v4. And I redump the SSBB, the same problem still.
  4. K

    Hacking Wii backup Manager for Windows

    Did somewhere mention that why no cover download function anymore? It's really a nice funtion for me and those who there wii can not connect to the Internet.
  5. K

    Hacking Configurable USB Loader

    Please PM me the debug version to let me feedback the log.
  6. K

    Hacking New Super Mario Bros. Wii

    Suppose these is a IsGenuineCopy function in the system IOS. Then After user insert a disk main(){ :SystemMenu{ ... if (IsGenuineCopy==true){ ÂÂÂÂShowDiskAnimatedBanner() ÂÂÂÂif (UserClickStart){ ÂÂÂÂÂÂ LaunchGame() ÂÂÂÂ} } ÂÂÂÂelse{ ÂÂÂÂShowUnkownDiskWithQMark() } } I don't know how a...