How to MOD All Games by StoryTaco.inc

StoryTaco.inc produces otome visual interactive story games. All of their stories have plenty of choices to create your own story. They have currently more than 30 games in their catalog, and they develop games for both IOS and Android.

Today, I will show you how you can MOD almost all of their games that consist of paid choices. Not all of their games can be modded.

What will we be modding?

  • Free Premium Choices

 

Please make sure you have prior knowledge about modding IL2CPP games. We have tutorials for it on the website.

Let’s begin!

1) Download one of their interactive story games, for this tutorial I downloaded their game called Darling Pet : Choose your love APK File from Apkcombo.com

2) Extract the files needed for dumping the game, and then dump it using IL2CPPDumper

3) If you get an error while DUMPING the game, then DUMP the arm64-v8a version of libil2cpp.so file

4) After dumping, Open the DummyDLL files inside DNSPY

5) Now Search for the methods I have mentioned below and mod them according to my instructions:

  • Search for HasPurchaseSelect INSIDE DataManager Class and MAKE it TRUE

Depending on the version of libil2pp.so file you DUMPED, the HEX will be different, so be careful with it.

Returning TRUE Value in armeabi-v7a is – 01 00 A0 E3 1E FF 2F E1

Returning TRUE Value in arm64-v8a is – 20 00 80 D2 C0 03 5F D6 

6) Load the libil2cpp.so file in HEX Editor and copy the offers of the method I mentioned above and change its values accordingly.

7) Replace the .so file back to its original folder, and sign the APK file.

Now all premium choices will be free in the game, if you dumped a game and did not find HasPurchaseSelect, then that game may not be possible to mod, but you can still try to MOD different things, and you might find something that actually works.

Leave a Comment