Advertisement
YTBB

1x1x1x1 GUI

Mar 8th, 2025
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. wait(3)
  2. local tex1 = "rbxassetid://158118263"
  3. local tex2 = "rbxassetid://158118263"
  4. local tex3 = "rbxassetid://158118263"
  5. local tex4 = "rbxassetid://158118263"
  6.  
  7. local w = workspace:GetDescendants()
  8.  
  9. -- playerLeaderstats = {}
  10.  
  11. --for i, v in pairs(playerLeaderstats) do
  12. -- pe = Instance.new("ParticleEmitter",v.Character.HumanoidRootPart)
  13. -- pe.Texture = "http://www.roblox.com/asset/?id=158118263"
  14. -- pe.VelocitySpread = 50
  15. --end
  16.  
  17. local texture = "rbxassetid://158118263"
  18.  
  19. local A = workspace:GetDescendants()
  20. local B = workspace:GetDescendants()
  21. local C = workspace:GetDescendants()
  22. local D = workspace:GetDescendants()
  23. local E = workspace:GetDescendants()
  24. local F = workspace:GetDescendants()
  25. for i,v in pairs(A) do
  26. if v:IsA("Part") then
  27. local d = Instance.new("Decal",v)
  28. v.Decal.Face = "Top"
  29. v.Decal.Texture = texture
  30. end
  31. end
  32.  
  33. for i,v in pairs(B) do
  34. if v:IsA("Part") then
  35. local s = Instance.new("Decal",v)
  36. s.Face = "Front"
  37. s.Texture = texture
  38. end
  39. end
  40.  
  41. for i,v in pairs(C) do
  42. if v:IsA("Part") then
  43. local h = Instance.new("Decal",v)
  44. h.Face = "Back"
  45. h.Texture = texture
  46. end
  47. end
  48.  
  49. for i,v in pairs(D) do
  50. if v:IsA("Part") then
  51. local j = Instance.new("Decal",v)
  52. j.Face = "Left"
  53. j.Texture = texture
  54. end
  55. end
  56.  
  57. for i,v in pairs(E) do
  58. if v:IsA("Part") then
  59. local k = Instance.new("Decal",v)
  60. k.Face = "Right"
  61. k.Texture = texture
  62. end
  63. end
  64.  
  65. for i,v in pairs(F) do
  66. if v:IsA("Part") then
  67. local l = Instance.new("Decal",v)
  68. l.Face = "Bottom"
  69. l.Texture = texture
  70. end
  71. end
  72.  
  73. local s = Instance.new("Sky",game:GetService("Lighting"))
  74. s.SkyboxBk = texture
  75. s.SkyboxDn = texture
  76. s.SkyboxFt = texture
  77. s.SkyboxLf = texture
  78. s.SkyboxRt = texture
  79. s.SkyboxUp = texture
  80.  
  81. local sound = Instance.new("Sound",workspace)
  82. sound.Name = 'this game has been hacked by team c00lkidd'
  83. sound.SoundId = "rbxassetid://142930454"
  84. sound.Looped = true
  85. sound.Volume = 5
  86. sound:Play()
  87.  
  88. local basics = {Color3.new(255/255,0/255,0/255),Color3.new(255/255,85/255,0/255),Color3.new(218/255,218/255,0/255),Color3.new(0/255,190/255,0/255),Color3.new(0/255,85/255,255/255),Color3.new(0/255,0/255,127/255),Color3.new(170/255,0/255,255/255),Color3.new(0/255,204/255,204/255),Color3.new(255/255,85/255,127/255),Color3.new(0/255,0/255,0/255),Color3.new(255/255,255/255,255/255)}
  89. game.Lighting.FogStart = 25
  90. game.Lighting.FogEnd = 300
  91. game.Lighting.Ambient = basics[math.random(1,#basics)]
  92. while true do
  93. wait(0.5)
  94. game.Lighting.FogColor = basics[math.random(1,#basics)]
  95. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement