[SPAM SHOOT] Sandhurst Military Academy

Script Credit :- veil#9107
Features

Instructions:
Grab a free gun
Hold it
execute script
aim at someone and they're dead ( dont shoot your gun or it will kick you... just aim at them its basically spamming 100 bullets at once wherever your crosshair is)...
dont shoot while the cheat is loaded servers

WONT DEAL DAMAGE TO ANYONE OTHER THEN GUARDS OR PEOPLE YOU CAN SHOOT

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local Players = game:GetService("Players") local player = Players.LocalPlayer local mouse = player:GetMouse() local randomKey = Random.new(131719996080); ignoreList = {}; while true do local shotSound = player.Character.FreeGun.Extras.GunShot local endBarrel = player.Character.FreeGun.EndBarrel local v28, v29, v30, v31 = workspace:FindPartOnRayWithIgnoreList(Ray.new(endBarrel.CFrame.p, (Vector3.new(mouse.Hit.X, mouse.Hit.Y, mouse.Hit.Z) - endBarrel.CFrame.p).unit * 2048), ignoreList, false, true); player.Character.FreeGun.FirearmRemote:FireServer(randomKey:NextNumber(), "firearm:fire", v28, v29, v30, v31, shotSound, endBarrel) wait() end