ADVERTISEMENTREMOVE ADS
Call of Mini - Inf Ammo, Gems, Buy All Skins
47,141 views

Script Preview
Description
Features:
Weapon mods inf ammo, firerate, reload, infinite gems (dont spam it hard limit is 100k gems before ban) and buy all skins in the game
The script below is the infinite ammo one, execute it when you're in a game
Inf gems and buy all skins will be in the comments im shit at coding I tried putting ts in a ui library but kept bugging out
Tested with
ADVERTISEMENTREMOVE ADS
21 Lines • 613 Bytes
local function SetGcValue(str, val)
local garbage = getgc(true)
for i, Table in next, garbage do
if type(Table) == "table" then
if table.isfrozen(Table) then
make_writeable(Table)
end
if rawget(Table, str) ~= nil then
rawset(Table, str, val)
print("SetGarbageCollectionValue - Method Completed " .. str .. " Set To " .. tostring(val))
end
end
end
end
SetGcValue("Ammo", 999)
SetGcValue("HeadshotMultiplier", 1000)
SetGcValue("MaxSpread", 0)
SetGcValue("FireRate", 0)
SetGcValue("AmmoPerMag", 999)
SetGcValue("ReloadTime", 0)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
inf gem script copy below execute it when you load into lobby (Buy all skins script is in my profile) print("=== SPAMMING DAILY SPIN ===") local dailySpinRemote = game:GetService("ReplicatedStorage").DailySpin -- Spam the claim remote while true do local args = { "CLAIM", 4 } dailySpinRemote:InvokeServer(unpack(args)) print("Claimed daily spin!") wait(0.1) -- Small delay to avoid crashing end
do you know the autoban limit for coins and gearsand dna?
@nutseq 200+ for gear 400+ for dna. coins idk yet i dont got another account to test
idk why but inf ammo, firerate, reload etc doesn't work, I've tried it, but nothing is setting or working.
How do I get gems? I only get gold
How do I get gems? I only get gold
I only get gems how do I get the other things?
Not working
I wasn’t getting anything
patched now btw