VICTORV_MS

Untitled

May 8th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. loadstring(game:HttpGet('https://gist.githubusercontent.com/MoonDevRed/a14975d7c460fd90a800823873be73e4/raw/933400c04d3870fee115166441185c33aaa0c589/fe%2520killer%2520v2%2520by%2520red%2520moon'))()loadstring(game:HttpGet('https://gist.githubusercontent.com/MoonDevRed/a14975d7c460fd90a800823873be73e4/raw/933400c04d3870fee115166441185c33aaa0c589/fe%2520killer%2520v2%2520by%2520red%2520moon'))()local a = game.Lighting
  2. a.Ambient = Color3.fromRGB(33, 33, 33)
  3. a.Brightness = 5.69
  4. a.ColorShift_Bottom = Color3.fromRGB(0, 0, 0)
  5. a.ColorShift_Top = Color3.fromRGB(255, 247, 237)
  6. a.EnvironmentDiffuseScale = 0.105
  7. a.EnvironmentSpecularScale = 0.522
  8. a.GlobalShadows = true
  9. a.OutdoorAmbient = Color3.fromRGB(51, 54, 67)
  10. a.ShadowSoftness = 0.18
  11. a.GeographicLatitude = -15.525
  12. a.ExposureCompensation = 0.75
  13. b.Enabled = true
  14. b.Intensity = 0.99
  15. b.Size = 9999
  16. b.Threshold = 0
  17. local c = Instance.new("ColorCorrectionEffect", a)
  18. c.Brightness = 0.015
  19. c.Contrast = 0.25
  20. c.Enabled = true
  21. c.Saturation = 0.2
  22. c.TintColor = Color3.fromRGB(217, 145, 57)
  23. if getgenv().mode == "Summer" then
  24. c.TintColor = Color3.fromRGB(255, 220, 148)
  25. elseif getgenv().mode == "Autumn" then
  26. c.TintColor = Color3.fromRGB(217, 145, 57)
  27. else
  28. warn("No mode selected!")
  29. print("Please select a mode")
  30. b:Destroy()
  31. c:Destroy()
  32. end
  33. local d = Instance.new("DepthOfFieldEffect", a)
  34. d.Enabled = true
  35. d.FarIntensity = 0.077
  36. d.FocusDistance = 21.54
  37. d.InFocusRadius = 20.77
  38. d.NearIntensity = 0.277
  39. local e = Instance.new("ColorCorrectionEffect", a)
  40. e.Brightness = 0
  41. e.Contrast = -0.07
  42. e.Saturation = 0
  43. e.Enabled = true
  44. e.TintColor = Color3.fromRGB(255, 247, 239)
  45. local e2 = Instance.new("ColorCorrectionEffect", a)
  46. e2.Brightness = 0.2
  47. e2.Contrast = 0.45
  48. e2.Saturation = -0.1
  49. e2.Enabled = true
  50. e2.TintColor = Color3.fromRGB(255, 255, 255)
  51. local s = Instance.new("SunRaysEffect", a)
  52. s.Enabled = true
  53. s.Intensity = 0.01
  54. s.Spread = 0.146
  55.  
  56. print("RTX Graphics loaded! Created by BrickoIcko")
Advertisement
Add Comment
Please, Sign In to add comment