Page 1 of 1

[gigawings] Infinite Boss Time, Quick Charge, Rapid Fire, et

Posted: Tue Nov 01, 2011 11:51 am
by Mohsin
hello guys, hope you are doing well. Sorry for being lot of busy and not contributing to cheats. i have made some new cheats for the games i really like and off course share with you guys. hope you will enjoy. please note quick charge shield is not buggy and tested by me :o

Code: Select all

  <cheat desc="Infinite Boss Time">
    <script state="run">
      <action>maincpu.pb@FFD7FD=FF</action>
    </script>
  </cheat>

  <cheat desc="Get Maximum multiplier Now! PL1">
    <script state="on">
      <action>maincpu.pd@FF72E4=49999999</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL1">
    <script state="run">
      <action>maincpu.pb@FFAE30=00|(maincpu.pb@FFAE30 BAND ~10)</action>
    </script>
  </cheat>

  <cheat desc="Quick Charge Shield PL1">
    <script state="run">
      <action condition="(maincpu.pw@FFAE74 GT 0FC0) AND (maincpu.pw@FFAE74 LT 

1000)">maincpu.pw@FFAE74=0000</action>
    </script>
  </cheat>

  <cheat desc="Get Maximum multiplier Now! PL2">
    <script state="on">
      <action>maincpu.pd@FF72E8=49999999</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL2">
    <script state="run">
      <action>maincpu.pb@FFAEF0=00|(maincpu.pb@FFAEF0 BAND ~10)</action>
    </script>
  </cheat>

  <cheat desc="Quick Charge Shield PL2">
    <script state="run">
      <action condition="(maincpu.pw@FFAF34 GT 0FC0) AND (maincpu.pw@FFAF34 LT 

1000)">maincpu.pw@FFAF34=0000</action>
    </script>
  </cheat>

Re: [gigawings] Infinite Boss Time, Quick Charge, Rapid Fire

Posted: Mon Nov 21, 2011 9:17 pm
by Pugsy
Welcome back, and thanks added most (not added the Infinite Boss Time cheat as it exists already as Infinite Character Selection Time)