levigenesis

Untitled

Jan 17th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. local RunService = game:GetService("RunService")
  2. UserSettings():GetService("UserGameSettings").MasterVolume = 0
  3. local decalsyeeted = true
  4. local g = game
  5. local w = g.Workspace
  6. local l = g.Lighting
  7. local t = w.Terrain
  8. sethiddenproperty(l,"Technology",2)
  9. sethiddenproperty(t,"Decoration",false)
  10. game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false)
  11. t.WaterWaveSize = 0
  12. t.WaterWaveSpeed = 0
  13. t.WaterReflectance = 0
  14. t.WaterTransparency = 0
  15. l.GlobalShadows = 0
  16. l.FogEnd = 9e9
  17. l.Brightness = 0
  18. settings().Rendering.QualityLevel = "1"
  19. for i, v in pairs(w:GetDescendants()) do
  20. if v:IsA("BasePart") and not v:IsA("MeshPart") then
  21. v.Material = "Plastic"
  22. v.Reflectance = 0
  23. elseif (v:IsA("Decal") or v:IsA("Texture")) and decalsyeeted then
  24. v.Transparency = 1
  25. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  26. v.Lifetime = NumberRange.new(0)
  27. elseif v:IsA("Explosion") then
  28. v.BlastPressure = 1
  29. v.BlastRadius = 1
  30. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") or v:IsA("Sparkles") then
  31. v.Enabled = false
  32. elseif v:IsA("MeshPart") and decalsyeeted then
  33. v.Material = "Plastic"
  34. v.Reflectance = 0
  35. v.TextureID = 10385902758728957
  36. elseif v:IsA("SpecialMesh") and decalsyeeted then
  37. v.TextureId=0
  38. elseif v:IsA("ShirtGraphic") and decalsyeeted then
  39. v.Graphic=1
  40. elseif (v:IsA("Shirt") or v:IsA("Pants")) and decalsyeeted then
  41. v[v.ClassName.."Template"]=1
  42. end
  43. end
  44. for i = 1,#l:GetChildren() do
  45. e=l:GetChildren()[i]
  46. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  47. e.Enabled = false
  48. end
  49. end
  50. w.DescendantAdded:Connect(function(v)
  51. if v:IsA("BasePart") and not v:IsA("MeshPart") then
  52. v.Material = "Plastic"
  53. v.Reflectance = 0
  54. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  55. v.Transparency = 1
  56. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  57. v.Lifetime = NumberRange.new(0)
  58. elseif v:IsA("Explosion") then
  59. v.BlastPressure = 1
  60. v.BlastRadius = 1
  61. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") or v:IsA("Sparkles") then
  62. v.Enabled = false
  63. elseif v:IsA("MeshPart") and decalsyeeted then
  64. v.Material = "Plastic"
  65. v.Reflectance = 0
  66. v.TextureID = 10385902758728957
  67. elseif v:IsA("SpecialMesh") and decalsyeeted then
  68. v.TextureId=0
  69. elseif v:IsA("ShirtGraphic") and decalsyeeted then
  70. v.ShirtGraphic=1
  71. elseif (v:IsA("Shirt") or v:IsA("Pants")) and decalsyeeted then
  72. v[v.ClassName.."Template"]=1
  73. end
  74. end)
  75. print("Executed LowCPU")
Add Comment
Please, Sign In to add comment