Reptile Fully Playable WIP

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
Sheikh Nightshader
Posts: 16
Joined: Thu May 29, 2025 6:47 pm

Reptile Fully Playable WIP

Post by Sheikh Nightshader »

Some cheats were already known. The past week I did some conversions of the old message cheats and made one for Reptile Wins and Fatality. Also without the need of a moveset Toggle Switch for scorpion and subzeros moves I made a cheat that works without the need of it. Works great without re-toggling the cheat or using another move modifier. However this is Work in progress and ill be playing with it, making it better.

Heres all the Cheats needed to play as True Reptile on mk Mortal Kombat rev 5

Code: Select all

  <cheat desc="Have Reptile's Speed">
    <script state="on">
      <action>temp0 =maincpu.mb@009CF68</action>
      <action>temp1 =maincpu.mb@009CF6E</action>
      <action>temp2 =maincpu.mb@009CF98</action>
      <action>temp3 =maincpu.mb@009CF9E</action>
    </script>
    <script state="run">
      <action>maincpu.mb@009CF68=FC</action>
      <action>maincpu.mb@009CF6E=FC</action> 
      <action>maincpu.mb@009CF98=04</action>
      <action>maincpu.mb@009CF9E=04</action>
    </script>
    <script state="off">
      <action>maincpu.mb@009CF68=temp0 </action>
      <action>maincpu.mb@009CF6E=temp1 </action>
      <action>maincpu.mb@009CF98=temp2 </action>
      <action>maincpu.mb@009CF9E=temp3 </action>
    </script>
  </cheat>

  <cheat desc="Fatality!! Message Replacement">
  <comment>Turns "You have defeated Reptile" message into "Fatality!!" By,Sheikh</comment>
  <script state="run">
    <action>maincpu.mw@0959C0=2020</action>
    <action>maincpu.mw@0959C2=2020</action>
    <action>maincpu.mw@0959C4=2020</action>
    <action>maincpu.mw@0959C6=4146</action>
    <action>maincpu.mw@0959C8=4154</action>
    <action>maincpu.mw@0959CA=494C</action>
    <action>maincpu.mw@0959CC=5954</action>
    <action>maincpu.mw@0959CE=2120</action>
    <action>maincpu.mw@0959D0=2021</action>
    <action>maincpu.mw@0959D2=2020</action>
    <action>maincpu.mw@0959D4=2020</action>
    <action>maincpu.mw@0959D6=2020</action>
    <action>maincpu.mw@0959D8=2020</action>
    <action>maincpu.mw@0959DA=2020</action>
  </script>
 </cheat>

  <cheat desc="Turn CPU Scorpion into Reptile">
    <script state="run">
      <action>maincpu.pb@1052940=01</action>
    </script>
  </cheat>

  <cheat desc="Player Can Look Like Reptile"> <comment>This allows the game to display Scorpion with Reptile's colours for a player-controlled character. Choose Scorpion and enable the 'Turn CPU Scorpion into Reptile' code.</comment>
    <script state="on">
      <action>temp0 =maincpu.mw@009CC4C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@009CC4C=0300</action> <!-- FFCE6260 -->
    </script>
    <script state="off">
      <action>maincpu.mw@009CC4C=temp0 </action>
    </script>
  </cheat>

<cheat desc="P1 Reptile Moveset Cycling (Scorpion/Sub-Zero) By Sheikh">
  <script state="run">
    <action>temp0 = frame % 2</action>
    <action condition="temp0 == 0">temp1 = 0x04</action>
    <action condition="temp0 != 0">temp1 = 0x05</action>

    <action>maincpu.pb@101AC70 = temp1</action>
    <action>maincpu.pb@101C380 = temp1</action>
    <action>maincpu.pb@1020100 = temp1</action>
    <action>maincpu.pb@1015D00 = temp1</action>
    <action>maincpu.pb@101EC80 = temp1</action>
    <action>maincpu.pb@10208B0 = temp1</action>
    <action>maincpu.pb@101FBE0 = temp1</action>
  </script>
</cheat>

<cheat desc="Reptile Wins appears when Scorpion Wins">
  <comment>Use with 'Turn CPU Scorpion into Reptile', 'Player Can Look Like Reptile', and 'Have Reptile's Speed' Wins message By Sheikh</comment>
  <script state="run">
    <action>maincpu.mw@095BA2=4552</action> 
    <action>maincpu.mw@095BA4=5450</action> 
    <action>maincpu.mw@095BA6=4C49</action> 
    <action>maincpu.mw@095BA8=2045</action> 
    <action>maincpu.mw@095BAA=4957</action> 
    <action>maincpu.mw@095BAC=534E</action> 
    <action>maincpu.mw@095BAE=0020</action> 
  </script>
</cheat>
Heres a video i made showing these in action and that there was no toggling movesets

[youtube]https://youtube.com/watch?v=KPSpa2vIgas[/youtube]
Last edited by Sheikh Nightshader on Thu Jul 17, 2025 4:55 am, edited 1 time in total.
Sheikh Nightshader
Posts: 16
Joined: Thu May 29, 2025 6:47 pm

Re: Reptile Fully Playable WIP

Post by Sheikh Nightshader »

If you have an issue like it dont work when u turn it on restart the game and it should work. It happened to me testing mktturbo ninja hack and yes fun fun. Also there may be an input delay on special moves due to it cycling through automatically its pretty klose and beats using a button to switch. Also playing as SubZero on this setting is alot of fun too.
Post Reply