Frog and Spiders - fspiderb (Unlimited Lives)

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
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Frog and Spiders - fspiderb (Unlimited Lives)

Post by Tafoid »

You'll need them with the bullets not showing up right now :lol:

Code: Select all

<mamecheat version="1">
  <cheat desc="Unlimited Lives for P1 + P2">
    <script state="run">
      <action>maincpu.pb@8359=08</action>
    </script>
  </cheat>
</mamecheat>
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: Frog and Spiders - fspiderb (Unlimited Lives)

Post by Pugsy »

Thanks, added. Also added some of my own:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits"> <comment>Display won't be correct until you start a game</comment>
    <script state="on">
      <action>maincpu.pb@8018=03</action> <!-- Coin Impulse -->
    </script>
    <script state="run">
      <action>maincpu.pb@8000=09</action>
    </script>
  </cheat>

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

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@5076</action>
      <action>temp1 =maincpu.mb@5830</action>
      <action>temp2 =maincpu.mw@5F16</action>
      <action>temp3 =maincpu.mb@6156</action>
      <action>temp4 =maincpu.mb@65E4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@5076=C9</action> <!-- Shots -->
      <action>maincpu.mb@5830=C9</action> <!-- Spider -->
      <action>maincpu.mw@5F16=0C18</action> <!-- Snake -->
      <action>maincpu.mb@6156=C9</action> <!-- Acorn -->
      <action>maincpu.mb@65E4=C3</action> <!-- Bees -->
    </script>
    <script state="off">
      <action>maincpu.mb@5076=temp0 </action>
      <action>maincpu.mb@5830=temp1 </action>
      <action>maincpu.mw@5F16=temp2 </action>
      <action>maincpu.mb@6156=temp3 </action>
      <action>maincpu.mb@65E4=temp4 </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