Page 1 of 1

[jumpkun] cheats

Posted: Sun Jul 02, 2017 5:01 pm
by Pugsy
jumpkun.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@8073=09</action>
      <action>maincpu.pb@887F=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="on">
      <action>temp0 =maincpu.mb@67A5</action>
    </script>
    <script state="run">
      <action>maincpu.mb@67A5=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@67A5=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@8100=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@17EE</action>
      <action>temp1 =maincpu.mb@48F3</action>
    </script>
    <script state="run">
      <action>maincpu.mb@17EE=C3</action> <!-- Normal One Hit Collisions -->
      <action>maincpu.mb@48F3=C3</action> <!-- Stop Walls pushing -->
    </script>
    <script state="off">
      <action>maincpu.mb@17EE=temp0 </action>
      <action>maincpu.mb@48F3=temp1 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->