Advertisement
Arm4GeDon

Arm4GeDon Lighting Gui Main

Feb 21st, 2021 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.15 KB | None | 0 0
  1.  
  2. -- Instances:
  3.  
  4. local A4ScriptGuiBase = Instance.new("ScreenGui")
  5. local Drag = Instance.new("ImageLabel")
  6. local Main = Instance.new("ImageLabel")
  7. local MainShadow = Instance.new("ImageLabel")
  8. local TimeDay = Instance.new("TextButton")
  9. local ButtonRound = Instance.new("ImageLabel")
  10. local ButtonShadow = Instance.new("ImageLabel")
  11. local Title = Instance.new("TextLabel")
  12. local Info = Instance.new("TextLabel")
  13. local TimeNight = Instance.new("TextButton")
  14. local ButtonRound_2 = Instance.new("ImageLabel")
  15. local ButtonShadow_2 = Instance.new("ImageLabel")
  16. local Fog = Instance.new("TextButton")
  17. local ButtonRound_3 = Instance.new("ImageLabel")
  18. local ButtonShadow_3 = Instance.new("ImageLabel")
  19. local FullBright = Instance.new("TextButton")
  20. local ButtonRound_4 = Instance.new("ImageLabel")
  21. local ButtonShadow_4 = Instance.new("ImageLabel")
  22. local OpenButton = Instance.new("ImageButton")
  23. local MinimizeButton = Instance.new("ImageButton")
  24. local CloseButton = Instance.new("ImageButton")
  25. local DragShadow = Instance.new("ImageLabel")
  26. local ImageLabel = Instance.new("ImageLabel")
  27.  
  28. --Properties:
  29.  
  30. A4ScriptGuiBase.Name = "A4ScriptGuiBase"
  31. A4ScriptGuiBase.Parent = game.CoreGui
  32.  
  33. Drag.Name = "Drag"
  34. Drag.Parent = A4ScriptGuiBase
  35. Drag.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. Drag.BackgroundTransparency = 1.000
  37. Drag.Position = UDim2.new(0.111959286, 0, 0.125237197, 0)
  38. Drag.Size = UDim2.new(0, 610, 0, 35)
  39. Drag.ZIndex = 6
  40. Drag.Image = "rbxassetid://3570695787"
  41. Drag.ImageColor3 = Color3.fromRGB(42, 42, 42)
  42. Drag.ScaleType = Enum.ScaleType.Slice
  43. Drag.SliceCenter = Rect.new(100, 100, 100, 100)
  44. Drag.SliceScale = 0.120
  45. Drag.Visible = true
  46. Drag.Active = true
  47.  
  48. Main.Name = "Main"
  49. Main.Parent = Drag
  50. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. Main.BackgroundTransparency = 1.000
  52. Main.Position = UDim2.new(0.0163934417, 0, 0, 0)
  53. Main.Size = UDim2.new(0, 590, 0, 375)
  54. Main.ZIndex = 2
  55. Main.Image = "rbxassetid://3570695787"
  56. Main.ImageColor3 = Color3.fromRGB(26, 26, 26)
  57. Main.ScaleType = Enum.ScaleType.Slice
  58. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  59. Main.SliceScale = 0.120
  60.  
  61. MainShadow.Name = "MainShadow"
  62. MainShadow.Parent = Main
  63. MainShadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. MainShadow.BackgroundTransparency = 1.000
  65. MainShadow.Position = UDim2.new(-0.00055573025, 0, 0, 0)
  66. MainShadow.Size = UDim2.new(0, 590, 0, 387)
  67. MainShadow.Image = "rbxassetid://3570695787"
  68. MainShadow.ImageColor3 = Color3.fromRGB(18, 18, 18)
  69. MainShadow.ScaleType = Enum.ScaleType.Slice
  70. MainShadow.SliceCenter = Rect.new(100, 100, 100, 100)
  71. MainShadow.SliceScale = 0.120
  72.  
  73. TimeDay.Name = "TimeDay"
  74. TimeDay.Parent = Main
  75. TimeDay.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  76. TimeDay.BackgroundTransparency = 1.000
  77. TimeDay.BorderSizePixel = 0
  78. TimeDay.Position = UDim2.new(0.0271186437, 0, 0.250666678, 0)
  79. TimeDay.Size = UDim2.new(0, 250, 0, 69)
  80. TimeDay.ZIndex = 4
  81. TimeDay.Font = Enum.Font.Highway
  82. TimeDay.Text = "Set Time to Day"
  83. TimeDay.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. TimeDay.TextSize = 25.000
  85. TimeDay.MouseButton1Click:connect(function()
  86.     while true do
  87.         wait()
  88.         game.Lighting.TimeOfDay = "14:00:00"
  89.         wait()
  90.     end
  91. end)
  92.  
  93. ButtonRound.Name = "ButtonRound"
  94. ButtonRound.Parent = TimeDay
  95. ButtonRound.Active = true
  96. ButtonRound.AnchorPoint = Vector2.new(0.5, 0.5)
  97. ButtonRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. ButtonRound.BackgroundTransparency = 1.000
  99. ButtonRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  100. ButtonRound.Selectable = true
  101. ButtonRound.Size = UDim2.new(1, 0, 1, 0)
  102. ButtonRound.ZIndex = 3
  103. ButtonRound.Image = "rbxassetid://3570695787"
  104. ButtonRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  105. ButtonRound.ScaleType = Enum.ScaleType.Slice
  106. ButtonRound.SliceCenter = Rect.new(100, 100, 100, 100)
  107. ButtonRound.SliceScale = 0.120
  108.  
  109. ButtonShadow.Name = "ButtonShadow"
  110. ButtonShadow.Parent = TimeDay
  111. ButtonShadow.Active = true
  112. ButtonShadow.AnchorPoint = Vector2.new(0.5, 0.5)
  113. ButtonShadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. ButtonShadow.BackgroundTransparency = 1.000
  115. ButtonShadow.Position = UDim2.new(0.5, 0, 0.556603789, 0)
  116. ButtonShadow.Selectable = true
  117. ButtonShadow.Size = UDim2.new(1, 0, 1.11320758, 0)
  118. ButtonShadow.ZIndex = 2
  119. ButtonShadow.Image = "rbxassetid://3570695787"
  120. ButtonShadow.ImageColor3 = Color3.fromRGB(35, 35, 35)
  121. ButtonShadow.ScaleType = Enum.ScaleType.Slice
  122. ButtonShadow.SliceCenter = Rect.new(100, 100, 100, 100)
  123. ButtonShadow.SliceScale = 0.120
  124.  
  125. Title.Name = "Title"
  126. Title.Parent = Main
  127. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. Title.BackgroundTransparency = 1.000
  129. Title.BorderSizePixel = 0
  130. Title.Position = UDim2.new(-0.00055573025, 0, 0.112000003, 0)
  131. Title.Size = UDim2.new(0, 589, 0, 40)
  132. Title.ZIndex = 3
  133. Title.Font = Enum.Font.Highway
  134. Title.Text = "Arm4GeDon Lighting Gui v2"
  135. Title.TextColor3 = Color3.fromRGB(0, 255, 247)
  136. Title.TextSize = 30.000
  137.  
  138. Info.Name = "Info"
  139. Info.Parent = Main
  140. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Info.BackgroundTransparency = 1.000
  142. Info.BorderSizePixel = 0
  143. Info.Position = UDim2.new(-0.00055573025, 0, 0.914666653, 0)
  144. Info.Size = UDim2.new(0, 589, 0, 32)
  145. Info.ZIndex = 3
  146. Info.Font = Enum.Font.Highway
  147. Info.Text = "[Made by Arm4GeDon#4580]"
  148. Info.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. Info.TextSize = 30.000
  150.  
  151. TimeNight.Name = "TimeNight"
  152. TimeNight.Parent = Main
  153. TimeNight.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  154. TimeNight.BackgroundTransparency = 1.000
  155. TimeNight.BorderSizePixel = 0
  156. TimeNight.Position = UDim2.new(0.547457576, 0, 0.250666678, 0)
  157. TimeNight.Size = UDim2.new(0, 250, 0, 69)
  158. TimeNight.ZIndex = 4
  159. TimeNight.Font = Enum.Font.Highway
  160. TimeNight.Text = "Set Time to Night"
  161. TimeNight.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. TimeNight.TextSize = 25.000
  163. TimeNight.MouseButton1Click:connect(function()
  164.     while true do
  165.         wait()
  166.         game.Lighting.TimeOfDay = "00:00:00"
  167.         wait()
  168.     end
  169. end)
  170.  
  171. ButtonRound_2.Name = "ButtonRound"
  172. ButtonRound_2.Parent = TimeNight
  173. ButtonRound_2.Active = true
  174. ButtonRound_2.AnchorPoint = Vector2.new(0.5, 0.5)
  175. ButtonRound_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. ButtonRound_2.BackgroundTransparency = 1.000
  177. ButtonRound_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  178. ButtonRound_2.Selectable = true
  179. ButtonRound_2.Size = UDim2.new(1, 0, 1, 0)
  180. ButtonRound_2.ZIndex = 3
  181. ButtonRound_2.Image = "rbxassetid://3570695787"
  182. ButtonRound_2.ImageColor3 = Color3.fromRGB(42, 42, 42)
  183. ButtonRound_2.ScaleType = Enum.ScaleType.Slice
  184. ButtonRound_2.SliceCenter = Rect.new(100, 100, 100, 100)
  185. ButtonRound_2.SliceScale = 0.120
  186.  
  187. ButtonShadow_2.Name = "ButtonShadow"
  188. ButtonShadow_2.Parent = TimeNight
  189. ButtonShadow_2.Active = true
  190. ButtonShadow_2.AnchorPoint = Vector2.new(0.5, 0.5)
  191. ButtonShadow_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. ButtonShadow_2.BackgroundTransparency = 1.000
  193. ButtonShadow_2.Position = UDim2.new(0.5, 0, 0.556603789, 0)
  194. ButtonShadow_2.Selectable = true
  195. ButtonShadow_2.Size = UDim2.new(1, 0, 1.11320758, 0)
  196. ButtonShadow_2.ZIndex = 2
  197. ButtonShadow_2.Image = "rbxassetid://3570695787"
  198. ButtonShadow_2.ImageColor3 = Color3.fromRGB(35, 35, 35)
  199. ButtonShadow_2.ScaleType = Enum.ScaleType.Slice
  200. ButtonShadow_2.SliceCenter = Rect.new(100, 100, 100, 100)
  201. ButtonShadow_2.SliceScale = 0.120
  202.  
  203. Fog.Name = "Fog"
  204. Fog.Parent = Main
  205. Fog.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  206. Fog.BackgroundTransparency = 1.000
  207. Fog.BorderSizePixel = 0
  208. Fog.Position = UDim2.new(0.0271186437, 0, 0.560226977, 0)
  209. Fog.Size = UDim2.new(0, 250, 0, 69)
  210. Fog.ZIndex = 4
  211. Fog.Font = Enum.Font.Highway
  212. Fog.Text = "Remove Fog"
  213. Fog.TextColor3 = Color3.fromRGB(255, 255, 255)
  214. Fog.TextSize = 25.000
  215. Fog.MouseButton1Click:connect(function()
  216.     while true do
  217.         wait()
  218.         game.Lighting.FogEnd = 1000000
  219.         wait()
  220.     end
  221. end)
  222.  
  223. ButtonRound_3.Name = "ButtonRound"
  224. ButtonRound_3.Parent = Fog
  225. ButtonRound_3.Active = true
  226. ButtonRound_3.AnchorPoint = Vector2.new(0.5, 0.5)
  227. ButtonRound_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. ButtonRound_3.BackgroundTransparency = 1.000
  229. ButtonRound_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  230. ButtonRound_3.Selectable = true
  231. ButtonRound_3.Size = UDim2.new(1, 0, 1, 0)
  232. ButtonRound_3.ZIndex = 3
  233. ButtonRound_3.Image = "rbxassetid://3570695787"
  234. ButtonRound_3.ImageColor3 = Color3.fromRGB(42, 42, 42)
  235. ButtonRound_3.ScaleType = Enum.ScaleType.Slice
  236. ButtonRound_3.SliceCenter = Rect.new(100, 100, 100, 100)
  237. ButtonRound_3.SliceScale = 0.120
  238.  
  239. ButtonShadow_3.Name = "ButtonShadow"
  240. ButtonShadow_3.Parent = Fog
  241. ButtonShadow_3.Active = true
  242. ButtonShadow_3.AnchorPoint = Vector2.new(0.5, 0.5)
  243. ButtonShadow_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. ButtonShadow_3.BackgroundTransparency = 1.000
  245. ButtonShadow_3.Position = UDim2.new(0.5, 0, 0.556603789, 0)
  246. ButtonShadow_3.Selectable = true
  247. ButtonShadow_3.Size = UDim2.new(1, 0, 1.11320758, 0)
  248. ButtonShadow_3.ZIndex = 2
  249. ButtonShadow_3.Image = "rbxassetid://3570695787"
  250. ButtonShadow_3.ImageColor3 = Color3.fromRGB(35, 35, 35)
  251. ButtonShadow_3.ScaleType = Enum.ScaleType.Slice
  252. ButtonShadow_3.SliceCenter = Rect.new(100, 100, 100, 100)
  253. ButtonShadow_3.SliceScale = 0.120
  254.  
  255. FullBright.Name = "FullBright"
  256. FullBright.Parent = Main
  257. FullBright.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  258. FullBright.BackgroundTransparency = 1.000
  259. FullBright.BorderSizePixel = 0
  260. FullBright.Position = UDim2.new(0.547457576, 0, 0.560226977, 0)
  261. FullBright.Size = UDim2.new(0, 250, 0, 69)
  262. FullBright.ZIndex = 4
  263. FullBright.Font = Enum.Font.Highway
  264. FullBright.Text = "Full Bright"
  265. FullBright.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. FullBright.TextSize = 25.000
  267. FullBright.MouseButton1Click:connect(function()
  268.     local Light = game:GetService("Lighting")
  269.  
  270.     function dofullbright()
  271.         Light.Ambient = Color3.new(1, 1, 1)
  272.         Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  273.         Light.ColorShift_Top = Color3.new(1, 1, 1)
  274.     end
  275.  
  276.     dofullbright()
  277.  
  278.     Light.LightingChanged:Connect(dofullbright)
  279. end)
  280.  
  281. ButtonRound_4.Name = "ButtonRound"
  282. ButtonRound_4.Parent = FullBright
  283. ButtonRound_4.Active = true
  284. ButtonRound_4.AnchorPoint = Vector2.new(0.5, 0.5)
  285. ButtonRound_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  286. ButtonRound_4.BackgroundTransparency = 1.000
  287. ButtonRound_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  288. ButtonRound_4.Selectable = true
  289. ButtonRound_4.Size = UDim2.new(1, 0, 1, 0)
  290. ButtonRound_4.ZIndex = 3
  291. ButtonRound_4.Image = "rbxassetid://3570695787"
  292. ButtonRound_4.ImageColor3 = Color3.fromRGB(42, 42, 42)
  293. ButtonRound_4.ScaleType = Enum.ScaleType.Slice
  294. ButtonRound_4.SliceCenter = Rect.new(100, 100, 100, 100)
  295. ButtonRound_4.SliceScale = 0.120
  296.  
  297. ButtonShadow_4.Name = "ButtonShadow"
  298. ButtonShadow_4.Parent = FullBright
  299. ButtonShadow_4.Active = true
  300. ButtonShadow_4.AnchorPoint = Vector2.new(0.5, 0.5)
  301. ButtonShadow_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  302. ButtonShadow_4.BackgroundTransparency = 1.000
  303. ButtonShadow_4.Position = UDim2.new(0.5, 0, 0.556603789, 0)
  304. ButtonShadow_4.Selectable = true
  305. ButtonShadow_4.Size = UDim2.new(1, 0, 1.11320758, 0)
  306. ButtonShadow_4.ZIndex = 2
  307. ButtonShadow_4.Image = "rbxassetid://3570695787"
  308. ButtonShadow_4.ImageColor3 = Color3.fromRGB(35, 35, 35)
  309. ButtonShadow_4.ScaleType = Enum.ScaleType.Slice
  310. ButtonShadow_4.SliceCenter = Rect.new(100, 100, 100, 100)
  311. ButtonShadow_4.SliceScale = 0.120
  312.  
  313. OpenButton.Name = "OpenButton"
  314. OpenButton.Parent = Drag
  315. OpenButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  316. OpenButton.BackgroundTransparency = 1.000
  317. OpenButton.BorderSizePixel = 0
  318. OpenButton.Position = UDim2.new(0.857377052, 0, 0.142857149, 0)
  319. OpenButton.Size = UDim2.new(0, 25, 0, 24)
  320. OpenButton.ZIndex = 7
  321. OpenButton.Image = "rbxassetid://3570695787"
  322. OpenButton.ImageColor3 = Color3.fromRGB(38, 255, 0)
  323. OpenButton.MouseButton1Click:connect(function()
  324.     Main.Visible = true
  325. end)
  326.  
  327. MinimizeButton.Name = "MinimizeButton"
  328. MinimizeButton.Parent = Drag
  329. MinimizeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  330. MinimizeButton.BackgroundTransparency = 1.000
  331. MinimizeButton.BorderSizePixel = 0
  332. MinimizeButton.Position = UDim2.new(0.783606529, 0, 0.142857149, 0)
  333. MinimizeButton.Size = UDim2.new(0, 25, 0, 24)
  334. MinimizeButton.ZIndex = 7
  335. MinimizeButton.Image = "rbxassetid://3570695787"
  336. MinimizeButton.ImageColor3 = Color3.fromRGB(243, 255, 0)
  337. MinimizeButton.MouseButton1Click:connect(function()
  338.     Main.Visible = false
  339. end)
  340.  
  341. CloseButton.Name = "CloseButton"
  342. CloseButton.Parent = Drag
  343. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  344. CloseButton.BackgroundTransparency = 1.000
  345. CloseButton.BorderSizePixel = 0
  346. CloseButton.Position = UDim2.new(0.929508209, 0, 0.142857149, 0)
  347. CloseButton.Size = UDim2.new(0, 25, 0, 24)
  348. CloseButton.ZIndex = 7
  349. CloseButton.Image = "rbxassetid://3570695787"
  350. CloseButton.ImageColor3 = Color3.fromRGB(255, 0, 0)
  351. CloseButton.MouseButton1Click:connect(function()
  352.     Drag:Destroy()
  353. end)
  354.  
  355. DragShadow.Name = "DragShadow"
  356. DragShadow.Parent = Drag
  357. DragShadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. DragShadow.BackgroundTransparency = 1.000
  359. DragShadow.Position = UDim2.new(-0.00115546549, 0, -0.0176199768, 0)
  360. DragShadow.Size = UDim2.new(0, 610, 0, 42)
  361. DragShadow.ZIndex = 5
  362. DragShadow.Image = "rbxassetid://3570695787"
  363. DragShadow.ImageColor3 = Color3.fromRGB(33, 33, 33)
  364. DragShadow.ScaleType = Enum.ScaleType.Slice
  365. DragShadow.SliceCenter = Rect.new(100, 100, 100, 100)
  366. DragShadow.SliceScale = 0.120
  367.  
  368. ImageLabel.Parent = Drag
  369. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  370. ImageLabel.BackgroundTransparency = 1.000
  371. ImageLabel.BorderSizePixel = 0
  372. ImageLabel.Position = UDim2.new(0.0163934417, 0, 0, 0)
  373. ImageLabel.Size = UDim2.new(0, 35, 0, 35)
  374. ImageLabel.ZIndex = 7
  375. ImageLabel.Image = "http://www.roblox.com/asset/?id=6466038077"
  376.  
  377. -- Scripts:
  378.  
  379. local function YKCKKGB_fake_script() -- Drag.Dragify
  380.     local script = Instance.new('LocalScript', Drag)
  381.  
  382.     local UIS = game:GetService("UserInputService")
  383.     function dragify(Frame)
  384.         dragToggle = nil
  385.         local dragSpeed = 0.50
  386.         dragInput = nil
  387.         dragStart = nil
  388.         local dragPos = nil
  389.         function updateInput(input)
  390.             local Delta = input.Position - dragStart
  391.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  392.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  393.         end
  394.         Frame.InputBegan:Connect(function(input)
  395.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  396.                 dragToggle = true
  397.                 dragStart = input.Position
  398.                 startPos = Frame.Position
  399.                 input.Changed:Connect(function()
  400.                     if input.UserInputState == Enum.UserInputState.End then
  401.                         dragToggle = false
  402.                     end
  403.                 end)
  404.             end
  405.         end)
  406.         Frame.InputChanged:Connect(function(input)
  407.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  408.                 dragInput = input
  409.             end
  410.         end)
  411.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  412.             if input == dragInput and dragToggle then
  413.                 updateInput(input)
  414.             end
  415.         end)
  416.     end
  417.    
  418.     dragify(script.Parent)
  419. end
  420. coroutine.wrap(YKCKKGB_fake_script)()
  421.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement