Avatar ID Spoofer [Vega]
#1
Avatar ID Spoofer [Vega]

This code will spoof the Avatar ID of all your Mii's to a desired value. It is temporary meaning once you play the game again w/o this code, all your Mii's Avatar ID's go back to normal. Please NOTE that you will not have a Mii on your license and will need to select one. Don't worry none of your Miis are wiped. When you select a Mii for your license, you will be forced to always use your 1st Mii (slot #0) when choosing a Mii to use in the License Settings. This is because the Wii lists your Miis based on Avatar ID. Since Avatar IDs are all the same, the Wii forces you to use Mii slot #0 as a 'failsafe' if you will.

NTSC-U
C20C6B18 00000003
3D80XXXX 618CYYYY
91840000 80040000
60000000 00000000

PAL
C20C6BB8 00000003
3D80XXXX 618CYYYY
91840000 80040000
60000000 00000000

NTSC-J
C20C6AD8 00000003
3D80XXXX 618CYYYY
91840000 80040000
60000000 00000000

NTSC-K
C20C6C18 00000003
3D80XXXX 618CYYYY
91840000 80040000
60000000 00000000

XXXXYYYY = Desired Avatar ID Value

Source
lis r12, 0xXXXX #Load XXXX value into upper 16 bits of Register 12
ori r12, r12, 0xYYYY #Load YYYY value into lower 16 bits of Register 12
stw r12, 0 (r4) #Store the word (XXXXYYYY) from Register 12 to address of Register 4
lwz r0, 0 (r4) #Load the word from address of Register 4 into Register 0 (default ASM function of address)
nop #Necessary nop for odd amount of ASM functions

Code creator: Vega
Reply


Messages In This Thread
Avatar ID Spoofer [Vega] - by Vega - 08-15-2018, 02:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)