Jump to content

How to find proper offsets


Go to solution Solved by KingRalph,

13 posts in this topic

Recommended Posts

  • Solution
Posted (edited)

Hi im new here, im eager to learn how to find offsets to modify my game. lets say i want unlimited stamina for guns girlz. where to start and how? thank you

If you want to hack guns girlz, visit this link: http://iosgods.com/topic/852-tutorial-how-to-hack-using-ida/

If you want to make it into a cydia tweak, visit this tutorial here: http://iosgods.com/topic/659-tutorial-code-injection-with-patcher/

 

HOWEVER, you will have to setup theos before you can do code injection so check out the following link: http://iosgods.com/topic/656-tutorialvideo-how-to-set-up-theos-on-your-idevice-ios7ios8/

 

Don't forget to learn how to use gdb. It will help with IDA hacking. Here is a link: http://iosgods.com/topic/781-tutorial-how-to-hack-using-gnu-debugger-gdb/

 

It might seem like a lot but it's easy if you take your time! :thumbsup: I hope that helps ^_^

Updated by KingRalph
Posted

Start with Mobile Substrate, then MSHook, then sub_x (sub_x is finding offsets and modifing them) Mobile Susbtrate will allow you to first learn about int's, bool's etc. which will be essential to hacking. MSHook is a little more complicated way of Mobile Substrate hacking, but the hacks you create by doing that are very good. Sub_x is very complicated to a beginner like you. If you do not know what MOVS R0, R7, NOP, and BX LR mean, you cannot possibly hack by finding offsets. Those examples (MOVS R0, R7, NOP, and BX LR) are very basic assembly commands. So, start with Mobile Substrate, then MSHook, then sub_x. Here are some amazing tutorials on starting out with Mobile Substrate:

Start with this one: (deleted by FuroowHD, reason: link from another forum.)

then move on to this one:

http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/

I also post my hacks in the coding center, so that you can see many examples of MS, MSHook, and sub_x hacks :)

Hope this helped :snoop:

Posted (edited)

Start with Mobile Substrate, then MSHook, then sub_x (sub_x is finding offsets and modifing them) Mobile Susbtrate will allow you to first learn about int's, bool's etc. which will be essential to hacking. MSHook is a little more complicated way of Mobile Substrate hacking, but the hacks you create by doing that are very good. Sub_x is very complicated to a beginner like you. If you do not know what MOVS R0, R7, NOP, and BX LR mean, you cannot possibly hack by finding offsets. Those examples (MOVS R0, R7, NOP, and BX LR) are very basic assembly commands. So, start with Mobile Substrate, then MSHook, then sub_x. Here are some amazing tutorials on starting out with Mobile Substrate:

 

Start with this one: -[link removed]-

 

then move on to this one:

 

http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/

 

I also post my hacks in the coding center, so that you can see many examples of MS, MSHook, and sub_x hacks :)

 

Hope this helped :snoop:

OH MY LORD. This is too complicated to any beginner. I mean no offense but please say that in very easy way. I would have been to confused if I was noob and I read this.

 

And that tutorial is so outdated :3 Because nobody uses SDK 3 anymore.

Updated by KingRalph
Posted

OH MY LORD. This is too complicated to any beginner. I mean no offense but please say that in very easy way. I would have been to confused if I was noob and I read this.

 

And that tutorial is so outdated :3 Because nobody uses SDK 3 anymore.

lol sorry i just got in the zone and kept typing xD

Posted

Hi what i did is get

 

- 64bit IDA PRO

-open em deb file with ida pro (im ios user) (not sure if the file for guns girlz is em all i know is that it has 47.4mb)

-im trying to search for STAMINA when i press ALT+T, takes so long to search so i scrolled down seems cant find it. im thinking stamina has different word.

-im stock above

Posted

Hi what i did is get

 

- 64bit IDA PRO

-open em deb file with ida pro (im ios user) (not sure if the file for guns girlz is em all i know is that it has 47.4mb)

-im trying to search for STAMINA when i press ALT+T, takes so long to search so i scrolled down seems cant find it. im thinking stamina has different word.

-im stock above

 

What the heck what deb? You open the cracked binary of the game silly :p Start with regular MobileSubstrate, and don't pirate IDA Pro, its $529

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
×
  • 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