-- By using this script, you automatically become downbad local tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Weapon") or game.Players.LocalPlayer.Character:FindFirstChild("Weapon") game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi Guys! I love to exploit dead games!","All") for i,v in pairs(game.Players:GetChildren()) do if v ~= game.Players.LocalPlayer then for i = 1,25 do tool.DamageEvent:FireServer(v.Character.Humanoid) end end end