Mortal Kombat 4 (All Versions)

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
User avatar
Abystus
Posts: 576
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 47 times

Re: Mortal Kombat 4 (All Versions)

Post by Abystus »

mk4.xml

Code: Select all

  <cheat desc="Skip Vs Screen">
    <script state="on">
      <action>temp0=maincpu.pd@01DD6C</action>
    </script>
    <script state="run">
      <action>maincpu.pd@01DD6C=6001DD9F</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@01DD6C=temp0</action>
    </script>
  </cheat>
mk4a.xml

Code: Select all

  <cheat desc="Skip Vs Screen">
    <script state="on">
      <action>temp0=maincpu.pd@01DFC2</action>
    </script>
    <script state="run">
      <action>maincpu.pd@01DFC2=6001DFF5</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@01DFC2=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply