Today we will learn how to mod Rhythm Hive game. Rhythm Hive is a musical game where you play a level in which you have to try and get as many marvelous taps as possible. Each level will play a music and based on the beats of the music there will be like a slide down of notes that you have to tap, now each note has a score ranging from miss to marvelous, and they all have different score. Your goal is to get as much score as possible to beat the level as well as other players around the world. Get a high score and ranking number one on the leaderboard. The game is simple yet very challenging when you start getting songs with quick tempo and notes. The song is mostly popular with Korean music.
What will we be modding in the game?
- Always Marvelous Tap
Please make sure you have basic knowledge of modding il2cpp games prior to this tutorial, because I will not cover the basics, so it is important you know them.
Let’s begin!
1) Download Rhythm Hive APK File from Apkcombo.com
2) Open the APK file and go to LIB folder and delete arm64-v8a folder since we won’t need it
3) Extract the necessary files from the APK for dumping, and DUMP the game.
4) Now load the DummyDLL files in DNSPY
5) Now search for the methods I have mentioned below and mod them according to my instructions:
– Search for GetJudgeType INSIDE JudgeManager class and RETURN Number 4 (This method is an Enum, check out our Enum tutorial)
The Enum Class
As you can see, Marvelous = 4
– Search for IsSuccessFlick INSIDE JudgeManager class and MAKE it TRUE
6) Load the libil2cpp.so in HEX editor and copy the offsets of the method, then make the necessary changes and save the file
7) Return the file to the APK and replace it if it asks you
8) Sign the APK and play the game
You will now notice that each note you tap, regardless of the timing, it will always be Marvelous.
Happy Modding! If you have any questions or are stuck somewhere then please contact me and i will help you out.