Jump to content

[Beginner Friendly] Guide to Easily Hacking Your First Unity Game


110 posts in this topic

Recommended Posts

Updated (edited)

There's a lot of tutorials on here but some are more difficult to understand than others so I'm gonna make this as beginner friendly as possible. I won't be teaching you how to install theos, how to create a project in theos, compiling, cracking the game, etc. There's plenty of tutorials here to teach you that but if you click on the name's in "what's needed" you'll be linked to the tutorials.

 

What's needed:
Theos
OpenSSH
iOSGods Live Offset Patcher
IDA Pro
il2cppdumper
iGDecrypt
Ted2's mod menu template
Filza
CyberDuck or WinSCP 

 

Game we'll be hacking:
Sugar Blast!

 

Hexes:

High float and public int values: 0090261EC0035FD6 and 00F0271EC0035FD6

Bool TRUE: 20008052C0035FD6

Bool FALSE: 00008052C0035FD6

Low values: 20008052C0035FD6 and 00D0251EC0035FD6

All other values can be found by using the Arm to Hex converter and entering the following:

fmov s0, #5
fmul s0, s0, s0
fmul s0, s0, s0
ret

The ARM64 HEX box at the bottom right will have the offsets needed. Change "#5" to a higher or lower value depending on what you're looking for.

6c377f8a53f21d5d43cfb09f6bbdca61.png

 

What is bool true and bool false used for?:

Bool true and bool false is used for things like GetAds, HasNoAds, HasInfiniteAmmo, and similar names. For GetAds you would ideally use bool false and HasNoAds you would ideally use bool true.

 

Dumping with il2cppdumper:

This part is fairly easy and straight forward. First of all, make sure you have decrypted & cracked your target game using iGDecrypt. Now visit il2cppdumper online website and put the cracked binary in "Executable file" and put the metadata in "global-metadata.dat". Metadata can be found in /gamename.app/data/managed/metadata/.

Then hit submit and download the output from the server.

D8XT3nt.png

 

Using IDA to find your functions and offsets:

I personally prefer to look at everything in IDA, others prefer looking at the C-Sharp in DnSpy. Whatever is easier for you or what you feel more comfortable with.

Upload the binary into IDA, this may take a while to decompile depending on your PC. You'll know it's done when you see "idle" at the bottom left of IDA.

03b954b24e26aff258483c4327b6f6e4.png

 

Once the it's done decompiling then you're ready to upload the script. This will also take a while depending on your laptop/pc.

When uploading the script file you're gonna want to upload the file "ida" (not ghidra or ida_with_struct) and then "script.json" (not config.json or stringliteral.json) that'll be located in your il2cpp folder. Once it's done you'll see "idle" at the bottom left of IDA again.

544902d52223774f0eba4f5acc6028a4.png

69d3d222172f6364033704409226bcf8.png

 

Searching functions:

Now it's time to do work, searching functions. Press CTRL+F to use the quick filter. Search the function names you want. Different games are gonna have different names of course. And some games will have multiple functions with the similar names, it's all trail and error when that happens.

What I'm gonna be searching for is coins.

0db1d6604c8a83b65042becb6995d03e.png

 

 GardenMeta.Inventory$$GetCoins looks like it's going to be it because we of course want to get coins and none of the other function names look like they will help us.

Double click on the function name and then scroll up until you see the function name next to the offset. 

04b052428c49e927249b7d1fea9649af.png

Our offset will be 10190EF94, ignore all the 0's infront of it.

 

Using the Live Offset Patcher:

Thanks to @Rook and others that helped create the !Live Offset Patcher, it makes the job 10x easier. Your offset will go on the left side and the hex will go on the right side. Now it's time to test if it's going to work. Once again, I'll be putting 10190EF94 in the left box and since we want a high number of coins we're going to put 00F0271EC0035FD6 in the right side box. Now that that's done, you'll simply click on it to activate it.

 

a12f1cc213f5e6644b4f59869dccc113.png

 

You can look for other functions such as moves, power ups, lives, etc. Whatever you can think of and test them out. This is where you get to work. 

 

df8bddb771896ba3d7c7fe2a68622477.png

 

Good luck on your journey ladies and gents.

 

Updated by Rook
  • Like 40
  • Winner 6
  • Thanks 5
  • Haha 1
  • Agree 1
  • Informative 6
Posted
4 hours ago, The Kid Morales said:

Got lost from just reading the first line🥴

What do you not understand? I can try to break it down more if it is that difficult to understand.

 

2 hours ago, Tulak Hord said:

Why do we change with fmov? Doesn't normal mov work?

