[msgogo] cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
Pugsy
Posts: 3688
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

[msgogo] cheats

Post by Pugsy »

msgogo.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@F03064=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@F03384=093C</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>Stops you being killed on contact with the bubbles, use with Infinite Time for full Invincibility</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00B5A4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00B5A4=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00B5A4=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Alter Shot Bubble Behaviour"> <comment>Shot Bubbles self pop if they hit the wrong colour bubble, can often lead to a harder game.</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@051A59</action>
    </script>
    <script state="run">
      <action>maincpu.mb@051A59=02</action>
    </script>
    <script state="off">
      <action>maincpu.mb@051A59=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="Solo Player Cheats"/>
  <cheat desc=" "/>

  <cheat desc="Select Starting Stage"> <comment>NOTE, either set this during the RAM/ROM checks or reset the game or you will start on Stage 2 the first time you use this cheat</comment>
    <parameter min="1" max="30" step="1"/>
    <script state="run">
      <action condition="(maincpu.pb@F03273==00)">maincpu.pb@F03273=(param-1)</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@F03392=07</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@F03393=07</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="VS Mode Cheats"/>
  <cheat desc=" "/>

  <cheat desc="Always 0 Games Won PL1">
    <script state="run">
      <action>maincpu.pb@F033C0=07</action>
    </script>
  </cheat>

  <cheat desc="0 Games Won Now! PL1">
    <script state="on">
      <action>maincpu.pb@F033C0=00</action>
    </script>
  </cheat>

  <cheat desc="3 Games Won Now! PL1">
    <script state="on">
      <action>maincpu.pb@F033C0=03</action>
    </script>
  </cheat>

  <cheat desc="Always 0 Games Won PL2">
    <script state="run">
      <action>maincpu.pb@F03393=07</action>
    </script>
  </cheat>

  <cheat desc="0 Games Won Now! PL2">
    <script state="on">
      <action>maincpu.pb@F033C1=00</action>
    </script>
  </cheat>

  <cheat desc="3 Games Won Now! PL2">
    <script state="on">
      <action>maincpu.pb@F033C1=03</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.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply