while task.wait() do
pcall(function()
for Stuff, Gun in pairs(getgc(true)) do
if type(Gun) == "table" and rawget(Gun, "SpreadRadius") then
Gun.SpreadRadius = 0
if rawget(Gun, "MaxSpread") then
Gun.MaxSpread = 0
end
if rawget(Gun, "MinSpread") then
Gun.MinSpread = 0
end
if rawget(Gun, "FireRate") then
Gun.FireRate = 0.05
end
if rawget(Gun, "AutoFire") ~= nil then
Gun.AutoFire = true
end
end
end
end)
end
Comments
Good Script But gets you banned.