Dead Trigger 2 is a first-person shooter, survival, horror video game which is designed on zombie-theme. It is developed & published by Madfinger Games and now managed by Deca_Games, and it is available on both Android and IOS. Dead Trigger 2 is the 2nd installment of the Dead Trigger Series, and it brings the awesomeness of its predecessor with some of its own features.
The Gameplay of Dead Trigger 2 is unique, and it has great depth, which makes the game very interesting to play. Starting with the game you get more than ten regions in the game and in these ten regions you can explore 33 unique environments where you find unique terrain and also a different level of challenges.
As Dead Trigger 2 is a zombie-themed game, it has a great arsenal where you can find more than 50 types of weapons including range and melee weapons so you pick a weapon of your own choice according to your taste. Each player can carry up to two weapons, one primary and one secondary weapon. Players can also carry 3 consumable items including health pills, grenades, and exploding chickens etc. which can help you to survive when you get into trouble.
Unlike other zombie-themed video game, there are different tiers of zombies in the game, you will find the low-health zombies to the extremely powerful bosses which will challenge your survival extinct. Speaking of controls, Dead Trigger 2 comes with two control options, you can go with default controls where you get the auto-shoot option which is very useful when you are fighting wave after wave of zombies and then there is advance shooting option where you get the manual control of your weapon. You can switch to manual mode if you want the real challenge in the game.
Dead Trigger 2 also supports the game pad support, so you can enjoy the game by connecting the controller with the device. The graphics of Dead Trigger 2 are as good as Dead Trigger 1, and you get the perfect environment which has great attention to details.
Overall, Dead Trigger 2 offers the complete FPS, survival, horror gaming experience without any compromise and if you are a fan of FPS games then you will love Dead Trigger 2.
So what will we be modding today in the game?
- Unlimited Ammo
- Dumb Enemy/God Mode
- Max Shooting Range
- Unlimited Money
Basic Knowledge of modding IL2CPP games is required, so please see this tutorial if you don’t know it.
Let’s begin!
1) Download Dead Trigger 2 from Apkcombo.com
2) Extract the files needed for dumping, and dump the game. If you do know how to DUMP, then see this tutorial.
3) After you are done dumping, open the DummyDLL files in DNSPY
4) Now we need to find the correct methods in order to MOD the game.
– Let’s begin with Unlimited AMMO Search for DecreaseAmmo inside WeaponBaseFirearm Class and MAKE it NOP
This will make your Ammo not decrease when you shoot.
– Now we make DUMB Enemy or God Mode search for EnemyAttack inside GameplayData and return 0 Float = 00 00 40 E3 1E FF 2F E1
Now, when the enemy attacks you, your health will not decrease.
– Let us increase the Weapon shooting range to the MAX, Search for Weapon Range and all the methods that I have highlighted. Return a high Float number – 80 0D 44 E3 1E FF 2F E1
Now your shooting range will be MAXED OUT
– Now finally we MOD unlimited Money, for this search for MoneyMissionSuccessReward and return a high INT number
This will give you High Money Rewards after completing a Mission.
5) Open the libil2cpp.so file in HEX editor and copy the offsets of the methods and make the necessary changes to it.
6) Return the libil2cpp.so file back in the APK and sign the APK file.
7) Enjoy the Game
You can add a MOD MENU to it if you want, see our MOD MENU tutorial.
That’s it.
There are many other things you can MOD in the game, you can also make WEAK Enemies or ONE HIT by modding the EnemyHealth method inside GameplayData class and return 1 Value, but ONE HIT may ruin the whole fun.
If you have any questions then please comment below and i will get back to you as soon as possible.