[ad_1]
Created by Atomicals#8791
Features:
- AUTO INSTANTLY DEFUSE BOMB
- auto defuses bomb instantly, no matter what distance, even across the map
while wait()do
local args = {
[1] = workspace.SPIKE
}
game:GetService("ReplicatedStorage").Events.Defuse:FireServer(unpack(args))
end
- WITH A LITE VERSION
- (just instantly defuses the bomb when you press the key to defuse the bomb (4), but the distance also doesn’t matter it’s just a little more legit)
local funny = game:GetService("UserInputService")
funny.InputBegan:Connect(function(asd)
if asd.KeyCode == Enum.KeyCode.Four then
local args = {
[1] = workspace.SPIKE
}
game:GetService("ReplicatedStorage").Events.Defuse:FireServer(unpack(args))
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]