Modded/Hacked App: DungeonSquad By GameCoaster
Bundle ID: com.GameCoaster.Dungeon-Squad
iTunes Store Link: https://apps.apple.com/us/app/dungeonsquad/id1642733080?uo=4
-Requirements
Ability to read and comprehend
Jailbroken device with a file explorer (I use Filza)
-Features
Unlimited Hero Souls, Genesis Stones, and Dimension Crystals
Free IAP
Step one:
Navigate to /var/mobile/Containers/Data/Application/Dungeon Squad/Documents using your preferred file explorer. In there will be a file called GameData.es3
-I strongly recommend making a backup of this file somewhere, I used /var/mobile/Documents
Make a copy of GameData.es3, this copy will be what you will edit to give yourself the resources you want.
Open GameData.es3 with a text editor
The values that you can change* are as follows:
HeroSoul = Hero Souls MAXIMUM OF 40000
BeginningStone = Genesis Stones MAXIMUM OF 40000
DimensionCrystal = Dimension Crystals MAXIMUM OF 2000*
*I haven't tested to see if this will go past 2000 but so far it has worked
The Code will look like this for example:
"HeroSoul" : {
"__type" : "int",
"value" : 33
You will want to change the value from whatever you currently have to it's MAXIMUM Any value over the threshold I assume makes the game fail sanity checks that will NOT ALLOW YOU TO SAVE YOUR PROGRESS
The Code for the free IAP will look like this:
"hasBuyInApp" :{
"__type" :
"System.Int32[] ,mscorlib",
"value" : [
]
You will want to change it from this ^^^^ to this vvvv
"hasBuyInApp" :{
"__type" :
"System.Int32[] ,mscorlib",
"value" : [
19,5,9,10,12,13,14,23,24,25,30,34,17
]
The numbers correspond to the in-app purchases, and you will only need to do this once if you do it correctly.
Save your changes.
Step two:
Delete Dungeon Squad** and then redownload the app, but DO NOT REOPEN IT YET
Navigate back to /var/mobile/Containers/Data/Application/Dungeon Squad/Documents and place the edited GameData.es3 into the folder.
Launch Dungeon Squad and you should now have the skins, the battle pass, and the resources that you edited.
After using up your resources, repeat from Step one.
* So far I have only had success changing these values. I am not yet sure which values correspond to character/skill exp but they are also inside the GameData.es3 file
** I have not yet found a way to have the modified file data save without deleting and redownloading the game.