Today I will show you to MOD Hempire game developed by LBC Studios Inc. Hempire is a plant growing game where you will grow various different plants and manage your town at the same time, grow and sell them to gain profits and unlock better and rare plants. Compete with other players for the leaderboard rankings and get big rewards. The game has tons of things to do since you will also be growing your town while managing your business. The game offers a calming experience, so there is adrenaline rush when you play, resources are also earned easily to help you expand your town, other purchases using real money is optional but can help you.
If you don’t know how to MOD unity il2cpp games, then please learn that first, also the basics of modding games.
Also, you need to know how to add MOD MENU to the game, since we will require to add MOD MENU
What will we be modding in Hempire?
- We will activate the DEBUG menu in the game, this will give you god like ability since you pretty control everything in the game from getting unlimited gems and cash to unlocking everything and become the highest level.
Let’s begin!
1) Download Hempire APK from Apkcombo.com
2) Remove all folders inside LIB except armeabi-v7a and then extract the libil2cpp.so and Dump it then load the Dummy DLL files inside DNSPY
3) Now continue reading below on how to mod it and what methods to find:
– Search for the method called “IsDevelopmentBuild” INSIDE ServerConfig Class and return TRUE
Open your AUTO MOD MENU tool and add a PATCH as follows
Now we need to hack fields, check out our tutorial on how to hack fields in unity games.
– Search for the field “_entryCodeEnabled” INSIDE SRDebugService and HOOK it to “PromptEntryCode” method as show in the pic below
But wait? “_entryCodeEnabled” is a Boolean, then why did I choose INT in Field type? You can actually choose INT and return 1 or 0 since Boolean values are 1 or 0 so it is basically the same thing, but only return 1 or 0
4) Now add both functions and compile the APK file with the MOD MENU and test the game.
5) Activate the MOD in the game and go to the settings section and click on the BUG icon, and it will prompt you to enter a Pin Code. Now enter any number and hit OK and then go back and click on the BUG icon again to open the DEBUG MENU and from there sky is the limit. Explore the options and play.
Thanks for reading and if you have any questions then contact me.