Jump to content

How to Find Offsets of Game In Ios(with Pictures)


Swagter123

22 posts in this topic

Recommended Posts

 

Sorry If this has a Bad english as it was in german language i used google translate to covert.If u want anything to edited fell free to tell me.

 

 

Requirements

 

OpenSSH

iGameGuardian

Gnu Debugger

Cracked,Thinned and Aslr Removed Ipa File

 

In PC:

Ida Pro

Putty

Itools Or ifunBox

 

Last but not least, a game is missing. In my tutorial I take Plants vs Zombies

 

 

 

 

So Lets start

 

Plug in your device to the computer and start iTools .

In the selection menu on the left side chooses their apps and searches from the list PvZ .

Clicking on the folder icon opens a new window.

MLJjZf5.jpg

 

In the new window opens her PvZ.app and searches for the file PvZ(without extension)

This file you copied you on your computer, the best you have to create a new folder.

Now start their IDA and click New

0UlYf36.jpg

It opens directly a window in which you must select your PvZ file. ( CAUTION: Selects the bottom right All Files (*) ! From)

After you have selected the PvZ file, opens a new window where you have to set the processor types.

Just take the settings from the following screen:

L4VJCG7.jpg

Click OK and confirm the following query with Yes. A short time later, a new window opens, which can be closed with a click on OK.

Now, IDA works, recognizable by the number of consecutive numbers on the left.

You must now wait until there idle stands. In the meantime we will devote ourselves to the game and the value to be chopped.

You can now start Plants vs Zombies and begin a level and pauses it directly.

EJxMOku.png

 

Then you press on your home button and start iGameGuardian

There selects her PvZ and acknowledged the query by pressing Select.

Now you can start it on the bottom with your search Search Press.

pOfrYHP.jpg

At this point I have long wondered whether I go into detail, or not ... but I decided against it because iGameGuardian a kind Cheat Engine is and anyone who deals with such an issue, in fact, the necessary knowledge of the use With such programs.

So you are looking for your solar value and filter until you have the right address.

MH8jqXG.jpg

If you have the address, you can putty start.

QFQL3t7.jpg

You enter the IP from your device and click Open.

The following window will open

7vC2mp4.jpg

When login as: you give root a and password you give Alpine a

(Input on password are not visible!)

Input history:

root <ENTER> alpine <ENTER>

NACsWqJ.jpg

So should your putty window look.

Now you start the GNU debugger by her gdb eingebt and confirms the input with Enter.

ok1mEMO.jpg

Now you have the debugger to attach PvZ process, so give her the following:

att PvZ

(In case sensitive eighth! Att pvz would not work)

Putty is now working a little, but does not take long.

OKSRCZ7.jpg

So now the putty window should look.

Now you created a watch point to the address that we with iGameGuardian found.

To do this, type the following:

watch * 0xADRESSE <ENTER> (your in iGameGuardian found address. * 0x must always stand in front!)

display / i $ pc <ENTER>

display $ r0 <ENTER> (optional)

display $ r1 <ENTER> (optional)

display $ r2 <ENTER> (optional)

display $ r3 <ENTER> (optional)

display $ r4 <ENTER> (optional)

$ r0 to r12 are $ register, similar to eax, esi, edi, etc.

Due to the optional input of display $ r0 is a brake after only displayed, which values the Register.

These registers One can also by entering after Brake however

info r

display.

g0tnLVX.jpg

 

If you now switch to the PvZ game, it will see that it is still paused by GDB.

To make the game now continue to run, you need to putty just a c (for continue) and confirm with Enter

4Oou5t4.jpg

Now you have to go back to the game and collect a sun.

The game might not run smoothly through the debugger or by the watchpoint ...

Once you've collected a sun, the game is automatically paused by GDB.

If you look at putty, you should see something like this:

1UTwg0o.jpg

As you can see, my old value 40 and the new 55.

The command that is run is

cmp r1, r2

, and is located at the address

0x120D18

 

To display the Speicherbereicht, give her the following:

x / 20x 0xADRESSE (your address)

2eNQ4Dg.jpg

 

You can now work with these bytes.

 

You are now changing to IDA (should now be finished)

SFbPR9N.jpg

Bottom left should now idle are

in the upper window you right-click and select Text View.

Now click at the top of Search -> sequence of bytes ..

In the search box you give now Bytes of putty, in my case, this would look like:

XrSzLZh.jpg

The first 8 bytes should initially rich, respected, however, note that the bytes have to be entered in reverse order, making a hook at Find all occurences .

Then click Ok.

The result list should now only be an entry, which you select directly with a double-click.

You should now land here:

xESaWkC.jpg

 

Here is R1 compared with R2, then comes a JUMP because BLT for Branch if lowerthan (jump if less) stands.

2 lines below you see

mov R1, # 0x2706

The Hex value 2706 (decimal = 9990) is written to R1, but this command is not executed because the Branch (jump) is about, so the instruction is mov R1, # 0x2706 simply getting Skipped

The simplest solution to this problem is an NOP.

You either nopped the CMP command or the BLT command.

If the CMP command is genopped, the BLT command has no result, so it does not jump and what happens when the BLT command nopped, I probably do not need to explain;)

You can now click 1 time on the CMP instruction and goes to IDA up on the tab Hex View-A

6apKgTv.jpg

 

You now see the bytes of the CMP command and before that the address 00075D18.

For you, however, the address marked with the arrow is important: 00074D18

You now start your favorite hex editor and jump to offset 74D18.

There should you directly jump out the bytes of the CMP instruction: 02 00 51 E1

After you start the ARM ASM converter and convert nop

 

For you, the 4 byte value is the important one.

Back in HexEditor her now changes the bytes from

02 00 51 E1

in

00 00 A0 E1

fvSBa7v.jpg

 

Save a file, but before you create a backup.

Before you now push the changed PvZ file back on your device, you must close putty and close the possibly running PvZ process on your device.

Now you can copy the file to your device, of course, in the same folder from which you have copied it before;)

If you now collect a sun, you get 9990 Suns credited.

 

 

Credits:

Google For translating

Infamous-Ash For compiling

Maker:DNA FROM HOG

Updated by Amuyea
  • Like 6
  • Winner 2
  • Thanks 2
  • Agree 1
Link to comment
Share on other sites

- Tutorial from 2013

- Zahir and Evilg00d made a better tutorial

- You didn't even credit DNA from HoG

 

@

this tutorial was made by Aswag1, it was a video. @ you took screenshots of Aswag1's old strings tutorial

Lol his account was terminated but heres the link https://www.youtube.com/watch?v=lyN-7-g2BJQ&list=UUMb9AeMUKNpzHI8ozdTJmvA

 

http://m.imgur.com/5Sdyxfh

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

    • Otherworld Three Kingdoms Cheats v1.0.3 +3
      Modded/Hacked App: Otherworld Three Kingdoms By SuperPlanet corp.
      Bundle ID: com.superplanet.samworld
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-three-kingdoms/id6496345383?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Instant Skills


      iOS Hack Download Link: https://iosgods.com/topic/183743-otherworld-three-kingdoms-cheats-v103-3/
        • Like
      • 7 replies
    • Jurassic World™: The Game v1.75.4 +10 Cheats
      Modded/Hacked App: Jurassic World™: The Game By Ludia
      Bundle ID: com.ludia.jurassicworld
      iTunes Store Link: https://apps.apple.com/us/app/jurassic-world-the-game/id791211390?uo=4

      Hack Features:
      - Unlimited DNA*
      - Unlimited Food*
      - Unlimited Coins*
      - Unlimited Cash*
      - Unlimited Loyalty Points*
      - Enable VIP
      - Able to Buy Unlimited Special Packs
      - Evolution Always Successful
      - Feed Instant Max Level
      - Free Speed Up Costs

      * Spend to Gain & Freeze
      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 754 replies
    • Epic Stickman: RPG Idle Game v1.0 +2++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Epic Stickman: RPG Idle Game By Fansipan Limited
      Bundle ID: com.fansipan.epic.stickman.survival.rpg.idle.game
      iTunes Store Link: https://apps.apple.com/us/app/epic-stickman-rpg-idle-game/id6503872838?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.
      - Free In-App Purchases -> Toggle via iGMenu.


      Jailbreak required hack(s): [Mod Menu Hack] Epic Stickman: RPG Idle Game v1.0 +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/
        • Like
      • 7 replies
    • Epic Stickman: RPG Idle Game v1.0 +2++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Epic Stickman: RPG Idle Game By Fansipan Limited
      Bundle ID: com.fansipan.epic.stickman.survival.rpg.idle.game
      iTunes Store Link: https://apps.apple.com/us/app/epic-stickman-rpg-idle-game/id6503872838?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.
      - Free In-App Purchases


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Epic Stickman: RPG Idle Game v1.0 +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/
        • Thanks
        • Like
      • 6 replies
    • Grow Shooter : Survivor RPG v1.0.26 +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
      • 44 replies
    • Grow Shooter : Survivor RPG v1.0.26 +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
      • 71 replies
    • Mighty Party: Heroes Clash v42.0.0 +2 Jailed Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Unlimited Currencies - Will not decrease.
      - Free Summoning
      - Complete All Quests
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 721 replies
    • Mighty Party: Battle Heroes v42.0.0 +4 Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Currencies - Will not decrease. Reason why I only added this was because there's always a ban wave on this game. I can hack currencies, yes but instant ban.
      - Free Summoning
      - Kill All / Auto Win - Linked. Wait till it's the enemies turn and before they spawn in a troop, enable this feature.
      - Complete All Quests
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,791 replies
    • Last Day On Earth: Survival v1.25.0 +36 FREE Hacks
      Modded/Hacked App: Last Day on Earth: Survival By Andrey Pryakhin
      Bundle ID: zombie.survival.craft.z
      iTunes Link: https://itunes.apple.com/us/app/last-day-on-earth-survival/id1241932094

      Hack Features:
      - Coins Hack - Spend/Buy something that costs Coins to increase Coins!
      - Durability Hack - Weapons, Clothes, Boots, etc. Will not break. You can always keep using them.
      - Crafting Hack - Able to craft stuff without required items!
      - Skill Points Hack - Skill Points won't decrease, reset to increase.
      - Duplicate Items Hack - Split Items to duplicate them! Now it will duplicate by 20!
      - Loot box hack - Open 1 lootbox for 1000! - x64 only
      - Items increase when Taking from Inbox. You will never run out of Items in your inbox! - x64 only
      - Minigun Doesn't Overheat - x64 only
      - Unlimited Energy. Energy Increases instead of subtracting! - x64 only
      - Bow One Hit Kill - x64 only
      - Anti-Ban

      During the month of December, we have decided to make the ViP hack for free for all users! :) Extra features include:
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 29,233 replies
    • Last Day on Earth: Survival v1.25.0 +17 FREE Jailed Cheats
      Modded/Hacked App: Last Day On Earth: Zombie Survival By Andrey Pryakhin
      Bundle ID: zombie.survival.craft.z
      iTunes Link: https://itunes.apple.com/us/app/last-day-on-earth-zombie-survival/id1241932094


      Hack Features
      Hack Features
      - Coins Hack - Buy something that costs coins to increase
      - Duplicate Items Hack - Split items to duplicate them :p
      - Skill Points Hack - Use to increase
      - Weapon/Item Durability Hack - Your weapons and items will never break.
      - Loot Boxes Hack! -> Open 1 loot box and gain 10,000!

      This hack was made by ZahirSher for iOSGods.com.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 41,457 replies
    • Fishing Clash v1.0.300 +3 Cheats
      Modded/Hacked App: Fishing Clash: Fish Game 2019 by Ten Square Games S.A.
      Bundle ID: com.tensquaregames.letsfish2
      iTunes Store Link: https://apps.apple.com/us/app/fishing-clash-fish-game-2019/id1151811380?uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Combo Always Active
      - Centered Line -> The line is always in the center zone. I didn't test enough but worked for 20 games. Duels too.
      - Line Never Breaks


      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/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,287 replies
    • Towerlands - tower defense TD v3.2.6 +2 Cheats
      Modded/Hacked App: Towerlands - tower defense TD By CHERNYE MEDVEDI, OOO
      Bundle ID: mobi.blackbears.ios.towerlands
      iTunes Store Link: https://apps.apple.com/us/app/towerlands-tower-defense-td/id1491901979?uo=4



      Hack Features:
      - Unlimited Gold
      - Unlimited Gems


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 317 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