Jump to content

Star Wars™: Galaxy of Heroes Cheats v0.36.5 +8 [ Multiply Attack & More ]


3,115 posts in this topic

Recommended Posts

Posted
1 hour ago, Socius said:

Hey @Laxus would you be able to fix the hack like Danyal did last time? Right now the damage/defense sliders only work on the health bars and not protection bars. Danyal gave me a version to test with proper damage increase and reduction to protection as well as health, so i know it’s possible. I’m not sure how hard it might be to do though. Thanks. 
 

 

  Hide contents

 

just so I’m clear on what I’m saying, this is how the game engine works right now:

Attack = original attack damage

Prot = Protection

HP = Health

normally the engine does this when you attack:


If Attack < Prot then Prot = Prot - Attack

ElseIf Attack > Prot then Prot = Prot - Prot and HP = HP - (Attack - Prot)

The problem is right now, the hack isn’t increasing Attack. it’s modifying the HP = HP - (Attack - Prot) section, by multiplying the (Attack - Prot) part.  So the hack rewrites it as HP = HP - ((Attack - Prot) * x) where x is the slider multiplier (1-20)  

So this is why it’s a problem. let’s try an example where Attack = 25000, Prot = 50000, HP = 30000, and the damage slider is on 20x  

If Attack (25000) < Prot (50000) then Prot = 50000 - 25000  

Nothing happens and nothing changes. Because the hack isn’t increasing damage dealt  it’s increasing damage taken by HP. But if the attack damage variable isn’t being increased, there is no damage being done to the health bar at all.

The end result of that is the character is left with 25000 prot and 30000 HP. Let’s do another example.   Danyal’s fix applied the 1-20x damage slider to the protection bar as well.  So his hack works like this: 

If Attack < Prot then Prot = Prot - (Attack * x)

ElseIf Attack > Prot then Prot = Prot - Prot and HP = HP - ((Attack - Prot) * x)

so this has one benefit. using the example from before, where Attack = 25000, Prot = 50000, HP = 30000, and the damage slider is on 20x, this is what happens:

If Attack (25000) < Prot (50000) then Prot = 50000 - (25000  * 20)

the character ends up with 0 protection here because there was 500,000 damage done. But the damage was only done to the protection bar.  Because the hack only increases damage taken by protection and health.  Not damage dealt by an attack.

If we do the same example as above, but have an attack that does 51,000 damage instead, this is what happens:

