Wii ID Spoofer [Vega] This code allows you to put in a fully customized spoofed Wii ID Number. Do not put a value over 002386F26FC0FFFF (9999999999999999 in decimal) or else you will have a negative/invalid Wii ID number and a server admin/mod will notice instantly that you are using spoofing codes. A value of all F's will render a Wii ID number of -000000000000001 (a digit will be missing). NTSC-U C22B9C78 00000004 3C80WWWW 6084XXXX 90830004 3C80YYYY 6084ZZZZ 90830008 80030004 00000000 WWWWXXXXYYYYZZZZ = Wii ID Source: #~~~~~~~~~~~~~~~~# # START ASSEMBLY # #~~~~~~~~~~~~~~~~# # #~~~~~~~~~~~~~~~~~# # Register Notes: # # r4 safe for use # #~~~~~~~~~~~~~~~~~# #~~~~~~~~~~~~~~~~~~~~~# # Set Wii ID (64bits) # #~~~~~~~~~~~~~~~~~~~~~# lis r4, 0xWWWW ori r4, r4, 0xXXXX stw r4, 0x0004 (r3) lis r4, 0xYYYY ori r4, r4, 0xZZZZ stw r4, 0x0008 (r3) #~~~~~~~~~~~~~~~~~~~~~# # Default Instruction # #~~~~~~~~~~~~~~~~~~~~~# lwz r0, 0x0004 (r3) # #~~~~~~~~~~~~~~# # END ASSEMBLY # #~~~~~~~~~~~~~~# Code creator: Vega