Hide Your Wii ID on User Record [Vega]
#1
Hide Your Wii ID on User Record [Vega]

This code will allow you to put a spoofed Wii ID number on your USER record/packet. This will NOT spoof the Wii ID number that is read by the server when getting online! This code is just meant to stop Mem90 RAM Viewers/Packet sniffers from seeing your real Wii ID number when they are in your WW.

NTSC-U
C2660FB0 00000004
3D80XXXX 618CYYYY
91847580 3D80WWWW
618CZZZZ 91847584
80047580 00000000

PAL
C2663094 00000004
3D80XXXX 618CYYYY
91847580 3D80WWWW
618CZZZZ 91847584
80047580 00000000

NTSC-J
C2662700 00000004
3D80XXXX 618CYYYY
91847580 3D80WWWW
618CZZZZ 91847584
80047580 00000000

NTSC-K
C26513AC 00000004
3D80XXXX 618CYYYY
91847580 3D80WWWW
618CZZZZ 91847584
80047580 00000000

XXXXYYYYWWWWZZZZ = Spoofed Wii ID number in Hex

Source
lis r12, 0xXXXX #Load XXXX value into higher 16 bits of register 12. Lower 16 bits are cleared
ori r12, r12, 0xYYYY #Load YYYY value into lower 16 bits of register 12
stw r12, 0x7580 (r4) #Store the word of Register 12 at address of Register 4 plus offset 0x7580
lis r12, 0xWWWW #Load WWWW value into higher 16 bits of register 12
ori r12, r12, 0xZZZZ #Load ZZZZ value into lower 16 bits of register 12
stw r12, 0x7584 (r4) #Store the word of Register 12 at address of Register 4 plus offset 0x7584
lwz r0, 0x7580 (r4) #Load the word at address Register 4 plus offset 7580 into Register 0; Default ASM

Code creator: Vega
Reply


Messages In This Thread
Hide Your Wii ID on User Record [Vega] - by Vega - 08-04-2018, 09:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)