Jump to content

Need Help with finding Hex Values using ARM


Go to solution Solved by 0xNoctis,

8 posts in this topic

Recommended Posts

Posted

, I am getting more into creating cheats in ios games for myself, and I'm stuck on finding the correct "hex" values. I am able to find my offset for the game I chose, but I tried  (FMOV S1, #0.0 RET ARM TO HEX (E103271EC0035FD6) for a no-skill cooldown and my game keeps crashing when I use that for my (patch). 

Posted

I tried it on get_CooldownTimeElapsed and get_CooldownSpeed and it was not working, is there any way I can know which is the correct offset for cooldown? ( I apologize I'm new to using dnspy)

Posted (edited)
43 minutes ago, 0xNoctis said:

Post your methods on how you obtain these offsets. 

Simple, I downloaded the decrypted ipa from arm converter, then I used the bin (UnityFramework) and dat (global-metadata) file from that ipa to the IL2CPP Dumper. After I dumped it, I used dnSPY to find my offsets

Updated by Slump-
Posted
31 minutes ago, Slump- said:

Simple, I downloaded the decrypted ipa from arm converter, then I used the bin (UnityFramework) and dat (global-metadata) file from that ipa to the IL2CPP Dumper. After I dumped it, I used dnSPY to find my offsets

i think my problem is finding the correct binary

Posted
2 hours ago, Slump- said:

Simple, I downloaded the decrypted ipa from arm converter, then I used the bin (UnityFramework) and dat (global-metadata) file from that ipa to the IL2CPP Dumper. After I dumped it, I used dnSPY to find my offsets

we want the method not the way you got it lol, 

like :

public float get_…();

  • Solution
Posted
On 5/18/2023 at 4:03 PM, Slump- said:

i think my problem is finding the correct binary

You can use DnSpy to find the offset and use the live offset tool to test, But that depends on your method to have the hack work, Modmenu, Patch etc..
 

 

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