Announcement

Collapse
No announcement yet.

Abystus' Codes

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

  • Abystus
    replied
    BlazBlue - Calamity Trigger Portable (U) {ULUS-10519} CWCheat [PSP]

    Code:
    _C0 [B][COLOR="#800080"]Hit Anywhere Both Players[/COLOR][/B]
    _L 0x2007F8B8 0x00000000

    Leave a comment:


  • Abystus
    replied
    Requested by a rl friend, this should stop all quest timers in the game (tested on a few quests, and encountered no problems).

    Monster Hunter Freedom Unite (U) {ULUS-10391} CWCheat [PSP]
    Code:
    _C0 [COLOR="#800080"][B]Stop Quest Timer[/B][/COLOR]
    _L 0x2006DFB8 0x1000000F

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat II (W) GG [Genesis]
    Code:
    [COLOR="#800080"][B]Restore Kintaro's Punch[/B][/COLOR] (Due to a programming error, he only uses his uppercut during the match.)
    J7SA-CAFJ
    Mortal Kombat II (J) GS [PSX]
    Code:
    [B][COLOR="#800080"]Restore Kintaro's Punch And Kick[/COLOR][/B] (Due to a programming error, he only uses his uppercut during the match.)
    80062438 004D
    Mortal Kombat II (U) GS [Saturn]
    Code:
    [B][COLOR="#800080"]Restore Kintaro's Punch And Kick[/COLOR][/B] (Due to a programming error, he only uses his uppercut during the match.)
    160360C4 E14C

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat II v1.0 (U) GG [SNES]
    Code:
    [COLOR="#800080"][B]Restore Kintaro's Punch[/B][/COLOR] (Due to a programming error, he only uses his uppercut during the match.)
    1DEA-17D0
    Mortal Kombat II v1.1 (U) GG [SNES]
    Code:
    [COLOR="#800080"][B]Restore Kintaro's Punch[/B][/COLOR] (Due to a programming error, he only uses his uppercut during the match.)
    1DE2-1DA0
    Sadly, his kick move seems to have been removed completely (I found no code for it, and am not sure if the sprite still exists or not.)

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat II (rev L3.1) [MAME]
    Code:
      <cheat desc="[B][COLOR="#800080"]Restore Female Strain Vocal Track[/COLOR][/B]">
          <comment>Female characters use the male vocal track during Kitana's Kiss of Death fatality either due to laziness or a programming error, but will now use their intended vocal track instead.</comment>
          <script state="run">
            <!-- Call Restore Female Strain -->
            <action>maincpu.mw@003D838=5000</action>
            <action>maincpu.mw@003D83A=FFE0</action>
      
            <!-- Restore Female Strain --> 
            <action>maincpu.mw@00C0A00=05B3</action>
            <action>maincpu.mw@00C0A02=02F0</action>
            <action>maincpu.mw@00C0A04=0106</action>
            <action>maincpu.mw@00C0A06=CB04</action>
            <action>maincpu.mw@00C0A08=05B3</action>
            <action>maincpu.mw@00C0A0A=0280</action>
            <action>maincpu.mw@00C0A0C=0106</action>
            <action>maincpu.mw@00C0A0E=C003</action>
            <action>maincpu.mw@00C0A10=05B3</action>
            <action>maincpu.mw@00C0A12=0E50</action>
            <action>maincpu.mw@00C0A14=0106</action>
            <action>maincpu.mw@00C0A16=0B53</action>
            <action>maincpu.mw@00C0A18=FFFB</action>
            <action>maincpu.mw@00C0A1A=CA06</action>
            <action>maincpu.mw@00C0A1C=0B53</action>
            <action>maincpu.mw@00C0A1E=FFFA</action>
            <action>maincpu.mw@00C0A20=CA03</action>
            <action>maincpu.mw@00C0A22=0B53</action>
            <action>maincpu.mw@00C0A24=FFEF</action>
            <action>maincpu.mw@00C0A26=CB02</action>
            <action>maincpu.mw@00C0A28=09C0</action>
            <action>maincpu.mw@00C0A2A=00A6</action>
            <action>maincpu.mw@00C0A2C=0D5F</action>
            <action>maincpu.mw@00C0A2E=2530</action>
            <action>maincpu.mw@00C0A30=FFA1</action>
            <action>maincpu.mw@00C0A32=0960</action>
          </script>
          <script state="off">
            <!-- Call Female Strain -->
            <action>maincpu.mw@003D838=2530</action>
            <action>maincpu.mw@003D83A=FFA1</action>
          </script>
      </cheat>
    Ultimate Mortal Kombat 3 (rev 1.2) [MAME]
    Code:
      <cheat desc="[B][COLOR="#800080"]Enable Single Opponent Endurance Matches[/COLOR][/B]">
          <comment>Round ends after defeating the first instead of all CPU opponents during an endurance match.</comment>
          <script state="run">
            <!-- Tower Endurance -->
            <action>maincpu.mw@0001398=C00B</action>
            <!-- Mega Endurance -->
            <action>maincpu.mw@000184C=C00B</action>
          </script>
          <script state="off">
            <!-- Tower Endurance -->
            <action>maincpu.mw@0001398=C90B</action>
            <!-- Mega Endurance -->
            <action>maincpu.mw@000184C=C90B</action>
          </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat (rev 5.0 T-Unit 03/19/93) [MAME]
    Code:
      <cheat desc="[B][COLOR="#800080"]Enable Single Round Matches[/COLOR][/B]">
          <script state="run">
            <action>maincpu.mw@009401C=C001</action>
          </script>
          <script state="off">
            <action>maincpu.mw@009401C=CB00</action>
          </script>
      </cheat>
    Mortal Kombat 3 (rev 2.1) [MAME]
    Code:
      <cheat desc="[B][COLOR="#800080"]Finish Him/Her After Every Round[/COLOR][/B]">
          <comment>Doesn't work against hidden characters or bosses.</comment>
          <script state="run">
            <action>maincpu.mw@000133C=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@000133C=CB16</action>
          </script>
      </cheat>
    
      <cheat desc="[B][COLOR="#800080"]Stage Modifier[/COLOR][/B]">
          <parameter>
            <item value="0x00">Subway</item>
            <item value="0x01">The Street</item>
            <item value="0x02">The Bank</item>
            <item value="0x03">Rooftop</item>
            <item value="0x04">The Balcony</item>
            <item value="0x05">The Bridge</item>
            <item value="0x06">Soul Chamber</item>
            <item value="0x07">Bell Tower</item>
            <item value="0x08">The Temple</item>
            <item value="0x09">Graveyard</item>
            <item value="0x0A">The Pit 3</item>
            <item value="0x0B">Red Portal</item>
            <item value="0x0C">Continue Screen</item>
            <item value="0x0D">Character Bio Screen? (Fighters above background.)</item>
            <item value="0x0E">Choose Your Destiny Screen (Red Portal. Background only. Fighters above background.)</item>
            <item value="0x0F">Versus/Longest Winning Streak Screen (Fighters above background.)</item>
            <item value="0x10">Credit Screen (Fighters above background.)</item>
            <item value="0x11">Intro/Ending Story Borders (Fighters above background.)</item>
            <item value="0x12">Noob's Dorfen</item>
            <item value="0x13">Continue Screen</item>
            <item value="0x14">Continue Screen</item>
            <item value="0x15">Continue Screen (Subway finishing music.)</item>
            <item value="0x16">Continue Screen (The Street finishing music.)</item>
            <item value="0x17">Continue Screen (The Bank finishing music.)</item>
            <item value="0x18">Character Ending Screen (Rooftop finishing music.)</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@01062210=param</action>
          </script>
      </cheat>
    Ultimate Mortal Kombat 3 (rev 1.2) [MAME]
    Code:
      <cheat desc="[B][COLOR="#800080"]Finish Him/Her After Every Round[/COLOR][/B]">
          <comment>Doesn't work against hidden characters or bosses.</comment>
          <script state="run">
            <action>maincpu.mw@00013D2=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@00013D2=CB16</action>
          </script>
      </cheat>
    
      <cheat desc="[B][COLOR="#800080"]Stage Modifier[/COLOR][/B]">
          <parameter>
            <item value="0x00">Subway</item>
            <item value="0x01">The Street</item>
            <item value="0x02">#The Bank (Removed in UMK3. Uses Jade's Desert background. Uses Bank music.)</item>
            <item value="0x03">Rooftop</item>
            <item value="0x04">The Balcony</item>
            <item value="0x05">The Bridge</item>
            <item value="0x06">Soul Chamber</item>
            <item value="0x07">Bell Tower</item>
            <item value="0x08">The Temple</item>
            <item value="0x09">Graveyard</item>
            <item value="0x0A">The Pit 3</item>
            <item value="0x0B">Waterfront</item>
            <item value="0x0C">Scorpion's Lair</item>
            <item value="0x0D">The Cave</item>
            <item value="0x0E">Jade's Desert</item>
            <item value="0x0F">Continue Screen</item>
            <item value="0x10">Blue Portal</item>
            <item value="0x11">Continue Screen</item>
            <item value="0x12">#Red Portal (Removed in UMK3. Uses Jade's Desert background.)</item>
            <item value="0x13">Choose Your Destiny Screen (Blue Portal. Background only. Fighters above background.)</item>
            <item value="0x14">Versus/Longest Winning Streak Screen (Background only. Fighters above background.)</item>
            <item value="0x15">Game Mode Screen (Background only. Fighters above background.)</item>
            <item value="0x16">Game Mode Screen (Background only. Fighters above background.)</item>
            <item value="0x17">MK3 Choose Your Destiny Screen (Red Portal. Background only.)</item>
            <item value="0x18">Noob's Dorfen</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@01062260=param</action>
          </script>
      </cheat>
    
      <cheat desc="[B][COLOR="#800080"]Human Smoke Transformation Character Modifier[/COLOR][/B]">
          <comment>Works for both players. Will announce character as Smoke. Will show Smoke's name in life bar during transformation round.</comment>
          <parameter>
            <item value="0x5600">Kano</item>
            <item value="0x1820">Sonya</item>
            <item value="0x1840">Jax</item>
            <item value="0x1860">Nightwolf</item>
            <item value="0x1880">Sub-Zero</item>
            <item value="0x18A0">Stryker</item>
            <item value="0x18C0">Sindel</item>
            <item value="0x18E0">Sector</item>
            <item value="0x1900">Cyrax</item>
            <item value="0x1920">Kung Lao</item>
            <item value="0x1940">Kabal</item>
            <item value="0x1960">Sheeva</item>
            <item value="0x1980">Shang Tsung</item>
            <item value="0x19A0">Liu Kang</item>
            <item value="0x19C0">Robo-Smoke</item>
            <item value="0x19E0">Kitana</item>
            <item value="0x1A00">Jade</item>
            <item value="0x1A20">Mileena</item>
            <item value="0x1A40">Scorpion</item>
            <item value="0x1A60">Reptile</item>
            <item value="0x1A80">Ermac</item>
            <item value="0x1AA0">Classic Sub-Zero</item>
            <item value="0x1AC0">Human Smoke</item>
            <item value="0x1AE0">Noob Saibot</item>
            <item value="0x1B00">#Motaro</item>
            <item value="0x1B20">#Shao Kahn</item>
          </parameter>
          <script state="run">
            <action>maincpu.mw@0004F36=param</action>
          </script>
          <script state="off">
            <action>maincpu.mw@0004F36=1AC0</action>
          </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Originally posted by xtaty1980 View Post
    thank you
    for your attention
    No problem. I do hope to get around to hacking PS3 codes at some point.


    Mortal Kombat (rev 5.0 T-Unit 03/19/93) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Player Takes All Damage[/B][/COLOR]"> 
          <parameter>
            <item value="0x00">Player 1</item>
            <item value="0x01">Player 2</item>
          </parameter>
          <script state="run">
            <!-- Player 1 -->
            <action condition="(param==0x00)">maincpu.mw@009DE3E=C001</action>
            <action condition="(param==0x00)">maincpu.mw@009E100=C002</action>
            <!-- Player 2 -->
            <action condition="(param==0x01)">maincpu.mw@009DE3E=0300</action>
            <action condition="(param==0x01)">maincpu.mw@009E100=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@009DE3E=CA01</action>
            <action>maincpu.mw@009E100=CA02</action>
          </script>
      </cheat>
    Mortal Kombat 3 (rev 2.1) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Player Takes All Damage[/B][/COLOR]"> 
          <parameter>
            <item value="0x00">Player 1</item>
            <item value="0x01">Player 2</item>
          </parameter>
          <script state="run">
            <!-- Player 1 -->
            <action condition="(param==0x00)">maincpu.mw@004B9B6=C001</action>
            <action condition="(param==0x00)">maincpu.mw@004BA88=C009</action>
            <!-- Player 2 -->
            <action condition="(param==0x01)">maincpu.mw@004B9B6=0300</action>
            <action condition="(param==0x01)">maincpu.mw@004BA88=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@004B9B6=CA01</action>
            <action>maincpu.mw@004BA88=CA09</action>
          </script>
      </cheat>
    Ultimate Mortal Kombat 3 (rev 1.2) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Player Takes All Damage[/B][/COLOR]"> 
          <parameter>
            <item value="0x00">Player 1</item>
            <item value="0x01">Player 2</item>
          </parameter>
          <script state="run">
            <!-- Player 1 -->
            <action condition="(param==0x00)">maincpu.mw@005FF4E=C001</action>
            <action condition="(param==0x00)">maincpu.mw@006003A=C009</action>
            <!-- Player 2 -->
            <action condition="(param==0x01)">maincpu.mw@005FF4E=0300</action>
            <action condition="(param==0x01)">maincpu.mw@006003A=0300</action>
          </script>
          <script state="off">
            <action>maincpu.mw@005FF4E=CA01</action>
            <action>maincpu.mw@006003A=CA09</action>
          </script>
      </cheat>
    Killer Instinct (v1.4) [MAME]
    Code:
    Originally hacked by Nolberto82 for v1.3, this is a port of his code to v1.4.
    
     <cheat desc="[COLOR="#800080"][B]Hit Anywhere Both Players[/B][/COLOR]">
        <comment>Enable before match or it will not work.</comment>
        <script state="run">
          <action>maincpu.pd@88008B74=10000013</action>
          <action>maincpu.pd@88008B78=00000000</action>
          <action>maincpu.pd@88008F34=34010000</action>
          <action>maincpu.pd@88008F3C=34010000</action>
          <action>maincpu.pd@88008F68=34010000</action>
          <action>maincpu.pd@88008F70=34010000</action>
          <action>maincpu.pd@88008F9C=34010000</action>
          <action>maincpu.pd@88008FA4=34010000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@88008B74=8C860004</action>
          <action>maincpu.pd@88008B78=8CA70004</action>
          <action>maincpu.pd@88008F34=024D082A</action>
          <action>maincpu.pd@88008F3C=01F0082A</action>
          <action>maincpu.pd@88008F68=01D0082A</action>
          <action>maincpu.pd@88008F70=024C082A</action>
          <action>maincpu.pd@88008F9C=0130082A</action>
          <action>maincpu.pd@88008FA4=0249082A</action>
        </script>
      </cheat>
    Killer Instinct (v1.5d) [MAME]
    Code:
    Originally hacked by Nolberto82 for v1.3, this is a port of his code to v1.5d.
    
      <cheat desc="[COLOR="#800080"][B]Hit Anywhere Both Players[/B][/COLOR]">
        <comment>Enable before match or it will not work.</comment>
        <script state="run">
          <action>maincpu.pd@88008DA4=10000013</action>
          <action>maincpu.pd@88008DA8=00000000</action>
          <action>maincpu.pd@88009164=34010000</action>
          <action>maincpu.pd@8800916C=34010000</action>
          <action>maincpu.pd@88009198=34010000</action>
          <action>maincpu.pd@880091A4=34010000</action>
          <action>maincpu.pd@880091CC=34010000</action>
          <action>maincpu.pd@880091D4=34010000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@88008DA4=8C860004</action>
          <action>maincpu.pd@88008DA8=8CA70004</action>
          <action>maincpu.pd@88009164=024D082A</action>
          <action>maincpu.pd@8800916C=01F0082A</action>
          <action>maincpu.pd@88009198=01D0082A</action>
          <action>maincpu.pd@880091A4=024C082A</action>
          <action>maincpu.pd@880091CC=0130082A</action>
          <action>maincpu.pd@880091D4=0249082A</action>
        </script>
      </cheat>

    Leave a comment:


  • xtaty1980
    replied
    thank you
    for your attention

    Leave a comment:


  • Abystus
    replied
    Originally posted by xtaty1980 View Post
    have more codes hit anywhere
    try the hardest ps3
    I don't own a PS3, but I'll hack it as soon as an emulator with debugging tools is created for it in the future.


    Mortal Kombat (rev 5.0 T-Unit 03/19/93) [MAME]
    Code:
    <cheat desc="[COLOR="#800080"][B]Reptile Clue Character Modifier[/B][/COLOR]">
        <comment>Characters will have Reptile's green palette which looks a bit glitchy. Goro and Shang Tsung will freeze game after initiating their win pose.</comment>
        <parameter>
          <item value="0x5600">Johnny Cage</item>
          <item value="0x1820">Kano</item>
          <item value="0x1840">Raiden</item>
          <item value="0x1860">Liu Kang</item>
          <item value="0x1880">Scorpion (Looks like Reptile)</item>
          <item value="0x18A0">Sub-Zero (Looks like Reptile)</item>
          <item value="0x18C0">Sonya Blade</item>
          <item value="0x18E0">#Goro</item>
          <item value="0x1900">#Shang Tsung</item>
        </parameter>
        <script state="run">
          <action>maincpu.mw@00942AE=param</action>
        </script>
        <script state="off">
          <action>maincpu.mw@00942AE=1880</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable I Am Reptile. Find Me! Clue[/B][/COLOR]">
        <comment>This clue is never shown normally due to a programming error.</comment>
        <script state="run">
          <action>maincpu.mw@009435C=1940</action>
        </script>
        <script state="off">
          <action>maincpu.mw@009435C=1920</action>
        </script>
    </cheat>
    Mortal Kombat II (rev L3.1) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Restore Kintaro's Kick[/B][/COLOR]">
         <comment>A move he has not had access to since earlier revisions of the game due to a programming error.</comment>
          <script state="run">
            <action>maincpu.mw@003963C=FFA0</action>
          </script>
          <script state="off">
            <action>maincpu.mw@003963C=FF9F</action>
          </script>
      </cheat>
    
      <cheat desc="[B][COLOR="#800080"]CPU Throwing Disabled[/COLOR][/B]">
          <script state="run">
            <action>maincpu.mw@0006916=C022</action>
            <action>maincpu.mw@0036AF0=C05E</action>
            <action>maincpu.mw@0036E62=C00C</action>
            <action>maincpu.mw@00393F8=C002</action>
            <action>maincpu.mw@00395E8=C014</action>
            <action>maincpu.mw@0039618=C007</action>
            <action>maincpu.mw@0039F6E=C002</action>
          </script>
          <script state="off">
            <action>maincpu.mw@0006916=CA22</action>
            <action>maincpu.mw@0036AF0=CA5E</action>
            <action>maincpu.mw@0036E62=C90C</action>
            <action>maincpu.mw@00393F8=C902</action>
            <action>maincpu.mw@00395E8=CB14</action>
            <action>maincpu.mw@0039618=C807</action>
            <action>maincpu.mw@0039F6E=C302</action>
          </script>
      </cheat>
    
      <cheat desc="[COLOR="#800080"][B]Smoke Clue Character Modifier[/B][/COLOR]">
        <comment>Characters will have Smoke's gray palette which looks a bit glitchy. Kintaro and Shao Kahn will freeze the game. Shang Tsung will softlock the game in a win pose loop.</comment>
        <parameter>
          <item value="0x0000">Kung Lao</item>
          <item value="0x0001">Liu Kang</item>
          <item value="0x0002">Cage</item>
          <item value="0x0003">Baraka</item>
          <item value="0x0004">Kitana</item>
          <item value="0x0005">Mileena</item>
          <item value="0x0006">#Shang Tsung (Looping Win Pose, Softlocks Game)</item>
          <item value="0x0007">Raiden</item>
          <item value="0x0008">Sub-Zero (Looks like Smoke)</item>
          <item value="0x0009">Reptile (Looks like Smoke)</item>
          <item value="0x000A">Scorpion (Looks like Smoke)</item>
          <item value="0x000B">Jax</item>
          <item value="0x000C">#Kintaro (Crashes Game)</item>
          <item value="0x000D">#Shao Kahn (Crashes Game)</item>
          <item value="0x000E">Smoke</item>
          <item value="0x000F">Noob Saibot (Looks like Smoke)</item>
          <item value="0x0010">Jade</item>
        </parameter>
        <script state="run">
          <action>maincpu.mw@0003964=param</action>
          <action>maincpu.mw@000FF16=C006</action>
        </script>
        <script state="off">
          <action>maincpu.mw@0003964=000E</action>
          <action>maincpu.mw@000FF16=CA06</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR="#800080"][B]Jade Clue Character Modifier[/B][/COLOR]">
        <comment>Characters will have Jade's green palette which looks a bit glitchy. Kintaro and Shao Kahn will freeze the game. Shang Tsung will soft lock the game in a win pose loop.</comment>
        <parameter>
          <item value="0x0000">Kung Lao</item>
          <item value="0x0001">Liu Kang</item>
          <item value="0x0002">Cage</item>
          <item value="0x0003">Baraka</item>
          <item value="0x0004">Kitana (Looks like Jade)</item>
          <item value="0x0005">Mileena (Looks like Jade)</item>
          <item value="0x0006">#Shang Tsung (Looping Win Pose, Softlocks Game)</item>
          <item value="0x0007">Raiden</item>
          <item value="0x0008">Sub-Zero</item>
          <item value="0x0009">Reptile</item>
          <item value="0x000A">Scorpion</item>
          <item value="0x000B">Jax</item>
          <item value="0x000C">#Kintaro (Crashes Game)</item>
          <item value="0x000D">#Shao Kahn (Crashes Game)</item>
          <item value="0x000E">Smoke</item>
          <item value="0x000F">Noob Saibot</item>
          <item value="0x0010">Jade</item>
        </parameter>
        <script state="run">
          <action>maincpu.mw@000397C=param</action>
          <action>maincpu.mw@000FF16=C006</action>
        </script>
        <script state="off">
          <action>maincpu.mw@000397C=0010</action>
          <action>maincpu.mw@000FF16=CA06</action>
        </script>
      </cheat>

    Leave a comment:


  • xtaty1980
    replied
    have more codes hit anywhere
    try the hardest ps3

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat (rev 5.0 T-Unit 03/19/93) [MAME]
    Code:
    <cheat desc="[COLOR="#800080"][B]Disable Blocking Both Players[/B][/COLOR]">
        <script state="run">
          <action>maincpu.mw@009DE46=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@009DE46=C814</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Always Get Fatality Bonus[/B][/COLOR]">
        <comment>Works on all rounds.</comment>
        <script state="run">
          <action>maincpu.mw@0095842=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@0095842=CA34</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable Pit Uppercut Fatality On Any Stage[/B][/COLOR]">
        <comment>Does not work on bosses. "The Pit Bottom" graphics will not be loaded unless fighting on "The Pit" stage.</comment>
        <script state="run">
          <action>maincpu.mw@009A292=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@009A292=CB0A</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable Pit Uppercut Fatality During Round[/B][/COLOR]">
        <comment>Requires "The Pit" stage. Does not work on bosses. Winner of round determined by who has more health. Do not use with "Infinite Time" cheat, or the round will never end.</comment>
        <script state="run">
          <action>maincpu.mw@009A29A=0300</action>
          <action>maincpu.mw@009A2A6=C01E</action>
        </script>
        <script state="off">
          <action>maincpu.mw@009A29A=CB06</action>
          <action>maincpu.mw@009A2A6=CA1E</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable Single Opponent Endurance Matches[/B][/COLOR]">
        <comment>Round ends after defeating the first instead of both CPU opponents during an endurance match.</comment>
        <script state="run">
          <action>maincpu.mw@00948EE=C069</action>
        </script>
        <script state="off">
          <action>maincpu.mw@00948EE=CE69</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable Subsequent Opponent Goro Style Entrances[/B][/COLOR]">
        <comment>The next opponent on the battle plan will make a Goro style entrance after you defeat the current opponent. Does not work on matches preceeding a "Test Your Might" challenge. Will crash game if current opponent has been knocked off "The Pit" bridge when next opponent arrives.</comment>
        <script state="run">
          <action>maincpu.mw@0094198=0300</action>
          <action>maincpu.mw@009419E=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@0094198=CA09</action>
          <action>maincpu.mw@009419E=CB06</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Replace Test Your Might Challenge With Goro Fight[/B][/COLOR]">
        <comment>Single player mode only. Instead of a "Test Your Might" challenge, Goro will drop from the ceiling to fight you. Will crash game if current opponent has been knocked off "The Pit" bridge when Goro arrives.</comment>
        <script state="run">
          <action>maincpu.mw@00964FA=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@00964FA=CA0D</action>
        </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Defeat Any CPU Opponent To View Ending[/B][/COLOR]">
        <comment>Will also disable the ability to perform Fatalities in versus mode.</comment>
        <script state="run">
          <action>maincpu.mw@0094024=C03F</action>
          <action>maincpu.mw@009410E=0300</action>
        </script>
        <script state="off">
          <action>maincpu.mw@0094024=C93F</action>
          <action>maincpu.mw@009410E=CB02</action>
        </script>
    </cheat>
    Warriors of Fate (World 921031) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Hit Anywhere All Players[/B][/COLOR]">
          <comment>Excludes throws. Disables boss ability to block player attacks. Does not work on bonus levels.</comment>
          <script state="run">
            <action>maincpu.ow@007F72=605E</action>
            <action>maincpu.ow@0086F8=600C</action>
            <action>maincpu.ow@0088C2=4E71</action>
            <action>maincpu.ow@0088C8=4E71</action>
            <action>maincpu.ow@0088DC=4E71</action>
            <action>maincpu.ow@0088FE=4E71</action>
            <action>maincpu.ow@00891A=6002</action>
            <action>maincpu.ow@008940=6002</action>
            <action>maincpu.ow@008948=6002</action>
            <action>maincpu.ow@008960=6002</action>
            <action>maincpu.ow@009176=600C</action>
            <action>maincpu.ow@0093D6=6002</action>
            <action>maincpu.ow@0093E8=6002</action>
            <action>maincpu.ow@00940C=6002</action>
            <action>maincpu.ow@00942A=6002</action>
            <action>maincpu.ow@0097C2=4E71</action>
            <action>maincpu.ow@00981C=6002</action>
            <action>maincpu.ow@009840=6002</action>
            <action>maincpu.ow@009856=6002</action>
            <action>maincpu.ow@00999A=6006</action>
            <action>maincpu.ow@009AC0=6002</action>
            <action>maincpu.ow@009AD2=6002</action>
            <action>maincpu.ow@009AF6=6002</action>
            <action>maincpu.ow@009B14=6002</action>
          </script>
          <script state="off">
            <action>maincpu.ow@007F72=6B00</action>
            <action>maincpu.ow@0086F8=6F18</action>
            <action>maincpu.ow@0088C2=67D2</action>
            <action>maincpu.ow@0088C8=6604</action>
            <action>maincpu.ow@0088DC=62B8</action>
            <action>maincpu.ow@0088FE=6296</action>
            <action>maincpu.ow@00891A=6200</action>
            <action>maincpu.ow@008940=6700</action>
            <action>maincpu.ow@008948=6700</action>
            <action>maincpu.ow@008960=6200</action>
            <action>maincpu.ow@009176=6F18</action>
            <action>maincpu.ow@0093D6=6700</action>
            <action>maincpu.ow@0093E8=6200</action>
            <action>maincpu.ow@00940C=6200</action>
            <action>maincpu.ow@00942A=6200</action>
            <action>maincpu.ow@0097C2=6F0C</action>
            <action>maincpu.ow@00981C=6700</action>
            <action>maincpu.ow@009840=6200</action>
            <action>maincpu.ow@009856=6200</action>
            <action>maincpu.ow@00999A=6F12</action>
            <action>maincpu.ow@009AC0=6700</action>
            <action>maincpu.ow@009AD2=6200</action>
            <action>maincpu.ow@009AF6=6200</action>
            <action>maincpu.ow@009B14=6200</action>
          </script>
      </cheat>
    Warriors of Fate (USA 921031) [MAME]
    Code:
     <cheat desc="[COLOR="#800080"][B]Hit Anywhere All Players[/B][/COLOR]">
          <comment>Excludes throws. Disables boss ability to block player attacks. Does not work on bonus levels.</comment>
          <script state="run">
            <action>maincpu.ow@007F7A=605E</action>
            <action>maincpu.ow@008700=600C</action>
            <action>maincpu.ow@0088CA=4E71</action>
            <action>maincpu.ow@0088D0=4E71</action>
            <action>maincpu.ow@0088E4=4E71</action>
            <action>maincpu.ow@008906=4E71</action>
            <action>maincpu.ow@008922=6002</action>
            <action>maincpu.ow@008948=6002</action>
            <action>maincpu.ow@008950=6002</action>
            <action>maincpu.ow@008968=6002</action>
            <action>maincpu.ow@00917E=600C</action>
            <action>maincpu.ow@0093DE=6002</action>
            <action>maincpu.ow@0093F0=6002</action>
            <action>maincpu.ow@009414=6002</action>
            <action>maincpu.ow@009432=6002</action>
            <action>maincpu.ow@0097CA=4E71</action>
            <action>maincpu.ow@009824=6002</action>
            <action>maincpu.ow@009848=6002</action>
            <action>maincpu.ow@00985E=6002</action>
            <action>maincpu.ow@0099A2=6006</action>
            <action>maincpu.ow@009AC8=6002</action>
            <action>maincpu.ow@009ADA=6002</action>
            <action>maincpu.ow@009AFE=6002</action>
            <action>maincpu.ow@009B1C=6002</action>
          </script>
          <script state="off">
            <action>maincpu.ow@007F7A=6B00</action>
            <action>maincpu.ow@008700=6F18</action>
            <action>maincpu.ow@0088CA=67D2</action>
            <action>maincpu.ow@0088D0=6604</action>
            <action>maincpu.ow@0088E4=62B8</action>
            <action>maincpu.ow@008906=6296</action>
            <action>maincpu.ow@008922=6200</action>
            <action>maincpu.ow@008948=6700</action>
            <action>maincpu.ow@008950=6700</action>
            <action>maincpu.ow@008968=6200</action>
            <action>maincpu.ow@00917E=6F18</action>
            <action>maincpu.ow@0093DE=6700</action>
            <action>maincpu.ow@0093F0=6200</action>
            <action>maincpu.ow@009414=6200</action>
            <action>maincpu.ow@009432=6200</action>
            <action>maincpu.ow@0097CA=6F0C</action>
            <action>maincpu.ow@009824=6700</action>
            <action>maincpu.ow@009848=6200</action>
            <action>maincpu.ow@00985E=6200</action>
            <action>maincpu.ow@0099A2=6F12</action>
            <action>maincpu.ow@009AC8=6700</action>
            <action>maincpu.ow@009ADA=6200</action>
            <action>maincpu.ow@009AFE=6200</action>
            <action>maincpu.ow@009B1C=6200</action>
          </script>
      </cheat>
    Tenchi wo Kurau II - Sekiheki no Tatakai (Japan 921031) [MAME]
    Code:
      <cheat desc="[COLOR="#800080"][B]Hit Anywhere All Players[/B][/COLOR]">
          <comment>Excludes throws. Disables boss ability to block player attacks. Does not work on bonus levels.</comment>
          <script state="run">
            <action>maincpu.ow@00808A=605E</action>
            <action>maincpu.ow@008810=600C</action>
            <action>maincpu.ow@0089DA=4E71</action>
            <action>maincpu.ow@0089E0=4E71</action>
            <action>maincpu.ow@0089F4=4E71</action>
            <action>maincpu.ow@008A16=4E71</action>
            <action>maincpu.ow@008A32=6002</action>
            <action>maincpu.ow@008A58=6002</action>
            <action>maincpu.ow@008A60=6002</action>
            <action>maincpu.ow@008A78=6002</action>
            <action>maincpu.ow@00928E=600C</action>
            <action>maincpu.ow@0094EE=6002</action>
            <action>maincpu.ow@009500=6002</action>
            <action>maincpu.ow@009524=6002</action>
            <action>maincpu.ow@009542=6002</action>
            <action>maincpu.ow@0098DA=4E71</action>
            <action>maincpu.ow@009934=6002</action>
            <action>maincpu.ow@009958=6002</action>
            <action>maincpu.ow@00996E=6002</action>
            <action>maincpu.ow@009AB2=6006</action>
            <action>maincpu.ow@009BD8=6002</action>
            <action>maincpu.ow@009BEA=6002</action>
            <action>maincpu.ow@009C0E=6002</action>
            <action>maincpu.ow@009C2C=6002</action>
          </script>
          <script state="off">
            <action>maincpu.ow@00808A=6B00</action>
            <action>maincpu.ow@008810=6F18</action>
            <action>maincpu.ow@0089DA=67D2</action>
            <action>maincpu.ow@0089E0=6604</action>
            <action>maincpu.ow@0089F4=62B8</action>
            <action>maincpu.ow@008A16=6296</action>
            <action>maincpu.ow@008A32=6200</action>
            <action>maincpu.ow@008A58=6700</action>
            <action>maincpu.ow@008A60=6700</action>
            <action>maincpu.ow@008A78=6200</action>
            <action>maincpu.ow@00928E=6F18</action>
            <action>maincpu.ow@0094EE=6700</action>
            <action>maincpu.ow@009500=6200</action>
            <action>maincpu.ow@009524=6200</action>
            <action>maincpu.ow@009542=6200</action>
            <action>maincpu.ow@0098DA=6F0C</action>
            <action>maincpu.ow@009934=6700</action>
            <action>maincpu.ow@009958=6200</action>
            <action>maincpu.ow@00996E=6200</action>
            <action>maincpu.ow@009AB2=6F12</action>
            <action>maincpu.ow@009BD8=6700</action>
            <action>maincpu.ow@009BEA=6200</action>
            <action>maincpu.ow@009C0E=6200</action>
            <action>maincpu.ow@009C2C=6200</action>
          </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Originally posted by Hacc View Post
    Nice! That should be a mandatory hack for fighters. Oh, and just so you know: Capcom vs. SNK 2 (SFEX3 too) still has its debug labels intact. So, understanding the coding won't be of much difficulty (good hacking candidates).
    I'll be looking forward to taking a peek at that one (along with several other fighters if I can download/hack them faster than nolberto82 lol). I'm just treading water atm (when not watching my kid or working), but hopefully I get a bit more time to tear this system apart.

    Leave a comment:


  • Hacc
    replied
    Nice! That should be a mandatory hack for fighters. Oh, and just so you know: Capcom vs. SNK 2 (SFEX3 too) still has its debug labels intact. So, understanding the coding won't be of much difficulty (good hacking candidates).
    Last edited by Hacc; 08-05-2014, 01:39:58 AM.

    Leave a comment:


  • Abystus
    replied
    Marvel vs. Capcom 2: New Age of Heroes (U) {SLUS-20486} [PS2]
    Code:
    [B][COLOR="#800080"]Disable Blocking[/COLOR][/B][COLOR="#800080"][/COLOR] (Both Players)
    2018B028 00000000

    Leave a comment:


  • Abystus
    replied
    Mortal Kombat 4 (version 3.0) [MAME]
    Code:
    <cheat desc="[COLOR="#800080"][B]Enable Finishers From Any Distance[/B][/COLOR]">
      <script state="run">
        <action>maincpu.pd@017D97=6A070000</action>
        <action>maincpu.pd@017DC3=6A070000</action>
        <action>maincpu.pd@017DFF=6A090000</action>
        <action>maincpu.pd@017E03=6A070000</action>
        <action>maincpu.pd@017E05=6A090000</action>
        <action>maincpu.pd@017E09=6A090000</action>
        <action>maincpu.pd@017E10=6A090000</action>
        <action>maincpu.pd@017E17=6A090000</action>
      </script>
      <script state="off">
        <action>maincpu.pd@017D97=6A0701E9</action>
        <action>maincpu.pd@017DC3=6A0701BD</action>
        <action>maincpu.pd@017DFF=6A090181</action>
        <action>maincpu.pd@017E03=6A07017D</action>
        <action>maincpu.pd@017E05=6A09017B</action>
        <action>maincpu.pd@017E09=6A090177</action>
        <action>maincpu.pd@017E10=6A090170</action>
        <action>maincpu.pd@017E17=6A090169</action>
      </script>
    </cheat>
    
    <cheat desc="[COLOR="#800080"][B]Enable Finishers During Round[/B][/COLOR]">
      <comment>Works on any round. Can be interrupted by opponent. Do not use with "Infinite Time" cheat, or the round will never end.</comment>
      <script state="run">
        <action>maincpu.pd@017E1A=6A050000</action>
        <action>maincpu.pd@017E1C=6A060000</action>
        <action>maincpu.pd@017E23=6A060000</action>
        <action>maincpu.pd@017E28=6A060000</action>
      </script>
      <script state="off">
        <action>maincpu.pd@017E1A=6A050166</action>
        <action>maincpu.pd@017E1C=6A060164</action>
        <action>maincpu.pd@017E23=6A06015D</action>
        <action>maincpu.pd@017E28=6A060158</action>
      </script>
    </cheat>

    Leave a comment:

Working...
X