Jump to content

355 posts in this topic

Recommended Posts

Posted

when you open the file, you will got something like this, i paste it directly from the file

 

 

10 : {
    0 : {
      "Action(s)" : {
        1 : "ult"
      },
      "Active Type" : "active",
      "Affect MP" : false,
      "Affected Camp" : -1,
      "Aim Target" : false,
      "AOE Origin" : "target",
      "AOE Shape" : "circle",
      "Basic Num" : 75,
      "Buff" : "stun3",
      "Buff ID" : 6,
      "CD" : 0,
      "Chain Gap" : 0,
      "Chain Jumps" : 0,
      "Cost MP" : 0,
      "Damage Type" : "MAGIC_STRENGTH",
      "Description" : "LSTR##SKILL.SUMMONS_A_GHOSTSHIP_CAUSING_DAMAGE_AND_STUNNING_ENEMY_UNITS_AS_IT_CRASHES_THROUGH",
      "Gain MP" : 0,
      "Global CD" : 3,
      "ID" : 101,
      "Impact Effect" : "HGAnim_atk_water.ccc",
      "Impact Zorder" : 0,
      "Init CD" : 0,
      "Knock Back" : 0,
      "Knock Up" : 0,
      "Launch Effect" : "HGAnim_fire_ult.ccc",
      "Level" : 0,
      "Manual" : true,
      "Max Range" : 10000,
      "Min Range" : 0,
      "Move Forward" : 0,
      "Outside Screen" : false,
      "Passive Attr" : "MAGIC_STRENGTH",
      "PHYSICAL_CRIT%" : 100,
      "Plus Attr" : "MAGIC_STRENGTH",
      "Plus Ratio" : 10000,
      "Point Zorder" : 0,
      "Script Arg1" : 1,
      "Script Arg2" : 0,
      "Script Arg3" : 0,
      "Script Arg4" : 0,
      "Script Arg5" : 0,
      "Script Arg6" : 1,
      "Shape Arg1" : 210,
      "Shape Arg2" : 0,
      "Skill Group ID" : 10,
      "Skill Name" : "HeroAdmiral_ult",
      "Target Camp" : 0,
      "Target Type" : "target",
      "Tile Art" : "HGAnim_target_HeroAdmiral_ult.ccc",
      "Tile Distance" : 0,
      "Tile Gravity" : 0,
      "Tile OTT Height" : 0,
      "Tile Piercing" : false,
      "Tile XY Speed" : 500,
      "Tile Z Speed" : 0,
      "Track Type" : "projectile",
      "VAMPIREV%" : 0,
      "X Shift" : 0
    }
  },

 

 

this is the skill for Admiral that launch a ship into the enemies

 

Cost MP" : 0

Set this value to 0 so that we can use it without cool down

 

Max Range" : 10000

I'm not sure about this, but i set it to 10000, i think it makes us can charge the skill from the beginning of each round

 

Plus Ratio" : 10000

Set this to 10000 or what value you like to get huge damage from the skill

 

i think those 3 are the most important value to change

 

Skill Name" : "HeroAdmiral_ult

This is the hero name and the skill name

 

as you can see this is the skill for admiral

there are several setting for admiral, you can find in that file there are :

Skill Name" : "HeroAdmiral_ult

Skill Name" : "HeroAdmiral_atk

Skill Name" : "HeroAdmiral_atk2

Skill Name" : "HeroAdmiral_atk3

 

i think it corresponding the skill that admiral have

just change 3 value that i mention above for each skill

i only change the value for the ship skill, coz i think thats enough to kill all enemy at once without involving other heroes

 

do remember that if you change the value, it effect your opponent in campaign to

so when you change the value for admiral to get huge damage, when you are facing admiral in campaign, she can do one hit too to you ^_^

 

PS : Sorry for my bad english xD

Posted

when you open the file, you will got something like this, i paste it directly from the file

 

 

