Advertisement
STEAMEDHNAMAMAMNA

iDIOT

May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. msg = Instance.new("Message")
  2. msg.Parent = game.Workspace
  3. msg.Text = "fuckyou.exe starting..."
  4. wait(5)
  5. msg.Text = "First of I just want to say that, its not personal"
  6. wait(4)
  7. msg.Text = "Secondly, get ready to be mindfucked c:"
  8. wait(3)
  9. msg.Text = "1x1x1x1 Never dies."
  10. wait(2)
  11. msg.Text = "1x1x1x1 has signed out"
  12. wait(2)
  13. msg.Text = "MINDFUCK IN PROGRESS, PLEASE STAND BY"
  14.  
  15. -- made by zade
  16. s=Instance.new'Sound';
  17. s.Parent=workspace;
  18. s.SoundId='rbxassetid://152840862';
  19. s.Pitch=1;
  20. s.Volume=1;
  21. s.Looped=true;
  22. s:play();
  23. local s = Instance.new("Sound")
  24.  
  25. s.Name = "Sound"
  26. s.SoundId = "http://www.roblox.com/asset/?id=1800060490"
  27. s.Volume = 10
  28. s.Looped = true
  29. s.archivable = false
  30.  
  31. s.Parent = game.Workspace
  32.  
  33. wait(3)
  34.  
  35. s:play()
  36. for _, v in pairs(game.Lighting:GetChildren()) do if v.ClassName == 'Sky' then v:Destroy() end end
  37. local sky = Instance.new('Sky', game.Lighting)
  38. local params = {'SkyboxBk', 'SkyboxDn', 'SkyboxFt', 'SkyboxLf', 'SkyboxRt', 'SkyboxUp'}
  39. function switchSky(sk)
  40. for _,v in pairs(params) do
  41. sky[v] = sk
  42. end
  43. end
  44. while wait() do
  45. game.Lighting.FogEnd = 0
  46. game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random())
  47. switchSky('http://www.roblox.com/asset/?id=68351011')
  48. wait()
  49. game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random())
  50. switchSky('http://www.roblox.com/asset/?id=55054494')
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement