Announcement

Collapse
No announcement yet.

Abystus' Codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Abystus
    replied
    Killer Instinct 2 (v1.4) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Disable Blocking (Both Players)[/B][/COLOR]">
        <comment>Enable before starting a new game.</comment>
        <script state="run">
          <action>maincpu.pd@880052B4=1000004A</action>
        </script>
        <script state="off">
          <action>maincpu.pd@880052B4=10E0004A</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Killer Instinct (v1.5d) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Disable Blocking (Both Players)[/B][/COLOR]">
        <comment>Enable before starting a new game.</comment>
        <script state="run">
          <action>maincpu.pd@88003614=1000002C</action>
        </script>
        <script state="off">
          <action>maincpu.pd@88003614=10E0002C</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Marvel Vs. Capcom 2 New Age of Heroes (USA, Rev A) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pw@0C037AB8=0009</action>
        </script>
        <script state="off">
          <action>maincpu.pw@0C037AB8=8909</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Marvel Vs. Capcom 2 New Age of Heroes (Export, Korea, Rev A) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pw@0C037958=0009</action>
        </script>
        <script state="off">
          <action>maincpu.pw@0C037958=8909</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Beastorizer (USA, Sep 22 1997) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Stage Boundaries[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@80332A64=1000004B</action>
          <action>maincpu.pd@80353B90=10000055</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80332A64=1040004B</action>
          <action>maincpu.pd@80353B90=10400055</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@803321DC=1000002D</action>
        </script>
        <script state="off">
          <action>maincpu.pd@803321DC=1040002D</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Street Fighter EX2 Plus (Euro 990611) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <comment>Excludes projectiles.</comment>
        <script state="run">
          <action>maincpu.pd@801ADAE0=00000000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@801ADAE0=10400014</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@80216B74=10000090</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80216B74=12800090</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Street Fighter EX2 (Euro 980312) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <comment>Excludes projectiles.</comment>
        <script state="run">
          <action>maincpu.pd@801B4784=00000000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@801B4784=10400014</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@80207098=10000090</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80207098=12800090</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Street Fighter EX Plus (USA 970407) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <comment>Excludes projectiles.</comment>
        <script state="run">
          <action>maincpu.pd@80155600=00000000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80155600=10400014</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@80194830=10000098</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80194830=12800098</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Street Fighter EX (Euro 961219) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Hit Anywhere (Both Players)[/B][/COLOR]">
        <comment>Excludes projectiles.</comment>
        <script state="run">
          <action>maincpu.pd@80151C50=00000000</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80151C50=10400014</action>
        </script>
      </cheat>
    
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@8018DB64=10000098</action>
        </script>
        <script state="off">
          <action>maincpu.pd@8018DB64=12800098</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Tekken Tag Tournament (World, TEG2/VER.C1, set 1) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@80115440=10000002</action>
        </script>
        <script state="off">
          <action>maincpu.pd@80115440=10400002</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Tekken 3 (World, TET2/VER.E1) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@801A5CBC=10000016</action>
        </script>
        <script state="off">
          <action>maincpu.pd@801A5CBC=10400016</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Tekken 2 Ver.B (US, TES3/VER.D)

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@801750D0=10000003</action>
        </script>
        <script state="off">
          <action>maincpu.pd@801750D0=10600003</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Tekken (World, TE2/VER.C) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@800227C8=1000002A</action>
        </script>
        <script state="off">
          <action>maincpu.pd@800227C8=1040002A</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    Primal Rage (version 2.3) [MAME]

    Code:
      <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.mw@010408=6040</action>
        </script>
        <script state="off">
          <action>maincpu.mw@010408=6E40</action>
        </script>
      </cheat>

    Leave a comment:


  • Abystus
    replied
    War Gods (HD 10/09/1996 - Dual Resolution) [MAME]

    Code:
    <cheat desc="[COLOR=#0099ff][B]Walk Through Opponent[/B][/COLOR]">
        <script state="run">
          <action>maincpu.pd@0099BE=6A00005C</action>
        </script>
        <script state="off">
          <action>maincpu.pd@0099BE=6A08005C</action>
        </script>
      </cheat>

    Leave a comment:

Working...
X