10 : {

0 : {

"Action(s)" : {

1 : "ult"

},

"Active Type" : "active",

"Affect MP" : false,

"Affected Camp" : -1,

"Aim Target" : false,

"AOE Origin" : "target",

"AOE Shape" : "circle",

"Basic Num" : 75,

"Buff" : "stun3",

"Buff ID" : 6,

"CD" : 0,

"Chain Gap" : 0,

"Chain Jumps" : 0,

"Cost MP" : 0,

"Damage Type" : "MAGIC_STRENGTH",

"Description" : "LSTR##SKILL.SUMMONS_A_GHOSTSHIP_CAUSING_DAMAGE_AND_STUNNING_ENEMY_UNITS_AS_IT_CRASHES_THROUGH",

"Gain MP" : 0,

"Global CD" : 3,

"ID" : 101,

"Impact Effect" : "HGAnim_atk_water.ccc",

"Impact Zorder" : 0,

"Init CD" : 0,

"Knock Back" : 0,

"Knock Up" : 0,

"Launch Effect" : "HGAnim_fire_ult.ccc",

"Level" : 0,

"Manual" : true,

"Max Range" : 10000,

"Min Range" : 0,

"Move Forward" : 0,

"Outside Screen" : false,

"Passive Attr" : "MAGIC_STRENGTH",

"PHYSICAL_CRIT%" : 100,

"Plus Attr" : "MAGIC_STRENGTH",

"Plus Ratio" : 10000,

"Point Zorder" : 0,

"Script Arg1" : 1,

"Script Arg2" : 0,

"Script Arg3" : 0,

"Script Arg4" : 0,

"Script Arg5" : 0,

"Script Arg6" : 1,

"Shape Arg1" : 210,

"Shape Arg2" : 0,

"Skill Group ID" : 10,

"Skill Name" : "HeroAdmiral_ult",

"Target Camp" : 0,

"Target Type" : "target",

"Tile Art" : "HGAnim_target_HeroAdmiral_ult.ccc",

"Tile Distance" : 0,

"Tile Gravity" : 0,

"Tile OTT Height" : 0,

"Tile Piercing" : false,

"Tile XY Speed" : 500,

"Tile Z Speed" : 0,

"Track Type" : "projectile",

"VAMPIREV%" : 0,

"X Shift" : 0

}

},

 

 

this is the skill for Admiral that launch a ship into the enemies

 

Cost MP" : 0

Set this value to 0 so that we can use it without cool down

 

Max Range" : 10000

I'm not sure about this, but i set it to 10000, i think it makes us can charge the skill from the beginning of each round

 

Plus Ratio" : 10000

Set this to 10000 or what value you like to get huge damage from the skill

 

i think those 3 are the most important value to change

 

Skill Name" : "HeroAdmiral_ult

This is the hero name and the skill name

 

as you can see this is the skill for admiral

there are several setting for admiral, you can find in that file there are :

Skill Name" : "HeroAdmiral_ult

Skill Name" : "HeroAdmiral_atk

Skill Name" : "HeroAdmiral_atk2

Skill Name" : "HeroAdmiral_atk3

 

i think it corresponding the skill that admiral have

just change 3 value that i mention above for each skill

i only change the value for the ship skill, coz i think thats enough to kill all enemy at once without involving other heroes

 

do remember that if you change the value, it effect your opponent in campaign to

so when you change the value for admiral to get huge damage, when you are facing admiral in campaign, she can do one hit too to you ^_^

 

PS : Sorry for my bad english xD

Spanish? xD

Posted (edited)

Spanish? xD

 

nope :whistling:

 

Warning.. This hack method can mess up your heroes charge 

 

proof --> http://i.imgur.com/7xmalXZ.jpg

 

I have tried to reinstall the game for 10 times already and I still keep getting that black screen and nothing happens.

 

that's why i always backup the file before do anything to it ^_^

Updated by Bang.Ben
Posted

