This is what it says:
http://wmiiforum.newgoo.net/t56-
But how do we make a button activated VR (/BR) hack out of it?
First, we set the license we want to modify the VR (/BR) from. Let´s choose "Top Right License". The value is "12440".
We insert it into the code at XXXXX:
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
3A00000Y 0000ZZZZ
1200000Y 0000ZZZZ
E0000000 80008000
NOTE:
If you're NTSC-U, get this code instead:
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
3A00000Y 0000ZZZZ
1200000Y 0000ZZZZ
E0000000 80008000
Do we want to modify VR or BR? The Y value will be 0 for VR and 8 for BR. We take VR (for now):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
12000000 0000ZZZZ
E0000000 80008000
Which amount? We come up with something and convert it to hex (9999 -> 270F):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
12000000 0000270F
E0000000 80008000
Which button to press to activate it? I like plus on Wii Remote!
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
E0000000 80008000
Finished? Heck, no! We want moar...
0 VR when minus is pressed and 32767 VR when Home is pressed.
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
283457E3 7FFF8000
12000000 00007FFF
283457E3 EFFF1000
12000000 00000000
E0000000 80008000
Notice how every additional button activator has + 1 added to the controller address. You MUST do this otherwise it won't work AT ALL. I've also made tutorials for button activators and how to add one to hexadecimal, so don't worry. Look them up, thank you.
For demonstration purposes, I also add a BR modifier to it. Let it be "1337" activated with Home on Wii Mote (again):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
283457E3 7FFF8000
12000000 00007FFF
12000008 00000539
283457E3 EFFF1000
12000000 00000000
E0000000 80008000
Yes, you can put one same button activator for multiple purposes.
Hope you learned something,
Bully
http://wmiiforum.newgoo.net/t56-
But how do we make a button activated VR (/BR) hack out of it?
First, we set the license we want to modify the VR (/BR) from. Let´s choose "Top Right License". The value is "12440".
We insert it into the code at XXXXX:
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
3A00000Y 0000ZZZZ
1200000Y 0000ZZZZ
E0000000 80008000
NOTE:
If you're NTSC-U, get this code instead:
- Spoiler:
- VR/BR Modifier -NTSCU- [Volderbeek]
48000000 809B8F88
DE000000 90009380
5A010000 000XXXXX
3A00000Y 0000ZZZZ
1200000Y 0000ZZZZ
E0000000 80008000
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
1200000Y 0000ZZZZ
E0000000 80008000
Do we want to modify VR or BR? The Y value will be 0 for VR and 8 for BR. We take VR (for now):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
12000000 0000ZZZZ
E0000000 80008000
Which amount? We come up with something and convert it to hex (9999 -> 270F):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
12000000 0000270F
E0000000 80008000
Which button to press to activate it? I like plus on Wii Remote!
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
E0000000 80008000
Finished? Heck, no! We want moar...
0 VR when minus is pressed and 32767 VR when Home is pressed.
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
283457E3 7FFF8000
12000000 00007FFF
283457E3 EFFF1000
12000000 00000000
E0000000 80008000
Notice how every additional button activator has + 1 added to the controller address. You MUST do this otherwise it won't work AT ALL. I've also made tutorials for button activators and how to add one to hexadecimal, so don't worry. Look them up, thank you.
For demonstration purposes, I also add a BR modifier to it. Let it be "1337" activated with Home on Wii Mote (again):
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 00012440
283457E2 FFEF0010
12000000 0000270F
283457E3 7FFF8000
12000000 00007FFF
12000008 00000539
283457E3 EFFF1000
12000000 00000000
E0000000 80008000
Yes, you can put one same button activator for multiple purposes.
Hope you learned something,
Bully
Last edited by Bully@WiiPlaza on 2/10/2015, 11:23 pm; edited 3 times in total