Today I will show you how you can MOD Murder in Alps game developed and published by Nordcurrent Games. You are Anna Myers, A journalist from Zurich. You craved holidays in a quiet and peaceful hotel up in the mountains, but soon your holiday is over when a murder takes place in the hotel. The heavy storm gets everyone stuck in the hotel, and now you need to find the true killer. Find clues and hints to help you in solving the mystery, talk to other people who reside in the hotel to know them more, connect all the dots to find the culprit. You will make decisions in the game as well that will impact the outcome. The game has really beautiful graphics and story to play along.
What will we be modding in the game?
- Unlimited Energy
Let’s begin!
Make sure you have the basic knowledge of modding games in IDA Pro, this is not a Unity game, so you will require IDA Pro to MOD it. I will not be covering any basics.
1) Download Murder in Alps APK file from Apkcombo.com
Remove Signature check from the game before proceeding. Use Lucky Patcher it works with this game. Here is a Tutorial.
2) Open the APK file and go to Lib folder, if the game has any other folder apart from armeabi-v7a then delete them.
3) Extract the libnative.so file and open in inside IDA Pro. Wait for it to finish loading.
4) Now, please search for the functions I’ve mentioned and modify them according to my instructions:
- Utils::Currency::Consumption::CHandler::AttemptToSpend and MAKE it TRUE
5) Load the libnative.so in HEX editor and copy the address of the function from IDA Pro and go to it to make the necessary changes.
I suggest you mod the .plt segments, but if you want to MOD .txt then it is your choice.
6) Save the file and put it back inside the armeabi-v7a folder and sign the APK file.
7) Test the game and your energy will not decrease when you spend it.
That’s it. Happy modding, if you have any questions or are stuck somewhere then contact me and I will help you out.