Jump to content

How to unlink features on Unity Games [REAL EXAMPLES]


160 posts in this topic

Recommended Posts

Updated (edited)

Ever hacked a game, but everything was linked to the enemy?
Well, in this topic you'll learn multiple ways to unlink it.

Before this tutorial, I suggest you to read through this topic by @shmoo:

https://iosgods.com/topic/65529-instance-variables-and-function-pointers/

NOTE: I assume you know how to hook functions, since this is necessarily for unlinking.

 

In the examples you'll see something called "getRealOffset", this is used to defeat the ASLR.

Put this code on top of your tweak.xm so you can make use of it:

uint64_t getRealOffset(uint64_t offset){
    return _dyld_get_image_vmaddr_slide(0) + offset;
}

 

Unlinking using functions

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

Unlinking using variables

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

Some notes:

- I know all of you use functions to mod, like get_health, get_damage etc, most likely there's also a variable for them which is easier to use in a Update() function if it exists.

- Some function take more "inputs" for example: get_health(int something, void somethingelse).. you need to include these in your hooks (add "void *instance" at the beginning then)

- I suggest you to copy all the codes into a editor & add the C++ syntax, this will make it more readable :)

 

 

That's it!
If you have any questions, feel free to ask me (mention me in the comments) & I'll try & help you! :D

 

Credits:

- @shmoo for his tutorial on function pointers & variables

- @Joey for writing this tutorial.

Updated by Ted2
Fixed a typo
  • Like 359
  • Winner 23
  • Thanks 33
  • Haha 12
  • Agree 16
  • Informative 20

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

    • Lamar - Idle Vlogger v237.0.3 +2 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Lamar - Idle Vlogger By CrazyLabs LTD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.advant.streamer

       

      🤩 Hack Features

      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gold -> Spend some.
      • 0 replies
    • Glory Ages - VIKINGS v0.1.054 +1++ Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Glory Ages - VIKINGS By VLADISLAV VASILEV
      Bundle ID: com.notriplea.gloryagesvikings
      App Store Link: https://apps.apple.com/us/app/glory-ages-vikings/id6754191922?uo=4

       


      🤩 Hack Features

      - Unlimited Everything -> Earn or spend some. This modifies everything. Currencies, boosters, health, damage, stamina.
        • Informative
        • Thanks
        • Winner
        • Like
      • 4 replies
    • Grimguard Tactics: Fantasy RPG v1.23.10 +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/
        • Agree
        • Winner
        • Like
      • 161 replies
    • Love Eden: Chapters of Romance v2.0.6 +10++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Love Eden: Chapters of Romance By NODERNO LIMITED
      Bundle ID: com.noderno.loveeden
      App Store Link: https://apps.apple.com/us/app/love-eden-chapters-of-romance/id6471411677?uo=4

       


      🤩 Hack Features

      - Debug Menu -> Head over to your profile and then tap on Settings.
        • Agree
        • Thanks
        • Like
      • 15 replies
    • Love Eden: Interactive Stories v2.0.6 +10++ Mods [ Debug Menu ]
      Mod APK Game Name: Love Eden: Interactive Stories By Noderno Limited
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.noderno.loveeden

       

      🤩 Hack Features

      - Debug Menu -> Head over to your profile and then tap on Settings. 
        • Thanks
        • Winner
        • Like
      • 7 replies
    • Disney Solitaire v1.14.3 +2++ Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Disney Solitaire By SuperPlay LTD
      Bundle ID: com.superplaystudios.disneysolitairedreams
      iTunes Store Link: https://apps.apple.com/us/app/disney-solitaire/id6475757306?uo=4

       
       

      🤩 Hack Features

      - Unlimited Everything -> Will increase instead of decrease.
      - Free In-App Purchases
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 70 replies
    • Disney Solitaire v1.14.3 +2 Mods [ Unlimited Everything ]
      Mod APK Game Name: Disney Solitaire by SuperPlay.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.superplaystudios.disneysolitairedreams

       

      🤩 Hack Features

      - Unlimited Everything -> Will increase instead of decrease.
      - Free In-App Purchases
        • Informative
        • Thanks
        • Winner
        • Like
      • 12 replies
    • Royal Kingdom v27171 +4 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Royal Kingdom v3987 +4 Cheats [ Unlimited Coins ] - 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
      • 201 replies
    • Royal Kingdom v27171 +4 Mods [ Coins + More ]
      Mod APK Game Name: Royal Kingdom By Dream Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.dreamgames.royalkingdom&hl=en_GB

       

      🤩 Hack Features

      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves
        • Informative
        • Thanks
        • Like
      • 11 replies
    • Archers Online: PvP v26.0219.5214 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Archers Online: PvP By BYRIL OOO
      Bundle ID: com.byril.stickmanarcher
      App Store Link: https://apps.apple.com/us/app/archers-online-pvp/id1295759006?uo=4

       
       

      🤩 Hack Features

      - Gold Multiplier
      - XP Multiplier
      - Unlimited Gems -> Head into the Archers Pass and skip a level.
      - Unlimited Chests
      - All Avatar Items Unlocked -> Will show as locked but can equip.
      -- Archers Premium Pass Enabled
      -- Vault Premium Pass Enabled
      -- No Forced Ads
        • Agree
        • Thanks
        • Winner
        • Like
      • 17 replies
    • Lamar - Idle Vlogger v237.0.3 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Lamar - Idle Vlogger By Advant Limited
      Bundle ID: com.advant.lamar
      iTunes Store Link: https://apps.apple.com/us/app/lamar-idle-vlogger/id1595314851
       

      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gold -> Spend some.


      Jailbreak required hack(s): [Mod Menu Hack] Lamar - Idle Vlogger v151.07.05 +2 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
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 136 replies
    • Lost Sword v1.5.2 +1 Jailed Cheat [ Auto Win ]
      Modded/Hacked App: Lost Sword By Wemade Connect Co., Ltd.
      Bundle ID: com.wemadeconnect.ios.lostdgl
      App Store Link: https://apps.apple.com/us/app/lost-sword/id6482099823?uo=4

       
       

      🤩 Hack Features

      - Auto Win
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 34 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