[snes, megamnxu] Mega Man X cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[snes, megamnxu] Mega Man X cheats (and clones/parents)

Post by NotAGoodName »

MESS sure has come a long way since the original XML cheat engine came around. Mega Man X series is fully playable now! Welp. Get out there and hadouken your way to an easy victory.

Code: Select all

  <cheat desc="Infinite Energy"><comment>Disable if you fall down a pit</comment>
    <script state="run">
      <action>maincpu.pb@7E0BCF=maincpu.pb@7E1F9A</action>
    </script>
  </cheat>

  <cheat desc="Invincible">
    <script state="run">
      <action>maincpu.pb@7E0C13=FF</action>
      <action>maincpu.pb@7E0B9C=82</action><!-- No blinking! -->
    </script>
  </cheat>

  <cheat desc="Invincible in Robot">
    <script state="run">
      <action>maincpu.pb@7E0E3E=FF</action>
    </script>
  </cheat>

  <cheat desc="Max Health Bar">
    <script state="run">
      <action>maincpu.pb@7E1F9A=20</action>
    </script>
  </cheat>

  <cheat desc="Jump Higher"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E0BC6=08</action>
    </script>
  </cheat>

  <cheat desc="Jump Higher in Robot"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E0E34=40</action>
    </script>
  </cheat>

  <cheat desc="Have all armor upgrades">
    <script state="run">
      <action>maincpu.pb@7E1F99=FF</action>
    </script>
  </cheat>

  <cheat desc="Have Hadouken"><comment>qcf+Y</comment>
    <script state="run">
      <action>maincpu.pb@7E1F7E=FF</action>
    </script>
  </cheat>

  <cheat desc="Any charge is max">
    <script state="run">
      <action>maincpu.pb@7E0C03=01</action>
    </script>
  </cheat>

  <cheat desc="No shot limit">
    <script state="run">
      <action>maincpu.pb@7E0BDD=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power HOMING.T"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F88=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power C.STING"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F8A=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power R.SHIELD"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F8C=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power FIRE.W"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F8E=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power STORM.T"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F90=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power E.SPARK"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F92=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power B.CUTTER"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F94=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.ICE"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1F96=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power ESCAPE.U">
    <script state="run">
      <action>maincpu.pb@7E1F98=DC</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply