[ad_1]
Created by Randomedud
Features:
local plr = game:GetService("Players").THEIRUSERNAMEHERENOTDISPLAYNAME
game:GetService("ReplicatedStorage").Events.ApplyGun:FireServer({Model = plr.Character.Gun,Name = "USP"}, game.Players.LocalPlayer) -- bring people to you
game:GetService("ReplicatedStorage").Events.ApplyGun:FireServer({Model = game:GetService("Workspace"):FindFirstChild("C4"),Name = "USP"}, game.Players.LocalPlayer) -- duplicate bomb
if game:GetService("Workspace"):FindFirstChild("C4") then -- crash the server bomb must be planted
for i = 0,5000 do
game:GetService("ReplicatedStorage").Events.ApplyGun:FireServer({Model = game:GetService("Workspace"):FindFirstChild("C4"),Name = "USP"}, game.Players.LocalPlayer)
wait()
end
end
game:GetService("ReplicatedStorage").Events.ApplyGun:FireServer({Model = game:GetService("ReplicatedStorage").Hostage,Name = "USP"}, game.Players.LocalPlayer) -- godmode you can shoot people
-- someone is selling this, or the same thing. so im pushing this
-- CB Server crasher, original thread: https://v3rmillion.net/showthread.php?tid=1174466
-- rewritten by engo#0320 for better code & ease of use
-- game: https://www.roblox.com/games/301549746
-- working as of 18th june 2022 | 17:35 UK TIME
local client = game:GetService("Players").LocalPlayer
local applyGun = game:GetService("ReplicatedStorage").Events.ApplyGun
coroutine.wrap(function() -- Server Crash Loop
if not workspace:FindFirstChild("C4") then repeat task.wait() until workspace:FindFirstChild("C4") end -- Wait until bomb is planted
for i = 1,7500 do
applyGun:FireServer({Model = game:GetService("Workspace"):FindFirstChild("C4"),Name = "USP"}, client)
task.wait()
end
end)
applyGun:FireServer({Model = game:GetService("ReplicatedStorage").Hostage,Name = "USP"}, client) -- Godmode
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]