Showing posts with label wii. Show all posts
Showing posts with label wii. Show all posts

Wednesday, July 09, 2008

wii hack

If you forgot the password for parental control, you should do the following:
  1. on the wii settings > parental control, press the button where says "i don't remember" for your PIN and secret answer pass, then you get the 8-digit confirmation number;
  2. use this number on http://wii.marcansoft.com/parental.psp to get the reset code; the php source code is here: http://wii.marcansoft.com/parental.txt; excerpts:

  3.  fullnum = form["date"] + form["number"][4:8]

    crc = CRC32().crc32(fullnum)
    code = ((crc ^ 0xaaaa) + 0x14c1) % 100000

  4. use the reset code to reset the parental password;