Jump to content

need understand how can i mod this


m0hammed

7 posts in this topic

Recommended Posts

if i change FMOV            D9, #1.0 will be my damage 600 and monster 4k

same here FMUL            D1, D1, D2

Spoiler

GlobalMethod$$CurrentDamage             ; CODE XREF: sub_10013543C+48C↑p
__text:0000000100216FA8                                         ; DamageObject$$OnTriggerEnter+23C↑p ...
__text:0000000100216FA8
__text:0000000100216FA8 var_30          = -0x30
__text:0000000100216FA8 var_20          = -0x20
__text:0000000100216FA8 var_10          = -0x10
__text:0000000100216FA8 var_s0          =  0
__text:0000000100216FA8
__text:0000000100216FA8                 STP             D9, D8, [SP,#-0x10+var_30]!
__text:0000000100216FAC                 STP             X22, X21, [SP,#0x30+var_20]
__text:0000000100216FB0                 STP             X20, X19, [SP,#0x30+var_10]
__text:0000000100216FB4                 STP             X29, X30, [SP,#0x30+var_s0]
__text:0000000100216FB8                 ADD             X29, SP, #0x30
__text:0000000100216FBC                 MOV             X19, X1
__text:0000000100216FC0                 CBZ             X19, loc_10021706C
__text:0000000100216FC4                 LDR             D8, [X19,#0x48]
__text:0000000100216FC8                 MOV             W2, #0x64
__text:0000000100216FCC                 MOV             X0, #0
__text:0000000100216FD0                 MOV             W1, #0
__text:0000000100216FD4                 MOV             X3, #0
__text:0000000100216FD8                 BL              Random$$Range_12706
__text:0000000100216FDC                 SCVTF           D0, W0
__text:0000000100216FE0                 ADD             X8, X19, #0x20
__text:0000000100216FE4                 ADD             X9, X19, #0x24
__text:0000000100216FE8                 FCMP            D8, D0
__text:0000000100216FEC                 CSEL            X8, X9, X8, GT
__text:0000000100216FF0                 LDR             W20, [X8]
__text:0000000100216FF4                 LDRB            W8, [X19,#0x30]
__text:0000000100216FF8                 CBZ             W8, loc_100217008
__text:0000000100216FFC                 LDR             S1, [X19,#0x2C]
__text:0000000100217000                 FCVT            D9, S1
__text:0000000100217004                 B               loc_10021700C
__text:0000000100217008 ; ---------------------------------------------------------------------------
__text:0000000100217008
__text:0000000100217008 loc_100217008                           ; CODE XREF: GlobalMethod$$CurrentDamage+50↑j
__text:0000000100217008                 FMOV            D9, #1.0
__text:000000010021700C
__text:000000010021700C loc_10021700C                           ; CODE XREF: GlobalMethod$$CurrentDamage+5C↑j
__text:000000010021700C                 FCMP            D8, D0
__text:0000000100217010                 CSET            W8, GT
__text:0000000100217014                 STRB            W8, [X19,#0x100]
__text:0000000100217018                 LDR             W21, [X19,#0x28]
__text:000000010021701C                 MOV             X0, X19
__text:0000000100217020                 MOV             X1, #0
__text:0000000100217024                 BL              AttackAttribute$$get_AttackBuffAmount
__text:0000000100217028                 SCVTF           D1, W21
__text:000000010021702C                 ADRP            X8, #qword_101AAA680@PAGE
__text:0000000100217030                 LDR             D2, [X8,#qword_101AAA680@PAGEOFF]
__text:0000000100217034                 FMUL            D1, D1, D2
__text:0000000100217038                 SCVTF           D2, W20
__text:000000010021703C                 FMUL            D1, D2, D1
__text:0000000100217040                 FCVT            D0, S0
__text:0000000100217044                 FMUL            D0, D0, D1
__text:0000000100217048                 FMUL            D0, D9, D0
__text:000000010021704C                 FCVTZS          W8, D0
__text:0000000100217050                 STR             W8, [X19,#0xFC]
__text:0000000100217054                 MOV             X0, X19
__text:0000000100217058                 LDP             X29, X30, [SP,#0x30+var_s0]
__text:000000010021705C                 LDP             X20, X19, [SP,#0x30+var_10]
__text:0000000100217060                 LDP             X22, X21, [SP,#0x30+var_20]
__text:0000000100217064                 LDP             D9, D8, [SP+0x30+var_30],#0x40
__text:0000000100217068                 RET
__text:000000010021706C ; ---------------------------------------------------------------------------
__text:000000010021706C
__text:000000010021706C loc_10021706C                           ; CODE XREF: GlobalMethod$$CurrentDamage+18↑j
__text:000000010021706C                 BL              sub_10171A278
__text:000000010021706C ; End of function GlobalMethod$$CurrentDamage

same here will be monster high damage

Spoiler

GlobalMethod$$GetRuneRuneAttackDamageFactor
__text:00000001002207E4                                         ; CODE XREF: MonsterFSM$$ApplyLevelDIfNPenetrationDamage+138↓p
__text:00000001002207E4                                         ; MonsterFSM$$SuccesOnDamage+268↓p
__text:00000001002207E4                                         ; DATA XREF: ...
__text:00000001002207E4                 SUB             W8, W1, #1
__text:00000001002207E8                 ADD             W9, W1, #2
__text:00000001002207EC                 CMP             W8, #3
__text:00000001002207F0                 CSEL            W8, W9, WZR, CC
__text:00000001002207F4                 AND             W8, W8, #7
__text:00000001002207F8                 FMOV            S0, #1.0
__text:00000001002207FC                 CMP             W8, #3
__text:0000000100220800                 B.EQ            loc_100220830
__text:0000000100220804                 CMP             W8, #5
__text:0000000100220808                 B.EQ            loc_10022084C
__text:000000010022080C                 CMP             W8, #4
__text:0000000100220810                 B.NE            locret_100220870
__text:0000000100220814                 CMP             W2, #2
__text:0000000100220818                 B.EQ            locret_100220870
__text:000000010022081C                 CMP             W2, #1
__text:0000000100220820                 B.EQ            loc_100220854
__text:0000000100220824                 CMP             W2, #3
__text:0000000100220828                 B.EQ            loc_100220864
__text:000000010022082C                 B               locret_100220870
__text:0000000100220830 ; ---------------------------------------------------------------------------
__text:0000000100220830
__text:0000000100220830 loc_100220830                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+1C↑j
__text:0000000100220830                 CMP             W2, #2
__text:0000000100220834                 B.EQ            loc_100220864
__text:0000000100220838                 CMP             W2, #1
__text:000000010022083C                 B.EQ            locret_100220870
__text:0000000100220840                 CMP             W2, #3
__text:0000000100220844                 B.EQ            loc_100220854
__text:0000000100220848                 B               locret_100220870
__text:000000010022084C ; ---------------------------------------------------------------------------
__text:000000010022084C
__text:000000010022084C loc_10022084C                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+24↑j
__text:000000010022084C                 CMP             W2, #2
__text:0000000100220850                 B.NE            loc_10022085C
__text:0000000100220854
__text:0000000100220854 loc_100220854                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+3C↑j
__text:0000000100220854                                         ; GlobalMethod$$GetRuneRuneAttackDamageFactor+60↑j
__text:0000000100220854                 FMOV            S0, #0.5
__text:0000000100220858                 RET
__text:000000010022085C ; ---------------------------------------------------------------------------
__text:000000010022085C
__text:000000010022085C loc_10022085C                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+6C↑j
__text:000000010022085C                 CMP             W2, #1
__text:0000000100220860                 B.NE            loc_10022086C
__text:0000000100220864
__text:0000000100220864 loc_100220864                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+44↑j
__text:0000000100220864                                         ; GlobalMethod$$GetRuneRuneAttackDamageFactor+50↑j
__text:0000000100220864                 FMOV            S0, #2.0
__text:0000000100220868                 RET
__text:000000010022086C ; ---------------------------------------------------------------------------
__text:000000010022086C
__text:000000010022086C loc_10022086C                           ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+7C↑j
__text:000000010022086C                 CMP             W2, #3
__text:0000000100220870
__text:0000000100220870 locret_100220870                        ; CODE XREF: GlobalMethod$$GetRuneRuneAttackDamageFactor+2C↑j
__text:0000000100220870                                         ; GlobalMethod$$GetRuneRuneAttackDamageFactor+34↑j ...
__text:0000000100220870                 RET
__text:0000000100220870 ; End of function GlobalMethod$$GetRuneRuneAttackDamageFactor

so when the value for monster 

Link to comment
Share on other sites

text:0000000100216FFC                 LDR             S1, [X19,#0x2C]

__text:0000000100217008                 FMOV            D9, #1.0

 

i think you would change them both with fmov s1, #31.0

for high damage 

This might be useful 

 

https://iosgods.com/topic/39081-ida-tutorial-how-to-hack-floats-in-arm64/

Link to comment
Share on other sites

10 hours ago, K3NNNY said:

text:0000000100216FFC                 LDR             S1, [X19,#0x2C]

__text:0000000100217008                 FMOV            D9, #1.0

 

i think you would change them both with fmov s1, #31.0

for high damage 

This might be useful 

 

https://iosgods.com/topic/39081-ida-tutorial-how-to-hack-floats-in-arm64/

 

not work will be monster damage 4k

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Cat Mine : Idle RPG v1.5.3 +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
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 36 replies
    • Let’s Survive v1.9.2 +8 [Subscription Bypassed]
      Modded/Hacked App: Let’s Survive - Survival games By TREASTONE LTD
      Bundle ID: lets.survive.apocalypse.survival
      iTunes Store Link: https://apps.apple.com/us/app/lets-survive-survival-games/id1599740417?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:
      - Freeze Craft Items<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Free Boost<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Craft<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Build<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Upgrade<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- No Hunger<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- No Thirst


      Jailbreak required hack(s): 


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 80 replies
    • Let’s Survive v1.9.2 +8 [Subscription Bypassed]
      Modded/Hacked App: Let’s Survive - Survival games By TREASTONE LTD
      Bundle ID: lets.survive.apocalypse.survival
      iTunes Store Link: https://apps.apple.com/us/app/lets-survive-survival-games/id1599740417?uo=4


      Hack Features:
      - Freeze Craft Items


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 129 replies
    • Soul Weapon Idle v1.1.9 +2 Cheats
      Modded/Hacked App: Soul Weapon Idle By Highbrow
      Bundle ID: com.highbrow.games.swidle
      iTunes Store Link: https://apps.apple.com/us/app/soul-weapon-idle/id6463790728?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
        • Agree
        • Thanks
        • Like
      • 16 replies
    • Shadow Fight 2 + Shadow Fight 2 Special Edition Cheats v2.35.0 +2
      Modded/Hacked App: Shadow Fight 2 by MOBILNYE IGRY OOO
      Bundle ID: com.nekki.shadowfight
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-2/id696565994?uo=4&at=1010lce4


      Hack Features:
      - Custom Coin
      - Custom Gem


      iOS Hack Download Link: https://iosgods.com/topic/131640-arm64-shadow-fight-2-cheats-v261-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,412 replies
    • Unknown Knights: Pixel RPG Cheats v1.1.20 +2
      Modded/Hacked App: Unknown Knights: Pixel RPG By cookapps
      Bundle ID: com.cookapps.bm.unknownknight
      iTunes Store Link: https://apps.apple.com/us/app/unknown-knights-pixel-rpg/id6443811741?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/178281-unknown-knights-pixel-rpg-cheats-v1085-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 197 replies
    • Into The Dead 2 Cheats v1.70.1 +11
      Modded/Hacked App: Into the Dead 2 By Prodigy Design Limited T/A Sidhe Interactive
      Bundle ID: com.pikpok.dr2.iosstore
      iTunes Store Link: https://itunes.apple.com/us/app/into-the-dead-2/id1151220243?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Ammo
      - No Reload
      - One Shot Kill
      - Infinite Grenade
      - No Grenade Cooldown
      - Insane Explotion Radius after Throw Grenade
      - No Collision (God Mode)
      - Infinite Stamnia
      - ViP Services
      - Infinite Silver
      - Infinite Gold


      Hack Download Link: https://iosgods.com/topic/73337-arm64-into-the-dead-2-cheats-v1141-11/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,545 replies
    • Crown Rumble: Idle Kingdoms v1.5.8 +3 Cheats
      Modded/Hacked App: Crown Rumble: Idle Kingdoms By AlohaFactory
      Bundle ID: kr.co.alohacorp.idlekingdoms
      iTunes Store Link: https://apps.apple.com/us/app/crown-rumble-idle-kingdoms/id6470770555?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
      - Defense Multiplier
      - 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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 16 replies
    • Fortias Saga: Action Adventure v1.0.39 +5 Cheats
      Modded/Hacked App: Fortias Saga: Action Adventure By ONDI TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.ondi.fortias.saga
      iTunes Store Link: https://apps.apple.com/us/app/fortias-saga-action-adventure/id6475805032?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
      - Defense Multiplier
      - Shards & Items Multiplier*
      - Freeze Resources
      - No Ads
      *Turn Off When You Get Enough So It Don't Go Negative


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 95 replies
    • Astral Survivor v1.0.105 +2 Cheats
      Modded/Hacked App: Astral Survivor By Firedog Creative Company Limited
      Bundle ID: com.firedogstudio.astralsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/astral-survivor/id6475716603?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:
      - Never Die
      - Unlimited Gold


      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
        • Agree
        • Thanks
        • Like
      • 11 replies
    • Love Island: The Game v1.5.1 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Island: The Game By Fusebox Games
      Bundle ID: com.fuseboxgames.loveisland2
      iTunes Store Link: https://apps.apple.com/us/app/love-island-the-game/id1522699215
       

      Hack Features:
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.


      Jailbreak required hack(s): https://iosgods.com/topic/169224-love-island-the-game-all-versions-2-cheats-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 133 replies
    • Love Island: The Game v1.5.1 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Island: The Game By Fusebox Games
      Bundle ID: com.fuseboxgames.loveisland2
      iTunes Store Link: https://apps.apple.com/us/app/love-island-the-game/id1522699215
       

      Hack Features:
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 42 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