League of War Mercenaries is an addicting 3D strategy game where you battle one on one with players around the world. The game allows you to create your team of heroes and vehicles that you will spawn on the battleground, your objective in the game is to defeat the enemy base before he does. You will earn supply which will be used to spawn troops and with each second passing your supply will increase. The battle becomes very intense, so make sure you upgrade your heroes always. Join clans and chat with others, play in different campaign modes as well, and tournaments. Build your base and dominate the world.
In today’s tutorial I will show you how you can modify the game to always win battles, this will work for all kinds of battles including online, and you will not get banned. Basically, we will make the game deduct enemy’s health when the enemy attacks you, so you just have to let them attack you, and they are the ones who will die. Fun, isn’t it?
Requirements:
1) Knowledge on how to MOD il2cpp Games
2) Knowledge of how to add MOD MENU to the game
Make sure you have the basic knowledge of modding games, since I won’t cover basic stuff like dumping a game, or patching hex code, or add MOD MENU since you will require to have MOD MENU for this work. I will just show exactly what to MOD
Let’s begin!
1) Download League of War from Apkcombo.com – Or click here to download
2) Dump the file and load the DummyDLL file in DNSPY
3) Now make sure you have checked out our tutorial on how to mod fields. We will MOD a field offset in this tutorial.
4) Now search for “isenemy” and you will get many results, we are interested in the field that is inside the Army Class
This field probably checks whether the opponent is an enemy or not. We will make it think that the opponent is not the enemy, so whenever the opponent attacks you, their health will decrease. I am assuming the game thinks the opponent is the main player, and we are attacking their base. Confusing, but it’s okay as long as we are winning.
5) Open the Auto MOD MENU injector and add a function type as shown in the pic below.
I have hooked the field to the “update” method that is found within the class, and the field type is Bool.
You can also set Field type as INT and then in value set 1 or 0, and it will work the same way since Boolean values are 1 or 0, 1 being true and 0 being false.
6) Now Compile the APK file again with the MOD MENU and sign it again if necessary. Test the game now and let the enemy attack you, you will notice their health will decrease.
If you have any questions then let me know, this mod will not get you banned, unlike others where you get banned instantly when trying to cheat. Happy Modding, and Happy Gaming.