Jump to content

Please help me , How to hook this or patch this game?


4 posts in this topic

Recommended Posts

I tried patch this game binary file with IDA and HexEditor, but it's looks like a property, I found this class have getter/setter methods. I'm a noob, i don't know how to Hex-Patch a 'double' type or make a THEOS hack.

also I tried use class-dump the game, but how can I hook this method/property with THEOS? thanks😁

I installed my hack on my iPhone but it's not work😑

IDA:

il2cpp:000000010216C684 ; =============== S U B R O U T I N E =======================================
il2cpp:000000010216C684
il2cpp:000000010216C684 ; Attributes:
il2cpp:000000010216C684
il2cpp:000000010216C684 HeroConfig$$get_attack                  ; CODE XREF: ChapterPassAttributeNode$$reloadHeroData+170↑p
il2cpp:000000010216C684                                         ; ChapterPassAttributeNode$$reloadChapterData+170↑p ...
il2cpp:000000010216C684                 LDR             D0, [X0,#0x28]
il2cpp:000000010216C688                 RET
il2cpp:000000010216C688 ; End of function HeroConfig$$get_attack
il2cpp:000000010216C688
il2cpp:000000010216C68C
il2cpp:000000010216C68C ; =============== S U B R O U T I N E =======================================
il2cpp:000000010216C68C
il2cpp:000000010216C68C ; Attributes:
il2cpp:000000010216C68C
il2cpp:000000010216C68C HeroConfig$$set_attack                  ; DATA XREF: __const:0000000103AAE778↓o
il2cpp:000000010216C68C                 STR             D0, [X0,#0x28]
il2cpp:000000010216C690                 RET
il2cpp:000000010216C690 ; End of function HeroConfig$$set_attack

 

ill2cppdumper (dump.cs):

// Namespace:
public class HeroConfig : NSConfigObject // TypeDefIndex: 7645
{
// Fields
private double <attack>k__BackingField; // 0x28
// Properties
public double attack { get; set; }
// Methods
[CompilerGeneratedAttribute] // RVA: 0x145190 Offset: 0x145190 VA: 0x100145190
// RVA: 0x216C684 Offset: 0x216C684 VA: 0x10216C684
public double get_attack() { }
[CompilerGeneratedAttribute] // RVA: 0x1451A0 Offset: 0x1451A0 VA: 0x1001451A0
// RVA: 0x216C68C Offset: 0x216C68C VA: 0x10216C68C
private void set_attack(double value) { }
}

 

My THEOS Hack(can make it and install but not effect on my iPhone):

%hook HeroConfig
- (double)get_attack{
return 999999999;
}
%end

 

Updated by qq26565761
Link to comment
Share on other sites

On 3/2/2020 at 1:20 PM, qq26565761 said:

I tried patch this game binary file with IDA and HexEditor, but it's looks like a property, I found this class have getter/setter methods. I'm a noob, i don't know how to Hex-Patch a 'double' type or make a THEOS hack.

also I tried use class-dump the game, but how can I hook this method/property with THEOS? thanks😁

I installed my hack on my iPhone but it's not work😑

IDA:


il2cpp:000000010216C684 ; =============== S U B R O U T I N E =======================================
il2cpp:000000010216C684
il2cpp:000000010216C684 ; Attributes:
il2cpp:000000010216C684
il2cpp:000000010216C684 HeroConfig$$get_attack                  ; CODE XREF: ChapterPassAttributeNode$$reloadHeroData+170↑p
il2cpp:000000010216C684                                         ; ChapterPassAttributeNode$$reloadChapterData+170↑p ...
il2cpp:000000010216C684                 LDR             D0, [X0,#0x28]
il2cpp:000000010216C688                 RET
il2cpp:000000010216C688 ; End of function HeroConfig$$get_attack
il2cpp:000000010216C688
il2cpp:000000010216C68C
il2cpp:000000010216C68C ; =============== S U B R O U T I N E =======================================
il2cpp:000000010216C68C
il2cpp:000000010216C68C ; Attributes:
il2cpp:000000010216C68C
il2cpp:000000010216C68C HeroConfig$$set_attack                  ; DATA XREF: __const:0000000103AAE778↓o
il2cpp:000000010216C68C                 STR             D0, [X0,#0x28]
il2cpp:000000010216C690                 RET
il2cpp:000000010216C690 ; End of function HeroConfig$$set_attack

 

ill2cppdumper (dump.cs):


// Namespace:
public class HeroConfig : NSConfigObject // TypeDefIndex: 7645
{
// Fields
private double <attack>k__BackingField; // 0x28
// Properties
public double attack { get; set; }
// Methods
[CompilerGeneratedAttribute] // RVA: 0x145190 Offset: 0x145190 VA: 0x100145190
// RVA: 0x216C684 Offset: 0x216C684 VA: 0x10216C684
public double get_attack() { }
[CompilerGeneratedAttribute] // RVA: 0x1451A0 Offset: 0x1451A0 VA: 0x1001451A0
// RVA: 0x216C68C Offset: 0x216C68C VA: 0x10216C68C
private void set_attack(double value) { }
}

 

My THEOS Hack(can make it and install but not effect on my iPhone):


%hook HeroConfig
- (double)get_attack{
return 999999999;
}
%end

 

You could Just use Live offset patcher Which will Make changes why you are using the game      My best way is to llc2ppdump the Unity app and Download dnspy and and drag all the dummydll files into ut and serch for what you want and grab the offset and Use the hex codes 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • [Free] Asphalt 8: Airborne Hack v7.8.0 +4 Cheats
      Modded/Hacked App: Asphalt 8: Airborne by Gameloft
      Bundle ID: com.gameloft.asphalt8
      iTunes Store Link: https://apps.apple.com/us/app/asphalt-8-airborne/id610391947


      Hack Features:
      - Unlimited Nitro Use / Nitro Doesn't Decrease
      - No Car Crash / No Wrecks
      - Anti-Ban -> Does not mean you can abuse the hack.
      - No Rank Required to do Mastery Missions

      This hack only works on x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later. This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app.

      ViP version of this hack with more features: https://iosgods.com/topic/39095-vip-asphalt-8-airborne-v321-13-cheats/
      Non-Jailbroken version of this hack: https://iosgods.com/topic/38140-hack-asphalt-8-airborne-v310-4-cheats-for-jailed-idevices-ios-10/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 8,808 replies
    • [Hack] Asphalt 8: Airborne v7.8.0 +3 Cheats for Jailed iDevices! [ iOS 18 ]
      Modded/Hacked App: Asphalt 8: Airborne By Gameloft
      Bundle ID: com.gameloft.asphalt8
      iTunes Link: https://itunes.apple.com/us/app/asphalt-8-airborne/id610391947

      Hack Features:
      - Unlimited Nitro Use. Use Unlimited Nitro!
      - No Car Crash/Wreck
      - All Cars Unlocked
      - Unlimited Coins -> Coins will still decrease and go negative after buying and turning the hack off. Caused issues after uninstalling the hack. Removed.
      - Free Store - Buy any item for free which cost coins Patched. Removed.
      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.

      Jailbroken version of this hack: https://iosgods.com/topic/23005-free-asphalt-8-airborne-hack-v321-4-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 682 replies
    • [ViP] Asphalt 8: Airborne v7.8.0 +13 Cheats!
      Modded/Hacked App: Asphalt 8: Airborne By Gameloft
      Bundle ID: com.gameloft.asphalt8
      iTunes Link: https://itunes.apple.com/us/app/asphalt-8-airborne/id610391947


      Hack Features:
      - Unlimited Nitro Use / Nitro Doesn't Decrease
      - 0 Coin Cost to buy Decals
      - All Seasons Unlocked
      - Tag Season Unlocked
      - Coins Hack (Enter your own amount in settings)
      - 0 Cost to Apply ProKits
      - Free Store (only works with coins. Blue tokens cost is server sided)
      - Mastery Unlocked at any Level (choose the amount of stars you want in settings to unlock early)
      - Anti-Ban -> Does not mean you can abuse the hack.
      - No Rank Required to do Mastery Missions
      - All Cars Unlocked
      - No Speed Limit
      - No Car Crash
       
      Free Version of this hack: https://iosgods.com/topic/23005-updated-asphalt-8-airborne-hack-v260-13-cheats/
      ViP No-Jailbreak Version of this Hack: https://iosgods.com/forum/78-vip-non-jailbroken-hacks-cheats/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,120 replies
    • Amikin Survival: Anime RPG v0.4.0 +3 Jailed Cheats [ Durability / Split / Level ]
      Modded/Hacked App: Amikin Survival: Anime RPG By HELIO LTD
      Bundle ID: com.heliogames.amikin.survival
      iTunes Store Link: https://apps.apple.com/us/app/amikin-survival-anime-rpg/id6478102304?uo=4


      Hack Features:
      - Unlimited Weapon Durability
      - Split Hack
      - Max Level -> Earn some XP.


      Jailbreak required hack(s): [Mod Menu Hack] Amikin Survival: Anime RPG v0.2.3 +6 Cheats [ God Mode ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 149 replies
    • Amikin Survival: Anime RPG v0.4.0 +6 Cheats [ God Mode  ]
      Modded/Hacked App: Amikin Survival: Anime RPG By HELIO LTD
      Bundle ID: com.heliogames.amikin.survival
      iTunes Store Link: https://apps.apple.com/us/app/amikin-survival-anime-rpg/id6478102304?uo=4


      Hack Features:
      - God Mode
      - Pet God Mode
      - Unlimited Weapon Durability
      - Split Hack
      - Speed Multiplier
      - Max Level -> Earn some XP.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Amikin Survival: Anime RPG v0.2.3 +3 Jailed Cheats [ Durability / Split / Level ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 52 replies
    • Idle Ghost Girl: AFK RPG v1.02.012 +2 Jailed Cheats [ God & O-HK ]
      Modded/Hacked App: Idle Ghost Girl: AFK RPG By Ndolphin Connect
      Bundle ID: com.nadadigital.idleghostgirl
      iTunes Store Link: https://apps.apple.com/us/app/idle-ghost-girl-afk-rpg/id6446347964?uo=4


      Hack Features:
      - God Mode
      - One-Hit Kill


      Jailbreak required hack(s): [Mod Menu Hack] Idle Ghost Girl: AFK RPG v1.02.008 +2 Cheats [ Damage & Defence ] - 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/
        • Informative
        • Agree
        • Winner
        • Like
      • 19 replies
    • Grow Shooter : Survivor RPG v1.0.23 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Grow Shooter : Survivor RPG By DongSik Moon
      Bundle ID: com.eastmoon.growshooterlive
      iTunes Store Link: https://apps.apple.com/us/app/grow-shooter-survivor-rpg/id6480362458?uo=4


      Hack Features:
      - Unlimited Coins -> Will not decrease.
      - Unlimited Rubies -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Grow Shooter : Survivor RPG v1.0.10 +4 Cheats [ Damage ] - 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/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 32 replies
    • Grow Shooter : Survivor RPG v1.0.23 +4 Cheats [ Damage ]
      Modded/Hacked App: Grow Shooter : Survivor RPG By DongSik Moon
      Bundle ID: com.eastmoon.growshooterlive
      iTunes Store Link: https://apps.apple.com/us/app/grow-shooter-survivor-rpg/id6480362458?uo=4


      Hack Features:
      - Damage Multiplier
      - Move Speed Multiplier
      - Unlimited Coins -> Will not decrease.
      - Unlimited Rubies -> Will not decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Grow Shooter : Survivor RPG v1.0.10 +2 Jailed Cheats [ Unlimited Currencies ] - 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/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 48 replies
    • Idle Outpost: Business Game v0.14.83 +1++ Jailed Cheat [ Free Shopping ]
      Modded/Hacked App: Idle Outpost: Business Game By AppQuantum Publishing Ltd
      Bundle ID: com.rockbite.zombieoutpost
      iTunes Store Link: https://apps.apple.com/us/app/idle-outpost-business-game/id6463128982?uo=4


      Hack Features:
      - Free Shopping -> Currencies will go negative.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Outpost: Business Game v0.14.53 +1++ Cheat [ Free Shopping ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 25 replies
    • Idle Outpost: Business Game v0.14.83 +1++ Cheat [ Free Shopping ]
      Modded/Hacked App: Idle Outpost: Business Game By AppQuantum Publishing Ltd
      Bundle ID: com.rockbite.zombieoutpost
      iTunes Store Link: https://apps.apple.com/us/app/idle-outpost-business-game/id6463128982?uo=4


      Hack Features:
      - Free Shopping -> Currencies will go negative.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Outpost: Business Game v0.14.53 +1++ Jailed Cheat [ Free Shopping ] - 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/
        • Informative
        • Agree
        • Haha
        • Like
      • 29 replies
    • Idle Ghost Girl: AFK RPG v1.02.012 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Idle Ghost Girl: AFK RPG By Ndolphin Connect
      Bundle ID: com.nadadigital.idleghostgirl
      iTunes Store Link: https://apps.apple.com/us/app/idle-ghost-girl-afk-rpg/id6446347964?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Ghost Girl: AFK RPG v1.02.008 +2 Jailed Cheats [ God & O-HK ] - 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/
        • Haha
        • Thanks
        • Like
      • 17 replies
    • Merge Clash: Tower Defense v12.4 +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Merge Clash: Tower Defense By Block Puzzle Games Inc.
      Bundle ID: merge.clash
      iTunes Store Link: https://apps.apple.com/us/app/merge-clash-tower-defense/id1506854108?uo=4


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Event Tickets -> Earn or spend some.
      - Battle Pass Purchased


      Jailbreak required hack(s): [Mod Menu Hack] Merge Clash: Tower Defense v12.3 +4 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/
        • Informative
        • Haha
        • Winner
        • Like
      • 8 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