nope :whistling:

 

 

that's why i always backup the file before do anything to it ^_^

Yeah.. I should have done that aswell.. Now I can't get the game working lol

Posted

boring !!!!!!!!!!!!!!!!!!

5 hours and nobody found it 

 

 

 

signature check bypassed edit anything you want 

 

Library/Caches/patch5/6/63e33e7673da91fbee38f155e0bc9322.ddx

 

lets play another game find the file for gems

please give us clue for gems hack, i am waiting it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Defense Legend 5: TD Strategy v1.0.44 [ +14 Cheats ] Currency Max
      Modded/Hacked App: Defense Legend 5: Survivor TD By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.Gcenter.DefenseLegend.TowerDefense.TD.survivor.V5
      App Store Link: https://apps.apple.com/us/app/defense-legend-5-survivor-td/id6449526611?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Currency
      - Unlimited Resources
      - Heroes Unlocked
      - Heroes Skin Unlocked
      - Gun Unlocked
      - Unlimited Battle Items
      - Unlimited Skill Points
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Unlimited Battle Cash / Sell Tower
      - Unlimited Tower Range
      • 0 replies
    • Defense Legend 5: TD Strategy v1.0.44 [ +14 Jailed ] Currency Max
      Modded/Hacked App: Defense Legend 5: Survivor TD By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.Gcenter.DefenseLegend.TowerDefense.TD.survivor.V5
      App Store Link: https://apps.apple.com/us/app/defense-legend-5-survivor-td/id6449526611?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Currency
      - Unlimited Resources
      - Heroes Unlocked
      - Heroes Skin Unlocked
      - Gun Unlocked
      - Unlimited Battle Items
      - Unlimited Skill Points
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Unlimited Battle Cash / Sell Tower
      - Unlimited Tower Range
      • 1 reply
    • Gear Truck! v1.0.20 [+3 Jailed Cheats]
      Modded/Hacked App: Gear Truck! By treeplla Inc.
      Bundle ID: com.tree.hybrid.geartank
      App Store Link: https://apps.apple.com/us/app/gear-truck/id6747216965?uo=4



      🤩 Hack Features

      - Never Die
      - High Wheel Speed Gain
      - One Hit Kill
      • 4 replies
    • Gear Truck! v1.0.20 [+3 Cheats]
      Modded/Hacked App: Gear Truck! By treeplla Inc.
      Bundle ID: com.tree.hybrid.geartank
      App Store Link: https://apps.apple.com/us/app/gear-truck/id6747216965?uo=4



      🤩 Hack Features

      - Never Die
      - High Wheel Speed Gain
      - One Hit Kill
       
        • Thanks
      • 4 replies
    • Seaside Escape®: Merge & Story v1.81.5 [+2 Jailed Cheats]
      Modded/Hacked App: Seaside Escape®: Merge & Story By Microfun Limited
      Bundle ID: com.mf.cupcake
      App Store Link: https://apps.apple.com/us/app/seaside-escape-merge-story/id6443755785?uo=4

       

      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency
        • Thanks
        • Like
      • 12 replies
    • Seaside Escape®: Merge & Story v1.81.5 [+2 Cheats]
      Modded/Hacked App: Seaside Escape®: Merge & Story By Microfun Limited
      Bundle ID: com.mf.cupcake
      App Store Link: https://apps.apple.com/us/app/seaside-escape-merge-story/id6443755785?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency
       
      • 11 replies
    • CSR 2 Drag Racing Car Games v6.0.2 - [ Gold, Cash, Keys & More ]
      Modded/Hacked App: CSR 2 - Realistic Drag Racing By Zynga Inc.
      Bundle ID: com.naturalmotion.customstreetracer2
      iTunes Store Link: https://apps.apple.com/us/app/csr-2-realistic-drag-racing/id887947640?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Custom Gold Amount -> Enter the amount of gold you want inside the iOSGods Mod Menu!
      - Custom Cash Amount -> Enter the amount of cash you want inside the iOSGods Mod Menu!
      - Custom Keys Amount -> Enter the amount of keys you want inside the iOSGods Mod Menu!
      - Anti-Ban -> Also unbans previously banned accounts and lets you play online according to feedback.
      - No Fuel Consumption
      - Instant Part Delivery
      - Instant Car Delivery
      - Gold Increase
      - Cash Increase
      - Keys Increase
      - Buy Anything For 1 Gold
      - Buy Anything For 1 Cash

       

      Non-Jailbroken Hack: https://iosgods.com/topic/168529-csr-2-drag-racing-car-games-v551-4-jailed-cheats/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73095-csr-2-drag-racing-car-games-v561-gold-cash-keys-more/.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 5,745 replies
    • Star Wars™: Galaxy of Heroes Cheats v0.37.2 +8
      Modded/Hacked App: Star Wars™: Galaxy of Heroes By Electronic Arts
      Bundle ID: com.ea.starwarscapital.bv
      iTunes Link: https://itunes.apple.com/us/app/star-wars-galaxy-of-heroes/id921022358?mt=8&uo=4&at=1010lce4


      Mod Requirements
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features
      - No Skill Cooldown time / Skill Always Available. Linked with enemy. Enable when it's your turn, disable when it's enemies turn. Timing is key.
      - One Hit Kill / Very High Damage. This is linked with you and the enemy, use with Skip Enemy Turn feature or enable disable when you attack via the In-Game Mod Menu! Do not kill the last enemy with OHK otherwise the game will crash. This feature is only for x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      - Always Your Turn / Skip Enemy Turn. It's always your turn, you're always attacking.
      - Auto Win. You must use this with One Hit Kill in order for it to work. Kill 1 Enemy and you will auto win the battle.
      - Only 1 Encounter on All Missions.
      -- God Mode / Never Die thanks to the features above.

      This hack is now an In-Game Mod Menu. This means you can toggle switches on/off while in a fight. Since God Mode is linked, turn it off when you're attacking and turn it on when the enemy is attacking to do damage but not receive damage. Same goes for the other features.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,157 replies
    • Hammer & Steel: idle business v0.19 [+6 Jailed Cheats]
      Modded/Hacked App: Hammer & Steel: idle business By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: hammer.and.steel.business.game
      App Store Link: https://apps.apple.com/us/app/hammer-steel-idle-business/id6742078527?uo=4



      🤩 Hack Features

      - Free IAP
      - Add Gold
      - Add Ore (Use it after tutorial)
      - No Fatique 
      - No Satiety
      • 10 replies
    • Hammer & Steel: idle business v0.19 [+6 Cheats]
      Modded/Hacked App: Hammer & Steel: idle business By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: hammer.and.steel.business.game
      App Store Link: https://apps.apple.com/us/app/hammer-steel-idle-business/id6742078527?uo=4



      🤩 Hack Features

      - Free IAP
      - Add Gold
      - Add Ore (Use it after tutorial)
      - No Fatique 
      - No Satiety
      • 5 replies
    • Ancient Gods: Deckbuilding RPG v1.19.0 +1 Jailed Cheat
      Modded/Hacked App: Ancient Gods: Deckbuilding RPG By Linh Lam Quang
      Bundle ID: com.hexpion.6p02
      iTunes Store Link: https://apps.apple.com/us/app/ancient-gods-deckbuilding-rpg/id6444331833?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Currencies → Spend/Gain


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 40 replies
    • Ancient Gods: Deckbuilding RPG v1.19.0 +1 Cheat
      Modded/Hacked App: Ancient Gods: Deckbuilding RPG By Linh Lam Quang
      Bundle ID: com.hexpion.6p02
      iTunes Store Link: https://apps.apple.com/us/app/ancient-gods-deckbuilding-rpg/id6444331833?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited Currencies -> Increase When Use


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 43 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines