Godzilla Defense Force is an idle clicker game by Nexon Company, the game is based on the popular movie Godzilla where you will build your base and protect your city from not only Godzilla but various other sea monsters. Battle your way through countless enemies and earn in-game resources that you will use to make upgrades, buy new things, and unlock new items that will help you get stronger. The game is very addicting, and you will find yourself playing it for hours. It has tons of levels to complete, thousands of upgrades, and endless enemies. You know how idle clicker games are, they never end.
In today’s tutorial, we will modify the game to get the following features:
- Unlimited Coins
- Unlimited Moonstones
- Unlimited Xnium
- Unlimited Powder
- Unlimited Tickets
Before we begin make sure you have some basic knowledge about how to MOD unity il2cpp games, if not then please check out our tutorial on modding il2cpp games and then come back and mod this one.
We will also bypass their protection since Nexon games have their security measures, luckily for this game it is not hard at all to bypass. It is basically one click automation.
Let’s begin!
1) Download the APK file from Apkcombo.com
2) Bypass Their Signature and Integrity check using Lucky Patcher, please see our tutorial on how to bypass signature check. It also includes bypass Integrity check.
3) Once done, dump the game and load the DummyDLL files in DNSPY and look for the methods i have mentioned below, and mod them accordingly.
- DecreaseCoin INSIDE SaveData Class – Make it NOP = 00 00 A0 E1 1E FF 2F E1
- DecreaseMoonstone INSIDE SaveData Class – Make it NOP = 00 00 A0 E1 1E FF 2F E1
- DecreasePowder INSIDE SaveData Class – Make it NOP = 00 00 A0 E1 1E FF 2F E1
- DecreaseTicket INSIDE SaveData Class – Make it NOP = 00 00 A0 E1 1E FF 2F E1
- DecreaseXnium INSIDE SaveData Class – Make it NOP = 00 00 A0 E1 1E FF 2F E1
Additionally, you can make other methods similar to the ones above NOP too which start with Decrease, but within the small class only.
4) Load the libil2cpp.so file inside HEX editor and make the changes according to information provided above.
5) Save the file and sign the APK file.
Now test the game and you will have all the currency unlimited. Enjoy playing or sharing the game. Repeat the process when new updates come out. You can also add MOD MENU but it is not necessary if you modded it for yourself.