Jump to content

How do I find the right .dat file for any game app to HexEdit?


Go to solution Solved by XxGam3Ma2t3rxX,

7 posts in this topic

Recommended Posts

Posted

Hi friends and helpers,

 

So, it seems like no one else has this problem because the question is not found in any forum I've searched. I've decided to start using Hex-Editing as a method for hacking because for some weird reason, on my iPhone 6 ios 8.4 GDB, method just makes apps crash. If this method fails, I will next try MS-hooking. 

 

How do I find the correct .dat file to HexEdit for any game app? 

 

and then

 

Say I wanna change my money value which is $300000 (493E0), do I search that Hex Value or reverse it and then search? Or does it depend on the game type? Btw for the ones confused use Decimal-Hex converter to get your money value.

 

-Thank You!

 

Posted (edited)
  On 7/6/2016 at 9:57 PM, Level9000vigor said:

Hi friends and helpers,

 

So, it seems like no one else has this problem because the question is not found in any forum I've searched. I've decided to start using Hex-Editing as a method for hacking because for some weird reason, on my iPhone 6 ios 8.4 GDB, method just makes apps crash. If this method fails, I will next try MS-hooking. 

 

How do I find the correct .dat file to HexEdit for any game app? 

 

and then

 

Say I wanna change my money value which is $300000 (493E0), do I search that Hex Value or reverse it and then search? Or does it depend on the game type? Btw for the ones confused use Decimal-Hex converter to get your money value.

 

-Thank You!

@

You sure you have looked up everything? Use google, I found a couple forums for IDA hex editing.

Try searching a bit more

You could search with this format > how to find .dat with hex code in apps

Other than that, steps for hex editing are quite simple I assume you know but I will put it into a hidden content post so the post is not as long.

Hidden Content

    1) Remember the values which you want to hack.

    2) Save game

    3) Extract the save file from Document.

    4) Use Portable Hex Workshop 6 to open it.

    5) Press Ctrl F and search for the Remembered Values.

    6) Change the Remembered Values at int32.

    7) Save it!

    8) Transfer the save file back to the original Document.

    9) Play the game.

Updated by XxGam3Ma2t3rxX
Posted
  On 7/7/2016 at 6:17 PM, XxGam3Ma2t3rxX said:

Is your ga

 

@

You sure you have looked up everything? Use google, I found a couple forums for IDA hex editing.

Try searching a bit more

You could search with this format > how to find .dat with hex code in apps

Other than that, steps for hex editing are quite simple I assume you know but I will put it into a hidden content post so the post is not as long.

Hidden Content

    1) Remember the values which you want to hack.

    2) Save game

    3) Extract the save file from Document.

    4) Use Portable Hex Workshop 6 to open it.

    5) Press Ctrl F and search for the Remembered Values.

    6) Change the Remembered Values at int32.

    7) Save it!

    8) Transfer the save file back to the original Document.

    9) Play the game.

 

                                          :huh:  

...

 

...

 

Is that English?

 

...

 

 

 

:wallbash:                                                                          Just started Hex editing so I'm very very newb. I have Mac 10.11.5 not windows or can I do that on my iPhone?

  • Solution
Posted (edited)
  On 7/7/2016 at 6:24 PM, Level9000vigor said:

                                          :huh:  

...

 

...

 

Is that English?

 

...

 

 

 

:wallbash:                                                                          Just started Hex editing so I'm very very newb. I have Mac 10.11.5 not windows or can I do that on my iPhone?

Well if your not familiar with IDA hex edits then just search what i posted before, I found a forum that was helpful for me and helped me understand hex quite well. [iDA]

-IDA pro 6.1+ (6.4 would probably be better)

-winSCP or similar

You would need the dashed items above once you find a forum about IDA hex edits, there are numerous amounts of tutorials out there and with IDA they teach you how to find specific values.

I would link you the forum but it is against forum rules. 

Some of the easier methods use

winSCP or i-funbox

So for a file like a save.bin for single player games, just move that into a hex editor and search the desired hex values. I would have to experiment for your game however I rarely ever have to go to hex edit for my SP games considering most of the time they are easily hacked by appstore cracks, etc.

So just reword some searches as I mentioned above for IDA tutorials, they are very complex so beware when you hop into it, it is not easy at all, can take hours to comprehend.

Which we all know for the most part how to get to the save since a lot of us use IFunBox or IFile to move or find items

-Save files are located in /var/mobile/applications/your app folder/Documents < Just in case

You should be able to do it on your mac with winSCP and buying crossover or finding a cracked version of crossover for winSCP on mac.

Updated by XxGam3Ma2t3rxX
Posted
  On 7/7/2016 at 6:33 PM, XxGam3Ma2t3rxX said:

Well if your not familiar with IDA hex edits then just search what i posted before, I found a forum that was helpful for me and helped me understand hex quite well. [iDA]

-IDA pro 6.1+ (6.4 would probably be better)

-winSCP or similar

You would need the dashed items above once you find a forum about IDA hex edits, there are numerous amounts of tutorials out there and with IDA they teach you how to find specific values.

I would link you the forum but it is against forum rules. 

Some of the easier methods use

winSCP or i-funbox

So for a file like a save.bin for single player games, just move that into a hex editor and search the desired hex values. I would have to experiment for your game however I rarely ever have to go to hex edit for my SP games considering most of the time they are easily hacked by appstore cracks, etc.

So just reword some searches as I mentioned above for IDA tutorials, they are very complex so beware when you hop into it, it is not easy at all, can take hours to comprehend.

Which we all know for the most part how to get to the save since a lot of us use IFunBox or IFile to move or find items

-Save files are located in /var/mobile/applications/your app folder/Documents < Just in case

 

Ok making a little bit more sense, and does HexEditing work for server based or online games?

Posted (edited)
  On 7/7/2016 at 6:37 PM, Level9000vigor said:

Ok making a little bit more sense, and does HexEditing work for server based or online games?

@ If it has serverside protection there is no way of doing it without illegal methods.

Sidenote: If it were a web-based game on the pc you could use javascript or sql to take advantage of it  :clap: 

Edit: There are certain values that can be messed with but gold/gems or anything of the matter cannot be touched on server-sided games.

Updated by XxGam3Ma2t3rxX

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

    • Pocket Fighter! v0.9.1 [+2 Jailed Cheats]
      Modded/Hacked App: Pocket Fighter! By LATTE GAMES JOINT STOCK COMPANY
      Bundle ID: com.hsa.games.pocketfighter
      App Store Link: https://apps.apple.com/us/app/pocket-fighter/id6466782630?uo=4



      🤩 Hack Features

      - Unlimited Currency (Always Will Increase)
      - Enemy Can't Attack

      • 1 reply
    • Pocket Fighter! v0.9.1 [+2 Cheats]
      Modded/Hacked App: Pocket Fighter! By LATTE GAMES JOINT STOCK COMPANY
      Bundle ID: com.hsa.games.pocketfighter
      App Store Link: https://apps.apple.com/us/app/pocket-fighter/id6466782630?uo=4



      🤩 Hack Features

      - Unlimited Currency (Always Will Increase)
      - Enemy Can't Attack
       
      • 1 reply
    • Final Outpost v2.3.20 [+3 Jailed Cheats]
      Modded/Hacked App: Final Outpost By Exabyte Games Ltd
      Bundle ID: com.samclothier.DEADfense
      iTunes Store Link: https://apps.apple.com/us/app/final-outpost/id1425444801?uo=4



      🤩 Hack Features

      -  Always Enough Resources
      -  Always Attain Skill
      -  No Food Consume
      • 21 replies
    • Final Outpost v2.3.20 [+3 Cheats]
      Modded/Hacked App: Final Outpost By Exabyte Games Ltd
      Bundle ID: com.samclothier.DEADfense
      iTunes Store Link: https://apps.apple.com/us/app/final-outpost/id1425444801?uo=4

       

      🤩 Hack Features

      -  Always Enough Resources
      -  Always Attain Skill
      -  No Food Consume
        • Winner
      • 16 replies
    • Z Survivor: Backpack Shooter v0.65 [+2 Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
      • 15 replies
    • Z Survivor: Backpack Shooter v0.65 [+2 Jailed Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
      • 15 replies
    • Run! Goddess v1.0.23 [+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)
      • 107 replies
    • Run! Goddess v1.0.23 [+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)
       
      • 82 replies
    • Heroes Crew: Strategy Defense v1.0.0 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 4 replies
    • Heroes Crew: Strategy Defense v1.0.0 [+6 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 2 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Jailed Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       
       

      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 4 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       


      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 5 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