Jump to content

10 posts in this topic

Recommended Posts

Posted

Name of the game you want hacked:Iron Blade: Medieval RPG 
Version of the game: 2.3.0
iTunes Link for the app: 
Jailbroken or Non-Jailbroken: Jailbroken 

Requested Features: Enemy dont Attack
 

Posted (edited)

@TheFreakzz FYI: This app has anti-debugging enabled, making it more difficult to hack. It is also not an il2cpp or unity game so finding methods that are exploitable could be near impossible. Also cannot "uncar" Assets.car to search for potential exploits

IDA might help disable the anti-debugger but methods likely cannot be deciphered in bulk if they are obfuscated.

Update: This game uses syscall and sysctl to prevent debugging

Updated by xrayactual
Posted (edited)
13 minutes ago, TheFreakzz said:

@xrayactualDon't understand much about it, but is there a small hope of hacking the game, or impossible?

I don't know yet, I don't have enough information as I'm waiting for my mac to finish transferring the decrypted files to my windows computer so I can try to disable the debugger.

Hackers FYI: within IronBladeSlice.app/Payload/app_package/behaviors/ is a file labeled "AIEnemy.dat", that's probably what dictates AI behavior, i.e. ignore player, but I don't know for certain

Updated by xrayactual
Posted (edited)
20 hours ago, TheFreakzz said:

@xrayactualI understand. That would be really great if it works. Enemy dont Attack would do just fine as a hack. But thanks for trying that.

I don't have any experience in manipulating dat files so that may be in Zahir's realm.
I'm still scanning for iterations of _syscall and _sysctl within the assembly, if I can recompile it without issue we may have a starting point...

Additional findings: Iron Blade Medieval runs memory checks, and premium currency is held within 5 memory addresses

Update:

Its littered with antidebugging 🤣 98 total calls, will update when I make more progress

_sysctl:

