[jumpkun] cheats

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.
Post Reply
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[jumpkun] cheats

Post 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. -->
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply