Page 1 of 1

[cybots] Cyberbots: Fullmetal Madness (Euro 950424)

Posted: Sat Feb 10, 2024 3:38 am
by Abystus
cybots.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@045F72</action>
      <action>temp1=maincpu.ow@045FA6</action>
      <action>temp2=maincpu.ow@045FB0</action>
      <action>temp3=maincpu.ow@0460A2</action>
      <action>temp4=maincpu.ow@046110</action>
    </script>
    <script state="run">
      <action>maincpu.ow@045F72=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.ow@045FA6=6000</action>
      <action>maincpu.ow@045FB0=6002</action>
      <action>maincpu.ow@0460A2=6002</action>
      <action>maincpu.ow@046110=6000</action>
    </script>
    <script state="off">
      <action>maincpu.ow@045F72=temp0</action>
      <action>maincpu.ow@045FA6=temp1</action>
      <action>maincpu.ow@045FB0=temp2</action>
      <action>maincpu.ow@0460A2=temp3</action>
      <action>maincpu.ow@046110=temp4</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@046D3C</action>
    </script>
    <script state="run">
      <action>maincpu.ow@046D3C=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@046D3C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.ow@045668</action>
    </script>
    <script state="run">
      <action>maincpu.ow@045668=6042</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@045668=temp0</action>
    </script>
  </cheat>

Re: [cybots] Cyberbots: Fullmetal Madness (Euro 950424)

Posted: Sun Mar 10, 2024 12:49 am
by Pugsy
Thanks, added