LuaExploitz

SPOOKY

Oct 3rd, 2016
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.42 KB | None | 0 0
  1. local music = Instance.new("Sound", workspace)
  2. music.SoundId = "http://www.roblox.com/asset/?id=257569267"
  3. music.Volume = 20
  4. music.Looped = true
  5. music:Play()
  6.  
  7. tex1 = "http://www.roblox.com/asset/?id=185495987"
  8. tex2 = "http://www.roblox.com/asset/?id=260858020"
  9. tex3 = "http://www.roblox.com/asset/?id=149213919"
  10. tex4 = "http://www.roblox.com/asset/?id=171905673"
  11.  
  12. local w = game.Workspace:GetChildren()
  13.  
  14. for i= 1,#w do
  15.     if w[i]:isA("BasePart") then
  16.         pe = Instance.new("ParticleEmitter", w[i])
  17.         pe.Texture = tex4
  18.         pe.VelocitySpread = 5
  19.     end
  20. end
  21.  
  22. local Sky = Instance.new("Sky", game.Lighting)
  23.         Sky.SkyboxBk = tex1
  24.         Sky.SkyboxDn = tex2
  25.         Sky.SkyboxFt = tex3
  26.         Sky.SkyboxLf = tex1
  27.         Sky.SkyboxRt = tex2
  28.         Sky.SkyboxUp = tex3
  29.         Sky.StarCount = 0
  30.  
  31. local playerLeaderstats = {}
  32. for i, v in pairs(game.Players:GetChildren()) do
  33. table.insert(playerLeaderstats, v)
  34. end
  35. for i, v in pairs(playerLeaderstats) do
  36. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  37. pe.Texture = "http://www.roblox.com/asset/?id=171905673"
  38. pe.VelocitySpread = 50
  39. end
  40.  
  41. texture = "http://www.roblox.com/asset/?id=185495987"
  42.  
  43. local A = game.Workspace:GetChildren()
  44. local B = game.Workspace:GetChildren()
  45. local C = game.Workspace:GetChildren()
  46. local D = game.Workspace:GetChildren()
  47. local E = game.Workspace:GetChildren()
  48. local F = game.Workspace:GetChildren()
  49. for i,v in pairs(A) do
  50.     if v:IsA("Part") then
  51.     local d =    Instance.new("Decal",v)
  52.         v.Decal.Face = "Top"
  53.         v.Decal.Texture = texture
  54.         v.Anchored = true        
  55.     end
  56. end
  57.  
  58. for i,v in pairs(B) do
  59.     if v:IsA("Part") then
  60.         local s = Instance.new("Decal",v)
  61.         s.Face = "Front"
  62.         s.Texture = texture
  63.     end
  64. end
  65.  
  66. for i,v in pairs(C) do
  67.     if v:IsA("Part") then
  68.         local h = Instance.new("Decal",v)
  69.         h.Face = "Back"
  70.         h.Texture = texture
  71.     end
  72. end
  73.  
  74. for i,v in pairs(D) do
  75.     if v:IsA("Part") then
  76.         local j = Instance.new("Decal",v)
  77.         j.Face = "Left"
  78.         j.Texture = texture
  79.     end
  80. end
  81.  
  82. for i,v in pairs(E) do
  83.     if v:IsA("Part") then
  84.         local k = Instance.new("Decal",v)
  85.         k.Face = "Right"
  86.         k.Texture = texture
  87.     end
  88. end
  89.  
  90. for i,v in pairs(F) do
  91.     if v:IsA("Part") then
  92.         local l = Instance.new("Decal",v)
  93.         l.Face = "Bottom"
  94.         l.Texture = texture
  95.     end
  96. end
Add Comment
Please, Sign In to add comment