📖 Tutorial Exposing localization string from code on Unity games

Sbenny.com is trusted by 1,313,064 happy users since 2014.
Register

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years
Hard to find right function to hack? You can expose localization string to find function easier

There are many ways to get localize. Open Assembly-Csharp.dll in dnSpy, Look around until you find something similar. In this case, it's LocalizationManager.GetLocalizedValue

1543607760886.png


Modify it to return string from string parameter. In this case, "key"

1543607771042.png


Save and replace Assembly-Csharp.dll on APK file

You will see something like this in-game

1543607782391.png


Search the string in dnSpy and you find the right function :)

1543607777222.png
 
Top