Button Aktivinator or so

Started by Romaap, December 06, 2008, 08:02:52 PM

Previous topic - Next topic

Romaap

you need to hold a button and search for the value thats behind the button in this list:
Wiimote D-Pad:
holding no button at all - 0
Left - 1
Right - 2
Down - 4
Up - 8
Plus - 10
2 - 100
1 - 200
B - 400
A - 800
Minus - 1000
Z - 2000
C - 4000
Home - 8000

(if you hold more buttons at the same time you need to add the values, so A + B = C00)

You need to use the equal search for a 32 bits value in the MEM1.

when it is done searching, press another button/button combination and search for the value in the list.

After some searches you have a couple of addresses, right-click the first one and click memory viewer.

check the auto update button.

hold a button and look if the value at the address becomes the value in the list.

if it is the wrong one use another address.

if it is a good one, right-click on it and click GCTcode

then go to GCT codes and your address will be in the code box.

it will be something like 806E4EC0 00000000

change the 80 to 20 and 00000000 to the button value from the list (you can add the values for button combinations)