AoB (LUA) Infinite Ammo Hack
First Things First,give credit to those who created it,Since Aug this the AOB is in another POST and not here,and gives a bit of trouble to go and change the Post page,etc...
Thanks to those who made this possible:
-Credits to leeclow For the AoB
-Willycook321 For decoding the AoB
-Thanks to Supergamay To teach Eszares Supergamay By creating the Lua
- Thanks to Eszares For post the LUA,
Here is the LUA:
Thanks to those who made this possible:
-Credits to leeclow For the AoB
-Willycook321 For decoding the AoB
-Thanks to Supergamay To teach Eszares Supergamay By creating the Lua
- Thanks to Eszares For post the LUA,

Here is the LUA:
Code:
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



