Advertisement
sh0ber

Unity 3D Quick Decompile Guide

Dec 25th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. "Shop Heroes Decompile Guide" by sh0ber
  2.  
  3. 1) Download/Install "Unity 3D Obfuscator" -- http://en.unity3d.netobf.com/download
  4. --This decompiles Unity assets
  5. 2) Download/Install "ILSpy" -- http://ilspy.net/
  6. --This allows browsing of .net assemblies (which you get from decompiling in Step 1)
  7. 3) Save the Game's webpage
  8. --Firefox: "Right-click anywhere in page (but not in game)" -> "Save Page As..."
  9. 4) This save creates a corresponding folder. Locate it. Open subfolder "kongregate_data"
  10. 5) Open "Unity 3D Obfuscator"
  11. 6) Drag-and-drop file "shopheroes.unity3d" from "kongregate_data" folder onto "Unity 3D Obfuscator"
  12. 7) Wait for the asset list. Click "Unpack Web Archive in a directory" in "Unity 3D Obfuscator" and save
  13. 8) Click "Continue" on any error messages.
  14. 9) Close "Unity 3D Obfuscator"
  15. 10) Open "ILSpy"
  16. 11) Drag-and-drop file "Assembly-CSharp.dll" from unpack folder onto "ILSpy"
  17. 12) Expand treeview on left and view the "Cloudcade" class for decompiled classes & code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement