Jump to content

How to use iGDebugger - (iGameGod on-device debugging)


𓄼 . f v c k . 𓄹

55 posts in this topic

Recommended Posts

 Hello!

Since the new iGameGod update update was released, a new debugging feature has appeared and we will see it in this tutorial!

This feature will work on Non-Jailbroken & Jailbroken devices!

iGDebugger allows you to debug iOS apps directly from iGameGod without a Mac or any terminal; no need to use LLDB and freeze your device with each test PepeBusiness

You can use it to find and patch an offset! We're going to cover the whole process!

First of all, enable (or inject iGameGod Jailed) iGameGod in your app! We'll be using Godus as an example here. 

 

Now, basics, just search your coins value on iGG until you get a few results!

iGameGod Debugger

Here comes the nice feature!

Long press the offset (usually the first one is the right one) and select 'Set Watchpoint'.

iGameGod Set Watchpoint

And, buy something or do anything that can change your value. I've done 2/3 interactions with my balance. PepeNote

Now, we want to check our watchpoint!

To do this, click on the Search icon located bottom right, and select Watchpoints.

iGameGod Watchpoint

On the new window will be all your watchpoints, on my screenshot, there is only one because I trust this watchpoint to be useful hahaa But you can add more!!

iGDebugger Writes & Locations

You can toggle On/Off your watchpoint by the toggle option. 'Writes: 3' means that our "memory offset" got edited 3 times, Let's take a closer look.

iGameGod IDA Offset

This screenshot is interesting, it shows us many things :

  • Our "function name" : _ZN8Currency6Belief....BeliefUseType

note  This is called a Symbol, and its generated by the compiler. Sometimes it wont even deal with the function name. But in our example it deal with, so all good :)

  • Our IDA offset : 0x1777B0. This one will be the same for you (if you use the same version as me)!
  • And our coins logs!

*I cut something that got me +49 gold*

You can click any of theses logs to see the Register Values and the Stack Trace! I will click the first result since it's my actual balance.

iGameGod Register Read

NOTE As you can see, x0 holds our increased value and x9 our current balance (1329 + 49 = 1378)

So, well let's directly take a look at this in IDA!

Once you have loaded your binary file into IDA, and select Mach-O dylib decomplication mode, let's go to the function/offset we found in iGameGod!

This is a Non-Unity (UnityFramework) game so we need to add a value to it to find it on IDA (100) : 0x1001777B0

Nrd0lff.png

Click OK and you should see your instruction.

MZTmET9.png

NOTE As you can see, our function name is "BeliefUseType" like on iGG

So this function gets triggered once something is getting added to our balance. 

We can see that there is an ADD instruction at 0x100177AC that is dealing with x9 and x0! and we have seen previously that x0 = amount and x9 = balance.

Here it's simple, it does something like this:

x9 = x9 + x0
x9 = 1329 + 49

 Mhh how we could hack this?

Well there a few possibilities, and I will chose a legit one. I will add 100 to my balance each time I receive something.

So i do it like this :

ADD x9, x9, #100.

I will use Live Offset Patcher to test the hack.

iGameGod Live Offset Patcher

NOTE Do not RET the instruction after the ADD. Here, we are dealing with an instruction INSIDE our function, if you RET the next instruction, it gonna crash since your device won't know what to do.

And indeed it worked! This is how you can easily hack your games without needing a PC to debug your game. And yes... I lied a bit by saying that you don't need a computer... But atm there is no way to see ARM instructions on iOS, yet! PepeHands If that changes, I will edit the topic!

I've cut one more tree (that would normally give me +1 Gold.

Jy8QEYL.png

Our result went from 1378 to 1478! (thanks to our patch)

The game was Godus, version : 1.36. You can download this version from the Decrypted App Store.

 

Well that's all, hope you learned one more thing in modding:frantic:

 

Want to learn more? Check out the next tutorial: Using iGameGod Breakpoints & iGDisassembler (On-Device)

Updated by Rook
  • Like 17
  • Winner 3
  • Thanks 3
  • Agree 3
  • Informative 6
Link to comment
Share on other sites

8 hours ago, 34306 said:

I'm still got freeze when I set watchpoint and buy something, have any idea to not freeze my device?

if it still freeze then lldb should be better than it 😂

usually it shouldn’t freez, @Rook ?? 

2 hours ago, Look just said:

good tool 

Hopefully in the future it can be ARM view. @𓄼 . f v c k . 𓄹

Maybe in the future ;) 

  • Informative 1
Link to comment
Share on other sites

11 hours ago, 34306 said:

I'm still got freeze when I set watchpoint and buy something, have any idea to not freeze my device?

if it still freeze then lldb should be better than it 😂

Which Jailbreak? Is it Subway Surfers?

4 hours ago, Look just said:

good tool 

Hopefully in the future it can be ARM view. @𓄼 . f v c k . 𓄹

We can definitely do this, but it won't be as good and sophisticated as something like IDA.

  • Thanks 1
Link to comment
Share on other sites

9 minutes ago, Rook said:

We can definitely do this, but it won't be as good and sophisticated as something like IDA.

I think that this would still be a great idear, even if its only idk the 10 last Instructions, it will give us an idear :)

Updated by 𓄼 . f v c k . 𓄹
  • Thanks 1
  • Informative 2
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

    • Queen's Knights - Slash IDLE v1.5.6 Cheats +2
      Modded/Hacked App: Queen's Knights - Slash IDLE By MGAME Corp
      Bundle ID: com.mgame.queensknights
      iTunes Store Link: https://apps.apple.com/us/app/queens-knights-slash-idle/id6447857625?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - OHK
      - God mdoe
      • 41 replies
    • Honkai Impact 3 (SEA) Cheats v7.4.0 +2 [ Multiply Attack & Defense ]
      Modded/Hacked App: Honkai Impact 3 by miHoYo Limited
      Bundle ID: com.miHoYo.bh3oversea
      iTunes Store Link: https://apps.apple.com/sg/app/honkai-impact-3/id1299582178?uo=4&at=1010lce4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/134285-honkai-impact-3-sea-cheats-v420-2-multiply-attack-defense/
        • Winner
      • 466 replies
    • Bike Unchained 3 v1.0.8 Cheats +1
      Modded/Hacked App: Bike Unchained 3 By Red Bull Media House GmbH
      Bundle ID: com.redbull.bike.downhill.racing
      iTunes Store Link: https://apps.apple.com/us/app/bike-unchained-3/id6444827073?uo=4

       


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


      Hack Features:
      - Autowin
      • 10 replies
    • Bike Unchained 3 v1.0.8 Cheats +1
      Modded/Hacked App: Bike Unchained 3 By Red Bull Media House GmbH
      Bundle ID: com.redbull.bike.downhill.racing
      iTunes Store Link: https://apps.apple.com/us/app/bike-unchained-3/id6444827073?uo=4

       


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Autowin
      • 23 replies
    • Yes, Your Grace v1.0.95 Cheats +2
      Modded/Hacked App: Yes, Your Grace By Noodlecake Studios Inc
      Bundle ID: com.noodlecake.yesyourgrace
      iTunes Store Link: https://apps.apple.com/us/app/yes-your-grace/id6468678719?uo=4

       

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


      Hack Features:
      - Unlock game
      • 50 replies
    • Yes, Your Grace v1.0.95 Cheats +2
      Modded/Hacked App: Yes, Your Grace By Noodlecake Studios Inc
      Bundle ID: com.noodlecake.yesyourgrace
      iTunes Store Link: https://apps.apple.com/us/app/yes-your-grace/id6468678719?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlock game
      • 24 replies
    • Honkai Impact 3rd Cheats v7.4.0 +2 [ Multiply Attack & Defense ]
      Modded/Hacked App: Honkai Impact 3rd by miHoYo Limited
      Bundle ID: com.miHoYo.bh3global
      iTunes Store Link: https://apps.apple.com/us/app/honkai-impact-3rd/id1336342304?uo=4&at=1010lce4


      Hack Features:
      - Multiply Attack
      - Multiply Defense

      iOS Hack Download Link: https://iosgods.com/topic/134276-honkai-impact-3rd-cheats-v420-2-multiply-attack-defense/
      • 580 replies
    • Slash & Girl - Endless Run By ASWING CO., LIMITED v7.9.990 Cheats +4
      Modded/Hacked App: Slash & Girl - Endless Run By ASWING CO., LIMITED
      Bundle ID: com.mooncake.slashandgirl.ios
      iTunes Store Link: https://apps.apple.com/us/app/slash-girl-endless-run/id6468987937?uo=4

       

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


      Hack Features:
      - No die
      - One hit
      - Freeze combo
      - Freeze lighting
      • 10 replies
    • Slash & Girl - Endless Run By ASWING CO., LIMITED v7.9.990 Cheats +7
      Modded/Hacked App: Slash & Girl - Endless Run By ASWING CO., LIMITED
      Bundle ID: com.mooncake.slashandgirl.ios
      iTunes Store Link: https://apps.apple.com/us/app/slash-girl-endless-run/id6468987937?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No die
      - One hit
      - Earn more currencies
      - Custom score
      - Freeze combo
      - Freeze lighting
      - Jump height
      • 16 replies
    • Rage Swarm v1.6.97 Cheats +4
      Modded/Hacked App: Rage Swarm By Voodoo
      Bundle ID: com.feelnside.rageswarm
      iTunes Store Link: https://apps.apple.com/vn/app/rage-swarm/id1669867448?uo=4


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


      Hack Features:
      - Stupid enemies
      - No ads after round
      - 200 designs
      - No reload
      • 28 replies
    • Rage Swarm v1.6.97 Cheats +5
      Modded/Hacked App: Rage Swarm By Voodoo
      Bundle ID: com.feelnside.rageswarm
      iTunes Store Link: https://apps.apple.com/vn/app/rage-swarm/id1669867448?uo=4

       


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Stupid enemies
      - No ads after round
      - Unlimit currents (Increases when use, disable if game cash)
      - 200 designs
      - No reload
      • 54 replies
    • Abyss - Roguelike ARPG v1.94 Cheats +4
      Modded/Hacked App: Abyss - Roguelike ARPG By Pyro Entertainment Limited
      Bundle ID: com.titans.abyss
      iTunes Store Link: https://apps.apple.com/us/app/abyss-roguelike-arpg/id6443793989?uo=4

       

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


      Hack Features:
      - Stupid enemies
      - AOE atk
      - Always combo
      - Fast atk
      • 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