Dragonsarereal123

Untitled

Mar 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. local messagesToSpam = {"TROLLLOOLOLZZZZ HAXINNN","YURR BEING HAXDOORRRRRRRDDDD","PAINIS CUPCAKE","OOOMMMMMMMMGGGGGGGGGGGGGG","WTF LOL","I LIKE LITTLE CHILDREN","JAREDVALDEZ4 FTW","VOTE KONY 2012","LOLZOR DINOSAUR", "SPAH SPAH SPAHHHHHHHH","MIENCRAFT LOLOL","HAAAAAAX *COMPUTER*"}
  2. local spamPerSecond = 5 --Changes due increase
  3. local asp = (1/spamPerSecond)
  4. function randomizeWord(word)
  5. local holder = {}
  6. for i = 1,string.len(word) do
  7. local char = string.sub(word,i,i)
  8. table.insert(holder, char)
  9. end
  10. for i = 1,#holder do
  11. local n = math.random(1,2)
  12. if (n==1) then
  13. holder[i] = string.upper(holder[i])
  14. else
  15. holder[i] = string.lower(holder[i])
  16. end
  17. end
  18. local rebuiltwrd = "QuikTheif665"
  19. for i = 1,#holder do
  20. rebuiltwrd = rebuiltwrd..holder[i]
  21. end
  22. return rebuiltwrd
  23. end
  24. function randCol()
  25. local n = math.random(1,3)
  26. if (n==1) then
  27. return Enum.ChatColor.Red
  28. elseif (n==2) then
  29. return Enum.ChatColor.Blue
  30. else
  31. return Enum.ChatColor.Green
  32. end
  33. end
  34. local m = Instance.new("Message")
  35. m.Parent = workspace
  36. while wait(asp) do
  37. local p = game.Players:GetChildren()
  38. for i = 1,#p do
  39. local s = p[i].Character:GetChildren()
  40. for j = 1,#s do
  41. if (s[j]:IsA("Part")) then
  42. s[j].BrickColor = BrickColor.Random()
  43. game:GetService("Chat"):Chat(s[j],tostring(randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])), randCol())
  44. if (s[j].Name=="Head") then
  45. s[j].Mesh.Scale = Vector3.new(math.random(-9.1,9.1), math.random(-9.1,9.1), math.random(-9.1,9.1))
  46. end
  47. elseif (s[j]:IsA("Shirt")) then
  48. s[j]:remove()
  49. elseif (s[j]:IsA("Pants")) then
  50. s[j]:remove()
  51. elseif (s[j]:IsA("CharacterMesh")) then
  52. s[j]:remove()
  53. elseif (s[j]:IsA("Humanoid")) then
  54. s[j].WalkSpeed = math.random(-90,90)
  55. end
  56. end
  57. end
  58. game.Lighting.FogEnd = math.random(0,100000)
  59. game.Lighting.Ambient = Color3.new(-math.random(0,255),-math.random(0,255),-math.random(0,255))
  60. m.Name = math.random(0,10000)..math.random(0,10000)..math.random(0,10000)
  61. m.Text = randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])
  62. end
  63. (Today, 01:29 AM)Nevinjom1 Wrote:
  64. (Today, 12:52 AM)CrazyPsycho Wrote:
  65. Does anyone have a golden ape script??
  66.  
  67. local messagesToSpam = {"TROLLLOOLOLZZZZ HAXINNN","YURR BEING HAXDOORRRRRRRDDDD","PAINIS CUPCAKE","OOOMMMMMMMMGGGGGGGGGGGGGG","WTF LOL","I LIKE LITTLE CHILDREN","JAREDVALDEZ4 FTW","VOTE KONY 2012","LOLZOR DINOSAUR", "SPAH SPAH SPAHHHHHHHH","MIENCRAFT LOLOL","HAAAAAAX *COMPUTER*"}
  68. local spamPerSecond = 5 --Changes due increase
  69. local asp = (1/spamPerSecond)
  70. function randomizeWord(word)
  71. local holder = {}
  72. for i = 1,string.len(word) do
  73. local char = string.sub(word,i,i)
  74. table.insert(holder, char)
  75. end
  76. for i = 1,#holder do
  77. local n = math.random(1,2)
  78. if (n==1) then
  79. holder[i] = string.upper(holder[i])
  80. else
  81. holder[i] = string.lower(holder[i])
  82. end
  83. end
  84. local rebuiltwrd = ""
  85. for i = 1,#holder do
  86. rebuiltwrd = rebuiltwrd..holder[i]
  87. end
  88. return rebuiltwrd
  89. end
  90. function randCol()
  91. local n = math.random(1,3)
  92. if (n==1) then
  93. return Enum.ChatColor.Red
  94. elseif (n==2) then
  95. return Enum.ChatColor.Blue
  96. else
  97. return Enum.ChatColor.Green
  98. end
  99. end
  100. local m = Instance.new("Message")
  101. m.Parent = workspace
  102. while wait(asp) do
  103. local p = game.Players:GetChildren()
  104. for i = 1,#p do
  105. local s = p[i].Character:GetChildren()
  106. for j = 1,#s do
  107. if (s[j]:IsA("Part")) then
  108. s[j].BrickColor = BrickColor.Random()
  109. game:GetService("Chat"):Chat(s[j],tostring(randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])), randCol())
  110. if (s[j].Name=="Head") then
  111. s[j].Mesh.Scale = Vector3.new(math.random(-9.1,9.1), math.random(-9.1,9.1), math.random(-9.1,9.1))
  112. end
  113. elseif (s[j]:IsA("Shirt")) then
  114. s[j]:remove()
  115. elseif (s[j]:IsA("Pants")) then
  116. s[j]:remove()
  117. elseif (s[j]:IsA("CharacterMesh")) then
  118. s[j]:remove()
  119. elseif (s[j]:IsA("Humanoid")) then
  120. s[j].WalkSpeed = math.random(-90,90)
  121. end
  122. end
  123. end
  124. game.Lighting.FogEnd = math.random(0,100000)
  125. game.Lighting.Ambient = Color3.new(-math.random(0,255),-math.random(0,255),-math.random(0,255))
  126. m.Name = math.random(0,10000)..math.random(0,10000)..math.random(0,10000)
  127. m.Text = randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])
  128. end
Advertisement
Add Comment
Please, Sign In to add comment