What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

D-DAY Gun mod

Version / Update: v1.0.0
Download / Script Link
-- 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
[ View More ]
8f743a09-39e6-4ba6-8105-75df3a1feb2c.webp


Execute The script and it's working
 
Works on mobile
  1. Yes
Back
Top