--Uploaded On https://youtube.com/AhmedMode
--Published on https://ahmedmode.com
--Credits goes to the devs!
--Scripts Below:

--Scripts

local old
local path = game.Players.LocalPlayer.Backpack
old = hookmetamethod(path, "__index", function(instances,property)
   if tostring(instances) == "CurrentAmmo" and property == "Value" then
       return math.huge
   end
   return old(instances,property)
end)
---
loadstring(game:HttpGet("https://gist.githubusercontent.com/IYU23HR98HF/dc62e4ebfd0d1057cfc255cd35348bbd/raw/13dbaa2ab3261eb834a55048f1e4c90b6a2894a6/All%2520Of%2520Us%2520Are%2520Dead%2520Script", true))()