Jump to content

[Offset] This War Of Mine


Guest

1 post in this topic

Recommended Posts

I received a PM about there being an update to the game, and the person wondered whether I had updated the hack or not. Since I haven't made hacks for iOS in forever, I thought I'd post the offset and what I know about the game & possible hacks. Perhaps someone can update it & add more features :) 

 

Hack:

 

Offset: 0x1000FD664

Change it to: 01010051 (SUB    W1, W8, #0)

from

01050051 (SUB    W1, W8, #1)

This change might not be 100% stable might not be 100% stable.

 

__text:00000001000FD5E8 ; Attributes: bp-based frame
__text:00000001000FD5E8
__text:00000001000FD5E8 ; __int64 __fastcall KosovoInventoryElement::RemoveElement(KosovoInventoryElement *__hidden this, int)
__text:00000001000FD5E8 __ZN22KosovoInventoryElement13RemoveElementEi
__text:00000001000FD5E8                                         ; CODE XREF: KosovoInventoryContainer::Remove(int,int,bool)+11C↑p
__text:00000001000FD5E8                                         ; KosovoInventoryContainer::RemoveEntryWithHP(NameString const&,float)+124↑p ...
__text:00000001000FD5E8
__text:00000001000FD5E8 var_20          = -0x20
__text:00000001000FD5E8 var_10          = -0x10
__text:00000001000FD5E8 var_s0          =  0
__text:00000001000FD5E8
__text:00000001000FD5E8                 STP             X22, X21, [SP,#-0x10+var_20]!
__text:00000001000FD5EC                 STP             X20, X19, [SP,#0x20+var_10]
__text:00000001000FD5F0                 STP             X29, X30, [SP,#0x20+var_s0]
__text:00000001000FD5F4                 ADD             X29, SP, #0x20
__text:00000001000FD5F8                 MOV             X20, X1
__text:00000001000FD5FC                 MOV             X19, X0
__text:00000001000FD600                 ADRP            X8, #_gConsoleMode@PAGE
__text:00000001000FD604                 NOP
__text:00000001000FD608                 LDR             W8, [X8,#_gConsoleMode@PAGEOFF]
__text:00000001000FD60C                 CBZ             W8, loc_1000FD63C
__text:00000001000FD610                 TBNZ            W20, #0x1F, loc_1000FD620
__text:00000001000FD614                 LDR             W8, [X19,#0x20]
__text:00000001000FD618                 CMP             W8, W20
__text:00000001000FD61C                 B.GT            loc_1000FD63C
__text:00000001000FD620
__text:00000001000FD620 loc_1000FD620                           ; CODE XREF: KosovoInventoryElement::RemoveElement(int)+28↑j
__text:00000001000FD620                 ADRP            X0, #aIndex0IndexCur@PAGE ; "index>=0 && index<CurrentSize"
__text:00000001000FD624                 ADD             X0, X0, #aIndex0IndexCur@PAGEOFF ; "index>=0 && index<CurrentSize"
__text:00000001000FD628                 ADRP            X1, #aUsersAdministr_0@PAGE ; "/Users/Administrator/BuildStation/Kosov"...
__text:00000001000FD62C                 ADD             X1, X1, #aUsersAdministr_0@PAGEOFF ; "/Users/Administrator/BuildStation/Kosov"...
__text:00000001000FD630                 MOV             W2, #0x151 ; unsigned int
__text:00000001000FD634                 MOV             X3, #0  ; char *
__text:00000001000FD638                 BL              __Z14OnAssertFailedPKcS0_jS0_ ; OnAssertFailed(char const*,char const*,uint,char const*)
__text:00000001000FD63C
__text:00000001000FD63C loc_1000FD63C                           ; CODE XREF: KosovoInventoryElement::RemoveElement(int)+24↑j
__text:00000001000FD63C                                         ; KosovoInventoryElement::RemoveElement(int)+34↑j
__text:00000001000FD63C                 ADD             X21, X19, #0x30
__text:00000001000FD640                 ADD             W2, W20, #1
__text:00000001000FD644                 LDR             W8, [X19,#0x20]
__text:00000001000FD648                 MVN             W9, W20
__text:00000001000FD64C                 ADD             W3, W8, W9
__text:00000001000FD650                 LDR             X4, [X19,#0x28]
__text:00000001000FD654                 MOV             X0, X21
__text:00000001000FD658                 MOV             X1, X20
__text:00000001000FD65C                 BL              __ZN18DynarraySafeHelperI27KosovoInventoryElementEntryE9MoveElemsEiiiPS0_ ; DynarraySafeHelper<KosovoInventoryElementEntry>::MoveElems(int,int,int,KosovoInventoryElementEntry*)
__text:00000001000FD660                 LDR             W8, [X19,#0x20]
__text:00000001000FD664                 SUB             W1, W8, #1 // THIS IS THE LINE I CHANGED FOR MY HACK
__text:00000001000FD668                 STR             W1, [X19,#0x20]
__text:00000001000FD66C                 LDR             X3, [X19,#0x28]
__text:00000001000FD670                 MOV             W2, #1
__text:00000001000FD674                 MOV             X0, X21
__text:00000001000FD678                 LDP             X29, X30, [SP,#0x20+var_s0]
__text:00000001000FD67C                 LDP             X20, X19, [SP,#0x20+var_10]
__text:00000001000FD680                 LDP             X22, X21, [SP+0x20+var_20],#0x30
__text:00000001000FD684                 B               __ZN18DynarraySafeHelperI27KosovoInventoryElementEntryE10ResetElemsEiiPS0_ ; DynarraySafeHelper<KosovoInventoryElementEntry>::ResetElems(int,int,KosovoInventoryElementEntry*)

__text:00000001000FD664                 SUB             W1, W8, #1 // THIS IS THE LINE I CHANGED FOR MY HACK

Link to comment
https://iosgods.com/topic/67405-offset-this-war-of-mine/
Share on other sites

Archived

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

  • Our picks

    • Lucky Defense! Cheats v1.5.1 +2
      Modded/Hacked App: Lucky Defense! By Crater Co., Ltd.
      Bundle ID: com.percent.ios.luckydefense
      iTunes Store Link: https://apps.apple.com/us/app/lucky-defense/id6482291732?uo=4


      Hack Features:
      - Free Spawn
      - Unlimited Spawn
      - Free In-Game Upgrade


      iOS Hack Download Link: https://iosgods.com/topic/183406-lucky-defense-cheats-v121-3/
      • 203 replies
    • My Cafe — Restaurant game Cheats v2025020.5.684 +3
      Modded/Hacked App: My Cafe — Restaurant game by Melsoft
      Bundle ID: com.Melesta.MyCafe
      iTunes Store Link: https://apps.apple.com/us/app/my-cafe-restaurant-game/id1068204657?uo=4&at=1010lce4


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


      Hack Features:
      - Unlimited Gems
      - VIP Level 7 (probably visual)


      Notes:
      - To get unlimited gems, just get some gems from the customers.
      - If you purchase using gems from certain places like the VIP Store, it will cause you to restart the game
      - If you have "a lot" gems, you can turn off cheats to see if it works without the hax.
      - "a lot" means a lot of gems 

      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 iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      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:
      - @Zahir


      Cheat Video/Screenshots:
      • 642 replies
    • Penguin Isle Cheats v1.81.0 +1
      Modded/Hacked App: Penguin Isle By HABBY PTE. LTD.
      Bundle ID: com.fantome.penguinsisle
      iTunes Store Link: https://apps.apple.com/us/app/penguin-isle/id1474314811?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Freeze Currencies

       

      Non-Jailbroken Hack: https://iosgods.com/topic/148314-penguin-isle-v1800-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/148312-penguin-isle-cheats-v1810-1/
      • 51 replies
    • Dice Dreams Cheats v1.88.1 +2
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Custom Rolls
      - Unlimited Coins - afford regardless of if you have enough


      iOS Hack Download Link: https://iosgods.com/topic/138011-dice-dreams%E2%84%A2-v1692-2-cheats/
      • 616 replies
    • Jetpack Joyride Cheats v1.97.2 +8
      Modded/Hacked App: Jetpack Joyride By Halfbrick
      Bundle ID: com.halfbrick.jetpack
      iTunes Store Link: https://apps.apple.com/us/app/jetpack-joyride/id457446957?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Infinite Coins
      - High Score
      - God Mode
      - Free Shopping
      - Coin Magnet Enabled
      - Increased Magnet Range
      - All Items Owned
      - All Gadgets Unlocked

       

      Non-Jailbroken Hack: https://iosgods.com/topic/119791-jetpack-joyride-v1971-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/119788-jetpack-joyride-cheats-v1972-8/
      • 491 replies
    • [Grandchase KR] 그랜드체이스 Cheats v1.88.2 +3
      Modded/Hacked App: 그랜드체이스 By KOG co., Ltd
      Bundle ID: com.kakaogames.grdchase
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B7%B8%EB%9E%9C%EB%93%9C%EC%B2%B4%EC%9D%B4%EC%8A%A4/id1312734855?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Multiply Attack
      - Multiply Defense
      - Instant Skills

       

      Non-Jailbroken Hack: https://iosgods.com/topic/106254-grandchase-kr-%EA%B7%B8%EB%9E%9C%EB%93%9C%EC%B2%B4%EC%9D%B4%EC%8A%A4-v1872-weak-enemies-more/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/132809-grandchase-kr-%EA%B7%B8%EB%9E%9C%EB%93%9C%EC%B2%B4%EC%9D%B4%EC%8A%A4-cheats-v1882-3/
      • 141 replies
    • AdVenture Capitalist Cheats v9.6.1 +1
      Modded/Hacked App: AdVenture Capitalist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecapitalist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-capitalist/id927006017?uo=4


      Hack Features:
      - Freeze Currencies

       
      Free Non-Jailbroken Hack:  https://iosgods.com/topic/82751-adventure-capitalist-v940-jailed-cheats-1/


      Hack Download Link: https://iosgods.com/topic/78370-adventure-capitalist-cheats-v940-1/
      • 1,178 replies
    • Fieldrunners 2 v1.9.180445 Jailed Cheats +3
      Modded/Hacked App: Fieldrunners 2 By Subatomic Studios, LLC
      Bundle ID: fieldrunners2.iphone
      iTunes Store Link: https://apps.apple.com/us/app/fieldrunners-2/id527358348?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

      - God Mode
      - Infinite Money for you to spend on Tower / Upgrade / Sell (Spend some / Get some)
      - Infinite Cash (Spend some)

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/68156-fieldrunners-2-v19180445-jailed-cheats-3/
      • 493 replies
    • MARVEL Contest of Champions v49.1.0 +11++ Amazing Cheats!
      Modded/Hacked App: MARVEL Contest of Champions By Kabam
      Bundle ID: com.kabam.marvelbattle
      iTunes Link: https://itunes.apple.com/us/app/marvel-contest-of-champions/id896112560?mt=8&uo=4&at=1010lce4


      Hack Features
      - Enemy/AI Doesn't Attack
      - Special Attack/Skill Always Available
      - No Knockbacks When Hit
      - No Knockdowns When Hit
      - Enemy Doesn't Block
      - Auto Win - Whoever Attacks first, loses. Disable AI Doesn't Attack for this to work.
      - One Hit Kill / High Damage - Linked. Attack first or use with Enemy Doesn't Attack.

      Non-Jailbroken version of this hack: https://iosgods.com/topic/44075-marvel-contest-of-champions-v1311-2-cheats-for-jailed-devices/
      • 3,472 replies
    • Coop TD v1.2.1 +3 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: Coop TD By Supermagic Inc.
      Bundle ID: com.supermagic.ios.cooptd
      iTunes Store Link: https://apps.apple.com/us/app/coop-td/id6503702666?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Unlimited In-Game Gold
      - Unlimited In-Game Main Stones
      • 6 replies
    • Coop TD v1.2.1 +3 Cheats [ Damage + More ]
      Modded/Hacked App: Coop TD By Supermagic Inc.
      Bundle ID: com.supermagic.ios.cooptd
      iTunes Store Link: https://apps.apple.com/us/app/coop-td/id6503702666?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Unlimited In-Game Gold
      - Unlimited In-Game Main Stones
      • 9 replies
    • AdventureQuest 3D MMORPG v1.139.1 +2 Jailed Cheats
      Modded/Hacked App: AdventureQuest 3D MMORPG By Artix Entertainment LLC
      Bundle ID: com.battleon.aq3d
      iTunes Store Link: https://apps.apple.com/us/app/adventurequest-3d-mmorpg/id968076300?uo=4

       

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





      Hack Features:
      - Increase MoveSpeed
      - Unlimited Jump


      Jailbreak required hack(s): 


      iOS Hack Download Link:

      Hidden Content
      React or reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.








      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.
      STEP 3: Download Sideloadly and install it.
      STEP 4: Open/Run Sideloadly on your computer then 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 & then your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly 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 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 per app 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 also use Sideloadly to install the IPA with AppSync. Filza & IPA Installer (or alternatives) from Cydia also work. If you have any questions or problems, read our Sideloadly FAQ section of the 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:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
      • 57 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