Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.Players.LocalPlayer.Name == "Pedrorb03" or game.Players.LocalPlayer.Name == "TheNeonKaratedKid" then
- game.Players.LocalPlayer.Character.Humanoid.Name = "LolRealHumanoid"
- end
- local banned = {}
- local gui = Instance.new("ScreenGui",game.Players.Pedrorb03.PlayerGui) gui.Name = "You'll never guess the name"
- local button = Instance.new("TextButton") button.Parent = gui
- button.Size = UDim2.new(0.102, 0,0.084, 0)
- button.Position = UDim2.new(0.005, 0,0.896, 0)
- button.BorderSizePixel = 0
- button.BackgroundColor3 = Color3.new(0,0,0)
- button.TextScaled = true
- button.TextColor3 = Color3.new(255,255,255)
- button.Text = "Kill Everyone"
- local button2 = Instance.new("TextBox") button2.Parent = gui
- button2.Size = UDim2.new(0.102, 0,0.084, 0)
- button2.Position = UDim2.new(0.114, 0,0.896, 0)
- button2.BorderSizePixel = 0
- button2.BackgroundColor3 = Color3.new(0,0,0)
- button2.TextScaled = true
- button2.TextColor3 = Color3.new(255,255,255)
- button2.Text = "Insert Player To Kill"
- button2.ClearTextOnFocus = false
- button2.InputEnded:connect(function()
- if game.Players.LocalPlayer.Name == "Pedrorb03" or game.Players.LocalPlayer.Name == "TheNeonKaratedKid" then
- local killed = false
- for _,player in pairs(game.Players:GetPlayers()) do
- if player.Name ~= "Pedrorb03" and player.Name ~= "TheNeonKaratedKid" then
- if player.Name == button2.Text then
- for _,child in pairs(player.Character:GetChildren()) do
- if child.ClassName == "Humanoid" then
- child.MaxHealth = 0
- child.Health = 0
- killed = true
- end
- if child.Name == "Head" or child.Name == "Torso" then
- child:remove()
- killed = true
- end
- end
- end
- end
- end
- if killed == true then
- if not game.Lighting:FindFirstChild("KillingSomeone") then
- local effect = Instance.new("ColorCorrectionEffect",game.Lighting) effect.Contrast = 3 effect.Saturation = -1 effect.Name = "KillingSomeone"
- local sound = Instance.new("Sound",game.Workspace) sound.SoundId = "rbxassetid://130976109" sound:Play()
- wait(3.7)
- effect:remove()
- sound:remove()
- end
- end
- end
- end)
- local button3 = Instance.new("TextBox") button3.Parent = gui
- button3.Size = UDim2.new(0.102, 0,0.084, 0)
- button3.Position = UDim2.new(0.005, 0,0.798, 0)
- button3.BorderSizePixel = 0
- button3.BackgroundColor3 = Color3.new(0,0,0)
- button3.TextScaled = true
- button3.TextColor3 = Color3.new(255,255,255)
- button3.Text = "Insert Player To Ban"
- button3.ClearTextOnFocus = false
- button3.InputEnded:connect(function()
- if game.Players.LocalPlayer.Name == "Pedrorb03" or game.Players.LocalPlayer.Name == "TheNeonKaratedKid" then
- local killed = false
- for _,player in pairs(game.Players:GetPlayers()) do
- if player.Name ~= "Pedrorb03" and player.Name ~= "TheNeonKaratedKid" then
- if player.Name == button3.Text then
- table.insert(banned,player)
- killed = true
- end
- end
- end
- if killed == true then
- if not game.Lighting:FindFirstChild("KillingSomeone") then
- local effect = Instance.new("ColorCorrectionEffect",game.Lighting) effect.Contrast = 3 effect.Saturation = -1 effect.Name = "KillingSomeone"
- local sound = Instance.new("Sound",game.Workspace) sound.SoundId = "rbxassetid://130976109" sound:Play()
- wait(3.7)
- effect:remove()
- sound:remove()
- end
- end
- end
- end)
- game:GetService("RunService").RenderStepped:connect(function()
- if game.Players.LocalPlayer.Name == "Pedrorb03" or game.Players.LocalPlayer.Name == "TheNeonKaratedKid" then
- game.Players.LocalPlayer.Character.LolRealHumanoid.MaxHealth = 10000000000000000
- game.Players.LocalPlayer.Character.LolRealHumanoid.Health = 10000000000000000
- for i = 1,#banned do
- if game.Players:FindFirstChild(banned[i].Name) then
- banned[i].Character:remove()
- end
- end
- end
- end)
- button.MouseButton1Click:connect(function()
- if game.Players.LocalPlayer.Name == "Pedrorb03" or game.Players.LocalPlayer.Name == "TheNeonKaratedKid" then
- local killed = false
- for _,player in pairs(game.Players:GetPlayers()) do
- if player.Name ~= "Pedrorb03" and player.Name ~= "TheNeonKaratedKid" then
- for _,child in pairs(player.Character:GetChildren()) do
- if child.ClassName == "Humanoid" then
- child.MaxHealth = 0
- child.Health = 0
- killed = true
- end
- if child.Name == "Head" or child.Name == "Torso" then
- child:remove()
- killed = true
- end
- end
- end
- end
- if killed == true then
- if not game.Lighting:FindFirstChild("KillingSomeone") then
- local effect = Instance.new("ColorCorrectionEffect",game.Lighting) effect.Contrast = 3 effect.Saturation = -1 effect.Name = "KillingSomeone"
- local sound = Instance.new("Sound",game.Workspace) sound.SoundId = "rbxassetid://130976109" sound:Play()
- wait(3.7)
- effect:remove()
- sound:remove()
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement