Today I will show you how to MOD a new interactive game called Lush Interactive Romance. Lush is a new interactive story game where you will control each story and its outcome by making choices. You will be the main character in the game and decided your own destiny. The game is still new and new chapters and stories are added with every update. The graphics and gameplay are also perfect. They have stories in different genres, so you can choose whichever you want to read. Overall, a fun game for those who love to have control over the outcome. This way, you can repeat the story and make different choices to find out all the endings.
What will we be modding in the game?
- Free Premium Choices
- Free Books
Let’s begin
Make sure you have some basic knowledge about modding il2cpp games, if not, then please check out our tutorial on it before you continue over here. I will not be covering any basics here.
1) Download Lush Interactive Romance APK file from Apkcombo.com
2) Extract the files needing for dumping, and Dump the game. If the game includes an arm64-v8a folder inside LIB folder, then remove it
3) Once the dumping is done, load the DummyDLL files in DNSPY
4) Now search for the methods i have listed below and MOD them accordingly:
- Search for “ReadPurchasedBookChapter” INSIDE “PlayerPrefManager” and MAKE it TRUE
- Search for “ReadPurchasedChoice” INSIDE “PlayerPrefManager” and MAKE it TRUE
- Search for “ReadPurchasedOutfit” INSIDE “PlayerPrefManager” and MAKE it TRUE
- Search for “ReadAllChoiceReady” INSIDE “ChoiceManager” and MAKE it TRUE
5) Load the libil2cpp.so file inside the HEX editor, and copy the offset of the methods i have mentioned above. Change its values as mentioned above.
6) Now replace the libil2cpp.so file back in the APK and sign it.
Play the game and all choices, outfits, and chapters should be free. If you have any questions the leave a comment and i will get back to you ASAP.