Spoiler
Address	Function	Instruction
__text:000000010009912C	sub_1000990CC	                BL              _sysctl
__text:00000001000B48AC	+[ISHelpers platformString]	                BL              _sysctlbyname
__text:00000001000B48D0	+[ISHelpers platformString]	                BL              _sysctlbyname
__text:00000001000B4978	+[ISHelpers getMACAddress]	                BL              _sysctl
__text:00000001000B49A8	+[ISHelpers getMACAddress]	                BL              _sysctl
__text:00000001000B4A24	+[ISHelpers getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:00000001000B4A3C	+[ISHelpers getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:00000001000BC73C	+[ISUtils getMACAddress]	                BL              _sysctl
__text:00000001000BC76C	+[ISUtils getMACAddress]	                BL              _sysctl
__text:00000001000BC7E8	+[ISUtils getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:00000001000BC800	+[ISUtils getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:00000001000BC974	+[ISUtils platformString]	                BL              _sysctlbyname
__text:00000001000BC998	+[ISUtils platformString]	                BL              _sysctlbyname
__text:000000010013D0CC	+[SSAHelperMethods getMACAddress]	                BL              _sysctl
__text:000000010013D0FC	+[SSAHelperMethods getMACAddress]	                BL              _sysctl
__text:000000010013D178	+[SSAHelperMethods getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:000000010013D190	+[SSAHelperMethods getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:000000010013D314	+[SSAHelperMethods platformString]	                BL              _sysctlbyname
__text:000000010013D338	+[SSAHelperMethods platformString]	                BL              _sysctlbyname
__text:00000001002B1390	-[APMAdExposureReporter currentTime]	                BL              _sysctl
__text:00000001002D1BD4	-[APMMeasurement updateSchedule]	                BL              _sysctl
__text:00000001002D3C84	-[APMMeasurement networkUploadCompletionHandlerWithResponse:error:]	                BL              _sysctl
__text:00000001002DDAC8	-[APMMeasurement networkRemoteConfigFetchCompletionHandler:data:error:]	                BL              _sysctl
__text:00000001002DDCC4	-[APMMeasurement networkRemoteConfigFetchCompletionHandler:data:error:]	                BL              _sysctl
__text:00000001002EAF90	-[APMSessionReporter currentUptime]	                BL              _sysctl
__text:000000010046FF18	_GADTimeIntervalSinceBoot	                BL              _sysctl
__text:000000010046FF30	_GADTimeIntervalSinceBoot	                ADRL            X1, cfstr_SysctlErrorS ; "sysctl error: %s"
__text:00000001004DADEC	+[FBSDKAppEventsDeviceInfo _readSysCtlUInt:type:]	                BL              _sysctl
__text:0000000100EA7494	sub_100EA7434	                BL              _sysctl
__text:0000000100EF8E98	sub_100EF8D18	                BL              _sysctlbyname
__text:0000000100EF8EC8	sub_100EF8D18	                BL              _sysctlbyname
__text:0000000100F30EB8	sub_100F30E84	                BL              _sysctlbyname
__text:0000000100F30EDC	sub_100F30E84	                BL              _sysctlbyname
__text:0000000100FCCBC8	-[FreemiumIGP openRedirectLinkWithType:languageIndex:andGameVersion:ctgSource:]	                BL              _sysctlbyname
__text:0000000100FCCBEC	-[FreemiumIGP openRedirectLinkWithType:languageIndex:andGameVersion:ctgSource:]	                BL              _sysctlbyname
__text:0000000100FCDB38	-[FreemiumIGP getFreemiumIGPLink]	                BL              _sysctlbyname
__text:0000000100FCDB5C	-[FreemiumIGP getFreemiumIGPLink]	                BL              _sysctlbyname
__text:0000000100FCED84	-[SendInfo sendGameInfo::::::]	                BL              _sysctlbyname
__text:0000000100FCEDA8	-[SendInfo sendGameInfo::::::]	                BL              _sysctlbyname
__text:000000010103A5C4	sub_10103A540	                BL              _sysctl
__text:000000010103A60C	sub_10103A540	                BL              _sysctl
__text:00000001012B78B4	__ZNK6glitch11COSOperator20getProcessorSpeedMHzEPj	                BL              _sysctlbyname
__text:000000010170F150	__ZN3glf17getWifiMacAddressEPci	                BL              _sysctl
__text:000000010170F17C	__ZN3glf17getWifiMacAddressEPci	                BL              _sysctl
__text:000000010170F3C4	_main	                BL              _sysctl
__text:0000000101718808	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:000000010171884C	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:0000000101718890	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:000000010172FF60	-[AppDelegate createMainWindow]	                BL              _sysctlbyname
__text:000000010172FF84	-[AppDelegate createMainWindow]	                BL              _sysctlbyname
__text:0000000101981538	sub_1019814E8	                BL              _sysctl
__text:0000000101981588	sub_1019814E8	                BL              _sysctl
__text:00000001019B3840	+[FBAdPerformanceMetrics coreCount]	                BL              _sysctl
__text:00000001019B3978	+[FBAdPerformanceMetrics freeMemoryBytes]	                BL              _sysctl
__text:00000001019B3A10	+[FBAdPerformanceMetrics totalMemoryBytes]	                BL              _sysctl
__text:00000001019E66E4	+[FBAdUtility isDebuggerAttached]	                BL              _sysctl
__text:0000000101A90B50	sub_101A8E168	                BL              _sysctl
__text:0000000101A930D4	sub_101A92E80	                BL              _sysctl
__stubs:0000000101ADDB70	_sysctl	; [0000000C BYTES: COLLAPSED FUNCTION _sysctl. PRESS CTRL-NUMPAD+ TO EXPAND]
__stubs:0000000101ADDB7C	_sysctlbyname	; [0000000C BYTES: COLLAPSED FUNCTION _sysctlbyname. PRESS CTRL-NUMPAD+ TO EXPAND]
__cstring:0000000101C5B3DF		                                        ; DATA XREF: __cfstring:cfstr_SysctlMgmtinfoo
__cstring:0000000101C5B415		                                        ; DATA XREF: __cfstring:cfstr_SysctlMsgbuffeo
__cstring:0000000101CBE27D		                                        ; DATA XREF: __cfstring:cfstr_SysctlErrorSo
__la_symbol_ptr:0000000101E8F440		_sysctl_ptr     DCQ __imp__sysctl       ; DATA XREF: _sysctlo
__la_symbol_ptr:0000000101E8F448		_sysctlbyname_ptr DCQ __imp__sysctlbyname
__cfstring:0000000101F905F0		cfstr_SysctlMgmtinfo __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlMgmtinfo,\
__cfstring:0000000101F90630		cfstr_SysctlMsgbuffe __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlMsgbuffe,\
__cfstring:0000000101FCE650		cfstr_SysctlErrorS __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlErrorS, \
UNDEF:00000001022BB6F8		; int __cdecl _sysctl(int *, u_int, void *, size_t *, void *, size_t)
UNDEF:00000001022BB700		; int __cdecl _sysctlbyname(const char *, void *, size_t *, void *, size_t)

_syscall: 

Spoiler
Address	Function	Instruction
__text:0000000100B7213C	sub_100B72050	                BL              _syscall
__text:0000000100B72248	sub_100B72050	                BL              _syscall
__text:0000000100B72354	sub_100B72050	                BL              _syscall
__text:0000000100B72460	sub_100B72050	                BL              _syscall
__text:0000000100B7256C	sub_100B72050	                BL              _syscall
__text:0000000100B72678	sub_100B72050	                BL              _syscall
__text:0000000100B72698	sub_100B72050	                BL              _syscall
__text:0000000100DADD54	sub_100DAC444	                ADRL            X9, aSslErrorSyscal ; "SSL_ERROR_SYSCALL"
__text:0000000100DB0164	sub_100DAFF5C	                ADRL            X1, aSslErrorSyscal ; "SSL_ERROR_SYSCALL"
__text:0000000100FCF8AC	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8C4	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8E0	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8F8	sub_100FCF888	                BL              _syscall
__text:0000000100FCF914	sub_100FCF888	                BL              _syscall
__text:0000000100FCF92C	sub_100FCF888	                BL              _syscall
__text:0000000100FCF938	sub_100FCF888	                BL              _syscall
__text:0000000100FD9FEC	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA004	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA020	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA038	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA054	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA06C	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA078	sub_100FD9FA0	                BL              _syscall
__stubs:0000000101ADDB64	_syscall	; [0000000C BYTES: COLLAPSED FUNCTION _syscall. PRESS CTRL-NUMPAD+ TO EXPAND]
__cstring:0000000101D0BF39		aSslErrorSyscal DCB "SSL_ERROR_SYSCALL",0
__la_symbol_ptr:0000000101E8F438		_syscall_ptr    DCQ __imp__syscall      ; DATA XREF: _syscallo
__const:0000000101F156C8		                DCQ aSslErrorSyscal     ; "SSL_ERROR_SYSCALL"
UNDEF:00000001022BB6F0		; int _syscall(int, ...)
Updated by xrayactual
Posted
On 3/5/2022 at 4:46 AM, TheFreakzz said:

@xrayactualso the game is impossible to hack, right?

As far as I can tell, yes. Trying a few other tricks but at this time patching the anti-debuggers is not possible

Posted

I understand. Unfortunately I could no longer reach Zahir in the chat box. But if you know something new, please let me know👍

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

    • Hunters Origin v1.2.2 +8 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hunters Origin By BoomBit, Inc.
      Bundle ID: com.hunters.legacy
      iTunes Store Link: https://apps.apple.com/pl/app/hunters-origin/id6473918865

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Skip Tutorial

      VIP
      - Gold Modifier
      - Diamonds Modifier
      - Seasonal Points Modifier
      - Speed Multiplier
      - XP Multiplier
      - VIP Enabled
      - Premium Pass Enabled
      - No Clip
      - Cheat Mode

      You risk your account being banned using this cheat. Play it safe and you should be okay.
      If you expose yourself using cheats then that's on you.
      • 42 replies
    • Hunters Origin v1.2.2 +8 Cheats [ Damage & Defence ]
      Modded/Hacked App: Hunters Origin By BoomBit, Inc.
      Bundle ID: com.hunters.legacy
      iTunes Store Link: https://apps.apple.com/pl/app/hunters-origin/id6473918865

       


      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Skip Tutorial

      VIP
      - Gold Modifier
      - Diamonds Modifier
      - Seasonal Points Modifier
      - Speed Multiplier
      - XP Multiplier
      - VIP Enabled
      - Premium Pass Enabled
      - No Clip
      - Cheat Mode

      You risk your account being banned using this cheat. Play it safe and you should be okay.
      If you expose yourself using cheats then that's on you.
      • 21 replies
    • Grimguard Tactics: Fantasy RPG v1.19.2 +3 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Jailbreak required hack(s): [Mod Menu Hack] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Cheats [ Auto Win ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 143 replies
    • Grimguard Tactics: Fantasy RPG v1.19.2 +3 Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Jailed Cheats [ Auto Win ] - ViP Non-Jailbroken Hacks & Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 121 replies
    • Hungry Hearts Ramen v1.0.1 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Hearts Ramen By GAGEX Co.,Ltd.
      Bundle ID: jp.co.gagex.betelgeuse
      App Store Link: https://apps.apple.com/us/app/hungry-hearts-ramen/id6742872242?uo=4

       
       

      🤩 Hack Features

      - Unlimited Coins -> Spend some.
      - Unlimited Hearts -> Spend some.
      • 0 replies
    • Hungry Hearts Ramen v1.0.1 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Hearts Ramen By GAGEX Co.,Ltd.
      Bundle ID: jp.co.gagex.betelgeuse
      App Store Link: https://apps.apple.com/us/app/hungry-hearts-ramen/id6742872242?uo=4

       
       

      🤩 Hack Features

      - Unlimited Coins -> Spend some.
      - Unlimited Hearts -> Spend some.
      • 0 replies
    • Dawn of Ages: Medieval Games v2.4.3 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
      • 89 replies
    • Merge Studio: Fashion Makeover v4.0.3 +50++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Jailbreak required hack(s): [Mod Menu Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Cheats [ Debug Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 89 replies
    • Merge Studio: Fashion Makeover v4.0.3 +50++ Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Jailed Cheats [ Debug Menu ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 71 replies
    • RuPaul's Drag Race Superstar v1.18.5 +1++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: RuPaul's Drag Race Superstar By Eastside Games
      Bundle ID: com.eastsidegames.dragrace
      iTunes Store Link: https://apps.apple.com/us/app/rupauls-drag-race-superstar/id1553517801


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] RuPaul's Drag Race Superstar ( All Versions ) +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 270 replies
    • RuPaul's Drag Race Superstar v1.18.5 +1++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: RuPaul's Drag Race Superstar By Eastside Games
      Bundle ID: com.eastsidegames.dragrace
      iTunes Store Link: https://apps.apple.com/us/app/rupauls-drag-race-superstar/id1553517801

       
      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease. This feature will auto update itself once a new version of the app is released!


      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/
      • 59 replies
    • West Game II v1.2.3 +2 Cheats
      Modded/Hacked App: West Game II By LEXIANGCO.,LIMITED
      Bundle ID: leyi.westgamepro
      App Store Link: https://apps.apple.com/us/app/west-game-ii/id6751625353?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

      - Damage Multiplier
      - Defense Multiplier 

       

      ⬇️ 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
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 19 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