AugusTH

RTX Script Raw

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