IfElse Attack (51000) > Prot (50000) then Prot = Prot - (Prot * x) and HP = HP - ((Attack{51000} - Prot{50000}) * x(20)

this means with a character that had 50k Prot and 30k health, and an attack that does 51k damage, and with 20x damage slider enabled, the character loses all their Prot, but since Prot - Attack is only 1000 damage, only 1000 damage is multiplied by 20. Meaning the character takes 20k damage to health. So a 51,000 damage attack, on a character with 50k protection and 30k health, does a total of 70k damage   With 20x damage multiplier. And if the attack was 49,999 instead of 51,000, then the total damage it would do with 20x damage multiplier would only be 49,999. Because the hack currently just increases the damage the protection and health bars take, and not how much damage the original attack does. And before that damage is dealt, the game engine itself decides what portion of the normal damage hits protection, and if any damage at all hits the health bar. 

I tried to explain this as well as I could. Let me know if you understand my point. Thank you!

 

If I understand correctly it need to reduce the shield value aswell right? New deb should be what you need if so :wonder: 

Posted
5 hours ago, Laxus said:

If I understand correctly it need to reduce the shield value aswell right? New deb should be what you need if so :wonder: 

Hey @Laxus yes it does need to affect protection damage as well. The example I gave affects both defense (damage you take) and offense (damage you give). So with 20x defense slider, an attack against you that should do 20,000 damage still does 20,000 damage to your protection bar. But only 1,000 to your health bar.  Because currently it’s only working on reducing or increasing damage to health bars.  Thanks!
 

  • Thanks 1
Posted
5 hours ago, Socius said:

Hey @Laxus yes it does need to affect protection damage as well. The example I gave affects both defense (damage you take) and offense (damage you give). So with 20x defense slider, an attack against you that should do 20,000 damage still does 20,000 damage to your protection bar. But only 1,000 to your health bar.  Because currently it’s only working on reducing or increasing damage to health bars.  Thanks!
 

Have you tried the new deb?

  • Winner 1
Posted
1 hour ago, Laxus said:

Have you tried the new deb?

Hey. Thanks! I didn’t realize you meant for me to try downloading the new deb file. I thought you meant I’m going to need to wait for a new deb file with the fixes. Haha. I just tried it and it’s working beautifully! Thank you!

Posted
On 8/14/2020 at 7:09 PM, Laxus said:

Have you tried the new deb?

Hey @Laxus

I noticed a feature of the mod that can give away the fact that a hack was used. A while ago, SWGoH started recording battle duration, characters used, as well as their health and protection percentages at the end of battle. This is recorded for galactic championship fights and is viewable by all. It was specifically designed to help catch hackers.  And I just noticed that when using the One Hit Kill feature, it does a lot of damage to health and kills the enemy. BUT...it doesn’t do damage to protection. So the characters will die, but it will be recorded that they died with 0 health and full protection. Is there a way to make One Hit Kill also damage the protection bar?  It’s also possible that SWGoH records this data for all other battles to investigate hacking reports. So it would be greatly appreciated. Thank you. 

Posted (edited)
5 minutes ago, Socius said:

Hey @Laxus

I noticed a feature of the mod that can give away the fact that a hack was used. A while ago, SWGoH started recording battle duration, characters used, as well as their health and protection percentages at the end of battle. This is recorded for galactic championship fights and is viewable by all. It was specifically designed to help catch hackers.  And I just noticed that when using the One Hit Kill feature, it does a lot of damage to health and kills the enemy. BUT...it doesn’t do damage to protection. So the characters will die, but it will be recorded that they died with 0 health and full protection. Is there a way to make One Hit Kill also damage the protection bar?  It’s also possible that SWGoH records this data for all other battles to investigate hacking reports. So it would be greatly appreciated. Thank you. 

Isn’t the new deb I already added damage to the shield? Perhap you want to seperate it to another switch (option). For example x Damage to shield switch and x damage to Heath switch?

Current version it’s all in one switch :wonder:

Updated by Laxus
Posted
9 hours ago, Laxus said:

Isn’t the new deb I already added damage to the shield? Perhap you want to seperate it to another switch (option). For example x Damage to shield switch and x damage to Heath switch?

Current version it’s all in one switch :wonder:

Your damage sliders are working perfectly!  I’m taking about the One Hit Kill toggle. Right now it kills the enemy when they’re hit by doing like 999,999,999 damage to their health bar to instant kill them. Normally we wouldn’t notice anything because it’s properly killing the enemy in 1 hit. But the problem I noticed is with the cheat detection system they created, it now records how much health and protection someone has at the end of a galactic championship battle.  So for example, you use one hit kill on someone with 20k protection and 40k health. That person died as they should. But with the new SWGoH system, it’ll record that they died, but that they died with 0 health, but still 100% protection! Because one hit kill just kills them by killing their health bar. Does that explain it a bit better?  Obviously I’m not using One hit kill atm, but I would hate for someone to get banned for a simple thing like this. 

Posted (edited)
26 minutes ago, Socius said:

Your damage sliders are working perfectly!  I’m taking about the One Hit Kill toggle. Right now it kills the enemy when they’re hit by doing like 999,999,999 damage to their health bar to instant kill them. Normally we wouldn’t notice anything because it’s properly killing the enemy in 1 hit. But the problem I noticed is with the cheat detection system they created, it now records how much health and protection someone has at the end of a galactic championship battle.  So for example, you use one hit kill on someone with 20k protection and 40k health. That person died as they should. But with the new SWGoH system, it’ll record that they died, but that they died with 0 health, but still 100% protection! Because one hit kill just kills them by killing their health bar. Does that explain it a bit better?  Obviously I’m not using One hit kill atm, but I would hate for someone to get banned for a simple thing like this. 

Probably you used the ohk feature, it not made by me. Try using the multiply damage and defense only if you want safe

EDIT: I misread, seem like you not using the ohk feature. IF you not using then there is no way the damage that high

Updated by Laxus
  • Our picks

    • War Commander: Rogue Assault v9.3.0 +2 Jailed Cheats
      Modded/Hacked App: War Commander: Rogue Assault By KIXEYE Inc
      Bundle ID: com.kixeye.warcommanderrogueassault
      iTunes Store Link: https://apps.apple.com/us/app/war-commander-rogue-assault/id695948278?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
      • 46 replies
    • (Tower Of Saviors) 神魔之塔 v2025.211 +4 Jailed Cheats
      Modded/Hacked App: 神魔之塔 By Mad Head Limited
      Bundle ID: com.madhead.tos.zh
      iTunes Store Link: https://apps.apple.com/us/app/%E7%A5%9E%E9%AD%94%E4%B9%8B%E5%A1%94/id583798880?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
      - Defense Multiplier
      - Weak Enemies
      - Dumb Enemies


      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
      • 89 replies
    • War Commander: Rogue Assault v9.3.0 +3 Cheats
      Modded/Hacked App: War Commander: Rogue Assault By KIXEYE Inc
      Bundle ID: com.kixeye.warcommanderrogueassault
      iTunes Store Link: https://apps.apple.com/us/app/war-commander-rogue-assault/id695948278?uo=4


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


      Hack Features:
      - Never Die
      - Damage Multiplier


      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
      Not responsible for any bans



      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 & 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
      • 357 replies
    • 神魔之塔 - Tower of Saviors v2025.211 +4 Cheats
      Modded/Hacked App: 神魔之塔 - Tower of Saviors By Mad Head Limited
      Bundle ID: com.madhead.tos.zh
      iTunes Store Link: https://apps.apple.com/us/app/神魔之塔-tower-of-saviors/id583798880

      Hack Features:
      - weak enemies


      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/
      • 403 replies
    • Toon Blast v17445 +3 Cheats
      Modded/Hacked App: Toon Blast By Peak Games
      Bundle ID: net.peakgames.toonblast
      iTunes Store Link: https://apps.apple.com/us/app/toon-blast/id1176027022?uo=4


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


      Hack Features:
      - items/coins increase
      - always red blocks
      - unlimited lives



      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 & 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 466 replies
    • Toon Blast v17445 +3 Jailed Cheats
      Modded/Hacked App: Toon Blast By Peak Games
      Bundle ID: net.peakgames.toonblast
      iTunes Store Link: https://itunes.apple.com/us/app/toon-blast/id1176027022?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.

      This hack only works on x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      Hack Features:
      - Int Coins (get)

      - Boosts (get)


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      Hack Download Link:

      Hidden Content
      https://app.iosgods.com/store/appdetails/656-toon-blast-hack







      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.
      STEP 3: Download Cydia Impactor and extract the archive.
      STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application.
      STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information..
      STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to your Settings -> General -> Profiles & 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 instructions inside the hack's popup in-game.
      NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find 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:
      - @K_K

      - @Laxus
      Cheat Video/Screenshots:

      N/A

       
      • 1,015 replies
    • Kingdom Survivors v1.0680 [+4 Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      🚀 Hack Features

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency
      • 13 replies
    • Kingdom Survivors v1.0680 [+4 Jailed Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      Hack Features:

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency

      • 10 replies
    • Pal Go: Tower Defense TD v0.3.64 [+7 Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      🚀 Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 40 replies
    • Pal Go: Tower Defense TD v0.3.64 [+7 Jailed Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       

      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 65 replies
    • NETHER MONSTERS v1.03 [+4 Cheats]
      Modded/Hacked App: NETHER MONSTERS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherMonsters
      iTunes Store Link: https://apps.apple.com/us/app/nether-monsters/id6742568029?uo=4

       

      🤩 Hack Features

      - Never Die
      - Get IAP Products  
      - Add Currency
      - Auto Win (Enable inside battle)
        • Like
      • 5 replies
    • NETHER MONSTERS v1.03 [+4 Jailed Cheats]
      Modded/Hacked App: NETHER MONSTERS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherMonsters
      iTunes Store Link: https://apps.apple.com/us/app/nether-monsters/id6742568029?uo=4



      🤩 Hack Features

      - Never Die
      - Get IAP Products  
      - Add Currency
      - Auto Win (Enable inside battle)
      • 4 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