Page 1 of 1

[namcons2] cheats

Posted: Tue Jan 01, 2019 3:26 am
by Pugsy

Code: Select all

<mamecheat version="1">

  <cheat desc="Gaplus"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@004E2=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>lowbus.ppb@00569=04</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =bios.mb@18CE9</action>
      <action>temp1 =bios.mb@194F3</action>
    </script>
    <script state="run">
      <action>bios.mb@18CE9=AD</action> <!-- Normal Ship -->
      <action>bios.mb@194F3=AD</action> <!-- Extra Ships -->
    </script>
    <script state="off">
      <action>bios.mb@18CE9=temp0 </action>
      <action>bios.mb@194F3=temp1 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Dragon Buster"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>lowbus.ppb@00381=80</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo">
    <script state="run">
      <action>lowbus.ppb@003A8=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Gaplus Phalanx"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>lowbus.ppb@003FB=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =bios.mw@2DB06</action>
      <action>temp1 =bios.mb@2CFE7</action>
    </script>
    <script state="run">
      <action>bios.mw@2DB06=04A9</action> <!-- Normal Ships -->
      <action>bios.mb@2CFE7=AD</action> <!-- Big Ships -->
    </script>
    <script state="off">
      <action>bios.mw@2DB06=temp0 </action>
      <action>bios.mb@2CFE7=temp1 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Dragon Buster 100"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>Disable at the end of the level</comment>
    <script state="run">
      <action>lowbus.ppb@003A0=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>lowbus.ppb@00381=80</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo">
    <script state="run">
      <action>lowbus.ppb@003A8=09</action>
    </script>
  </cheat>

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