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

    • Rent Please! Landlord Sim Cheats v1.6.3 +2
      Modded/Hacked App: Rent Please! Landlord Sim By Shimmer Games Co., Ltd.
      Bundle ID: com.shimmergames.tenants.gb.en
      iTunes Store Link: https://apps.apple.com/us/app/rent-please-landlord-sim/id1645842987?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/168311-rent-please-landlord-sim-v111-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/168312-rent-please-landlord-sim-cheats-v111-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 153 replies
    • Alien Invasion: RPG Idle Space Cheats v4.21.00 +2
      Modded/Hacked App: Alien Invasion: RPG Idle Space By MULTICAST GAMES LIMITED
      Bundle ID: com.multicastgames.venomSurvive
      iTunes Store Link: https://apps.apple.com/us/app/alien-invasion-rpg-idle-space/id6443697602?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/167591-alien-invasion-rpg-idle-space-v204-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/167589-alien-invasion-rpg-idle-space-cheats-v204-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 419 replies
    • Mr Autofire Cheats v4.1.1 +3 [ God Mode & More ]
      Modded/Hacked App: Mr Autofire By Lightheart Entertainment Oy
      Bundle ID: games.lightheart.mrautofire
      iTunes Store Link: https://apps.apple.com/us/app/mr-autofire/id1483457500?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

      - God Mode 
      - One Hit Kill
      - Free Store

       

      Non-Jailbroken Hack: https://iosgods.com/topic/134805-mr-autofire-v380-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/134788-mr-autofire-cheats-v380-3-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 636 replies
    • Sushi Bar Idle Cheats v2.8.9 +2
      Modded/Hacked App: Sushi Bar Idle by GREEN PANDA
      Bundle ID: com.gangame.sushibar
      iTunes Store Link: https://itunes.apple.com/us/app/sushi-bar-idle/id1438089337?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins
      - No Ads


      Hack Download Link: https://iosgods.com/topic/87577-arm64-sushi-bar-idle-cheats-v115-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 96 replies
    • PunBall Cheats v5.7.1 +2
      Modded/Hacked App: PunBall By HABBY PTE. LTD.
      Bundle ID: com.habby.punball
      iTunes Store Link: https://apps.apple.com/us/app/punball/id1585781366?uo=4


      Hack Features:
      - Dumb Enemies
      - One Hit Kill


      iOS Hack Download Link: https://iosgods.com/topic/151406-punball-cheats-v100-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 671 replies
    • Merge HomeTown: Merge Games v15 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Merge HomeTown: Merge Games By AppGuruz
      Bundle ID: com.gt.hometown.mergegame
      App Store Link: https://apps.apple.com/us/app/merge-hometown-merge-games/id6450775072?uo=4


      Hack Feature

      - Cash

      - Gold

      - Keys

      - Energy

      - ADS Ticket
      • 1 reply
    • World Chef Cheats v3.1.0 +4
      Modded/Hacked App: World Chef By Socialpoint
      Bundle ID: worldchef
      iTunes Store Link: https://apps.apple.com/us/app/world-chef/id1010677881?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

      - Instant Cooking
      - Instant Eating
      - Free Missing Ingredients/Food Cost
      - Free Storage Upgrade Cost

       

      Non-Jailbroken Hack: https://iosgods.com/topic/163932-world-chef-v307-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/163904-world-chef-cheats-v307-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 62 replies
    • MuseDash Cheats v5.6.1 +3
      Modded/Hacked App: Muse Dash 喵斯快跑-跑酷游戏 By X.D. Network Inc.
      Bundle ID: com.xd.musedash
      iTunes Store Link: https://apps.apple.com/us/app/muse-dash-%E5%96%B5%E6%96%AF%E5%BF%AB%E8%B7%91-%E8%B7%91%E9%85%B7%E6%B8%B8%E6%88%8F/id1361473095?uo=4


      Hack Features:
      - All Songs Owned (It display Locked but you still can play it)
      - God Mode
      - Auto Dance

       
      Free Non-Jailbroken Hacks: https://iosgods.com/topic/88380-muse-dash-%E5%96%B5%E6%96%AF%E5%BF%AB%E8%B7%91-%E8%B7%91%E9%85%B7%E6%B8%B8%E6%88%8F-v153-jailed-cheats-2/

       
      Hack Download Link: https://iosgods.com/topic/71374-muse-dash-%E5%96%B5%E6%96%AF%E5%BF%AB%E8%B7%91-%E8%B7%91%E9%85%B7%E6%B8%B8%E6%88%8F-cheats-v153-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 339 replies
    • Adventure Chef v1.52.360 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Adventure Chef By Futurewave Games LLC
      Bundle ID: com.adventurechef
      App Store Link: https://apps.apple.com/us/app/adventure-chef/id6717580048?uo=4

       
      🤩 Hack Features

      - IAP FREE [ Buy Anything ] ADS
      - Gems
      - Cash
        • Like
      • 2 replies
    • Adventure Chef v1.52.360 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Adventure Chef By Futurewave Games LLC
      Bundle ID: com.adventurechef
      App Store Link: https://apps.apple.com/us/app/adventure-chef/id6717580048?uo=4


      🤩 Hack Features

      - IAP FREE [ Buy Anything ] ADS
      - Gems
      - Cash
        • Like
      • 5 replies
    • Only Grind: Loot & Fight v1.3.1 [ +11 Cheats ] Currency Max
      Modded/Hacked App: Only Grind: Loot & Fight By Chi Ngo
      Bundle ID: io.onlychads.onlygrind
      App Store Link: https://apps.apple.com/us/app/only-grind-loot-fight/id6499444042?uo=4

       
      🤩 Hack Features

      - IAP FREE [ Buy Anything ] ADS

      - Gems [ Earn Then Get ]

      - Success Rate Gems [ UP Then Get ]

      - Chest +5

      - Gold [ Sell Then Get ]

      - Gold [ Merge Gems Then Get ]

      - Gold [ Up Then Get ]

      - HP

      - DEF

      - ATK

      - Criti DMG
        • Like
      • 4 replies
    • Only Grind: Loot & Fight v1.3.1 [ +11 Jailed ] Currency Max
      Modded/Hacked App: Only Grind: Loot & Fight By Chi Ngo
      Bundle ID: io.onlychads.onlygrind
      App Store Link: https://apps.apple.com/us/app/only-grind-loot-fight/id6499444042?uo=4
       

      🤩 Hack Features

      - IAP FREE [ Buy Anything ] ADS

      - Gems [ Earn Then Get ]

      - Success Rate Gems [ UP Then Get ]

      - Chest +5

      - Gold [ Sell Then Get ]

      - Gold [ Merge Gems Then Get ]

      - Gold [ Up Then Get ]

      - HP

      - DEF

      - ATK

      - Criti DMG
        • Like
      • 0 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