Randomizer infinite ammo

MADE BY Ozzf

FEATURE:

  • INFINITE AMMO,
  • INFINITE MAG
  • .
  • https://www.roblox.com/games/5307215810/Randomizer-V-0-2-1d

SCRIPTS: [2]

INFINITE\ MAG:

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

INIFNITE AMMO:

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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!