[wow] Wizard of Wor (“How to become invincible”)

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
Seeker2002
Posts: 19
Joined: Sat Dec 12, 2009 9:34 pm
Location: USA

[wow] Wizard of Wor (“How to become invincible”)

Post by Seeker2002 »

Code: Select all

  <cheat desc="Dragons cant eat you PL1 and PL2"> <comment>Dragons Fire and Players shots can still kill you</comment>
    <script state="on">
      <action>maincpu.mb@214B=C0</action>
    </script>
    <script state="run">
      <action>maincpu.mb@214B=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@214B=C0</action>
    </script>
  </cheat>

  <cheat desc="Dragons Fire dont kill PL1"> <comment>Player 2 bullets can still kill you</comment>
    <script state="on">
      <action>maincpu.mb@0C12=D0</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0C12=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@0C12=D0</action>
    </script>
  </cheat>

  <cheat desc="Dragons Fire dont kill PL2"> <comment>Player 1 bullets can still kill you</comment>
    <script state="on">
      <action>maincpu.mb@0C19=D0</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0C19=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@0C19=D0</action>
    </script>
  </cheat>

  <cheat desc="Dragons More Aggressive"> <comment>Dragons will shoot fireballs More</comment>
    <script state="on">
      <action>maincpu.mb@24AA=C8</action>
    </script>
    <script state="run">
      <action>maincpu.mb@24AA=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@24AA=C8</action>
    </script>
  </cheat>

  <cheat desc="Dragons dont Shoot"> <comment>Aggression Cheat Must Be Off to work</comment>
    <script state="on">
      <action>maincpu.mb@24AA=C8</action>
    </script>
    <script state="run">
      <action>maincpu.mb@24AA=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@24AA=C8</action>
    </script>
  </cheat>

  <cheat desc="Players cant hurt each other"> <comment>Players shoots cant hurt each other</comment>
    <script state="on">
      <action>maincpu.mb@0C31=CD</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0C31=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@0C31=CD</action>
    </script>
  </cheat>

Enabling the "Dragons can't eat you PL1 and PL2", "Dragons Fire dont kill", and "Players can't hurt each other" cheats will cause you to be "Invincible!!!". :lol:

These are new cheats that I found, and needs to be added to the cheat database.
Hopefully Pugsy will handle that for us! :D

Many, many thanks to Pugsy for his help! :wink:

enjoy! :D
Seeker2002
X Evox-Team member
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [wow] Wizard of Wor (“How to become invincible”)

Post by Pugsy »

Thanks, added - cleaned up slightly.
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