[kinst2] Killer Instinct 2 (v1.4)

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.
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [kinst2] Killer Instinct 2 (v1.4)

Post by Abystus »

kinst2.xml

Code: Select all

  <cheat desc="Disable CPU Special Moves">
    <comment>Enable before starting a new game. Includes all special moves, super moves, combo breakers and finishers.</comment>
    <script state="run">
      <action>maincpu.pd@8800E6C4=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8800E6C4=A3D800BF</action>
    </script>
  </cheat>

  <cheat desc="Spinal Can't Absorb Projectiles">
    <comment>Enable before starting a new game. He will take damage instead of absorbing the projectile.</comment>
    <script state="run">
      <action>maincpu.pd@88010F9C=10000035</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88010F9C=11C00035</action>
    </script>
  </cheat>

  <cheat desc="Disable Spinal Max Absorb Limit">
    <comment>Enable before starting a new game. He will no longer be knocked down when absorbing projectiles with too many in reserve.</comment>
    <script state="run">
      <action>maincpu.pd@88011008=10000009</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88011008=14200009</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [kinst2] Killer Instinct 2 (v1.4)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply