Death_Glow

Illuminati Script

Sep 2nd, 2017
1,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. -- Illuminati Script By Death_Glow -- --
  2. -------------------------------------------- --
  3. local IlluminatiScript = script --
  4. if IlluminatiScript.Name == "Illuminati Script [Keep in Workspace]" and IlluminatiScript.Parent == game.Workspace then --
  5. IlluminatiScript.Parent =game.ServerScriptService --
  6. IlluminatiScript.Name = "Illuminati Script" --
  7. end --
  8. -----------------------------------------------------------------------------------------------------------------------------------------------------
  9. local TextureId = 188243442 --
  10. --
  11. local sky = Instance.new("Sky", game.Lighting) --
  12. sky.CelestialBodiesShown =false --
  13. local texture = ("http://www.roblox.com/asset/?id="..TextureId) --
  14. sky.SkyboxBk = texture --
  15. sky.SkyboxDn = texture --
  16. sky.SkyboxFt = texture --
  17. sky.SkyboxLf = texture --
  18. sky.SkyboxRt = texture --
  19. sky.SkyboxUp = texture --
  20. -----------------------------------------------------------------------------------------------------------------------------------------------------
  21. local SoundId = 195608001 --
  22. --
  23. local s = Instance.new("Sound", game.Workspace) --
  24. s.Looped = true --
  25. s.SoundId = ("http://www.roblox.com/asset/?id="..SoundId) --
  26. s:Play() --
  27. s.Volume = 1 --
  28. -----------------------------------------------------------------------------------------------------------------------------------------------------
  29. if game.Workspace.Part.Name == "Part" and game.Workspace.Part.Transparency == 0 then --
  30. game.Workspace.Part.Transparency = 1 --
  31. --
  32. end --
  33. -----------------------------------------------------------------------------------------------------------------------------------------------------
  34. local Time = 3 --
  35. local Text =Instance.new("Hint", game.Workspace) --
  36. Text.Text = "Illuminati Script has Successfully loaded!" --
  37. print("Illuminati Script has Successfully loaded!") --
  38. print("Illuminati Script By: Death_Glow") --
  39. wait(Time) --
  40. Text:Remove() --
  41. -----------------------------------------------------------------------------------------------------------------------------------------------------
  42. local Particle = Instance.new("ParticleEmitter", game.Workspace.Part) --
  43. local ParticleId = 277667986 --
  44. Particle.Texture = ("http://www.roblox.com/asset/?id="..ParticleId) --
  45. Particle.Rate = 50000000000000000000000000000000000000 --
  46. Particle.Lifetime = 500 --
  47. -----------------------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment