Glexteon

Untitled

Oct 1st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer:GetMouse()
  2. tool = Instance.new("Tool")
  3. tool.RequiresHandle = false
  4. tool.Name = "Kill."
  5. tool.Activated:connect(function()
  6. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  7. Victim = game.Players[mouse.Target.Parent.Name]
  8. Victim = Victim.Character
  9. o1 = Instance.new("Sound")
  10. o1.Parent = Victim.Head
  11. o1.SoundId = "rbxassetid://429400881"
  12. o1:Play()
  13. o1 = Instance.new("Sound")
  14. o1.Name = "SoundofPain"
  15. o1.Parent = Victim.Head
  16. o1.Volume = 3
  17. o1.SoundId = "rbxassetid://606862847"
  18. o1:Play()
  19. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=412416747"
  20. Victim.Head.BrickColor = BrickColor.New("Maroon")
  21. for i=1, 10 do
  22. wait(.1)
  23. Victim.Head.Size = Victim.Head.Size *1.3
  24. end
  25. local ex = Instance.new'Explosion'
  26. ex.BlastRadius = 0
  27. ex.Position = Victim.Head.Position
  28. ex.Parent = workspace
  29. PS33 = Instance.new("Sound")
  30. PS33.Name = "Boom"
  31. PS33.Parent = workspace
  32. PS33.SoundId = "rbxassetid://165969964"
  33. PS33.Volume = 10
  34. PS33:Play()
  35. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Head"])
  36. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Torso"])
  37. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Right Arm"])
  38. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Left Arm"])
  39. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Right Leg"])
  40. game.ReplicatedStorage.Events.destryObj:FireServer(Victim["Left Leg"])
  41. tool.Name = "[3]"
  42. wait(1)
  43. tool.Name = "[2]"
  44. wait(1)
  45. tool.Name = "[1]"
  46. wait(1)
  47. tool.Name = "Kill."
  48. end
  49. end)
  50. tool.Parent = game.Players.LocalPlayer.Backpack
Add Comment
Please, Sign In to add comment