
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local localPlayer = Players.LocalPlayer
if getnamecallmethod then
local function setupRapidFire(tool)
if tool and tool:FindFirstChild("GunScript") then
for _, v in ipairs(getconnections(tool.Activated)) do
local funcinfo = debug.getinfo(v.Function)
for i = 1, funcinfo.nups do
local c, n = debug.getupvalue(v.Function, i)
if type(c) == "number" then
debug.setupvalue(v.Function, i, 1e-20)
end
end
end
end
end
local function onCharacterAdded(character)
RunService.Heartbeat:Connect(function()
local tool = character:FindFirstChildOfClass("Tool")
setupRapidFire(tool)
end)
end
if localPlayer.Character then
onCharacterAdded(localPlayer.Character)
end
localPlayer.CharacterAdded:Connect(onCharacterAdded)
endComments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Da Hood ποΈ game.
Yes, this script is completely free to use.
No, this script does not require a key.
This script is primarily designed for desktop. Mobile compatibility is not guaranteed.





