Page 1 of 1

[Vendetta] 2 new cheats

Posted: Tue Apr 22, 2014 12:00 am
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>  

Re: [Vendetta] 2 new cheats

Posted: Tue Jul 22, 2014 11:48 pm
by Pugsy
Thanks, added