local get = getgc(true) for _, t in next, get do if type(t) == 'table' and rawget(t, "Ammo") and rawget(t, "MaxAmmo") then if isreadonly(t) then setreadonly(t, false) end rawset(t, "Ammo", math.huge) rawset(t, "MaxAmmo", math.huge) end end