[Vendetta] 2 new cheats

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
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

[Vendetta] 2 new cheats

Post by Bortus »

tested and works for [vendetta] [vendetta2pu] [vendetta2pd] [vendetta2pu] [vendettaj] [vendettar]

Code: Select all

  <cheat desc="One Hit kill opponent">
    <comment>Disable cheat in stage 3 before The Rude Brothers Boss.</comment>  
    <script state="run">
      <action>maincpu.ppb@2F87=FF</action>
      <action>maincpu.ppb@2FE7=FF</action>
      <action>maincpu.ppb@3047=FF</action>
      <action>maincpu.ppb@30A7=FF</action>
      <action>maincpu.ppb@3107=FF</action>
      <action>maincpu.ppb@3167=FF</action>
      <action>maincpu.ppb@31C7=FF</action>
    </script>
  </cheat>
   
  <cheat desc="Change Current Weapon Now">
    <comment>First, pick up a weapon, and then use the cheat to change weapons.</comment>    
    <parameter>
      <item value="0x00">No Weapon</item>	
      <item value="0x01">Knife</item>
      <item value="0x02">Baseball Bat (Club)</item>
      <item value="0x03">Whip</item>
      <item value="0x04">Chain</item>
      <item value="0x05">Shotgun</item>
      <item value="0x06">Molotov cocktail</item>
      <item value="0x07">Brick</item>
      <item value="0x08">Bottle</item>
      <item value="0x09">Dynamite</item>
    </parameter>
    <script state="change">
      <action>maincpu.ppb@2E30=param</action>
    </script>
  </cheat>  
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [Vendetta] 2 new cheats

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)
Post Reply