That was the “code” I was given by a friend so that’s what I’ve used. You can use mov if you want to. I just prefer to stick with the things I was given.

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

    • Kingdom Towers v0.3.19 [+4 Jailed Cheats]
      Modded/Hacked App: Kingdom Towers By Martin Quinones
      Bundle ID: com.pizia.kingdomtowers
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-towers/id6699736128?uo=4



      🤩 Hack Features

      - Unlimited Currency
      - Never Die
      - One Hit Kill
      - Unlocked All Towers/Relics
        • Thanks
        • Like
      • 14 replies
    • Kingdom Towers v0.3.19 [+4 Cheats]
      Modded/Hacked App: Kingdom Towers By Martin Quinones
      Bundle ID: com.pizia.kingdomtowers
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-towers/id6699736128?uo=4

       

      🤩 Hack Features

      - Unlimited Currency
      - Never Die
      - One Hit Kill
      - Unlocked All Towers/Relics
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 11 replies
    • Blades of Deceron v0.1.7 [+4 Jailed Cheats]
      Modded/Hacked App: Blades of Deceron By Dreamon Studios AB
      Bundle ID: com.DreamonStudios.BladesOfDeceron
      iTunes Store Link: https://apps.apple.com/us/app/blades-of-deceron/id6739307553?uo=4



      🤩 Hack Features

      - Unlimited Stat Point (Gain Xp)
      - God Mode / Never Die
      - Infinite Stamina
      - Infinite Gold (Enable and Win Fight)
        • Agree
        • Like
      • 10 replies
    • Blades of Deceron v0.1.7 [+4 Cheats]
      Modded/Hacked App: Blades of Deceron By Dreamon Studios AB
      Bundle ID: com.DreamonStudios.BladesOfDeceron
      iTunes Store Link: https://apps.apple.com/us/app/blades-of-deceron/id6739307553?uo=4


      🤩 Hack Features

      - Unlimited Stat Point (Gain Xp)
      - God Mode / Never Die
      - Infinite Stamina
      - Infinite Gold (Enable and Win Fight)
        • Agree
        • Haha
        • Winner
        • Like
      • 7 replies
    • Omega Royale - Tower Defense v1.7.0 [+2 Jailed Cheats]
      Modded/Hacked App: Omega Royale - Tower Defense By Tower Pop Oy
      Bundle ID: com.towerpop.omegaroyale
      iTunes Store Link: https://apps.apple.com/us/app/omega-royale-tower-defense/id6447241072?uo=4

       

      🚀 Hack Features

      - Omega ViP Active
      - Always Can Cast Skill (Even when it's on cooldown)


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Thanks
        • Winner
        • Like
      • 50 replies
    • Omega Royale - Tower Defense v1.7.0 [+2 Cheats]
      Modded/Hacked App: Omega Royale - Tower Defense By Tower Pop Oy
      Bundle ID: com.towerpop.omegaroyale
      iTunes Store Link: https://apps.apple.com/us/app/omega-royale-tower-defense/id6447241072?uo=4


       

      🚀 Hack Features

      - Omega ViP Active
      - Always Can Cast Skill (Even when it's on cooldown)


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 40 replies
    • Run! Goddess v1.0.19 [+4 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 82 replies
    • Run! Goddess v1.0.19 [+4 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 73 replies
    • Pudgy Party - Battle Royale v0.9.1 +7 Jailed Cheats [ Speed, Gravity + More ]
      Modded/Hacked App: Pudgy Party - Battle Royale By Mythical, Inc.
      Bundle ID: com.mythical.pudgyparty
      App Store Link: https://apps.apple.com/us/app/pudgy-party-battle-royale/id6744258913?uo=4

       
       

      🤩 Hack Features

      - Jump Height Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Gravity Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Speed Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Friction Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Freeze Bots
      - Dumb Bots
      - Free In-App Purchases
        • Winner
      • 1 reply
    • Pudgy Party - Battle Royale v0.9.1 +7 Cheats [ Speed, Gravity + More ]
      Modded/Hacked App: Pudgy Party - Battle Royale By Mythical, Inc.
      Bundle ID: com.mythical.pudgyparty
      App Store Link: https://apps.apple.com/us/app/pudgy-party-battle-royale/id6744258913?uo=4

       


      🤩 Hack Features

      - Jump Height Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Gravity Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Speed Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Friction Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Freeze Bots
      - Dumb Bots
      - Free In-App Purchases
        • Winner
      • 2 replies
    • Football Tycoon 2 v1.0.0 +1 Jailed Cheat [ Unlimited Cash ]
      Modded/Hacked App: Football Tycoon 2 By Scott Baillie
      Bundle ID: com.lazyboydevelopments.idlefootytycoon2
      App Store Link: https://apps.apple.com/us/app/football-tycoon-2/id6744391343?uo=4

       


      🤩 Hack Features

      - Unlimited Cash
        • Like
      • 0 replies
    • Football Tycoon 2 v1.0.0 +1 Cheat [ Unlimited Cash ]
      Modded/Hacked App: Football Tycoon 2 By Scott Baillie
      Bundle ID: com.lazyboydevelopments.idlefootytycoon2
      App Store Link: https://apps.apple.com/us/app/football-tycoon-2/id6744391343?uo=4

       


      🤩 Hack Features

      - Unlimited Cash
        • Agree
        • Winner
      • 0 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