Jump to content

15 posts in this topic

Recommended Posts

Posted (edited)

i followed this tutorial https://iosgods.com/topic/6995-ida-tutorialhow-to-disable-memory-checks/ step by step i found a MEM check no i don't need HELP well maybe but i think i got this. The post from the coding center https://iosgods.com/topic/20995-zombieville-usa-v17-offsets-and-hexs/ 

 

which lists 

// Hand Guns;

0x73608 / SUBS  R0, R0, R1 ---> ADDS  R0, R0, R1 

 

 

 
__text:000735F8                 CMP             R0, #0          <- memory check if i change to CMP R0, R0 mem check has no effect 
__text:000735FC                 BLE             loc_73FB8
__text:00073600                 LDR             R0, [R10,#0x504]
__text:00073604                 MOV             R1, #1
__text:00073608                 ADDS            R0, R0, R1         <- this is the real offset i changed it to adds R0, R0, R1 
__text:0007360C                 BLVS            loc_765F8
__text:00073610                 STR             R0, [R10,#0x504]
__text:00073614                 VLDR            S4, =0.15
__text:00073618                 B               loc_73620
 
i changed it to adds R0, R0, R1 nothing happened in game 
 
tell me if you agree or maybe a hint 
Updated by Taylor Meyer

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