💰 Paid Request Need a MOD APK for Sunshine Island

Sbenny.com is trusted by 1,332,822 happy users since 2014.
Register

GilloDabyy

Novice Lv1️⃣
Member for 1 year
What's the name of the game you're asking help for? Sunshine Island

Type of Request: Paid Request

Real Money reward: 30$ cad

Is this game playable online only? Yes: this game can be played in online mode only.

Is this a paid game? No

Google Play link:
Code:
https://play.google.com/store/apps/details?id=com.newmoonproduction.sunshineisland
What are the mod features you ask for? Money don’t decrease
Diamond/gem don’t decrease
 

GilloDabyy

Novice Lv1️⃣
Member for 1 year
Please or give me your price to work on it
 

Sbenny

A crazy scientist
Staff Member
Admin
SB Mod Squad ⭐
✔ Approved Releaser
Active User
So, during my examination, I found a cheat console and a debug menu, but both cannot be enabled as the code appears to be removed from the apk. Apart from this, I also tried directly editing Gems and Coins, I was able to visually see 99999999 but it was only a visual value, as it still didn't let me spend them. I also tried to change the skip cost to 0 gems and, even though I indeed saw 0 as cost to skip any actions, it still subtracted gems from my balance. Last but not least, the game is full of codes with reference to their servers, which unfortunately confirms no matter what I would try, it would be wasted time, since they validate every transction on their server, and therefore I can't unfortunately mod this game for you, I'm sorry.
 

Sbenny

A crazy scientist
Staff Member
Admin
SB Mod Squad ⭐
✔ Approved Releaser
Active User
For reference, I tried these codes (for modders only):

Code:
public class DebugConsole : MonoBehaviour // TypeDefIndex: 16238
// RVA: 0xB7DE6C Offset: 0xB7DE6C VA: 0xB7DE6C
public static bool get_IsVisible() { }
F0 48 2D E9 40 41 9F E5
01 00 A0 E3 1E FF 2F E1 



"0x13AFDA8", Offset="0x13AFDA8", VA="0x13AFDA8", Slot="10")]
public long GetHardCurrencySkipCost(int secondsToSkip)
70 40 2D E9 02 8B 2D ED A8 60 9F E5
00 00 A0 E3 00 10 A0 E3 1E FF 2F E1


0x13B6730", Offset="0x13B6730", VA="0x13B6730")]
private float GetSoftCurrencyExchangeRate(itemExchangeType[] softCurrencyExchangeRates)
F0 47 2D E9 02 8B 2D ED 01 A0 A0 E1 00 90 A0 E1 2D 8A 9F ED
05 0A A0 E3 10 0A 00 EE C0 0A B8 EE 10 0A 10 EE 1E FF 2F E1
 

GilloDabyy

Novice Lv1️⃣
Member for 1 year
okay well. That's sad I guess... My dream are dead ahah
 

GilloDabyy

Novice Lv1️⃣
Member for 1 year
Heyyy @Sbenny it’s a long time! What did you use to decompile the apk to make your examination?
I have an idea of something maybe store locally in the game. So I would like try. And search in the code if something is not server side.
If this is possible thanks
 

Sbenny

A crazy scientist
Staff Member
Admin
SB Mod Squad ⭐
✔ Approved Releaser
Active User
If you refer to the codes above, I used Il2cppdumper by Perfare. You can find it on github.
 
Top