[avengrgs] Avengers In Galactic Storm (US)

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: 573
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[avengrgs] Avengers In Galactic Storm (US)

Post by Abystus »

avengrgs.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Enable before match or it will not work.</comment>
    <script state="run">
      <action>maincpu.ow@0001A734=0009</action>
      <action>maincpu.ow@0001A744=0009</action>
      <action>maincpu.ow@0001B27C=0009</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0001A734=8910</action>
      <action>maincpu.ow@0001A744=8908</action>
      <action>maincpu.ow@0001B27C=8D03</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: 16 times
Contact:

Re: [avengrgs] Avengers In Galactic Storm (US)

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: 573
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

Re: [avengrgs] Avengers In Galactic Storm (US)

Post by Abystus »

avengrgs.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before match or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@0001B3DC</action>
      <action>temp1=maincpu.mw@0001B3DE</action>
      <action>temp2=maincpu.mw@0001B3EA</action>
      <action>temp3=maincpu.mw@0001B4A4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0001B3DC=A001</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@0001B3DE=0009</action>
      <action>maincpu.mw@0001B3EA=A04B</action>
      <action>maincpu.mw@0001B4A4=0009</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0001B3DC=temp0</action>
      <action>maincpu.mw@0001B3DE=temp1</action>
      <action>maincpu.mw@0001B3EA=temp2</action>
      <action>maincpu.mw@0001B4A4=temp3</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: 16 times
Contact:

Re: [avengrgs] Avengers In Galactic Storm (US)

Post by Pugsy »

Thanks, added and offsetted for clone
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