Hi,
like the title say, if any one have a lua script for inf ammo can you please post it ??? and is it detectable ???
it would really help me out a lot !!!!
thanks in advance
Here is the INF Ammo Hack
AoB = AOBScan("7B ?? ?? ?? ?? 94 28 ?? ?? ?? ?? 25 26 17 59 8C ?? ?? ?? ?? 6F ?? ?? ?? ?? 25 26 28 ?? ?? ?? ?? 25 26 9E 02 7B ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 94 28 ?? ?? ?? ?? 25 26 17 59 ")
if (AoB and AoB.getCount()==3) then
print("Infinite Ammo PT1 Success")
writeBytes(tonumber(AoB[0],16)+5, 0x95)
writeBytes(tonumber(AoB[0],16)+13, 0x16, 0x58)
writeBytes(tonumber(AoB[0],16)+55, 0x16, 0x58)
writeBytes(tonumber(AoB[1],16)+5, 0x95)
writeBytes(tonumber(AoB[1],16)+13, 0x16, 0x58)
writeBytes(tonumber(AoB[1],16)+55, 0x16, 0x58)
writeBytes(tonumber(AoB[2],16)+5, 0x95)
writeBytes(tonumber(AoB[2],16)+13, 0x16, 0x58)
writeBytes(tonumber(AoB[2],16)+55, 0x16, 0x58)
AoB.Destroy()
AoB = nil
else
print("Infinite Ammo PT1 Failed")
end
AoB = AOBScan("16 28 ?? ?? ?? ?? 25 26 7D ?? ?? ?? ?? 11 ?? 28 ?? ?? ?? ?? 2D")
if (AoB and AoB.getCount()==3) then
print("Infinite Ammo PT2 Success")
writeBytes(tonumber(AoB[0],16)+0, 0x1E)
writeBytes(tonumber(AoB[0],16)+20, 0x2C)
writeBytes(tonumber(AoB[1],16)+0, 0x1E)
writeBytes(tonumber(AoB[1],16)+20, 0x2C)
writeBytes(tonumber(AoB[2],16)+0, 0x1E)
writeBytes(tonumber(AoB[2],16)+20, 0x2C)
AoB.Destroy()
AoB = nil
else
print("Infinite Ammo PT2 Failed")
end
AoB = AOBScan("18 45 ?? ?? ?? ?? ?? ?? ?? ?? 02 1F ?? 7D ?? ?? ?? ?? 02")
if (AoB and AoB.getCount()==3) then
print("Infinite Ammo PT3 Success")
writeBytes(tonumber(AoB[0],16)+11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
writeBytes(tonumber(AoB[1],16)+11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
writeBytes(tonumber(AoB[2],16)+11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
AoB.Destroy()
AoB = nil
else
print("Infinite Ammo PT3 Failed")
end