How to MOD Winked Game by Nanobit

Winked is an interactive game where you match with characters in the game and chat with them. The game’s concept is similar to modern dating apps where you swipe left or right to either match or swipe away, like Tinder, Bumble, etc. Match with characters and have interesting conversations with them, go on dates with them, and make choices that will impact your relationship with each one of them. You will be the main character of every story. There are tons of characters to explore in both genders. All characters will be unique with their own personality in the game. You can play as male or female. Make premium choices, and find out interesting endings. Unlock their photos, videos, and audios, as well.

Today, I will show you how you can modify the game to get the features listed below:

  • Free Premium Choices
  • Free Outfits
  • All Audios/Videos/Photos Unlocked
  • Free Instant Back Online

You will need some basic knowledge on how to MOD games using IDA Pro. So make sure you have checked out that tutorial of ours. I will not be covering the basics.

Let’s begin!

1) Download the APK file from Apkcombo.com

2) Extract the libcocos2dcpp.so from the lib folder and load it in IDA Pro.

3) Wait for it to finish loading.

4) Now search for the functions I have mentioned below, and mod them accordingly:

a) StoryReadingController::isItemBought – Make it TRUE = 01 00 A0 E3 1E FF 2F E1

  • This will unlock outfits and accessories

b) NPCState::isCollectibleBought – Make it TRUE = 01 00 A0 E3 1E FF 2F E1

  • This will unlock Audio/Videos/Photos

c) StoryReadingController::isCollectibleBoughtForActiveNPC – Make it TRUE = 01 00 A0 E3 1E FF 2F E1

  • This will unlock Audio/Videos/Photos

d) StoryReadingController::isChoiceAlreadyBought – Make it TRUE = 01 00 A0 E3 1E FF 2F E1

  • This will make paid choices free

e) StoryReadingController::getGemPriceForBackOnline – Make it ZERO = 00 00 A0 E3 1E FF 2F E1

  • This will make instant back online cost ZERO gems

5) Load the libcocos2dcpp.so in your preferred HEX editor, and replace the Hex values of the address with the one given above. Remember to copy the offsets of the .plt segments.

6) Save the file and sign the APK file.

7) Test the game and you shall have all the features mentioned above activated.

I recommend you add a MOD MENU as well to the game, but that is optional for this, if you are modding it for yourself.

Leave a Comment