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

    • Last Day On Earth: Survival v1.40.0 +36 FREE Hacks
      Modded/Hacked App: Last Day on Earth: Survival By Andrey Pryakhin
      Bundle ID: zombie.survival.craft.z
      iTunes Link: https://itunes.apple.com/us/app/last-day-on-earth-survival/id1241932094

      Hack Features:
      - Coins Hack - Spend/Buy something that costs Coins to increase Coins!
      - Durability Hack - Weapons, Clothes, Boots, etc. Will not break. You can always keep using them.
      - Crafting Hack - Able to craft stuff without required items!
      - Skill Points Hack - Skill Points won't decrease, reset to increase.
      - Duplicate Items Hack - Split Items to duplicate them! Now it will duplicate by 20!
      - Loot box hack - Open 1 lootbox for 1000! - x64 only
      - Items increase when Taking from Inbox. You will never run out of Items in your inbox! - x64 only
      - Minigun Doesn't Overheat - x64 only
      - Unlimited Energy. Energy Increases instead of subtracting! - x64 only
      - Bow One Hit Kill - x64 only
      - Anti-Ban

      During the month of December, we have decided to make the ViP hack for free for all users! :) Extra features include:
      • 30,229 replies
    • Zombie Sniper War 3D: Dead FPS v1.75 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Zombie Sniper War 3D: Dead FPS By JE Software AB
      Bundle ID: com.JESoftware.LastHopeSniper3
      App Store Link: https://apps.apple.com/ph/app/zombie-sniper-war-3d-dead-fps/id1643424564?uo=4

      🤩 Hack Features

      - Unlimited Currency
      - Unlimited Resources
      • 1 reply
    • Zombie Sniper War 3D: Dead FPS v1.75 [ +2 jailed ] Currency Max
      Modded/Hacked App: Zombie Sniper War 3D: Dead FPS By JE Software AB
      Bundle ID: com.JESoftware.LastHopeSniper3
      App Store Link: https://apps.apple.com/ph/app/zombie-sniper-war-3d-dead-fps/id1643424564?uo=4

      🤩 Hack Features

      - Unlimited Currency
      - Unlimited Resource
      • 0 replies
    • BitLife - Life Simulator Cheats v3.20.9 +2
      Modded/Hacked App: BitLife - Life Simulator by Candywriter, LLC
      Bundle ID: com.wtfapps.apollo16
      iTunes Store Link: https://apps.apple.com/us/app/bitlife-life-simulator/id1374403536?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - Free Bitizen Purchase (Press Cancle) - Work for All Versions


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/84167-arm64-bitlife-life-simulator-v1412-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/84223-arm64-bitlife-life-simulator-cheats-all-versions-2/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,774 replies
    • [ Arknights China ] 明日方舟 Cheats v2.6.61 +8
      Modded/Hacked App: 明日方舟 By Shanghai Hypergryph Network Technology Co., Ltd.
      Bundle ID: com.hypergryph.arknights
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1454663939?uo=4


      Hack Features:
      - God Mode
      - Frozen Enemies
      - One Hit Kill
      - Instant - Win
      - No Deploy Cost
      - Multiply Damage
      - Multiply Defense
      - Multiply Character Speed


      iOS Hack Download Link: https://iosgods.com/topic/149509-arknights-china-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-cheats-v1560-8/
        • Like
      • 348 replies
    • [ Last Cloudia TW ] 最後的克勞迪亞 Cheats v6.7.2 +5
      Modded/Hacked App: 最後的克勞迪亞 By Hong Kong Bao Chuan Software Technology Limited
      Bundle ID: com.boltrend.cloudia
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E/id1530784975?uo=4



      Hack Features:
      - God Mode
      - Infinite MP
      - Infinite SP
      - Infinite Ether


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/139142-last-cloudia-tw-%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E-v161-jailed-cheats-4/


      iOS Hack Download Link: https://iosgods.com/topic/139140-last-cloudia-tw-%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E-cheats-all-versions-4/
        • Like
      • 399 replies
    • Candy Crush Saga v1.313.1 Jailed Cheats +3
      Modded/Hacked App: Candy Crush Saga By King.com Limited
      Bundle ID: com.midasplayer.apps.candycrushsaga
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4


      Hack Features:
      - Infinite Life
      - Infinite Booster
      - Infinite Move


      Jailbreak required hack(s): https://iosgods.com/topic/190447-candy-crush-saga-cheats-v12941-3/


      iOS Hack Download IPA Link: https://iosgods.com/topic/190448-candy-crush-saga-v12941-jailed-cheats-3/
        • Thanks
      • 152 replies
    • Jurassic World Alive v3.16.49 - [ Dino Don't Move & More ]
      Modded/Hacked App: Jurassic World Alive By Ludia
      Bundle ID: com.ludia.jw2
      iTunes Store Link: https://apps.apple.com/us/app/jurassic-world-alive/id1231085864


      Hack Features:
      - Dino Don't Move
      - Inf. Battery
      - VIP Enabled

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
        • Informative
      • 1,719 replies
    • Subnautica v1.2.4 +100++ Jailed Cheats [ Developer Menu ]
      Modded/Hacked App: Subnautica By Unknown Worlds Entertainment, Inc.
      Bundle ID: com.UnknownWorlds.Subnautica
      App Store Link: https://apps.apple.com/us/app/subnautica/id6478639011?uo=4

       
       

      🤩 Hack Features

      - Developer Menu -> Pause the game and you will see a Developer Menu button.

      For all developer commands, go here.
      • 74 replies
    • Subnautica v1.2.4 +100++ Cheats [ Developer Menu ]
      Modded/Hacked App: Subnautica By Unknown Worlds Entertainment, Inc.
      Bundle ID: com.UnknownWorlds.Subnautica
      App Store Link: https://apps.apple.com/us/app/subnautica/id6478639011?uo=4

       


      🤩 Hack Features

      - Developer Menu -> Pause the game and you will see a Developer Menu button.

      For all developer commands, go here..
      • 12 replies
    • MONOPOLY: The Board Game v1.15.5 +1 Jailed Cheat [ Everything Owned ]
      Modded/Hacked App: MONOPOLY: The Board Game By Marmalade Game Studio Limited
      Bundle ID: com.marmalade.monopoly
      iTunes Store Link: https://apps.apple.com/us/app/monopoly-the-board-game/id1477966166?uo=4


      Hack Features:
      - Everything Owned -> All packs, themes, boards, tokens, all purchased and owned.


      Jailbreak required hack(s): https://iosgods.com/topic/169254-monopoly-classic-board-game-all-versions-1-cheat-everything-owned/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Haha
      • 424 replies
    • MONOPOLY: The Board Game v1.15.5 +1 Cheat [ Everything Owned ]
      Modded/Hacked App: MONOPOLY: The Board Game By Marmalade Game Studio Limited
      Bundle ID: com.marmalade.monopoly
      iTunes Store Link: https://apps.apple.com/us/app/monopoly-the-board-game/id1477966166?uo=4


      Hack Features:
      - Everything Owned -> All packs, themes, boards, tokens, all purchased and owned.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/169256-monopoly-classic-board-game-v189-1-jailed-cheat-everything-owned/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
      • 209 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