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

    • Heroes Crew: Strategy Defense v1.0.0 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 3 replies
    • Heroes Crew: Strategy Defense v1.0.0 [+6 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 2 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Jailed Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       
       

      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 4 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       


      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 3 replies
    • (Gauntlet Idle Rpg) 건틀렛: 방치형 액션 RPG v1.32 +3 Jailed Cheats
      Modded/Hacked App: 건틀렛: 방치형 액션 RPG By Metabone Entertainment Inc.
      Bundle ID: com.metaboneent.gauntletrpg
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B1%B4%ED%8B%80%EB%A0%9B-%EB%B0%A9%EC%B9%98%ED%98%95-%EC%95%A1%EC%85%98-rpg/id6476731203?uo=4

       

       

      🔧 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🚀 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Unlimited Currencies → Spend/Gain


      🍏 Jailbreak iOS hacks: 

       

      📥 iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: 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 8: 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. 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 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
      • 42 replies
    • (Gauntlet Idle Rpg) 건틀렛: 방치형 액션 RPG v1.32 +3 Cheats
      Modded/Hacked App: 건틀렛: 방치형 액션 RPG By Metabone Entertainment Inc.
      Bundle ID: com.metaboneent.gauntletrpg
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B1%B4%ED%8B%80%EB%A0%9B-%EB%B0%A9%EC%B9%98%ED%98%95-%EC%95%A1%EC%85%98-rpg/id6476731203?uo=4

       

       

      🔧 Mod Requirements

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

       

      🚀 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Unlimited Currencies → Spend/Gain


      🍏 For Non-Jailbroken & No Jailbreak required hacks: 

       

      📥 iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb 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 needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue 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

       

      🔗 More iOS App Hacks & Android Modded APKs

      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOSGods No Jailbreak Section for a variety of modded games and apps for non-jailbroken iOS devices.

      Need Modded Android APKs too? Head over to the iOSGods Android Section for custom APK mods, cheats, and more.
      • 24 replies
    • Cat Mine : Idle RPG v2.6.2 +1 Jailed Cheat
      Modded/Hacked App: Cat Mine : Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: net.gameduo.cm
      iTunes Store Link: https://apps.apple.com/us/app/cat-mine-idle-rpg/id6476374348?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
      • 194 replies
    • Cat Mine : Idle RPG v2.6.2 +1 Cheat
      Modded/Hacked App: Cat Mine : Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: net.gameduo.cm
      iTunes Store Link: https://apps.apple.com/us/app/cat-mine-idle-rpg/id6476374348?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
      • 184 replies
    • Johnny Trigger: Sniper v1.0.50 +3 Jailed Cheats
      Modded/Hacked App: Johnny Trigger: Sniper By SayGames LTD
      Bundle ID: com.jtsniper.game
      iTunes Store Link: https://apps.apple.com/us/app/johnny-trigger-sniper/id1517806621?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:
      - Cash
      - Gems
      - No Ads


      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
      • 21 replies
    • Johnny Trigger: Sniper v1.0.50 +3 Cheats
      Modded/Hacked App: Johnny Trigger: Sniper By SayGames LLC
      Bundle ID: com.jtsniper.game
      iTunes Store Link: https://apps.apple.com/us/app/johnny-trigger-sniper/id1517806621

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


      Hack Features:
      - cash
      - gems
      - no ads



      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.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: 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 7: 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 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 64 replies
    • Arcana Blade : Idle RPG v1.8.02 +2 Jailed Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?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:
      - Damage Multiplier
      - Never Die


      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
      • 100 replies
    • Arcana Blade : Idle RPG v1.8.02 +2 Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?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:
      - Damage Multiplier
      - Never Die


      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
      • 118 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