Advertisement
_Thanh_Thy_Cute_

Minus Decendance GUI

Jul 18th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ScrollingFrame = Instance.new("ScrollingFrame")
  3. local Fullbright = Instance.new("TextButton")
  4. local BrightFlashlight = Instance.new("TextButton")
  5. local ButtonESP = Instance.new("TextButton")
  6. local CollectInfo = Instance.new("TextButton")
  7. local EnemyESP = Instance.new("TextButton")
  8. local MapScreen = Instance.new("TextButton")
  9.  
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ResetOnSpawn = false
  12.  
  13. ScrollingFrame.Parent = ScreenGui
  14. ScrollingFrame.Active = true
  15. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(32, 36, 32)
  16. ScrollingFrame.BackgroundTransparency = 0.400
  17. ScrollingFrame.BorderColor3 = Color3.fromRGB(32, 36, 32)
  18. ScrollingFrame.Position = UDim2.new(0.837542057, 0, 0.674157321, 0)
  19. ScrollingFrame.Size = UDim2.new(0, 153, 0, 177)
  20. ScrollingFrame.Draggable = true
  21.  
  22. Fullbright.Name = "Fullbright"
  23. Fullbright.Parent = ScrollingFrame
  24. Fullbright.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  25. Fullbright.BorderColor3 = Color3.fromRGB(186, 255, 167)
  26. Fullbright.BorderSizePixel = 0
  27. Fullbright.Position = UDim2.new(0.0139200799, 0, 0.0929991603, 0)
  28. Fullbright.Selectable = false
  29. Fullbright.Size = UDim2.new(0, 140, 0, 20)
  30. Fullbright.AutoButtonColor = false
  31. Fullbright.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  32. Fullbright.Font = Enum.Font.SourceSans
  33. Fullbright.Text = "Fullbright"
  34. Fullbright.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. Fullbright.TextSize = 14.000
  36.  
  37. BrightFlashlight.Name = "Bright Flashlight"
  38. BrightFlashlight.Parent = ScrollingFrame
  39. BrightFlashlight.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  40. BrightFlashlight.BorderColor3 = Color3.fromRGB(186, 255, 167)
  41. BrightFlashlight.Position = UDim2.new(0.0140000004, 0, 0.0710000023, 0)
  42. BrightFlashlight.Selectable = false
  43. BrightFlashlight.Size = UDim2.new(0, 141, 0, 20)
  44. BrightFlashlight.AutoButtonColor = false
  45. BrightFlashlight.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  46. BrightFlashlight.Font = Enum.Font.SourceSans
  47. BrightFlashlight.Text = "Flashlight Brightness"
  48. BrightFlashlight.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. BrightFlashlight.TextSize = 14.000
  50.  
  51. ButtonESP.Name = "Button ESP"
  52. ButtonESP.Parent = ScrollingFrame
  53. ButtonESP.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  54. ButtonESP.BorderColor3 = Color3.fromRGB(186, 255, 167)
  55. ButtonESP.BorderSizePixel = 0
  56. ButtonESP.Position = UDim2.new(0.0204559527, 0, 0.0263983756, 0)
  57. ButtonESP.Selectable = false
  58. ButtonESP.Size = UDim2.new(0, 139, 0, 20)
  59. ButtonESP.AutoButtonColor = false
  60. ButtonESP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  61. ButtonESP.Font = Enum.Font.SourceSans
  62. ButtonESP.Text = "Button ESP"
  63. ButtonESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. ButtonESP.TextSize = 14.000
  65.  
  66. CollectInfo.Name = "Collect Info"
  67. CollectInfo.Parent = ScrollingFrame
  68. CollectInfo.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  69. CollectInfo.BorderColor3 = Color3.fromRGB(186, 255, 167)
  70. CollectInfo.BorderSizePixel = 0
  71. CollectInfo.Position = UDim2.new(0.0204559676, 0, 0.0487328433, 0)
  72. CollectInfo.Selectable = false
  73. CollectInfo.Size = UDim2.new(0, 140, 0, 20)
  74. CollectInfo.AutoButtonColor = false
  75. CollectInfo.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  76. CollectInfo.Font = Enum.Font.SourceSans
  77. CollectInfo.Text = "Collect Info"
  78. CollectInfo.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. CollectInfo.TextSize = 14.000
  80.  
  81. EnemyESP.Name = "Enemy ESP"
  82. EnemyESP.Parent = ScrollingFrame
  83. EnemyESP.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  84. EnemyESP.BorderColor3 = Color3.fromRGB(186, 255, 167)
  85. EnemyESP.BorderSizePixel = 0
  86. EnemyESP.Position = UDim2.new(0.0199999996, 0, 0.00499999989, 0)
  87. EnemyESP.Selectable = false
  88. EnemyESP.Size = UDim2.new(0, 143, 0, 20)
  89. EnemyESP.AutoButtonColor = false
  90. EnemyESP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  91. EnemyESP.Font = Enum.Font.SourceSans
  92. EnemyESP.Text = "Enemy ESP"
  93. EnemyESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. EnemyESP.TextSize = 14.000
  95.  
  96. MapScreen.Name = "Map Screen"
  97. MapScreen.Parent = ScrollingFrame
  98. MapScreen.BackgroundColor3 = Color3.fromRGB(186, 255, 167)
  99. MapScreen.BorderColor3 = Color3.fromRGB(186, 255, 167)
  100. MapScreen.BorderSizePixel = 0
  101. MapScreen.Position = UDim2.new(0.0139200799, 0, 0.115203574, 0)
  102. MapScreen.Selectable = false
  103. MapScreen.Size = UDim2.new(0, 140, 0, 20)
  104. MapScreen.AutoButtonColor = false
  105. MapScreen.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  106. MapScreen.Font = Enum.Font.SourceSans
  107. MapScreen.Text = "Map Screen"
  108. MapScreen.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. MapScreen.TextSize = 14.000
  110.  
  111. -- Scripts:
  112.  
  113. Fullbright.MouseButton1Down:connect(function()
  114.  
  115. game.Lighting.Ambient = Color3.fromRGB(236, 236, 236);
  116. game.Lighting.OutdoorAmbient = Color3.fromRGB(236, 236, 236);
  117.  
  118. local ColorCorrection = game.Lighting:WaitForChild("ColorCorrection");
  119. ColorCorrection.Brightness = 0.25;
  120. ColorCorrection.Contrast = 0.25;
  121. ColorCorrection.TintColor = Color3.fromRGB(236, 236, 236);
  122. function ApplyDist(p1)
  123. ColorCorrection.Brightness = -100 * p1;
  124. ColorCorrection.Contrast = 100 * p1;
  125. ColorCorrection.TintColor = Color3.fromRGB(236, 236, 236):Lerp(Color3.fromRGB(236, 236, 236), p1);
  126. end;
  127. end)
  128.  
  129. BrightFlashlight.MouseButton1Down:connect(function()
  130.  
  131. for i, v in pairs(game.Players.LocalPlayer.Backpack.Flashlight:GetChildren()) do
  132. p = v
  133.  
  134. for i,v in pairs(p:GetChildren()) do
  135. if v:IsA("SpotLight") then
  136. v.Angle = 180;
  137. v.Brightness = 25;
  138. v.Range = 60;
  139. elseif v:IsA("Beam") then
  140. v.Width0 = 0;
  141. v.Width1 = 0;
  142. end
  143. end
  144. end
  145. end)
  146.  
  147. ButtonESP.MouseButton1Down:connect(function()
  148.  
  149. for i,v in pairs(game:GetService("Workspace").Tasks:GetChildren()) do
  150. if v.ClassName == "Model" or v:IsA("Part") then
  151.  
  152. local function addGui(part)
  153. if v:FindFirstChild("TaskESP") ~= nil then
  154. v:FindFirstChild("TaskESP"):Destroy()
  155. print("Removing old ESP on " .. part.parent.Name)
  156. end
  157.  
  158. local gui = Instance.new("BillboardGui", part)
  159. gui.Name = "TaskESP"
  160. gui.Size = UDim2.new(1, 0, 1, 0)
  161. gui.AlwaysOnTop = true
  162.  
  163. local frame = Instance.new("Frame", gui)
  164. frame.Size = UDim2.new(3, 0, 3, 0)
  165. frame.BackgroundTransparency = 0.5
  166. frame.BorderSizePixel = 0
  167.  
  168. if part.parent.Name == "Tasks" then
  169. frame.BackgroundColor3 = Color3.fromRGB(0, 255, 0) -- Color3 Brickcolor is Persimmon
  170. end
  171.  
  172. print("Added ESP to " .. part.parent.Name .. "!")
  173. end
  174. addGui(v)
  175. end
  176. end
  177. end)
  178.  
  179. CollectInfo.MouseButton1Down:connect(function()
  180.  
  181. for i,v in next, workspace.Info:GetDescendants() do
  182. if v:IsA'ClickDetector' then
  183. fireclickdetector(v)
  184. end
  185. end
  186. end)
  187.  
  188. EnemyESP.MouseButton1Down:connect(function()
  189.  
  190. for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
  191. if v.ClassName == "Model" or v:IsA("Part") then
  192.  
  193. local function addGui(part)
  194. if v:FindFirstChild("MonsterESP") ~= nil then
  195. v:FindFirstChild("MonsterESP"):Destroy()
  196. print("Removing old ESP on " .. part.parent.Name)
  197. end
  198.  
  199. local gui = Instance.new("BillboardGui", part)
  200. gui.Name = "MonsterESP"
  201. gui.Size = UDim2.new(1, 0, 1, 0)
  202. gui.AlwaysOnTop = true
  203.  
  204. local frame = Instance.new("Frame", gui)
  205. frame.Size = UDim2.new(3, 0, 3, 0)
  206. frame.BackgroundTransparency = 0.5
  207. frame.BorderSizePixel = 0
  208.  
  209. if part.parent.Name == "Enemies" then
  210. frame.BackgroundColor3 = Color3.fromRGB(255, 89, 89) -- Color3 Brickcolor is Persimmon
  211. end
  212.  
  213. print("Added ESP to " .. part.parent.Name .. "!")
  214. end
  215. addGui(v)
  216. end
  217. end
  218.  
  219. end)
  220.  
  221. MapScreen.MouseButton1Down:connect(function()
  222. game:GetService("Workspace").MapTable.MapScreen.SurfaceGui.Enabled = true -- useless but only good when all power has been cutoff.
  223. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement