Page 1 of 1

[mag_boob] cheats

Posted: Sun Oct 01, 2023 9:14 pm
by Pugsy
From the name I loaded this thinking it may have been for adults...it wasn't.

mag_boob.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
  <script state="run">
    <action>mb_sub_ram.ppb@09F2=63</action>
  </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>Time display will still decrement but you time will clock around at 0</comment>
    <script state="on">
      <action>temp0 =maincpu.pb@3592</action>
    </script>
    <script state="run">
      <action>maincpu.pb@3592=18</action> <!-- Program code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pb@3592=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>mb_sub_ram.ppb@0B32=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.pb@5DD3</action>
      <action>temp1 =maincpu.pb@528A</action>
      <action>temp2 =maincpu.pb@506C</action>
      <action>temp3 =maincpu.pb@5115</action>
      <action>temp4 =maincpu.pb@509A</action>
    </script>
    <script state="run">
      <action>maincpu.pb@5DD3=C9</action> <!-- Program code cheat by Pugsy -->
      <action>maincpu.pb@528A=C9</action>
      <action>maincpu.pb@506C=C9</action>
      <action>maincpu.pb@5115=C9</action>
      <action>maincpu.pb@509A=C3</action>
    </script>
    <script state="off">
      <action>maincpu.pb@5DD3=temp0 </action>
      <action>maincpu.pb@528A=temp1 </action>
      <action>maincpu.pb@506C=temp2 </action>
      <action>maincpu.pb@5115=temp3 </action>
      <action>maincpu.pb@509A=temp4 </action>
    </script>
  </cheat>

  <cheat desc="Key always ready"> <comment>One some levels you will automatically pick the key up at start</comment>
    <script state="on">
      <action>temp0 =maincpu.pw@362C</action>
    </script>
    <script state="run">
      <action>maincpu.pw@362C=0118</action> <!-- Program code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pw@362C=temp0 </action>
    </script>
  </cheat>

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