ADVERTISEMENTREMOVE ADS
Game icon

Call of Mini - Inf Ammo, Gems, Buy All Skins

Script preview thumbnail
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

ADVERTISEMENTREMOVE ADS
21 Lines • 613 Bytes
Raw
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

Comments

10 comments
to add a comment
qa
Pinned by script owner
@qasfdasreqws
(edited)

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

1
0
nu

do you know the autoban limit for coins and gearsand dna?

0
0
nu

@nutseq 200+ for gear 400+ for dna. coins idk yet i dont got another account to test

0
0
ca

idk why but inf ammo, firerate, reload etc doesn't work, I've tried it, but nothing is setting or working.

0
0
Pu

How do I get gems? I only get gold

1
0
Pu

How do I get gems? I only get gold

1
0
Sh

I only get gems how do I get the other things?

0
0
Na

Not working

0
0
Na

I wasn’t getting anything

0
0
aa

patched now btw

0
0
ADVERTISEMENTREMOVE ADS