Skip to content
/ CTFAK Public

The official ClickTeam Fusion Army Knife Decompiler repository

License

Notifications You must be signed in to change notification settings

CTFAK/CTFAK

Repository files navigation

CTFAK

Experimental tool to decrypt, analyze, dump and decompile games made with ClickTeam Fusion.

NOTE: EXE -> MFA is not yet completely supported!

DISCLAIMER: While this tool allows for MFA generation, only use it for educational porpuses and NEVER share the result with people who don't legally own the game (like we hope you do)

Build instructions

Clone the project and build with VS2019, remember to include the ZLib C# extension and external libraries (GUI and decrypter.dll) Instructions on how to build the decrypter library will be coming soon

Features

  • Image Dumper
  • Sound Dumper
  • Music Dumper
  • Extension Dumper
  • Image Viewer
  • Animation Player
  • Sound Player
  • Frame Viewer
  • Plugin Support

Requirements

  • Microsoft Visual C++ Redistributable 2019.

License

This program is licensed under the AGPLv3 license. This means that if you modify it and wish to re-distribute the compiled build, you have to provide the source code for it. This applies to network distribution too (if you decided to make an online version for example)