Advertisement
ManlyMemeScripter

Prnis

Feb 20th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. wait(1)
  2. print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
  3. print("go to this link: https://pastebin.com/raw/w1WXLKrH")
  4. print("do ctrl + a")
  5. print("do ctrl + c")
  6. print("in the game, click in the output thing")
  7. print("do c/ctrl + v")
  8. print("and done, if you got what you need to do, you can destroy every script builder server")
  9. script.Parent = game.StarterGui
  10. math.randomseed(tick() % 1 * 1e6)
  11. sky = coroutine.create(function()
  12. while wait(0.3) do
  13. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
  14. s.CelestialBodiesShown = false
  15. end
  16. end)
  17.  
  18. del = coroutine.create(function()
  19. while wait(0.3) do
  20. for i,v in pairs(workspace:GetChildren()) do
  21. if v:IsA("Model") then
  22. v:Destroy()
  23. end
  24. end
  25. end
  26. end)
  27.  
  28.  
  29.  
  30. for i,v in pairs(game.Players:GetChildren()) do
  31. v.Character.Archivable = true
  32. end
  33. sound = coroutine.create(function()
  34. a = Instance.new("Sound",game.StarterPack)
  35. a.SoundId = "rbxassetid://141509625"
  36. a.Name = "SB admins stop viewing this"
  37. a.Volume = 58359
  38. a.Looped = true
  39. a:Play()
  40. while wait(0.2) do
  41. rainin = workspace:FindFirstChild("Hmph")
  42. if not rainin then
  43. a = Instance.new("Sound",game.StarterPack)
  44. a.SoundId = "rbxassetid://141509625"
  45. a.Name = "Hmph"
  46. a.Volume = 0
  47. a.Looped = true
  48. a:Play()
  49. end
  50. end
  51. end)
  52.  
  53. msg = coroutine.create(function()
  54. while wait(0.4) do
  55. msg = Instance.new("Message",workspace)
  56. msg.Text = "LMAO GET ₣Ʉ ₵₭ł₦₲ REKT BY TOAD"
  57. wait(0.4)
  58. msg:Destroy()
  59. end
  60. end)
  61.  
  62.  
  63. rain = coroutine.create(function()
  64. while wait() do
  65. part = Instance.new("Part",workspace)
  66. part.Name = "Toad"
  67. mesh = Instance.new("SpecialMesh",part)
  68. part.CanCollide = false
  69. part.Size = Vector3.new(6000,6000,6000)
  70. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  71. mesh.MeshType = "FileMesh"
  72. mesh.MeshId = "rbxassetid://867084695"
  73. mesh.TextureId = "rbxassetid://867084703"
  74. local trail = Instance.new("Trail", toad)
  75. trail.Attachment0 = a0
  76. trail.Attachment1 = a1
  77. trail.FaceCamera = true
  78. trail.Lifetime = 1
  79. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  80. trail.Texture = "http://www.roblox.com/asset/?id=102124677"
  81. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  82. wait(0.1)
  83. end
  84. end)
  85. coroutine.resume(sky)
  86. coroutine.resume(del)
  87. coroutine.resume(sound)
  88. coroutine.resume(msg)
  89. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement