Announcement

Collapse
No announcement yet.

Abystus' Codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mortal Kombat II v1.0 (U) GG [SNES]
    Code:
    CPU Always Finishes With a Fatality
    40A3-17A7
    
    CPU Always Finishes with Friendships & Babalities (Smoke & Jade will also always be in the Living Forest.  Which one you get will be random.)
    6DE0-3FA7
    Mortal Kombat II v1.1 (U) GG [SNES]
    Code:
    CPU Always Finishes With a Fatality
    40AD-CD07
    
    CPU Always Finishes With Friendships & Babalities (Smoke & Jade will also always be in the Living Forest.  Which one you get will be random.)
    6DE5-3467
    Not taking any requests at this time.

    Bored? Watch some of my hacks here.

    Comment


    • Mortal Kombat II (rev L3.1) [MAME]
      Code:
      <cheat desc="Shao Kahn Always Taunts After He Wins">
          <script state="run">
            <action>maincpu.mw@004297E=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@004297E=C33C</action>
          </script>
      </cheat>
      
      <cheat desc="Shao Kahn Sitting In Arena Chair">
          <comment>Works in Kahn's Arena Stage.</comment>
          <parameter>
            <item value="0x00">Never</item>
            <item value="0x01">Always</item>
          </parameter>
          <script state="run">
            <!-- Never -->
            <action condition="(param==0x00)">maincpu.mw@0040208=C01B</action>
            <!-- Always -->
            <action condition="(param==0x01)">maincpu.mw@0040208=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@0040208=CA1B</action>
          </script>
      </cheat>
      
      <cheat desc="Enable Crowd Cheer Name Announcements">
          <comment>Normally reserved for Kintaro only.  Does not work after Sub-Zero's fatalities.</comment>
          <script state="run">
            <action>maincpu.mw@000415C=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@000415C=CB05</action>
          </script>
      </cheat>
      
      <cheat desc="Enable Vs Mode Cheat: Throwing Disabled">
          <comment>Only works in two player mode.</comment>
          <script state="run">
            <action>maincpu.mw@00144EC=C009</action>
          </script>
          <script state="off">
            <action>maincpu.mw@00144EC=CA09</action>
          </script>
      </cheat>
      
      <cheat desc="Disable Blocking Both Players"> 
          <script state="run">
            <action>maincpu.mw@0006F26=C00A</action>
          </script>
          <script state="off">
            <action>maincpu.mw@0006F26=C809</action>
          </script>
      </cheat>
      Not taking any requests at this time.

      Bored? Watch some of my hacks here.

      Comment


      • Mortal Kombat II v1.0 (U) GG [SNES]
        Code:
        Enable Crowd Cheer Name Announcements (Normally reserved for Kintaro only.)
        40C2-4D63
        
        Shao Kahn Always Taunts After He Wins
        403A-C7F4
        
        Shao Kahn Sitting In Arena Chair (Works in Kahn's Arena Stage.)
        ??EC-34AC
        
        6D - Never
        40 - Always
        Mortal Kombat II v1.1 (U) GG [SNES]
        Code:
        Enable Crowd Cheer Name Announcements (Normally reserved for Kintaro only.)
        40C3-4D63
        
        Shao Kahn Always Taunts After He Wins
        4032-CDF4
        
        Shao Kahn Sitting In Arena Chair (Works in Kahn's Arena Stage.)
        ??EC-340C
        
        6D - Never
        40 - Always
        Not taking any requests at this time.

        Bored? Watch some of my hacks here.

        Comment


        • Mortal Kombat (rev 5.0 T-Unit 03/19/93) [MAME]
          Code:
          <cheat desc="Pit Bottom Included In Stage Lineup">
              <comment>Will include one extra Throne Room, and two extra Goro's Lair stages before Pit Bottom stage.</comment>
              <script state="run">
                <action>maincpu.mw@0096296=FFF5</action>
              </script>
              <script state="off">
                <action>maincpu.mw@0096296=FFF9</action>
              </script>
          </cheat>
          
          <cheat desc="Access Reptile On Any Stage With No Requirements">
              <comment>Disable after you access him to prevent fighting him repeatedly.  If CPU wins (even Reptile), it will fight Reptile.</comment>
              <script state="run">
                <action>maincpu.mw@0096330=C000</action>
              </script>
              <script state="off">
                <action>maincpu.mw@0096330=C800</action>
              </script>
          </cheat>
          
          <cheat desc="Always Break Test Your Might Challenge Object">
              <comment>Regardless of power meter value.</comment>
              <script state="run">
                <action>maincpu.mw@00B7D5A=0000</action>
              </script>
              <script state="off">
                <action>maincpu.mw@00B7D5A=009E</action>
              </script>
          </cheat>
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • Ultimate Mortal Kombat 3 (rev 1.2) [MAME]
            Code:
            <cheat desc="Enable Hiddens On Character Select Screen">
                <comment>Enable before character select screen.  This does not save them as activated.</comment>
                <script state="run">
                  <action>maincpu.mw@004D022=0300</action>
                  <action>maincpu.mw@004DE8A=0300</action>
                  <action>maincpu.mw@004DE98=0300</action>
                  <action>maincpu.mw@004DEA6=0300</action>
                </script>
                <script state="off">
                  <action>maincpu.mw@004D022=CA01</action>
                  <action>maincpu.mw@004DE8A=CA0F</action>
                  <action>maincpu.mw@004DE98=CA08</action>
                  <action>maincpu.mw@004DEA6=CA01</action>
                </script>
            </cheat>
            
            <cheat desc="Always Get Scorpion's Lair Krispy! Easter Egg">
                <comment>Requires a stage fatality on Scorpion's Lair stage.</comment>
                <script state="run">
                  <action>maincpu.mw@005C734=0300</action>
                  <action>maincpu.mw@005C75C=0300</action>
                </script>
                <script state="off">
                  <action>maincpu.mw@005C734=CB0A</action>
                  <action>maincpu.mw@005C75C=CB0C</action>
                </script>
            </cheat>
            For those like myself that had never seen this easter egg before, you can view it below:

            Ultimate Mortal Kombat 3: Krispy!
            Not taking any requests at this time.

            Bored? Watch some of my hacks here.

            Comment


            • Avengers In Galactic Storm (US) [MAME]
              Code:
              <cheat desc="Hit Anywhere Both Players">
                  <comment>Enable before match or it will not work.</comment>
                  <script state="run">
                    <action>maincpu.ow@0001A734=0009</action>
                    <action>maincpu.ow@0001A744=0009</action>
                    <action>maincpu.ow@0001B27C=0009</action>
                  </script>
                  <script state="off">
                    <action>maincpu.ow@0001A734=8910</action>
                    <action>maincpu.ow@0001A744=8908</action>
                    <action>maincpu.ow@0001B27C=8D03</action>
                  </script>
              </cheat>
              Mortal Kombat II (rev L3.1) [MAME]
              Code:
              <cheat desc="Always Get Finisher Announcement">
                  <comment>"Fatality" is used by default unless you perform another type of finisher.  Works on all rounds.</comment>
                  <script state="run">
                    <action>maincpu.mw@0004288=0300</action>
                  </script>
                  <script state="off">
                    <action>maincpu.mw@0004288=CA0B</action>
                  </script>
              </cheat>
              Mortal Kombat 3 (rev 2.1) [MAME]
              Code:
              <cheat desc="Enable Smoke On Character Select Screen">
                  <comment>Enable before character select screen.  This does not save him as activated.</comment>
                  <script state="run">
                    <action>maincpu.mw@003E7D8=0300</action>
                    <action>maincpu.mw@003DCBE=C01E</action>
                  </script>
                  <script state="off">
                    <action>maincpu.mw@003E7D8=CA01</action>
                    <action>maincpu.mw@003DCBE=CB1E</action>
                  </script>
              </cheat>
              
              <cheat desc="Ultimate Kombat Code Always Correct">
                  <comment>Will save Smoke as activated.</comment>
                  <script state="run">
                    <action>maincpu.mw@0027DCA=0000</action>
                  </script>
                  <script state="off">
                    <action>maincpu.mw@0027DCA=00A7</action>
                  </script>
              </cheat>
              Not taking any requests at this time.

              Bored? Watch some of my hacks here.

              Comment


              • Glad to see you make codes for that very rare arcade game that was never ported to any console, Avengers in Galactic Storm.

                Would you be able to please make an "Infinite/Maximum Power" code for that game? Ya know, so ultimate moves can be executed at will.
                Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                Comment


                • Originally posted by OldSchoolGamer View Post
                  Glad to see you make codes for that very rare arcade game that was never ported to any console, Avengers in Galactic Storm.

                  Would you be able to please make an "Infinite/Maximum Power" code for that game? Ya know, so ultimate moves can be executed at will.
                  I'll have a look.

                  Mega Twins (World 900619) [MAME]
                  Code:
                  <cheat desc="Enable Hidden Developer Test Options">
                      <comment>Enable before entering Diagnostics screen (F2), but after the Capcom legal warnings.</comment>
                      <script state="run">
                        <action>maincpu.ow@001CAC=0000</action>
                      </script>
                      <script state="off">
                        <action>maincpu.ow@001CAC=0001</action>
                      </script>
                  </cheat>
                  Cheat Disabled:



                  Cheat Enabled:




                  Not taking any requests at this time.

                  Bored? Watch some of my hacks here.

                  Comment


                  • Mortal Kombat II (rev L3.1) [MAME]
                    Code:
                    <cheat desc="Restore Shang Tsung's Laugh Win Pose">
                        <comment>Works on the character select screen as well.</comment>
                        <script state="run">
                          <action>maincpu.mw@0042A70=09C0</action>
                          <action>maincpu.mw@0042A72=0049</action>
                          <action>maincpu.mw@0042A76=2430</action>
                          <action>maincpu.mw@0042A78=FFA1</action>
                          <action>maincpu.mw@0042A7C=000B</action>
                        </script>
                        <script state="off">
                          <action>maincpu.mw@0042A70=09C9</action>
                          <action>maincpu.mw@0042A72=0029</action>
                          <action>maincpu.mw@0042A76=BA10</action>
                          <action>maincpu.mw@0042A78=FF83</action>
                          <action>maincpu.mw@0042A7C=00EE</action>
                        </script>
                    </cheat>
                    This win pose is only played during the cast of characters section after completing the game, but with this cheat it is now fully restored during play and on the character select screen. Oddly enough it is accompanied by Shao Kahn's laughing audio.
                    Not taking any requests at this time.

                    Bored? Watch some of my hacks here.

                    Comment


                    • Hey abystus, I have another code for an arcade game that no one knows what it does. Could you find out just like you did with Wolf Fang last year?

                      It's for Robocop 2 (Arcade). When you beat the Japanese version using just one credit, you'll get a hidden credits scene and it shows the following code from the programmer: "Up Down Right Right 112 SEL".

                      I assume "112" means press Button 1, 1, 2. But no one knows what "SEL" means. Maybe "Select"? But there's no select button. No one has figured out where to input the code or what it does. Is it something you could figure out?

                      Comment


                      • Originally posted by ReyVGM View Post
                        Hey abystus, I have another code for an arcade game that no one knows what it does. Could you find out just like you did with Wolf Fang last year?

                        It's for Robocop 2 (Arcade). When you beat the Japanese version using just one credit, you'll get a hidden credits scene and it shows the following code from the programmer: "Up Down Right Right 112 SEL".

                        I assume "112" means press Button 1, 1, 2. But no one knows what "SEL" means. Maybe "Select"? But there's no select button. No one has figured out where to input the code or what it does. Is it something you could figure out?
                        Well using The Peeper, I was able to find something in memory that may be what you're after:



                        It looks like some sort of debug menu/overlay with X/Y/Z positions of the players, scene select, message test, and some other stuff. I am not sure yet on how to access it, or what "SEL" means, though I would assume it means select or possibly to enter the code on a screen where you select something. I will take a look but no promises on this one.
                        Not taking any requests at this time.

                        Bored? Watch some of my hacks here.

                        Comment


                        • Alrighty, I'll be waitin'

                          Comment


                          • Mortal Kombat II (rev L3.1) [MAME]
                            Code:
                            <cheat desc="Skip Mountain CPU Versus Ladder Screen">
                                <comment>Instantly taken to the next fight.</comment>
                                <script state="run">
                                  <action>maincpu.mw@00031C0=C002</action>
                                </script>
                                <script state="off">
                                  <action>maincpu.mw@00031C0=C080</action>
                                </script>
                            </cheat>
                            
                            <cheat desc="Skip Two Player Versus Screen">
                                <comment>Instantly taken to the fight.</comment>
                                <script state="run">
                                  <action>maincpu.mw@0014380=C000</action>
                                </script>
                                <script state="off">
                                  <action>maincpu.mw@0014380=CB00</action>
                                </script>
                            </cheat>
                            Not taking any requests at this time.

                            Bored? Watch some of my hacks here.

                            Comment


                            • Abystus, you can make these codes:

                              Requests for [NES] Binary Land (J):
                              • Timer Runs Slower / Much Slower;
                              • Get Items From Anywhere;
                              • Enemies Die When Gurin / Malon Get Close To Them.

                              Next requests are for a NES game that still has NO CODES available (there isn't neither PAR or GameGenie hacked) for it at all - Pocket Monster (Unl):
                              • Infinite Lives;
                              • Invincibility;
                              • Jump In Midair / Moon Jump;
                              • Defeat Enemies Automatically;
                              • Infinite Flashes.

                              The last requests are for SNES game Rockman & Forte (J):
                              • Enemies Die Automatically;
                              • Disable Recharging Phase That Refills Dynamo Man's Health (seriously, this is thing making beating this robot master dawn difficult) ;
                              • Can Access Any Stage From Beginning (I tried existent @gedowski's code but it has no effect for me).


                              Thanks in advance! I posted these requests in nolberto82' thread but I found he currently doesn't make codes for other users, least for now...

                              Comment


                              • Originally posted by Unicode View Post
                                Abystus, you can make these codes:

                                Requests for [NES] Binary Land (J):
                                ...
                                Next requests are for a NES game that still has NO CODES available (there isn't neither PAR or GameGenie hacked) for it at all - Pocket Monster (Unl):
                                ...
                                The last requests are for SNES game Rockman & Forte (J):
                                ...

                                Thanks in advance! I posted these requests in nolberto82' thread but I found he currently doesn't make codes for other users, least for now...
                                I am currently not doing any requests either (as my signature has said for a while) as I am busy finishing up a bunch of MAME hacks. You can leave the request here (since you have a game with no codes), and I may look at it after I'm done with what I'm doing. Hopefully that will be sufficient.

                                Mortal Kombat II (rev L3.1) [MAME]
                                Code:
                                <cheat desc="Intro Story Music/Sound Modifier (Attract Mode)">
                                    <comment>Activate before Intro Story screens are shown.</comment>
                                    <parameter>
                                      <item value="0x0001">Music: Wastelands/Pit II Arrangement 1</item>
                                      <item value="0x0002">Music: Wastelands/Pit II Arrangement 2</item>
                                      <item value="0x0003">Music: Wastelands/Pit II Finisher</item>
                                      <item value="0x0004">Music: Wastelands/Pit II Finisher Failed</item>
                                      <item value="0x0005">Music: Living Forest Arrangement 1</item>
                                      <item value="0x0006">Music: Living Forest Arrangement 2</item>
                                      <item value="0x0007">Music: Living Forest Finisher</item>
                                      <item value="0x0008">Music: Living Forest Finisher Failed</item>
                                      <item value="0x0009">Music: Armory Arrangement 1</item>
                                      <item value="0x000A">Music: Armory Arrangement 2</item>
                                      <item value="0x000B">Music: Armory Finisher</item>
                                      <item value="0x000C">Music: Armory Finisher Failed</item>
                                      <item value="0x000D">Music: Tower Arrangement 1</item>
                                      <item value="0x000E">Music: Tower Arrangement 2</item>
                                      <item value="0x000F">Music: Tower Finisher</item>
                                      <item value="0x0010">Music: Tower Finisher Failed</item>
                                      <item value="0x0011">Music: Portal/Kahn's Arena Arrangement 1</item>
                                      <item value="0x0012">Music: Portal/Kahn's Arena Arrangement 2</item>
                                      <item value="0x0013">Music: Portal/Kahn's Arena Finisher</item>
                                      <item value="0x0014">Music: Portal/Kahn's Arena Finisher Failed</item>
                                      <item value="0x0015">Music: Dead Pool Arrangement 1</item>
                                      <item value="0x0016">Music: Dead Pool Arrangement 2</item>
                                      <item value="0x0017">Music: Dead Pool Finisher</item>
                                      <item value="0x0018">Music: Dead Pool Finisher Failed</item>
                                      <item value="0x0019">Music: Kombat Tomb Arrangement 1</item>
                                      <item value="0x001A">Music: Kombat Tomb Arrangement 2</item>
                                      <item value="0x001B">Music: Kombat Tomb Finisher</item>
                                      <item value="0x001C">Music: Kombat Tomb Finisher Failed</item>
                                      <item value="0x0032">Music: Character Select</item>
                                      <item value="0x0033">Music: New Player Challenge Fanfare</item>
                                      <item value="0x0034">Music: Finisher Fanfare 1</item>
                                      <item value="0x0035">Music: Finisher Fanfare 2</item>
                                      <item value="0x0036">Music: Tower Challenge</item>
                                      <item value="0x0037">Music: Tower Challenge Arrive At Opponent</item>
                                      <item value="0x0038">Music: Thunder/Lightning Intro</item>
                                      <item value="0x0039">Music: Character Fight Anthem Intro</item>
                                      <item value="0x003A">Music: Shang Tsung Rainbow Friendship</item>
                                      <item value="0x003B">Music: Lui Kang Dance Friendship 1</item>
                                      <item value="0x003C">Music: Secret Character Discovery</item>
                                      <item value="0x003D">Music: Ending 2</item>
                                      <item value="0x003E">Music: Friendship</item>
                                      <item value="0x003F">Music: Babality</item>
                                      <item value="0x0040">Music: Ending 1</item>
                                      <item value="0x0041">Music: Intro Story</item>
                                      <item value="0x0042">Music: Goro's Lair/Continue</item>
                                      <item value="0x0046">Sound: Slice/Drag (Unused?)</item>
                                      <item value="0x005A">Sound: Midway Presents</item>
                                      <item value="0x005B">Sound: Now The Kombat Kontinues...</item>
                                      <item value="0x0063">Music: Lui Kang Dance Friendship 2</item>
                                      <item value="0x00B2">Sound: Unknown 1 (Unused?)</item>
                                      <item value="0x00B8">Sound: Sub-Zero Deep Freeze</item>
                                      <item value="0x00BB">Sound: Unknown 2 (Unused?)</item>
                                      <item value="0x00CA">Sound: Reptile Head Eat 1</item>
                                      <item value="0x00CD">Sound: Reptile Head Eat 2</item>
                                      <item value="0x00D7">Sound: Blood Drop (Decapitation)</item>
                                      <item value="0x00EF">Sound: Danger Meter Ding</item>
                                      <item value="0x00E2">Sound: Portal Lightning 1</item>
                                      <item value="0x00E5">Sound: Portal Lightning 2</item>
                                      <item value="0x00E8">Vocal: Lui Kang Win Pose</item>
                                      <item value="0x00EB">Vocal: Lui Kang Flip/Uppercut 1</item>
                                      <item value="0x00EE">Vocal: Lui Kang Unknown 1</item>
                                      <item value="0x00F1">Vocal: Lui Kang Flip/Uppercut 2</item>
                                      <item value="0x00F4">Vocal: Lui Kang Unknown 2</item>
                                      <item value="0x00F7">Vocal: Lui Kang Dragon</item>
                                      <item value="0x0103">Sound: Sub-Zero Ice Shatter</item>
                                      <item value="0x0106">Sound: Dead Pool Skeleton Appear</item>
                                      <item value="0x0109">Sound: Fall Into Acid 2</item>
                                      <item value="0x010C">Sound: Unknown 3 (Unused?)</item>
                                      <item value="0x010F">Sound: Scorpion Head Reveal</item>
                                      <item value="0x0112">Sound: Scorpion Flame Shoot</item>
                                      <item value="0x0115">Sound: Scorpion Burning Skeleton</item>
                                      <item value="0x011B">Sound: Blood Curdle?</item>
                                      <item value="0x011E">Sound: Electric Shock</item>
                                      <item value="0x0121">Vocal: Arena Crowd Cheer</item>
                                      <item value="0x0124">Sound: Mileena Inhale</item>
                                      <item value="0x0127">Sound: Raiden Teleport</item>
                                      <item value="0x012C">Sound: Johnny Cage Shadow Uppercut/Kick</item>
                                      <item value="0x012F">Sound: Baraka Expose Blades</item>
                                      <item value="0x0135">Sound: Kitana Fan</item>
                                      <item value="0x0138">Sound: Kitana Fan Hitting Opponent</item>
                                      <item value="0x013B">Sound: Kitana Fan Blocked</item>
                                      <item value="0x013E">Sound: Johnny Cage Fireball</item>
                                      <item value="0x0142">Sound: Johnny Cage Fireball Hitting Opponent</item>
                                      <item value="0x0145">Sound: Johnny Cage Fireball Blocked</item>
                                      <item value="0x0148">Sound: Mileena Sai Throw</item>
                                      <item value="0x014B">Sound: Mileena Sai Throw Hitting Opponent</item>
                                      <item value="0x014E">Sound: Mileena Sai Throw Blocked</item>
                                      <item value="0x0150">Sound: Reptile Acid Spit</item>
                                      <item value="0x0153">Sound: Reptile Acid Spit Hitting Opponent</item>
                                      <item value="0x0156">Sound: Reptile Acid Spit Blocked</item>
                                      <item value="0x0159">Sound: Scorpion Spear</item>
                                      <item value="0x015C">Sound: Scorpion Spear Hitting Opponent</item>
                                      <item value="0x015F">Sound: Scorpion Spear Blocked</item>
                                      <item value="0x0162">Sound: Kung Lao Hat Throw</item>
                                      <item value="0x0165">Sound: Kung Lao Hat Throw Hitting Opponent</item>
                                      <item value="0x0168">Sound: Kung Lao Hat Throw Hitting Opponent</item>
                                      <item value="0x016E">Sound: Baraka Blade Spark</item>
                                      <item value="0x0171">Sound: Raiden Body Electricity 1 (Unused!)</item>
                                      <item value="0x0174">Sound: Raiden Body Electricity 2 (Unused!)</item>
                                      <item value="0x0177">Sound: Raiden Body Electricity 3 (Unused!)</item>
                                      <item value="0x017C">Sound: Raiden Lightning Bolt</item>
                                      <item value="0x017F">Sound: Raiden Lightning Bolt Hitting Opponent</item>
                                      <item value="0x0182">Sound: Raiden Lightning Bolt Blocked</item>
                                      <item value="0x0185">Sound: Raiden Electric Shocker</item>
                                      <item value="0x0186">Sound: Kitana Fan Lift</item>
                                      <item value="0x0189">Sound: Reptile Acid Spit (Partial)</item>
                                      <item value="0x018C">Sound: Reptile Acid Spit</item>
                                      <item value="0x018F">Sound: Kitana Kiss Variation 1</item>
                                      <item value="0x0192">Sound: Mileena Roll</item>
                                      <item value="0x019B">Sound: Unknown 4 (Unused?)</item>
                                      <item value="0x019E">Sound: Raiden Teleport</item>
                                      <item value="0x01A1">Sound: Shang Tsung Morph Back</item>
                                      <item value="0x01A4">Sound: Shang Tsung Flaming Skull</item>
                                      <item value="0x01A7">Sound: Shang Tsung Flaming Skull Hitting Opponent</item>
                                      <item value="0x01AC">Sound: Shang Tsung Flaming Skull Blocked</item>
                                      <item value="0x01AF">Sound: Ninja Slide</item>
                                      <item value="0x01B2">Sound: Johnny Cage Shadow Uppercut/Kick</item>
                                      <item value="0x01B5">Sound: Reptile Forceball</item>
                                      <item value="0x01BF">Sound: Baraka Blade Fury Hitting Opponent</item>
                                      <item value="0x01C0">Sound: Baraka Blade Fury Variation 1</item>
                                      <item value="0x01C1">Sound: Baraka Blade Fury Variation 2</item>
                                      <item value="0x01C2">Sound: Sub-Zero Freeze Variation 1</item>
                                      <item value="0x01C3">Sound: Sub-Zero Freeze Variation 2</item>
                                      <item value="0x01C4">Sound: Sub-Zero Freeze Variation 3</item>
                                      <item value="0x01C5">Sound: Sub-Zero Freeze Variation 4</item>
                                      <item value="0x01C8">Sound: Reptile Forceball</item>
                                      <item value="0x01CB">Sound: Reptile Vanish/Appear</item>
                                      <item value="0x01D1">Sound: Unknown 5 (Unused?)</item>
                                      <item value="0x01D4">Sound: Scorpion Teleport</item>
                                      <item value="0x01D7">Sound: Kung Lao Teleport</item>
                                      <item value="0x01DA">Sound: Milieena Teleport</item>
                                      <item value="0x01DD">Sound: Shang Tsung Morph</item>
                                      <item value="0x01E0">Sound: Baraka Blade Spark</item>
                                      <item value="0x01E3">Sound: Baraka Blade Spark Hitting Opponent</item>
                                      <item value="0x01E6">Sound: Baraka Blade Spark Blocked</item>
                                      <item value="0x01E9">Sound: Frozen Opponent 1</item>
                                      <item value="0x01EC">Sound: Frozen Opponent 2 (Unused?)</item>
                                      <item value="0x01EF">Sound: Kung Lao Hat Spin</item>
                                      <item value="0x01F4">Sound: Closing Continue Doors 1</item>
                                      <item value="0x01F7">Sound: Closing Continue Doors 2</item>
                                      <item value="0x01FB">Sound: Unknown 6 (Unused?)</item>
                                      <item value="0x01FD">Vocal: Baby Cry 1</item>
                                      <item value="0x0200">Vocal: Baby Cry 2</item>
                                      <item value="0x021B">Sound: Gong</item>
                                      <item value="0x0239">Sound: Intro Lightning Strike</item>
                                      <item value="0x0245">Sound: Fatality</item>
                                      <item value="0x0248">Sound: Player Join Character Select</item>
                                      <item value="0x0282">Vocal: "Yea" (Unused!)</item>
                                      <item value="0x0285">Vocal: "Toasty!"</item>
                                      <item value="0x02AE">Vocal: Raiden Superman Variation 1</item>
                                      <item value="0x02B1">Vocal: Raiden Superman Variation 2</item>
                                      <item value="0x02B4">Vocal: Raiden Superman Variation 3</item>
                                      <item value="0x02B7">Vocal: Raiden Superman Variation 4</item>
                                      <item value="0x02E3">Vocal: Female Fall Off Pit II</item>
                                      <item value="0x02E6">Vocal: Female Hitting Pit II Floor</item>
                                      <item value="0x02E9">Vocal: Female Straining Hard (Unused?)</item>
                                      <item value="0x02F4">Vocal: Liu Kang Bicycle Kick</item>
                                      <item value="0x02F7">Vocal: Liu Kang Flying Kick Variation 1</item>
                                      <item value="0x02FA">Vocal: Liu Kang Flying Kick Variation 2</item>
                                      <item value="0x0320">Vocal: Raiden Superman Variation 5</item>
                                      <item value="0x0323">Vocal: Unknown Male Voice, Muffled Laughing, Says Something (Unused!)</item>
                                      <item value="0x0326">Vocal: Unknown Male Voice, Kiss (Unused!) </item>
                                      <item value="0x0329">Vocal: "Kid Thunder!"</item>
                                      <item value="0x032C">Vocal: Unknown Male Voice, Attack, Possibly Jax (Unused?)</item>
                                      <item value="0x032F">Vocal: Jax Gotcha</item>
                                      <item value="0x0332">Vocal: Unknown Male Voice, "YEAAAA!", Possibly Jax (Unused!)</item>
                                      <item value="0x0335">Vocal: "Awe Mah"</item>
                                      <item value="0x0338">Vocal: Scorpion "Come Here"</item>
                                      <item value="0x033B">Vocal: Scorpion "Get Over Here"</item>
                                      <item value="0x033E">Vocal: Tree Growl (Living Forest)</item>
                                      <item value="0x0345">Vocal: Male Fall Off Pit II</item>
                                      <item value="0x0348">Vocal: Male Hitting Pit II Floor</item>
                                      <item value="0x0352">Vocal: Unknown Male Character Attack 1 (Unused?)</item>
                                      <item value="0x0355">Vocal: Unknown Male Character Attack 2 (Unused?)</item>
                                      <item value="0x0358">Vocal: Unknown Male Character Jumping (Unused?)</item>
                                      <item value="0x035B">Vocal: Unknown Male Character Being Tripped (Unused?)</item>
                                      <item value="0x035E">Vocal: Unknown Male Character Taking Damage 1 (Unused?)</item>
                                      <item value="0x0361">Vocal: Unknown Male Character Attack 3 (Unused?)</item>
                                      <item value="0x0364">Vocal: Unknown Male Character Taking Damage 2 (Unused?)</item>
                                      <item value="0x0367">Vocal: Unknown Male Character Taking Damage 3 (Unused?)</item>
                                      <item value="0x036A">Vocal: Unknown Male Character Taking Damage 4 (Unused?)</item>
                                      <item value="0x036D">Vocal: Unknown Male Character Taking Damage 5 (Unused?)</item>
                                      <item value="0x0370">Vocal: Unknown Male Character Taking Damage 6 (Unused?)</item>
                                      <item value="0x0373">Vocal: Unknown Male Character Taking Damage 7 (Unused?)</item>
                                      <item value="0x0376">Sound: Unknown 7 (Unused?)</item>
                                      <item value="0x0379">Sound: Unknown 8 (Unused?)</item>
                                      <item value="0x037C">Sound: Unknown 9 (Unused?)</item>
                                      <item value="0x0384">Vocal: "Lui Kang Wins"</item>
                                      <item value="0x0387">Vocal: "Kung Lao Wins"</item>
                                      <item value="0x038B">Vocal: "Johnny Cage Wins"</item>
                                      <item value="0x038E">Vocal: "Reptile Wins"</item>
                                      <item value="0x0391">Vocal: "Sub-Zero Wins"</item>
                                      <item value="0x0394">Vocal: "Shang Tsung Wins"</item>
                                      <item value="0x0397">Vocal: "Kitana Wins"</item>
                                      <item value="0x039A">Vocal: "Jax Wins"</item>
                                      <item value="0x039D">Vocal: "Mileena Wins"</item>
                                      <item value="0x039F">Vocal: "Baraka Wins"</item>
                                      <item value="0x03A2">Vocal: "Scorpion Wins"</item>
                                      <item value="0x03A5">Vocal: "Raiden Wins"</item>
                                      <item value="0x03A7">Vocal: "Smoke Wins"</item>
                                      <item value="0x03AB">Vocal: "Jade Wins"</item>
                                      <item value="0x03AE">Vocal: "Finish Him"</item>
                                      <item value="0x03B1">Vocal: "Finish Her"</item>
                                      <item value="0x03B4">Vocal: "Fatality"</item>
                                      <item value="0x03B7">Vocal: "Flawless Victory"</item>
                                      <item value="0x03BA">Vocal: "Excellent"</item>
                                      <item value="0x03BD">Vocal: "Kintaro Wins"</item>
                                      <item value="0x03C0">Vocal: "Outstanding"</item>
                                      <item value="0x03C3">Vocal: "Well Done"</item>
                                      <item value="0x03C6">Vocal: "Superb"</item>
                                      <item value="0x03C9">Vocal: "Babality"</item>
                                      <item value="0x03CC">Vocal: "Fight"</item>
                                      <item value="0x03CF">Vocal: "Friendship"</item>
                                      <item value="0x03FC">Sound: Kitana Kiss Variation 1</item>
                                      <item value="0x03FF">Sound: Kitana Kiss Variation 2 (Unused!)</item>
                                      <item value="0x0402">Sound: Unknown 10 (Unused?)</item>
                                      <item value="0x0405">Sound: Kitana Victim Shaking Preparing to Explode</item>
                                      <item value="0x0408">Vocal: Kitana Victim Swelling</item>
                                      <item value="0x040B">Sound: Kitana Victim Explode</item>
                                      <item value="0x040E">Vocal: Reptile Satisfied</item>
                                      <item value="0x0414">Sound: Reptile Tongue Whip</item>
                                      <item value="0x0417">Sound: Kung Lao Hat Decapitation</item>
                                      <item value="0x041B">Sound: Unknown 11 (Unused?)</item>
                                      <item value="0x041E">Sound: Unknown 12 (Unused?)</item>
                                      <item value="0x0421">Sound: Unknown 13 (Unused?)</item>
                                      <item value="0x0424">Sound: Unknown 14 (Unused?)</item>
                                      <item value="0x0427">Sound: Jax Wave Projectile</item>
                                      <item value="0x042A">Sound: Unknown 15 (Unused?)</item>
                                      <item value="0x044C">Vocal: "Friendship?"</item>
                                      <item value="0x044F">Vocal: "Round 1"</item>
                                      <item value="0x0452">Vocal: "Round 2"</item>
                                      <item value="0x0455">Vocal: "Round 3"</item>
                                      <item value="0x0458">Vocal: "Round 4"</item>
                                      <item value="0x045B">Vocal: "Liu Kang"</item>
                                      <item value="0x045E">Vocal: "Kung Lao"</item>
                                      <item value="0x0461">Vocal: "Johnny Cage"</item>
                                      <item value="0x0464">Vocal: "Reptile"</item>
                                      <item value="0x0467">Vocal: "Sub-Zero"</item>
                                      <item value="0x046A">Vocal: "Shang Tsung"</item>
                                      <item value="0x046D">Vocal: "Kitana"</item>
                                      <item value="0x0470">Vocal: "Jax"</item>
                                      <item value="0x0473">Vocal: "Mileena"</item>
                                      <item value="0x0476">Vocal: "Baraka"</item>
                                      <item value="0x0479">Vocal: "Scorpion"</item>
                                      <item value="0x047C">Vocal: "Raiden"</item>
                                      <item value="0x047F">Vocal: "I am Shao Kahn. Bow to me!"</item>
                                      <item value="0x0482">Vocal: "Feel the wrath of Shao Kahn!"</item>
                                      <item value="0x0485">Vocal: "Feel the power of Shao Kahn!"</item>
                                      <item value="0x0488">Vocal: "I rule this world!"</item>
                                      <item value="0x048E">Vocal: "Prepare to die!"</item>
                                      <item value="0x0494">Vocal: "You will die mortal!"</item>
                                      <item value="0x0497">Vocal: "You are nothing!"</item>
                                      <item value="0x049A">Vocal: Shao Kahn Laugh 1</item>
                                      <item value="0x049D">Vocal: Shao Kahn Laugh 2</item>
                                      <item value="0x04A0">Vocal: Shao Kahn Laugh 3</item>
                                      <item value="0x04A3">Vocal: Shao Kahn Laugh. "Is that your best?"</item>
                                      <item value="0x04A6">Vocal: "Is that your best?"</item>
                                      <item value="0x04A9">Vocal: "All too easy!"</item>
                                      <item value="0x04AC">Vocal: "You weak pathetic fool."</item>
                                      <item value="0x04B0">Vocal: Kintaro Growl 1</item>
                                      <item value="0x04B3">Vocal: Kintaro Growl 2</item>
                                      <item value="0x04B5">Vocal: Kintaro Roar</item>
                                      <item value="0x04B9">Vocal: Kintaro Attack</item>
                                    </parameter>
                                    <script state="run">
                                      <action>maincpu.mw@0008816=param</action>
                                    </script>
                                    <script state="off">
                                      <action>maincpu.mw@0008816=0041</action>
                                    </script>
                                </cheat>
                                Not taking any requests at this time.

                                Bored? Watch some of my hacks here.

                                Comment

                                Working...
                                X