Advertisement
TT007

How to Decompile Five Nights at Freddy's 1 and 2 (Any MMF2 a

Feb 21st, 2015
5,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. VIDEO: http://youtu.be/AoQr-wVfs7o
  2. -How to Decompile Five Nights at Freddy's 1 and 2 (Any MMF2 and Clickteam Fusion Game)-
  3. STEP 1: Download the needed software.
  4. All the software that are needed for this tutorial are on the description.
  5. If you don't know how to type the commands, there is also a link that will direct you to the commands. :)
  6. Note: If you are confused, just click SKIP 2x times and then you can acces to the download page.
  7.  
  8. STEP 2: Install the needed software
  9. Just follow me.
  10. Install 1. Python 2.7.x (SET PATH OPTION!)
  11. 2. Microsoft Visual C++ Compiler Package for Python 2.7
  12.  
  13. Step 3: Install Python Cython 0.20
  14. 1. Run CMD.exe as administrator.
  15. 2. Type: pip install cython==0.20
  16. 3. Wait for installation.
  17.  
  18. Step 4: Install MMF2 Developer
  19. 1. Install.
  20. 2. Update.
  21. 3. Patch it.
  22. 4. Install Extension Pack. (IMPORTANT)
  23.  
  24. Step 5: Running Anaconda/Chowdren
  25. 1. I suggest to extract it in your Desktop.
  26. 2. Run build_all.bat
  27. 3. Run CMD.exe as administrator
  28. 4. Type: cd "location of anaconda\tools"
  29. For me is: cd "C:\Users\TechTutorials007\Desktop\Anaconda\Anaconda\tools"
  30. 5. Type: decompile.py "location of FNAF exe file" "output empty folder"
  31. For me is: decompile.py "C:\Users\TechTutorials007\Desktop\Five Nights at Freddys.exe" "C:\Users\TechTutorials007\Desktop\FNAF1D"
  32. FNAF 2: decompile.py "C:\Users\TechTutorials007\Desktop\Five Nights at Freddys 2.exe" "C:\Users\TechTutorials007\Desktop\FNAF2D"
  33. 6. Wait until decompilation is finished!
  34. 7. Now open output folder and run out.mfa
  35. 8. Run it with MMF2 Developer.
  36. 9. Now you have fully decompiled FNAF Images, Sounds and SECRETS! Enjoy.
  37.  
  38. -If you want a tutorial of how to use and "explore" the decompiled files tell me by commenting below! I would really appreciate if you like, comment, favourite and share the video! I hope you enjoyed the video! :) Have a nice day and theories! :)-
  39. VIDEO: http://youtu.be/AoQr-wVfs7o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement