Page 1 of 1

[truckk] cheats

Posted: Fri Oct 06, 2023 12:24 pm
by Pugsy
truckk.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
  <script state="run">
    <action>maincpu.pw@801D2570=176F</action>
  </script>
  </cheat>

  <cheat desc="Invincibility Against Normal Vehicles">
    <script state="on">
      <action>temp0 =maincpu.pd@8002F888</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8002F888=00000000</action> <!-- Program Code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pd@8002F888=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Drive Anywhere"> <comment>This cheat is just for fun, nothing else</comment>
    <script state="on">
      <action>temp0 =maincpu.pw@8002D01A</action>
    </script>
    <script state="run">
      <action>maincpu.pw@8002D01A=1000</action> <!-- Program Code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pw@8002D01A=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Faster Start"> <comment>Unlike the other cheats, enable as soon as you can for it to work, or enable it and reset with F5</comment>
    <script state="run">
      <action>maincpu.pw@80018268=6134</action> <!-- Program Code cheat by Pugsy -->
      <action>maincpu.pd@8008BC90=00000000</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->