Editing Assembly-CSharp.dll
Hello everyone,
I was roaming the forums in search of a hack/trainer/etc for Robocraft, but couldn't find any good ones. Then I stumbled upon one thread that said something about deobfuscating the "Assembly-CSharp.dll".
So I managed to get into the .dll but I can't edit any entries, and besides I don't even know if my modifications will actually work. Is there someone who has experience with obfuscations or even Robocraft Assembly-CSharp.dll modding?
Looking forward to your replies 
- CptnDutch I believe if you follow the same pattern of the unturned hack steps you'd get it eventually. Use something like DotNetResolver or another tool and you could possibly get something from it.
How'd you deobfuscate it anyway? :P
Trying to find out how to make my own hack (singleplayer or multiplayer).
You can modify the opcodes of the methods with the Reflexil plugin. I have been doing this with (some) success for a while, though not releasing it.
It is not by any means easy, however. Be prepared to spend hours searching through the code and not getting any results.