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