[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: 540
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: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 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.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: 540
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="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode. Enable before starting a new game.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@88028850</action>
    </script>
    <script state="run">
      <action>maincpu.pd@88028850=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88028850=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply