this is what im looking all ammo https://iosgods.com/topic/20995-zombieville-usa-v17-offsets-and-hexs/
OffSets / Old Function ---> New Function = ARM-Hex or ARM-GDB/LLDB
// Increase Ammo for.....
// Hand Guns;
0x73608 / SUBS R0, R0, R1 ---> ADDS R0, R0, R1 = 0x010090E0 or 0xE0900001
// Shotguns;
0x73FD8 / SUBS R0, R0, R1 ---> ADDS R0, R0, R1 = 0x010090E0 or 0xE0900001
// Machine Guns;
0x74864 / SUBS R0, R0, R1 ---> ADDS R0, R0, R1 = 0x010090E0 or 0xE0900001
// Launcher Guns;
0x75348 / SUBS R0, R0, R1 ---> ADDS R0, R0, R1 = 0x010090E0 or 0xE0900001
// Petrol Weapons;
0x75E00 / SUBS R0, R0, R1 ---> ADDS R0, R0, R1 = 0x010090E0 or 0xE0900001
// Infinit Health;
0x6E8C0 / SUBS R0, R0, R1 ---> NOP = 0x0000A0E1 or 0xE1A00000
// Kill Zombie for Max Money;
0xBD0E8 / STR R1, [R0,#0x4B8] ---> STR R7, [R0,#0x4B8] = 0xB87480E5 or 0xE58074B8