Advertisement
ScriptsQP

Shader

Jun 9th, 2024
19,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. -- Credit Im Patrick
  2. -- Instances:
  3.  
  4.  
  5. local NaturalDisaster = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local main = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local TextLabel3 = Instance.new("TextLabel")
  11. local TextLabel2 = Instance.new("TextLabel")
  12. local TextLabel1 = Instance.new("TextLabel")
  13. local TextLabel4 = Instance.new("TextLabel")
  14. local Gravity = Instance.new("TextButton")
  15. local Map = Instance.new("TextButton")
  16. local Damage = Instance.new("TextButton")
  17. local Lobby = Instance.new("TextButton")
  18. local Horror = Instance.new("TextButton")
  19. local v2 = Instance.new("TextButton")
  20. --Properties:
  21. NaturalDisaster.Name = "Natural Disaster"
  22. NaturalDisaster.Parent = game.CoreGui
  23.  
  24. Frame.Parent = NaturalDisaster
  25. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Frame.Position = UDim2.new(0.0101302462, 0, 0.482566237, 0)
  27. Frame.Size = UDim2.new(0, 103, 0, 36)
  28. Frame.Style = Enum.FrameStyle.DropShadow
  29.  
  30. Open.Name = "Open"
  31. Open.Parent = Frame
  32. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  33. Open.BackgroundTransparency = 0.89999997615814
  34. Open.Position = UDim2.new(0.0485436879, 0, -0.305555552, 0)
  35. Open.Size = UDim2.new(0, 79, 0, 30)
  36. Open.Font = Enum.Font.SciFi
  37. Open.Text = "RTX"
  38. Open.TextColor3 = Color3.new(1, 1, 1)
  39. Open.TextSize = 14
  40. Open.MouseButton1Down:connect(function()
  41. main.Visible = true
  42. Frame.Visible = false
  43. end)
  44.  
  45. main.Name = "main"
  46. main.Parent = NaturalDisaster
  47. main.BackgroundColor3 = Color3.new(1, 1, 1)
  48. main.Position = UDim2.new(0.329479754, 0, 0.27573061, 0)
  49. main.Size = UDim2.new(0, 374, 0, 269)
  50. main.Style = Enum.FrameStyle.DropShadow
  51. main.Visible = false
  52. main.Active = true
  53. main.Draggable = true
  54.  
  55. Close.Name = "Close"
  56. Close.Parent = main
  57. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Close.BackgroundTransparency = 0.5
  59. Close.Position = UDim2.new(0.954666674, 0, -0.0113636367, 0)
  60. Close.Size = UDim2.new(0, 19, 0, 16)
  61. Close.Font = Enum.Font.SourceSans
  62. Close.Text = "X"
  63. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  64. Close.TextSize = 14
  65. Close.MouseButton1Down:connect(function()
  66. Frame.Visible = true
  67. main.Visible = false
  68. end)
  69.  
  70. TextLabel3.Name = "TextLabel3"
  71. TextLabel3.Parent = main
  72. TextLabel3.BackgroundColor3 = Color3.new(0, 0, 0)
  73. TextLabel3.BackgroundTransparency = 0.89999997615814
  74. TextLabel3.Position = UDim2.new(0.219038948, 0, 0.852558732, 0)
  75. TextLabel3.Size = UDim2.new(0, 200, 0, 17)
  76. TextLabel3.Font = Enum.Font.SourceSans
  77. TextLabel3.Text = ""
  78. TextLabel3.TextColor3 = Color3.new(1, 1, 0)
  79. TextLabel3.TextSize = 14
  80.  
  81. TextLabel2.Name = "TextLabel2"
  82. TextLabel2.Parent = main
  83. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  84. TextLabel2.BackgroundTransparency = 0.89999997615814
  85. TextLabel2.Position = UDim2.new(0.229946524, 0, 0.651079118, 0)
  86. TextLabel2.Size = UDim2.new(0, 200, 0, 18)
  87. TextLabel2.Font = Enum.Font.SourceSans
  88. TextLabel2.Text = ""
  89. TextLabel2.TextColor3 = Color3.new(1, 1, 0)
  90. TextLabel2.TextSize = 14
  91.  
  92. TextLabel1.Name = "TextLabel1"
  93. TextLabel1.Parent = main
  94. TextLabel1.BackgroundColor3 = Color3.new(0, 0, 0)
  95. TextLabel1.BackgroundTransparency = 0.89999997615814
  96. TextLabel1.Position = UDim2.new(0.219060361, 0, 0.755531549, 0)
  97. TextLabel1.Size = UDim2.new(0, 200, 0, 17)
  98. TextLabel1.Font = Enum.Font.SourceSans
  99. TextLabel1.Text = "credit im patrick"
  100. TextLabel1.TextColor3 = Color3.new(1, 1, 0)
  101. TextLabel1.TextSize = 14
  102.  
  103. TextLabel4.Name = "TextLabel4"
  104. TextLabel4.Parent = main
  105. TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0)
  106. TextLabel4.BackgroundTransparency = 0.80000001192093
  107. TextLabel4.Position = UDim2.new(-0.00810807757, 0, -0.0105236284, 0)
  108. TextLabel4.Size = UDim2.new(0, 365, 0, 20)
  109. TextLabel4.Font = Enum.Font.SourceSans
  110. TextLabel4.Text = ""
  111. TextLabel4.TextColor3 = Color3.new(0, 1, 0)
  112. TextLabel4.TextSize = 14
  113.  
  114. Gravity.Name = "Gravity"
  115. Gravity.Parent = main
  116. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  117. Gravity.BackgroundTransparency = 0.5
  118. Gravity.Position = UDim2.new(-0.00323019363, 0, 0.41813767, 0)
  119. Gravity.Size = UDim2.new(0, 170, 0, 47)
  120. Gravity.Font = Enum.Font.SourceSans
  121. Gravity.Text = "Night"
  122. Gravity.TextColor3 = Color3.new(0, 1, 1)
  123. Gravity.TextSize = 14
  124. Gravity.MouseButton1Down:connect(function()
  125. loadstring(game:HttpGet("https://pastebin.com/raw/MSZPFVfE",true))()
  126. end)
  127.  
  128. Map.Name = "Map"
  129. Map.Parent = main
  130. Map.BackgroundColor3 = Color3.new(0, 0, 0)
  131. Map.BackgroundTransparency = 0.5
  132. Map.Position = UDim2.new(0.53741771, 0, 0.107225701, 0)
  133. Map.Size = UDim2.new(0, 170, 0, 47)
  134. Map.Font = Enum.Font.SourceSans
  135. Map.Text = "winter"
  136. Map.TextColor3 = Color3.new(0, 1, 1)
  137. Map.TextSize = 14
  138. Map.MouseButton1Click:connect(function()
  139. loadstring(game:HttpGet("https://pastebin.com/raw/KinYwgWN",true))()
  140. end)
  141.  
  142. Damage.Name = "Damage"
  143. Damage.Parent = main
  144. Damage.BackgroundColor3 = Color3.new(0, 0, 0)
  145. Damage.BackgroundTransparency = 0.5
  146. Damage.Position = UDim2.new(-0.00590397418, 0, 0.107225701, 0)
  147. Damage.Size = UDim2.new(0, 170, 0, 47)
  148. Damage.Font = Enum.Font.SourceSans
  149. Damage.Text = "Afternoon"
  150. Damage.TextColor3 = Color3.new(0, 1, 1)
  151. Damage.TextSize = 14
  152. Damage.MouseButton1Click:connect(function()
  153. loadstring(game:HttpGet("https://pastebin.com/raw/3ux41n4q",true))()
  154. end)
  155.  
  156. Lobby.Name = "Lobby"
  157. Lobby.Parent = main
  158. Lobby.BackgroundColor3 = Color3.new(0, 0, 0)
  159. Lobby.BackgroundTransparency = 0.5
  160. Lobby.Position = UDim2.new(0.53741765, 0, 0.41813767, 0)
  161. Lobby.Size = UDim2.new(0, 170, 0, 47)
  162. Lobby.Font = Enum.Font.SourceSans
  163. Lobby.Text = "Evening"
  164. Lobby.TextColor3 = Color3.new(0, 1, 1)
  165. Lobby.TextSize = 14
  166. Lobby.MouseButton1Click:connect(function()
  167. local Vignette = true -- change to false if you don't want a shadow frame
  168.  
  169.  
  170.  
  171. local Lighting = game:GetService("Lighting")
  172. local StarterGui = game:GetService("StarterGui")
  173. local Bloom = Instance.new("BloomEffect")
  174. local Blur = Instance.new("BlurEffect")
  175. local ColorCor = Instance.new("ColorCorrectionEffect")
  176. local SunRays = Instance.new("SunRaysEffect")
  177. local Sky = Instance.new("Sky")
  178. local Atm = Instance.new("Atmosphere")
  179.  
  180.  
  181. for i, v in pairs(Lighting:GetChildren()) do
  182. if v then
  183. v:Destroy()
  184. end
  185. end
  186.  
  187. Bloom.Parent = Lighting
  188. Blur.Parent = Lighting
  189. ColorCor.Parent = Lighting
  190. SunRays.Parent = Lighting
  191. Sky.Parent = Lighting
  192. Atm.Parent = Lighting
  193.  
  194. if Vignette == true then
  195. local Gui = Instance.new("ScreenGui")
  196. Gui.Parent = StarterGui
  197. Gui.IgnoreGuiInset = true
  198.  
  199. local ShadowFrame = Instance.new("ImageLabel")
  200. ShadowFrame.Parent = Gui
  201. ShadowFrame.AnchorPoint = Vector2.new(0.5,1)
  202. ShadowFrame.Position = UDim2.new(0.5,0,1,0)
  203. ShadowFrame.Size = UDim2.new(1,0,1.05,0)
  204. ShadowFrame.BackgroundTransparency = 1
  205. ShadowFrame.Image = "rbxassetid://4576475446"
  206. ShadowFrame.ImageTransparency = 0.3
  207. ShadowFrame.ZIndex = 10
  208. end
  209.  
  210. Bloom.Intensity = 0.3
  211. Bloom.Size = 10
  212. Bloom.Threshold = 0.8
  213.  
  214. Blur.Size = 5
  215.  
  216. ColorCor.Brightness = 0.1
  217. ColorCor.Contrast = 0.5
  218. ColorCor.Saturation = -0.3
  219. ColorCor.TintColor = Color3.fromRGB(255, 235, 203)
  220.  
  221. SunRays.Intensity = 0.075
  222. SunRays.Spread = 0.727
  223.  
  224. Sky.SkyboxBk = "http://www.roblox.com/asset/?id=151165214"
  225. Sky.SkyboxDn = "http://www.roblox.com/asset/?id=151165197"
  226. Sky.SkyboxFt = "http://www.roblox.com/asset/?id=151165224"
  227. Sky.SkyboxLf = "http://www.roblox.com/asset/?id=151165191"
  228. Sky.SkyboxRt = "http://www.roblox.com/asset/?id=151165206"
  229. Sky.SkyboxUp = "http://www.roblox.com/asset/?id=151165227"
  230. Sky.SunAngularSize = 10
  231.  
  232. Lighting.Ambient = Color3.fromRGB(2,2,2)
  233. Lighting.Brightness = 2.25
  234. Lighting.ColorShift_Bottom = Color3.fromRGB(0,0,0)
  235. Lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
  236. Lighting.EnvironmentDiffuseScale = 0.2
  237. Lighting.EnvironmentSpecularScale = 0.2
  238. Lighting.GlobalShadows = true
  239. Lighting.OutdoorAmbient = Color3.fromRGB(0,0,0)
  240. Lighting.ShadowSoftness = 0.2
  241. Lighting.ClockTime = 17
  242. Lighting.GeographicLatitude = 45
  243. Lighting.ExposureCompensation = 0.5
  244.  
  245. Atm.Density = 0.364
  246. Atm.Offset = 0.556
  247. Atm.Color = Color3.fromRGB(199, 175, 166)
  248. Atm.Decay = Color3.fromRGB(44, 39, 33)
  249. Atm.Glare = 0.36
  250. Atm.Haze = 1.72
  251. end)
  252.  
  253.  
  254. Horror.Name = "Horror"
  255. Horror.Parent = main
  256. Horror.BackgroundColor3 = Color3.new(0, 0, 0)
  257. Horror.BackgroundTransparency = 0.5
  258. Horror.Position = UDim2.new(0.219038948, 0, 0.852558732, 0)
  259. Horror.Size = UDim2.new(0, 170, 0, 47)
  260. Horror.Font = Enum.Font.SourceSans
  261. Horror.Text = "Horror"
  262. Horror.TextColor3 = Color3.new(0, 1, 1)
  263. Horror.TextSize = 14
  264. Horror.MouseButton1Click:connect(function()
  265. game.Lighting.ClockTime = 19
  266.  
  267. local Lighting = game:GetService("Lighting")
  268. local StarterGui = game:GetService("StarterGui")
  269. local Bloom = Instance.new("BloomEffect")
  270. local Blur = Instance.new("BlurEffect")
  271. local ColorCor = Instance.new("ColorCorrectionEffect")
  272. local SunRays = Instance.new("SunRaysEffect")
  273. local Sky = Instance.new("Sky")
  274. local Atm = Instance.new("Atmosphere")
  275. local Gui = Instance.new("ScreenGui")
  276. local ShadowFrame = Instance.new("ImageLabel")
  277.  
  278. for i, v in pairs(Lighting:GetChildren()) do
  279. if v then
  280. v:Destroy()
  281. end
  282. end
  283.  
  284. Bloom.Parent = Lighting
  285. Blur.Parent = Lighting
  286. ColorCor.Parent = Lighting
  287. SunRays.Parent = Lighting
  288. Sky.Parent = Lighting
  289. Atm.Parent = Lighting
  290. Gui.Parent = StarterGui
  291. ShadowFrame.Parent = Gui
  292.  
  293. Bloom.Intensity = 0.05
  294. Bloom.Size = 17
  295. Bloom.Threshold = 0.1
  296.  
  297. Blur.Size = 2
  298.  
  299. ColorCor.Brightness = 0.1
  300. ColorCor.Contrast = 0.0
  301. ColorCor.Saturation = 0.0
  302. ColorCor.TintColor = Color3.fromRGB(27, 42, 53)
  303.  
  304. SunRays.Intensity = 0.08
  305. SunRays.Spread = 0.728
  306.  
  307.  
  308. Sky.SunAngularSize = 21
  309.  
  310. Lighting.Ambient = Color3.fromRGB(106,106,106)
  311. Lighting.Brightness = 0.2
  312. Lighting.ColorShift_Bottom = Color3.fromRGB(0,0,0)
  313. Lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
  314. Lighting.EnvironmentDiffuseScale = 0.2
  315. Lighting.EnvironmentSpecularScale = 0.2
  316. Lighting.GlobalShadows = true
  317. Lighting.OutdoorAmbient = Color3.fromRGB(0,0,0)
  318. Lighting.ShadowSoftness = 0
  319.  
  320.  
  321. Lighting.GeographicLatitude = 45
  322. Lighting.ExposureCompensation = 0.5
  323.  
  324. Atm.Density = 0.733
  325. Atm.Offset = 0.217
  326. Atm.Color = Color3.fromRGB(109, 110, 108)
  327. Atm.Decay = Color3.fromRGB(27, 42, 53)
  328. Atm.Glare = 0.45
  329. Atm.Haze = 1.72
  330.  
  331. ShadowFrame.AnchorPoint = Vector2.new(0.5,1)
  332. ShadowFrame.Position = UDim2.new(0.5,0,1,0)
  333. ShadowFrame.Size = UDim2.new(1,0,1.05,0)
  334. ShadowFrame.BackgroundTransparency = 1
  335. ShadowFrame.Image = "rbxassetid://4576475446"
  336. ShadowFrame.ImageTransparency = 0.3
  337. end)
  338.  
  339.  
  340. v2.Name = "v2"
  341. v2.Parent = main
  342. v2.BackgroundColor3 = Color3.new(0, 0, 0)
  343. v2.BackgroundTransparency = 0.5
  344. v2.Position = UDim2.new(0.229946524, 0, 0.651079118, 0)
  345. v2.Size = UDim2.new(0, 170, 0, 47)
  346. v2.Font = Enum.Font.SourceSans
  347. v2.Text = "NEW RTX"
  348. v2.TextColor3 = Color3.new(0, 1, 1)
  349. v2.TextSize = 14
  350. v2.MouseButton1Click:connect(function()
  351. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\110\106\121\80\48\80\77\49\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  352. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement