Functions: INF ammo

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
local freddy = math.huge
local glen = freddy
local mt = getrawmetatable(game);
make_writeable(mt);
local old_index = mt.__index;
mt.__index = function(alfred,gilbert)
if tostring(alfred) == "Mag" then
if tostring(gilbert) == "Value" then
return glen;
end
end
return old_index(alfred,gilbert);
end
local freddy = math.huge
local glen = freddy
local mt = getrawmetatable(game);
make_writeable(mt);
local old_index = mt.__index;
mt.__index = function(alfred,gilbert)
if tostring(alfred) == "Ammo" then
if tostring(gilbert) == "Value" then
return glen;
end
end
return old_index(alfred,gilbert);
end