Recent content by Larsos099

  1. Larsos099

    Decrypt NAND Dump

    yup, tried every front and back usb port, and it works with the other Wii U, so its Wii U compatible. its from ugreen yup! i was a little dumb there but I noticed myself and corrected myself too: nn::ac::ReadConfig(confId, &cfg); strcpy(ssid, cfg.wifi.config.ssid); memcpy(pwd...
  2. Larsos099

    Decrypt NAND Dump

    i just cant get anything to work right now 1731706651 Well we have bought a pico pico and did the recovery menu, wupserver doesnt work because of internet, load network.cfg doesnt work either?? (network.cfg: type=eth ) I like I said no wup works and i tried my best with this code, if...
  3. Larsos099

    Decrypt NAND Dump

    I cant find any wup of the system menu and if i download it with jnusdownloader, pack it with nuspacker and try to install it fails too
  4. Larsos099

    Decrypt NAND Dump

    Does anyone know how to decrypt a nand dump, I'd like to retrieve the loaded Network Config, since the Wii U Menu itself is bricked and I need internet access to unbrick it. I've tried to code a Homebrew app that opens the System Settings app but it doesnt work, I've tried to code something that...
  5. Larsos099

    Hacking Wii U connect to wifi over C++ Code

    I'm looking for some help with the Wii U Toolchain, I wanna make code that changes the network config and connects it to his current Wi-Fi in C++ since he cant open the System Menu, does anyone know how? Thanks
  6. Larsos099

    GX2 Documentation

    Hey Guys, my friends Wii U is softbricked because he installed a bad theme, now he cant go into the Home Menu without the Wii U freezing. Because he still can go into the homebrew launcher with tiramisu I'm trying to code a little application that fixes his problem. but since devprokit's wut has...