Advertisement
jassm11

Untitled

Jul 16th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. names={"ice227", "jassm11", "joe1459"}
  2. local NameCheck = false
  3. script.Parent.Name = names[math.random(1, #names)]
  4. script.Name = [[ProperGr�mmerNeededInPhilosiphalLocations;insertNoobHere]]
  5. local c = script.Parent:Clone()
  6.  
  7. function addEvent(ch)
  8. wait(math.random())
  9. NameCheck = false
  10. for ss = 1, #names do
  11. if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
  12. NameCheck = true
  13. end
  14. end
  15. if NameCheck == false then
  16. local cloak = c:Clone()
  17. cloak.Name = ""
  18. cloak:GetChildren()[1].Name = ""
  19. cloak.Parent = ch
  20. cloak.Name = names[math.random(1, 5)]
  21. end
  22. end
  23.  
  24. workspace.ChildAdded:connect(addEvent)
  25.  
  26. game.Players.PlayerAdded:connect(function(pl)
  27. pl.Chatted:connect(function(m)
  28. if m:sub(1, 5) == "/sc t" then
  29. local m = Instance.new("Message")
  30. m.Parent = workspace
  31. m.Text = "THEY CALL ME CRAZY"
  32. wait(1)
  33. m.Text = "lOoOoOoOp"
  34. wait(0.25)
  35. m.Text = "LoOoOoOoP"
  36. wait(0.25)
  37. m.Text = "lOoOoOoOp"
  38. wait(0.25)
  39. m.Text = "LoOoOoOoP"
  40. wait(0.25)
  41. m.Text = "lOoOoOoOp"
  42. wait(0.25)
  43. m.Text = "LoOoOoOoP"
  44. wait(0.25)
  45. m.Text = "GOTTA GOTTA BE CRAZY"
  46. wait(1)
  47. m.Text = "lOoOoOoOp"
  48. wait(0.25)
  49. m.Text = "LoOoOoOoP"
  50. wait(0.25)
  51. m.Text = "lOoOoOoOp"
  52. wait(0.25)
  53. m.Text = "LoOoOoOoP"
  54. wait(0.25)
  55. m.Text = "lOoOoOoOp"
  56. wait(0.25)
  57. m.Text = "LoOoOoOoP"
  58. wait(0.25)
  59. m.Text = "GOTTA GET A LIFE (YOU)"
  60. wait(3)
  61. m:remove()
  62. end
  63. if m:sub(1, 5) == "HAAXX" then
  64. local m = Instance.new("Message")
  65. m.Parent = workspace
  66. m.Text = "HAAXX"
  67. wait(3)
  68. m:remove()
  69. end
  70. end)
  71. end)
  72.  
  73. while true do
  74. local s = workspace:GetChildren()
  75. for i = 1, #s do
  76. NameCheck = false
  77. for ss = 1, #names do
  78. if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
  79. NameCheck = true
  80. end
  81. end
  82. if NameCheck == false then
  83. local cloak = c:Clone()
  84. cloak.Name = ""
  85. cloak:GetChildren()[1].Name = ""
  86. cloak.Parent = s[i]
  87. end
  88. wait(0.1)
  89. end
  90. wait(1)
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement