--BROUGHT TO YOU BY RobloxScripter.com!--
local Player = game:GetService("Players").LocalPlayer
local mag = require(game:GetService("ReplicatedStorage").Modules.Gun).get(Player.Character:FindFirstChildOfClass("Tool"));
mag.Clip = mag.Clip + math.huge;
mag.MagazineBullets = mag.MagazineBullets + math.huge;