Page 1 of 1

[mk4] Mortal Kombat 4 (version 3.0)

Posted: Mon Sep 12, 2011 5:41 pm
by nolberto82
mk4.xml

Code: Select all

  <cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.pd@01EE09=6001EE11</action>
    </script>
  </cheat>

  <cheat desc="Infinite Health PL1">
    <script state="run">
      <action>maincpu.pd@00209E=00000001</action>
    </script>
  </cheat>

  <cheat desc="Infinite Turbo PL1">
    <script state="run">
      <action>maincpu.pd@0020A0=00000000</action>
    </script>
  </cheat>

  <cheat desc="Infinite Health PL2">
    <script state="run">
      <action>maincpu.pd@00209F=00000001</action>
    </script>
  </cheat>

  <cheat desc="Infinite Turbo PL2">
    <script state="run">
      <action>maincpu.pd@0020A1=00000000</action>
    </script>
  </cheat>

Re: [mk4] Mortal Kombat 4 (version 3.0)

Posted: Fri Sep 23, 2011 3:10 pm
by Pugsy
Thanks, added