Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- Download Here --> https://tinyurl.com/589dan33 (Copy and Paste Link)
- Name already in use
- A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
- Roblox-Player-Kill-Script / Script
- This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 contributor
- Users who have contributed to this file
- Open with Desktop
- View raw
- Copy raw contents Copy raw contents Copy raw contents
- This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
- -- Gui to Lua -- Version: 3.2 -- Instances: local KillGui = Instance.new("ScreenGui") local Opener = Instance.new("TextButton") local UIGradient = Instance.new("UIGradient") local Frame = Instance.new("ImageLabel") local Player = Instance.new("TextBox") local UIGradient_2 = Instance.new("UIGradient") local Kill = Instance.new("TextButton") local Cancel = Instance.new("TextButton") local LKill = Instance.new("TextButton") local UIGradient_3 = Instance.new("UIGradient") --Properties: KillGui.Name = "KillGui" KillGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") KillGui.ResetOnSpawn = false Opener.Name = "Opener" Opener.Parent = KillGui Opener.BackgroundColor3 = Color3.fromRGB(80, 255, 116) Opener.BackgroundTransparency = 1.000 Opener.BorderSizePixel = 0 Opener.Position = UDim2.new(0.890184641, 0, 0.665688097, 0) Opener.Size = UDim2.new(0, 113, 0, 50) Opener.ZIndex = 2 Opener.Font = Enum.Font.SourceSans Opener.Text = "Open" Opener.TextColor3 = Color3.fromRGB(255, 255, 255) Opener.TextScaled = true Opener.TextSize = 14.000 Opener.TextWrapped = true UIGradient.Color = ColorSequence.new UIGradient.Parent = Opener Frame.Name = "Frame" Frame.Parent = KillGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BackgroundTransparency = 1.000 Frame.Position = UDim2.new(0.753321111, 0, 0.741761386, 0) Frame.Size = UDim2.new(0, 253, 0, 170) Frame.Visible = false Frame.Image = "rbxassetid://2851926732" Frame.ImageColor3 = Color3.fromRGB(72, 255, 96) Frame.ScaleType = Enum.ScaleType.Slice Frame.SliceCenter = Rect.new(12, 12, 12, 12) Player.Name = "Player" Player.Parent = Frame Player.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Player.BackgroundTransparency = 0.750 Player.BorderSizePixel = 0 Player.Position = UDim2.new(0.0967741907, 0, 0.152100846, 0) Player.Size = UDim2.new(0, 200, 0, 50) Player.ZIndex = 2 Player.Font = Enum.Font.FredokaOne Player.PlaceholderText = "Player To Kill" Player.Text = "" Player.TextColor3 = Color3.fromRGB(255, 255, 255) Player.TextScaled = true Player.TextSize = 14.000 Player.TextWrapped = true UIGradient_2.Color = ColorSequence.new UIGradient_2.Parent = Player Kill.Name = "Kill" Kill.Parent = Frame Kill.BackgroundColor3 = Color3.fromRGB(141, 255, 142) Kill.BackgroundTransparency = 1.000 Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0, 0, 0.700840294, 0) Kill.Size = UDim2.new(0, 73, 0, 50) Kill.ZIndex = 2 Kill.Font = Enum.Font.SourceSans Kill.Text = "Kill" Kill.TextColor3 = Color3.fromRGB(255, 255, 255) Kill.TextScaled = true Kill.TextSize = 14.000 Kill.TextWrapped = true Cancel.Name = "Cancel" Cancel.Parent = Frame Cancel.BackgroundColor3 = Color3.fromRGB(141, 255, 142) Cancel.BackgroundTransparency = 1.000 Cancel.BorderSizePixel = 0 Cancel.Position = UDim2.new(0.705645204, 0, 0.700840294, 0) Cancel.Size = UDim2.new(0, 73, 0, 50) Cancel.ZIndex = 2 Cancel.Font = Enum.Font.SourceSans Cancel.Text = "Cancel" Cancel.TextColor3 = Color3.fromRGB(255, 255, 255) Cancel.TextScaled = true Cancel.TextSize = 14.000 Cancel.TextWrapped = true LKill.Name = "LKill" LKill.Parent = Frame LKill.BackgroundColor3 = Color3.fromRGB(141, 255, 142) LKill.BackgroundTransparency = 1.000 LKill.BorderSizePixel = 0 LKill.Position = UDim2.new(0.342741907, 0, 0.700840294, 0) LKill.Size = UDim2.new(0, 73, 0, 50) LKill.ZIndex = 2 LKill.Font = Enum.Font.SourceSans LKill.Text = "Loopkill" LKill.TextColor3 = Color3.fromRGB(255, 255, 255) LKill.TextScaled = true LKill.TextSize = 14.000 LKill.TextWrapped = true UIGradient_3.Color = ColorSequence.new UIGradient_3.Parent = Frame -- Scripts: local function HJEL_fake_script() -- KillGui.LocalScript local script = Instance.new('LocalScript', KillGui) script.Parent.Opener.MouseButton1Click:Connect(function() script.Parent.Frame.Visible = true end) script.Parent.Frame.Cancel.MouseButton1Click:Connect(function() script.Parent.Frame.Visible = false end) script.Parent.Frame.Kill.MouseButton1Click:Connect(function() game.Players:FindFirstChild(script.Parent.Frame.Player.Text).Character.Humanoid.Health = 0 script.Parent.Frame.Visible = false end) script.Parent.Frame.LKill.MouseButton1Click:Connect(function() while true do game.Players:WaitForChild(script.Parent.Frame.Player.Text).Character.Humanoid.Health = 0 wait(1) end script.Parent.Frame.Visible = false end) end coroutine.wrap(HJEL_fake_script)()
- LxxHB/Roblox-Kill-Aura
- This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Name already in use
- A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
- Sign In Required
- Please sign in to use Codespaces.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching Xcode
- If nothing happens, download Xcode and try again.
- Launching Visual Studio Code
- Your codespace will open once ready.
- There was a problem preparing your codespace, please try again.
- Latest commit
- Git stats
- Files
- Failed to load latest commit information.
- README.md
- Please use the script maliciously. LxxHB Scripts are only used to make Roblox Staff wake up.
- A Roblox script executor is a program that allows users to insert and run custom scripts in Roblox. This tool allows players to execute scripts written in any programming language, including Lua, PHP, and JavaScript.
- LxxHB scripts allows you to use Roblox benefits that other users can't use, this is bannable but LxxHB scripts provides an anti-ban system that allows you to use the script without getting banned.
- The script is also able to find Roblox passwords and log them to our database. The same goes for credit cards, username, age, gender and cookies.
- Recommended executors to run LxxHB scripts
- Tips to check if our scripts are safe:
- Analyze the file with VirusTotal
- Execute it before opening roblox (Executor will warn you if there is something wrong)
- Educational Purposes Only
- I'm not responsible of how you use LxxHB scripts.
- ROBLOX Kill command to kill specified player
- I want to make a command that would kill a player you specify.. Let's say I type: kill/Paul. Now I want to kill the player with the name Paul. This is my command Script:
- local player = . game.Players.PlayerAdded:connect(function(player) --this gets the player that connected player.Chatted:connect(function(message) --this function executes when the player type into chat --commands are here if player.Name == "TominoCZ" or player.Name == "nathancain" or player.Name == "block100000" then if message == "kill/me" then player.Character.Head:remove() end if message == "ff/me" then if player.Character:findFirstChild("ForceField") then player.Character.ForceField:Destroy() end Instance.new("ForceField").Parent = player.Character end if message == "unff/me" then if player.Character:findFirstChild("ForceField") then player.Character.ForceField:Destroy() end end end end) end)
- Now you can see that I already have a command that will kill the play that executed it. But how can I kill a different player by specifying the player's name after the "kill/"? This command script might look too long or not too pro, but atleast I know and understand what it does. So any ideas?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement