Page 1 of 1

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

Posted: Wed Nov 17, 2010 5:25 am
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

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

Posted: Mon Jan 03, 2011 4:01 pm
by Pugsy
Thanks, added - cleaned up slightly.