Tutorial Fix black screen for decrypted Assembly-CSharp.dll

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,762
301,804
1,213
Modding World
Easy to fix, just replace libmono.so with original one

First, get unity version. Follow the tutorial:

Download libmono.so file:

On the download page, the libmono.so are usally located on \mono\Release\Libs\(cpu architecture)\ or \mono\Release\MonoLibs\(cpu architecture)\

Replace libmono.so with a correct cpu architecture in the APK file. Example: replace armv7 libmono.so to \lib\armeabi-v7a

CLANS:Destiny Love is a good example to try it. It has armeabi-v7a only and Unity version 5.6.6f2

This method will not work if the game is using external protection that hooks libmono.so to load decrypted dll, you would need to bypass it. Due to stronger game protections these days, I will not teach how to bypass no matter what.