Call of Mini™ Zombies INF stats

MADE BY bocoor

FEATURES:

  • INF STATS
  • FREE EVENT STUFF

SCRIPTS: [2]

INF STATS:

local stats = {"Coins", "Crystals", "EventTickets"} -- Add Experience, Level, DAY if you want to
for i,v in pairs(stats) do
local args = {
   [1] = "Acid Shotgun",
   [2] = -5000,
   [3] = v,
   [4] = true,
   [5] = "Primary"
}

game:GetService("ReplicatedStorage").PowerupShop:FireServer(unpack(args))
end

FREE EVENT STUFF:

local packs = {"Pack1", "Pack2", "Pack3", "Pack4", "Pack5", "Pack6"}
for i,Pack in pairs(packs) do
game:GetService("ReplicatedStorage").EventTickets:FireServer(Pack, -5000)
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!