[bloodwar] Blood Warrior

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[bloodwar] Blood Warrior

Post by Abystus »

bloodwar.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.ow@0080EC=6000</action>
      <action>maincpu.ow@00811E=6002</action>
      <action>maincpu.ow@008150=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0080EC=6600</action>
      <action>maincpu.ow@00811E=6B00</action>
      <action>maincpu.ow@008150=6B00</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
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: [bloodwar] Blood Warrior

Post by Pugsy »

Thanks, added
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)
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [bloodwar] Blood Warrior

Post by Abystus »

bloodwar.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.mw@007F6C=4E71</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@007F6C=6708</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.mw@00D2F2=6000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00D508=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00D2F2=6D00</action>
      <action>maincpu.mw@00D508=6D00</action>
    </script>
  </cheat>
  
Bored? Watch some of my hacks here.
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: [bloodwar] Blood Warrior

Post by Pugsy »

Thanks, added
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)
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [bloodwar] Blood Warrior

Post by Abystus »

bloodwar.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@001A38</action>
    </script>
    <script state="run">
      <action>maincpu.mw@001A38=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@001A38=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply