ADVERTISEMENTREMOVE ADS
Game icon

Gun mod

D-DAY
3 weeks ago
Script preview thumbnail
Script Preview

Description

ADVERTISEMENTREMOVE ADS
19 Lines • 421 Bytes
Raw
-- skid this nerd
for i, v in pairs(getgc(true)) do
if type(v) == 'table' then
if rawget(v, 'Spread') and rawget(v, 'FireRate') then
v.FireRate = 0.07
v.ReloadTime = 0.1
v.Spread = 0.0001
v.SpreadAim = 0.0001
v.SpreadMove = 0.0001
for ii, vv in pairs(v) do
if typeof(ii) == 'string' and( string.find(i, 'Recoil') or string.find(ii, 'Intens') ) then
v[ii] = 0.0001
end
end
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS