Advertisement
Mitko1223tm

rekt

Mar 25th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. --Made by Mitko1223tm
  2.  
  3. wait(1)
  4.  
  5. print('TM is here.')
  6.  
  7. warn('Mitko1223tm wants to eat you.')
  8.  
  9. local m = Instance.new("Sound")
  10. m.Name = "Music"
  11. m.SoundId = "rbxassetid://459420383"
  12. m.Volume = 1
  13. m.Pitch = 1
  14. m.Looped = true
  15. m.archivable = false
  16. m.Parent = game.Workspace
  17.  
  18. m:play()
  19.  
  20. wait(2)
  21.  
  22. local m2 = Instance.new("Sound")
  23. m2.Name = "EvilLaugh"
  24. m2.SoundId = "rbxassetid://138085838"
  25. m2.Volume = 1
  26. m2.Pitch = 1
  27. m2.Looped = true
  28. m2.archivable = false
  29. m2.Parent = game.Workspace
  30.  
  31. m2:play()
  32.  
  33. wait(4)
  34.  
  35. ms = Instance.new('Message')
  36. ms.Parent = workspace
  37. ms.Text = 'I am back.'
  38. wait(4)
  39. ms:remove()
  40.  
  41. wait(0.5)
  42.  
  43. ms = Instance.new('Message')
  44. ms.Parent = workspace
  45. ms.Text = 'Prepare for your punishment, scrubs.'
  46. wait(5)
  47. ms:remove()
  48.  
  49. wait(0.5)
  50.  
  51. ms = Instance.new('Message')
  52. ms.Parent = workspace
  53. ms.Text = 'Here it goes.'
  54. wait(0.5)
  55. ms:remove()
  56.  
  57. wait(1)
  58.  
  59. ms = Instance.new('Message')
  60. ms.Parent = workspace
  61. ms.Text = '3'
  62. wait(1)
  63. ms:remove()
  64.  
  65. ms = Instance.new('Message')
  66. ms.Parent = workspace
  67. ms.Text = '2'
  68. wait(1)
  69. ms:remove()
  70.  
  71. ms = Instance.new('Message')
  72. ms.Parent = workspace
  73. ms.Text = '1'
  74. wait(1)
  75. ms:remove()
  76.  
  77. wait(2)
  78.  
  79. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  80. game.Lighting.FogColor = Color3.new(0,0,0)
  81. game.Lighting.FogEnd = 10
  82. game.Lighting.Brightness = 0
  83. skybox = Instance.new('Sky')
  84. skybox.Name = 'Skybox'
  85. skybox.Parent = game.Lighting
  86. skybox.SkyboxBk = 'rbxassetid://910773715'
  87. skybox.SkyboxDn = 'rbxassetid://910773715'
  88. skybox.SkyboxFt = 'rbxassetid://910773715'
  89. skybox.SkyboxLf = 'rbxassetid://910773715'
  90. skybox.SkyboxRt = 'rbxassetid://910773715'
  91. skybox.SkyboxUp = 'rbxassetid://910773715'
  92. game.Workspace.Terrain:Clear()
  93. game.Workspace.Baseplate:Destroy()
  94. game.Workspace.Gravity = 0
  95.  
  96. wait(0.1)
  97.  
  98. ms = Instance.new('Message')
  99. ms.Parent = workspace
  100. ms.Text = 'This server has been deleted by TM.'
  101.  
  102. wait(3)
  103.  
  104. h = Instance.new('Hint')
  105. h.Parent = workspace
  106. h.Text = 'Have a good day.'
  107.  
  108. while true do
  109. wait(0.1)
  110. print('---TM was here---')
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement