[WAR] CLAN INC. FORUMS

YOU MUST REGISTER TO USE FORUMS.

Join the forum, it's quick and easy

[WAR] CLAN INC. FORUMS

YOU MUST REGISTER TO USE FORUMS.

[WAR] CLAN INC. FORUMS

Would you like to react to this message? Create an account in a few clicks or log in to continue.

STARTED BY [WAR] CLAN INC.

Keywords

Affiliates

free forum

October 2024

MonTueWedThuFriSatSun
 123456
78910111213
14151617181920
21222324252627
28293031   

Calendar Calendar

Latest topics

» How to install Priiloader on Wii 4.3U
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Wed Aug 21, 2019 9:51 pm by [WAR]Nick Crepeau

» application from jordan aka.slap a ho
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Fri Sep 14, 2012 4:44 pm by [WAR]JORDAN

» appilaction from J0K3R
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Sat Sep 08, 2012 11:23 pm by [WAR]joker

» inf.ammo codes
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Tue Sep 04, 2012 10:51 am by [WAR]joker

» GUN equipment
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Tue Sep 04, 2012 12:52 am by [WAR]joker

» !!!!!!!!!!!!READ!!!!!!! RAM DUMP INFO FOR CODING !!!!!!!!
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Tue Sep 04, 2012 12:43 am by [WAR]joker

» ram dump coding
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Tue Sep 04, 2012 12:13 am by [WAR]joker

» ZOMBIES codes
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Wed Aug 08, 2012 1:17 pm by [WAR]joker

» Good Codes
MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Icon_minitime1Wed Aug 08, 2012 1:09 pm by [WAR]joker


    MAKING CODES TUT. MAKE A BUTTON ACTIVATOR

    [WAR]LEADER FAMILY
    [WAR]LEADER FAMILY
    site owner
    site owner


    Posts : 55
    [WAR] CLAN INC. POINTS : 189
    ur Reputation : 0
    Join date : 2012-07-31
    Age : 44
    Location : UR GIRLS BED

    MAKING CODES TUT. MAKE A BUTTON ACTIVATOR Empty MAKING CODES TUT. MAKE A BUTTON ACTIVATOR

    Post by [WAR]LEADER FAMILY Fri Aug 03, 2012 1:01 am

    How To Find Button Activators:

    Alright, today we will find button activators for Wii games.
    To get started, please boot a Wii game (any one, I suggest an earlier release, some good ones would be Super Mario Galaxy, Smash Bros Brawl, MK Wii, etc)

    Now please open up WiiRD. Alright, assuming it hooked right you can search for things now, which we will do in a second.

    Next open your Windows Calculator.

    Now we have all the tools we need. We must use some resources now.

    These are the tables for the button values for all Wii games.

    GCN[Wired] Wii[And Nunchuck] Classic Controller
    L 0001 L 0001 U+ 0001
    R 0002 R 0002 L+ 0002
    D 0004 D 0004 Zr 0004
    U 0008 U 0008 X 0008
    Z 0010 + 0010 A 0010
    R 0020 2 0100 Y 0020
    L 0040 1 0200 B 0040
    A 0100 B 0400 Zl 0080
    B 0200 A 0800 R 0200
    X 0400 - 1000 + 0400
    Y 0800 Z 2000 - 1000
    S 1000 C 4000 L 2000
    HOME 8000 D+ 4000
    R+ 8000

    Here's how we will find the controller values. In the WiiRD known search box, type in the value for A on the controller you want to find. Make sure your search type is 16 bits! In this case, I will use 0100, and a Wired Gamecube Controller in the first slot. Hold A down and search for it's value. Now, assuming you have quite a few results, hold another button down on the same controller and search for its value. Repeat.

    Eventually you should get one result. Left click and poke this, then copy the first 32 bits. (The first 8 numbers before the space)

    Now we have our controller's code. Let's say we tested it on Super Smash Brothers Brawl USA and we get 0x804DE4B0 as the first wired GCN controller's address. This is correct.

    Use this method to find the button activators for all games. The controller's address will change from game to game, HOWEVER THE BUTTON VALUES REMAIN CONSTANT. [See chart
    above]

    Before you go compiling the address into a code you need to look at the codetypes.

    You can either use the 20 or 28 codetypes. 28 has more sanity checks (although 20 should work too) so we'll use that.

    After switching the 80 for 28 you'll get 0x284DE4B0

    So the example Activator code should be:

    284DE4B0 0000XXXX
    Replace XXXX with any button value.

      Current date/time is Fri Oct 18, 2024 7:17 am