Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. --Made by RobloxBlux
  2. wait(1)
  3. safe = {"RobloxBlux","bigdogk5,","horseman4life","giga21"}
  4. tool = Instance.new("Tool",game.Players.RobloxBlux.Backpack)
  5. players = game.Players:GetChildren()
  6. handle = Instance.new("Part",game.Workspace)
  7. handle.Name = "Handle"
  8. handle.Parent = tool
  9. handle.BrickColor = BrickColor.New("Mint")
  10. script.Parent = tool
  11. handle.Reflectance = "1"
  12. handle.Size = Vector3.new(1.5,1.5,1.5)
  13. handle.Shape = "Ball"
  14. handle.BottomSurface = "Smooth"
  15. handle.TopSurface = "Smooth"
  16. tool.Name = "Randomkillr V.02"
  17. function findplayer()
  18. local randplyr = players[math.random(1,#players)]
  19. if randplyr.Name == safe[1] then
  20. print("Since "..safe[1].."made this he will live")
  21. findplayer()
  22. elseif randplyr.Name == safe[2] then
  23. print("Since "..safe[2].."made this he will live")
  24. findplayer()
  25. elseif randplyr.Name == safe[3] then
  26. print("Since "..safe[3].."Is a good friend of RobloxBlux he will live")
  27. findplayer()
  28. elseif randplyr.Name == safe[4] then
  29. print("Since "..safe[4].."Is a good friend of RobloxBlux he will live")
  30. findplayer()
  31. else
  32. announcement.Text = "That noob is "..randplyr.Name
  33. --local ugotboomed = Instance.new("Explosion",randplyr.Character)
  34. --ugotboomed.ExplosionType = "NoCraters"
  35. --ugotboomed.Parent = randplyr.Character.Torso
  36. --ugotboomed.Position = randplyr.Character.Torso.Position
  37. randplyr.Character.Head.BrickColor = BrickColor.new("Really red")
  38.  
  39. end
  40. end
  41. tool.Activated:connect(function()
  42. announcement = Instance.new("Hint",game.Workspace)
  43. announcement.Text = "A noob shall die today."
  44. wait(3)
  45. findplayer()
  46. wait(3)
  47. announcement:Remove()
  48. end)
  49. tool.Equipped:connect(function()
  50. workspaces = game.Workspace:GetChildren()
  51. print("Workspace Objects Listed Below, Results given Via RandomKillrV.02")
  52. for i,v in pairs(workspaces)do
  53.  
  54. print(v.Name.." ")
  55. end
  56. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement