Wii ID Spoofer [Vega]
#1
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
C21DC32C 00000004
3D80WWWW 618CXXXX
919E0000 3D80YYYY
618CZZZZ 919E0004
801E0000 00000000

PAL
C21DC3CC 00000004
3D80WWWW 618CXXXX
919E0000 3D80YYYY
618CZZZZ 919E0004
801E0000 00000000

NTSC-J
C21DC2EC 00000004
3D80WWWW 618CXXXX
919E0000 3D80YYYY
618CZZZZ 919E0004
801E0000 00000000

NTSC-K
C21DC728 00000004
3D80WWWW 618CXXXX
919E0000 3D80YYYY
618CZZZZ 919E0004
801E0000 00000000

WWWWXXXXYYYYZZZZ = Your desired Wii ID (in Hex)



Source:
lis r12, 0xWWWW #Set the higher 16 bit value of r12 to WWWW
ori r12, r12, 0xXXXX #Set the lower 16 bit value of r12 to XXXX
stw r12, 0 (r30) #Store the word aka 32 bit value of r12 into address location of r30
lis r12, 0xYYYY #Set the higher 16 bit value of r12 to YYYY
ori r12, r12, 0xZZZZ #Set the lower 16 bit value of r12 to ZZZZ
stw r12, 0x0004 (r30) #Store the word aka 32 bit value of r12 into address location of r30 + offset 0x0004
lwz r0, 0 (r30) #Default Instruction



Code creator: Vega
Reply
#2
Finally, a working version !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)