Realistic hood Script | GUN MODS

Created by peke#7374

Features:

  • Crosshair
  • Infinite ammo
  • no recoil
  • automatic
  • no spread
  • firerate
-- This is glitchy, the gun breaks sometimes so be careful
-- You can run this with raycast silent aim

local plr = game:GetService("Players").LocalPlayer
local name = "MOSINLEGAL" -- Name of the gun here, make sure to not equip it
local gg = plr.Backpack:FindFirstChild(name)
local scriptm = gg:FindFirstChild("ACS_Settings")
local _module = require(scriptm)

-- Dont mess with the stuff down here or the acs anticheat will catch you


local function InfAmmo()
_module["Ammo"] = 10000000
_module["AmmoInGun"] = 10000000
_module["StoredAmmo"] = 10000000
_module["MaxStoredAmmo"] = 10000000
end
local function Fire()
_module["gunRecoil"] = 0.0001
_module["camRecoil"] = 0.0001
_module["ShootType"] = 3
_module["MinSpread"] = 0.0001
_module["MaxSpread"] = 0.0001
_module["Auto"] = true
end
local function Misc()
_module["CrossHair"] = true
end
Fire()
InfAmmo()
Misc()

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS