AnonyMod_
Member
Hi cc
!
I ve found themax ammo's offsets on mw2 in 1.11
I ve got no utilities to keep it for my own so im releasing it ^^
Do it what you want ^^
Client interval : 0x3700

I ve found themax ammo's offsets on mw2 in 1.11

I ve got no utilities to keep it for my own so im releasing it ^^
Code:
PS3.SetMemory(0x0133F057, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF });//secondary ammo
PS3.SetMemory(0x133EFDF, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // secondary clip
PS3.SetMemory(0x133EFEF, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // primary clip
PS3.SetMemory(0x133F06F, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // primary
PS3.SetMemory(0x133F063, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // equipement
PS3.SetMemory(0x133F07B, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // grenade spé
PS3.SetMemory(0x133F06FB, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF }); // tactical
Do it what you want ^^
Client interval : 0x3700