Nkzin

RTX GRAPHICS

Feb 12th, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. -- wait (10)
  2.  
  3. -- TRIX'S SHADER
  4. -- credits to fate for the ui and animaton and some lighting effects not all.
  5. -- this was salvaged from his old dms with me. lol
  6. -- i decided to turn his old project into something.. spicy
  7. -- IF U WANNA USE THIS. MAYBE PUT IT IN AUTOEXEC?
  8. -- NO IT DOESNT FUCK UR FPS IN THE ASS BECAUSE IT USES ROBLOX'S LIGHTING
  9.  
  10. local TRIXSHADER = Instance.new("ScreenGui")
  11. local MAIN = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local BULLLCRAP = Instance.new("Frame")
  14. local NoBodyCaressss = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17.  
  18. --Properties:
  19.  
  20. TRIXSHADER.Name = "TRIXSHADER"
  21. TRIXSHADER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. MAIN.Name = "MAIN"
  24. MAIN.Parent = TRIXSHADER
  25. MAIN.BackgroundColor3 = Color3.fromRGB(52, 149, 0)
  26. MAIN.BorderSizePixel = 0
  27. MAIN.Position = UDim2.new(-0.125072032, 0, 0.398000002, 0)
  28. MAIN.Size = UDim2.new(0, 100, 0, 71)
  29.  
  30. TextLabel.Parent = MAIN
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.BackgroundTransparency = 1.000
  33. TextLabel.Position = UDim2.new(0.0600000024, 0, 0.126760572, 0)
  34. TextLabel.Size = UDim2.new(0, 88, 0, 50)
  35. TextLabel.Font = Enum.Font.SourceSansBold
  36. TextLabel.Text = "TRIX'"
  37. TextLabel.TextWrapped = true
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.TextSize = 21.000
  40.  
  41. BULLLCRAP.Name = "BULLLCRAP"
  42. BULLLCRAP.Parent = MAIN
  43. BULLLCRAP.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  44. BULLLCRAP.BackgroundTransparency = 0.999
  45. BULLLCRAP.BorderSizePixel = 0
  46. BULLLCRAP.ClipsDescendants = true
  47. BULLLCRAP.Position = UDim2.new(0.9900738, 0, -0.00498214364, 0)
  48. BULLLCRAP.Size = UDim2.new(0, 142, 0, 71)
  49.  
  50. NoBodyCaressss.Name = "NoBodyCaressss"
  51. NoBodyCaressss.Parent = BULLLCRAP
  52. NoBodyCaressss.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  53. NoBodyCaressss.BorderSizePixel = 0
  54. NoBodyCaressss.Position = UDim2.new(-0.697467625, 0, -0.00666228309, 0)
  55. NoBodyCaressss.Size = UDim2.new(0, 100, 0, 71)
  56.  
  57. TextLabel_2.Parent = NoBodyCaressss
  58. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. TextLabel_2.BackgroundTransparency = 1.000
  60. TextLabel_2.Position = UDim2.new(0.0599999987, 0, -0.014084518, 0)
  61. TextLabel_2.Size = UDim2.new(0, 88, 0, 35)
  62. TextLabel_2.Font = Enum.Font.SourceSansBold
  63. TextLabel_2.Text = "RTX"
  64. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. TextLabel_2.TextSize = 21.000
  66.  
  67. TextLabel_3.Parent = NoBodyCaressss
  68. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. TextLabel_3.BackgroundTransparency = 1.000
  70. TextLabel_3.Position = UDim2.new(0.0599999987, 0, 0.478873253, 0)
  71. TextLabel_3.Size = UDim2.new(0, 88, 0, 26)
  72. TextLabel_3.Font = Enum.Font.SourceSansBold
  73. TextLabel_3.Text = "SCRIPT"
  74. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. TextLabel_3.TextSize = 21.000
  76.  
  77. -- Scripts:
  78.  
  79. local function DYCRKCR_fake_script() -- NoBodyCaressss.LocalScript
  80. local script = Instance.new('LocalScript', NoBodyCaressss)
  81.  
  82. -- Put this script inside of a button or what you want to move
  83.  
  84. local buttonorSmthn = script.Parent
  85.  
  86.  
  87. wait(1)
  88. buttonorSmthn:TweenPosition(
  89. --YOUR CORODINATES HERE LIKE THIS REMOVER THESE {}
  90. UDim2.new(0.007, 0,-0.007, 0),
  91. --dont forget the commas
  92. "Out", -- or in I'll link you the difference
  93. "Sine", -- what i prefer
  94. 1.25, -- time
  95. false -- optional but this says if you want to cancel any other tweens when doing this
  96. )
  97. end
  98. coroutine.wrap(DYCRKCR_fake_script)()
  99. local function PXAZDX_fake_script() -- MAIN.LocalScript
  100. local script = Instance.new('LocalScript', MAIN)
  101.  
  102. -- Put this script inside of a button or what you want to move
  103.  
  104. local buttonorSmthn = script.Parent
  105.  
  106.  
  107. wait(1)
  108. buttonorSmthn:TweenPosition(
  109. --YOUR CORODINATES HERE LIKE THIS REMOVER THESE {}
  110. UDim2.new(1, 0,0.398, 0),
  111. --dont forget the commas
  112. "Out", -- or in I'll link you the difference
  113. "Sine", -- what i prefer
  114. 3.50, -- time
  115. false -- optional but this says if you want to cancel any other tweens when doing this
  116. )
  117. end
  118. coroutine.wrap(PXAZDX_fake_script)()
  119.  
  120. wait(3)
  121.  
  122. local Lighting = game:GetService("Lighting")
  123. local StarterGui = game:GetService("StarterGui")
  124. local Bloom = Instance.new("BloomEffect")
  125. local Blur = Instance.new("BlurEffect")
  126. local ColorCor = Instance.new("ColorCorrectionEffect")
  127. local SunRays = Instance.new("SunRaysEffect")
  128. local Sky = Instance.new("Sky")
  129. local Atm = Instance.new("Atmosphere")
  130. local Gui = Instance.new("ScreenGui")
  131. local ShadowFrame = Instance.new("ImageLabel")
  132.  
  133. for i, v in pairs(Lighting:GetChildren()) do
  134. if v then
  135. v:Destroy()
  136. end
  137. end
  138.  
  139. Bloom.Parent = Lighting
  140. Blur.Parent = Lighting
  141. ColorCor.Parent = Lighting
  142. SunRays.Parent = Lighting
  143. Sky.Parent = Lighting
  144. Atm.Parent = Lighting
  145. Gui.Parent = StarterGui
  146. ShadowFrame.Parent = Gui
  147.  
  148. Bloom.Intensity = 0.05
  149. Bloom.Size = 17
  150. Bloom.Threshold = 0.1
  151.  
  152. Blur.Size = 2
  153.  
  154. ColorCor.Brightness = 0.2
  155. ColorCor.Contrast = 0.8
  156. ColorCor.Saturation = 0.2
  157. ColorCor.TintColor = Color3.fromRGB(255, 235, 203)
  158.  
  159. SunRays.Intensity = 0.07
  160. SunRays.Spread = 0.728
  161.  
  162.  
  163. Sky.SunAngularSize = 21
  164.  
  165. Lighting.Ambient = Color3.fromRGB(105,105,105)
  166. Lighting.Brightness = 0.4
  167. Lighting.ColorShift_Bottom = Color3.fromRGB(0,0,0)
  168. Lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
  169. Lighting.EnvironmentDiffuseScale = 0.2
  170. Lighting.EnvironmentSpecularScale = 0.2
  171. Lighting.GlobalShadows = true
  172. Lighting.OutdoorAmbient = Color3.fromRGB(0,0,0)
  173. Lighting.ShadowSoftness = 0
  174. --day and night cycle
  175.  
  176. local Time = 0.001
  177. local TimeChange = 0.001
  178.  
  179.  
  180. while wait(Time) do
  181. game.Lighting.ClockTime = game.Lighting.ClockTime + TimeChange
  182. end
  183.  
  184.  
  185. Lighting.GeographicLatitude = 45
  186. Lighting.ExposureCompensation = 0.5
  187.  
  188. Atm.Density = 0.364
  189. Atm.Offset = 0.556
  190. Atm.Color = Color3.fromRGB(199, 175, 166)
  191. Atm.Decay = Color3.fromRGB(44, 39, 33)
  192. Atm.Glare = 0.45
  193. Atm.Haze = 1.72
  194.  
  195. ShadowFrame.AnchorPoint = Vector2.new(0.5,1)
  196. ShadowFrame.Position = UDim2.new(0.5,0,1,0)
  197. ShadowFrame.Size = UDim2.new(1,0,1.05,0)
  198. ShadowFrame.BackgroundTransparency = 1
  199. ShadowFrame.Image = "rbxassetid://4576475446"
  200. ShadowFrame.ImageTransparency = 0.3
Add Comment
Please, Sign In to add comment