Advertisement
num6456

Untitled

Feb 25th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. wait(1)
  2. --THELEGEND27 Suit
  3. local p = game.Players.LocalPlayer --prepare for i,v in pairs :))))))
  4. p.Character.Humanoid.WalkSpeed = 200
  5. p.Character.Humanoid.MaxHealth = 25000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  6. p.Character.Humanoid.JumpPower = 150
  7. p.Backpack:ClearAllChildren()
  8.  
  9. local t = Instance.new("Tool",p.Backpack)
  10. t.Name = "thelegend27 by 1x1x1x1x1x1x1x0x0x2"
  11. t.GripPos = Vector3.new(0,-6,0)
  12. t.GripUp = Vector3.new(0,0,1)
  13. local a = Instance.new("Part",t)
  14. a.Name = "Handle"
  15. a.Size = Vector3.new(.4,15,.4)
  16. a.Material = Enum.Material.Neon
  17. a.BrickColor = BrickColor.new'Really red'
  18.  
  19. t.Activated:connect(function()
  20. for i,v in pairs(game.Players:GetChildren()) do
  21. if v.Name ~= game.Players.LocalPlayer.Name then
  22. v.Character.Humanoid.Health = 0
  23. end
  24. end
  25. end)
  26.  
  27. a.Touched:connect(function(ss)
  28. local c = game.Players:FindFirstChild(ss.Parent.Name)
  29. if c then
  30. c.Character.Humanoid.Health = 0
  31. end
  32. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement