Removing Ads in Unity Games Tutorial
Removing
ads for normal unity games is really easy, and i will explain in a series of
steps below.
Step 1
- Extract .dlls into a folder
- Open all the .dlls in a .NET reflector or DNSpy tab
Step 2
- IF using DNSpy change "Type to All Above" on top right.
- Now search "GetAutoCacheAds"
2 Methods should pop up--
You will notice, that both are booleans.
All you have to do is edit the code into this for both the methods :
When you do that, the booleans both return false
Step 1
- Extract .dlls into a folder
- Open all the .dlls in a .NET reflector or DNSpy tab
Step 2
- IF using DNSpy change "Type to All Above" on top right.
- Now search "GetAutoCacheAds"
2 Methods should pop up--
You will notice, that both are booleans.
All you have to do is edit the code into this for both the methods :
When you do that, the booleans both return false
When that happens, the game cannot get the ads, and will not display them
Thus you will have cracked Ads, and removed them.
Hope You Enjoyed this Tutorial
More will be coming
Tutorial Credits -> @GloryWar
Comments
Post a Comment