Advertisement
BladefuryDood

WW QoL Menu

May 30th, 2021 (edited)
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 18.58 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4.     local env = getfenv(func)
  5.     local newenv = setmetatable({},{
  6.         __index = function(self,k)
  7.             if k=="script" then
  8.                 return var
  9.             else
  10.                 return env[k]
  11.             end
  12.         end,
  13.     })
  14.     setfenv(func,newenv)
  15.     return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. TextButton1 = Instance.new("TextButton")
  21. LocalScript2 = Instance.new("LocalScript")
  22. Folder3 = Instance.new("Folder")
  23. Model4 = Instance.new("Model")
  24. Part5 = Instance.new("Part")
  25. ParticleEmitter6 = Instance.new("ParticleEmitter")
  26. Part7 = Instance.new("Part")
  27. Sound8 = Instance.new("Sound")
  28. Sound9 = Instance.new("Sound")
  29. BoolValue10 = Instance.new("BoolValue")
  30. LocalScript11 = Instance.new("LocalScript")
  31. Frame12 = Instance.new("Frame")
  32. Frame13 = Instance.new("Frame")
  33. Frame14 = Instance.new("Frame")
  34. UIGridLayout15 = Instance.new("UIGridLayout")
  35. TextButton16 = Instance.new("TextButton")
  36. Frame17 = Instance.new("Frame")
  37. LocalScript18 = Instance.new("LocalScript")
  38. TextButton19 = Instance.new("TextButton")
  39. Frame20 = Instance.new("Frame")
  40. LocalScript21 = Instance.new("LocalScript")
  41. TextButton22 = Instance.new("TextButton")
  42. Frame23 = Instance.new("Frame")
  43. LocalScript24 = Instance.new("LocalScript")
  44. ImageLabel25 = Instance.new("ImageLabel")
  45. TextLabel26 = Instance.new("TextLabel")
  46. ImageButton27 = Instance.new("ImageButton")
  47. LocalScript28 = Instance.new("LocalScript")
  48. Folder29 = Instance.new("Folder")
  49. Color3Value30 = Instance.new("Color3Value")
  50. Color3Value31 = Instance.new("Color3Value")
  51. LocalScript32 = Instance.new("LocalScript")
  52. Folder33 = Instance.new("Folder")
  53. Sound34 = Instance.new("Sound")
  54. ModuleScript35 = Instance.new("ModuleScript")
  55. ScreenGui0.Name = "WWV:QoL Menu"
  56. ScreenGui0.Parent = mas
  57. ScreenGui0.ResetOnSpawn = false
  58. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59. TextButton1.Name = "OpenCls"
  60. TextButton1.Parent = ScreenGui0
  61. TextButton1.Position = UDim2.new(0, 0, 0.980000019, 0)
  62. TextButton1.Size = UDim2.new(0.0500000007, 0, 0.0199999996, 0)
  63. TextButton1.BackgroundColor = BrickColor.new("Black")
  64. TextButton1.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  65. TextButton1.BorderSizePixel = 0
  66. TextButton1.Font = Enum.Font.SourceSans
  67. TextButton1.FontSize = Enum.FontSize.Size14
  68. TextButton1.Text = "Menu"
  69. TextButton1.TextColor = BrickColor.new("Institutional white")
  70. TextButton1.TextColor3 = Color3.new(1, 1, 1)
  71. TextButton1.TextSize = 14
  72. LocalScript2.Name = "OpenCls Master"
  73. LocalScript2.Parent = TextButton1
  74. table.insert(cors,sandbox(LocalScript2,function()
  75. Main = script.Parent.Parent.Main
  76.  
  77. script.Parent.MouseButton1Click:Connect(function()
  78.     if Main.Visible == false then
  79.         Main.Visible = true
  80.         script.Parent.Text = "Close"
  81.     else
  82.         Main.Visible = false
  83.         script.Parent.Text = "Open"
  84.     end
  85. end)
  86.  
  87. Main.Changed:Connect(function()
  88.     if Main.Visible == true then
  89.         script.Parent.Text = "Close"
  90.     else
  91.         script.Parent.Text = "Open"
  92.     end
  93. end)
  94. end))
  95. Folder3.Parent = ScreenGui0
  96. Model4.Name = "LightPillar"
  97. Model4.Parent = Folder3
  98. Model4.PrimaryPart = Part7
  99. Part5.Name = "Beam"
  100. Part5.Parent = Model4
  101. Part5.CFrame = CFrame.new(7.19999981, 14.5250006, -1.30000293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  102. Part5.Position = Vector3.new(7.19999981, 14.5250006, -1.30000293)
  103. Part5.Color = Color3.new(0.501961, 0.733333, 0.858824)
  104. Part5.Transparency = 0.60000002384186
  105. Part5.Size = Vector3.new(0.100000001, 30, 0.100000001)
  106. Part5.Anchored = true
  107. Part5.BottomSurface = Enum.SurfaceType.Smooth
  108. Part5.BrickColor = BrickColor.new("Pastel Blue")
  109. Part5.CanCollide = false
  110. Part5.Material = Enum.Material.Neon
  111. Part5.TopSurface = Enum.SurfaceType.Smooth
  112. Part5.brickColor = BrickColor.new("Pastel Blue")
  113. ParticleEmitter6.Parent = Part5
  114. ParticleEmitter6.Speed = NumberRange.new(4.5, 4.5)
  115. ParticleEmitter6.Enabled = false
  116. ParticleEmitter6.LightInfluence = 1
  117. ParticleEmitter6.Texture = "http://www.roblox.com/asset/?id=584827399"
  118. ParticleEmitter6.Transparency = NumberSequence.new(0.60000002384186,0.60000002384186)
  119. ParticleEmitter6.Size = NumberSequence.new(0.20000000298023,0.20000000298023)
  120. ParticleEmitter6.Lifetime = NumberRange.new(3, 5)
  121. ParticleEmitter6.Rate = 100
  122. Part7.Name = "Dome"
  123. Part7.Parent = Model4
  124. Part7.CFrame = CFrame.new(7.19999981, 0.0500050001, -1.29999995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  125. Part7.Position = Vector3.new(7.19999981, 0.0500050001, -1.29999995)
  126. Part7.Color = Color3.new(1, 0.690196, 0)
  127. Part7.Transparency = 0.89999997615814
  128. Part7.Size = Vector3.new(0.599999428, 0.599999428, 0.599999428)
  129. Part7.Anchored = true
  130. Part7.BottomSurface = Enum.SurfaceType.Smooth
  131. Part7.BrickColor = BrickColor.new("Deep orange")
  132. Part7.CanCollide = false
  133. Part7.Material = Enum.Material.Neon
  134. Part7.TopSurface = Enum.SurfaceType.Smooth
  135. Part7.brickColor = BrickColor.new("Deep orange")
  136. Part7.Shape = Enum.PartType.Ball
  137. Sound8.Name = "GDT_trainingProgress"
  138. Sound8.Parent = Model4
  139. Sound8.MaxDistance = 600
  140. Sound8.SoundId = "rbxassetid://2606990086"
  141. Sound8.Volume = 1
  142. Sound9.Name = "GDT_bugSpawn"
  143. Sound9.Parent = Model4
  144. Sound9.MaxDistance = 600
  145. Sound9.SoundId = "rbxassetid://2588574281"
  146. Sound9.Volume = 1
  147. BoolValue10.Name = "Actv"
  148. BoolValue10.Parent = Model4
  149. LocalScript11.Parent = Model4
  150. table.insert(cors,sandbox(LocalScript11,function()
  151. --Vars
  152. master = script.Parent.Parent
  153. Actv = script.Parent.Actv
  154.  
  155. --Main
  156. if Actv.Value == false then
  157.     Actv.Changed:Connect(function()
  158.         if Actv.Value == true then
  159.             if master.Transparency == 0 then
  160.                 script.Parent.Dome.Transparency = 0.9
  161.                 script.Parent.Beam.Transparency = 0.6
  162.                 script.Parent.GDT_trainingProgress:Play()
  163.                 script.Parent.Beam.ParticleEmitter.Enabled = true
  164.             else
  165.                 script.Parent.Dome.Transparency = 1
  166.                 script.Parent.Dome.Transparency = 1
  167.                 script.Parent.GDT_bugSpawn:Play()
  168.                 script.Parent.Beam.ParticleEmitter.Enabled = false
  169.             end
  170.  
  171.             --Automation
  172.             master.Changed:Connect(function()
  173.                 if master.Transparency == 0 then
  174.                     script.Parent.Dome.Transparency = 0.9
  175.                     script.Parent.Beam.Transparency = 0.6
  176.                     script.Parent.GDT_trainingProgress:Play()
  177.                     script.Parent.Beam.ParticleEmitter.Enabled = true
  178.                 else
  179.                     script.Parent.Dome.Transparency = 1
  180.                     script.Parent.Dome.Transparency = 1
  181.                     script.Parent.GDT_bugSpawn:Play()
  182.                     script.Parent.Beam.ParticleEmitter.Enabled = false
  183.                 end
  184.             end)
  185.         end
  186.     end)
  187. else
  188.     if master.Transparency == 0 then
  189.         script.Parent.Dome.Transparency = 0.9
  190.         script.Parent.Beam.Transparency = 0.6
  191.         script.Parent.GDT_trainingProgress:Play()
  192.         script.Parent.Beam.ParticleEmitter.Enabled = true
  193.     else
  194.         script.Parent.Dome.Transparency = 1
  195.         script.Parent.Dome.Transparency = 1
  196.         script.Parent.GDT_bugSpawn:Play()
  197.         script.Parent.Beam.ParticleEmitter.Enabled = false
  198.     end
  199.  
  200.     --Automation
  201.     master.Changed:Connect(function()
  202.         if master.Transparency == 0 then
  203.             script.Parent.Dome.Transparency = 0.9
  204.             script.Parent.Beam.Transparency = 0.6
  205.             script.Parent.GDT_trainingProgress:Play()
  206.             script.Parent.Beam.ParticleEmitter.Enabled = true
  207.         else
  208.             script.Parent.Dome.Transparency = 1
  209.             script.Parent.Dome.Transparency = 1
  210.             script.Parent.GDT_bugSpawn:Play()
  211.             script.Parent.Beam.ParticleEmitter.Enabled = false
  212.         end
  213.     end)
  214. end
  215. end))
  216. Frame12.Name = "Main"
  217. Frame12.Parent = ScreenGui0
  218. Frame12.Position = UDim2.new(0.374751508, 0, 0.135892123, 0)
  219. Frame12.Visible = false
  220. Frame12.Size = UDim2.new(0.25, 0, 0.5, 0)
  221. Frame12.BackgroundColor = BrickColor.new("Royal blue")
  222. Frame12.BackgroundColor3 = Color3.new(0.207843, 0.419608, 0.631373)
  223. Frame12.BorderSizePixel = 0
  224. Frame13.Parent = Frame12
  225. Frame13.Position = UDim2.new(0, 0, 0.0700000003, 0)
  226. Frame13.Size = UDim2.new(1, 0, 0.910000026, 0)
  227. Frame13.BackgroundColor = BrickColor.new("Black")
  228. Frame13.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  229. Frame13.BorderSizePixel = 0
  230. Frame14.Parent = Frame13
  231. Frame14.Position = UDim2.new(0, 0, 0.0264792033, 0)
  232. Frame14.Size = UDim2.new(1, 0, 0.953520834, 0)
  233. Frame14.BackgroundColor = BrickColor.new("Black")
  234. Frame14.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  235. Frame14.BackgroundTransparency = 1
  236. Frame14.BorderSizePixel = 0
  237. UIGridLayout15.Parent = Frame14
  238. UIGridLayout15.HorizontalAlignment = Enum.HorizontalAlignment.Center
  239. UIGridLayout15.SortOrder = Enum.SortOrder.LayoutOrder
  240. UIGridLayout15.CellPadding = UDim2.new(0.0500000007, 0, 0.0399999991, 0)
  241. UIGridLayout15.CellSize = UDim2.new(0.400000006, 0, 0.150000006, 0)
  242. UIGridLayout15.FillDirectionMaxCells = 2
  243. TextButton16.Name = "EasyCrates"
  244. TextButton16.Parent = Frame14
  245. TextButton16.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  246. TextButton16.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  247. TextButton16.BackgroundColor = BrickColor.new("Dark taupe")
  248. TextButton16.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  249. TextButton16.BorderSizePixel = 0
  250. TextButton16.NextSelectionDown = TextButton19
  251. TextButton16.NextSelectionRight = TextButton22
  252. TextButton16.ZIndex = 43
  253. TextButton16.Font = Enum.Font.Highway
  254. TextButton16.FontSize = Enum.FontSize.Size14
  255. TextButton16.Text = "Easy Crates"
  256. TextButton16.TextColor = BrickColor.new("Institutional white")
  257. TextButton16.TextColor3 = Color3.new(1, 1, 1)
  258. TextButton16.TextSize = 14
  259. TextButton16.TextWrap = true
  260. TextButton16.TextWrapped = true
  261. Frame17.Name = "Status"
  262. Frame17.Parent = TextButton16
  263. Frame17.Position = UDim2.new(0.949999988, 0, 0, 0)
  264. Frame17.Size = UDim2.new(0.0500000007, 0, 1, 0)
  265. Frame17.BackgroundColor = BrickColor.new("Mid gray")
  266. Frame17.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  267. Frame17.BorderSizePixel = 0
  268. LocalScript18.Parent = TextButton16
  269. table.insert(cors,sandbox(LocalScript18,function()
  270. --Variables:
  271. crts = game.Workspace.GrandWorkspace.Scenery.KitCrates
  272. Props = script.Parent.Parent.Parent.Parent.Parent.Folder
  273. Colors = script.Parent.Parent.Parent.Parent.Parent.Colors
  274. Sounds = script.Parent.Parent.Parent.Parent.Parent.Sounds
  275. activated = false
  276.  
  277. --Main:
  278. script.Parent.MouseButton1Click:Connect(function()
  279.     Sounds.GDT_buttonClick:Play()
  280.     if activated == false then
  281.     script.Parent.Status.BackgroundColor3 = Colors.Green.Value
  282.         for i, v in pairs(crts:GetChildren()) do
  283.             if v.Name == "CratePart" and v.Transparency == 0 then
  284.                 v.Material = "Neon"
  285.                 local glw = v:FindFirstChild("Glow")
  286.                 if glw ~= nil then
  287.                     v.Glow.Enabled = true
  288.                 else
  289.                     local lght = Instance.new("PointLight")
  290.                     lght.Parent = v
  291.                     lght.Name = "Glow"
  292.                     lght.Enabled = true
  293.                     lght.Range = 6
  294.                     lght.Brightness = 10
  295.  
  296.                     local s1 = Props.LightPillar:Clone()
  297.                     s1.Parent = v
  298.                     s1:SetPrimaryPartCFrame(v.CFrame)
  299.                     s1.Actv.Value = true
  300.                 end
  301.             elseif v.name == "CratePart" and v.Transparency ~= 0 then
  302.                 local glw = v:FindFirstChild("Glow")
  303.                 if glw ~= nil then
  304.                     v.Glow.Enabled = false
  305.                 else
  306.                     local lght = Instance.new("PointLight")
  307.                     lght.Parent = v
  308.                     lght.Name = "Glow"
  309.                     lght.Enabled = false
  310.                     lght.Range = 6
  311.                     lght.Brightness = 10
  312.  
  313.                     local s1 = Props.LightPillar:Clone()
  314.                     s1.Parent = v
  315.                     s1:SetPrimaryPartCFrame(v.CFrame)
  316.                     s1.Actv.Value = true
  317.                 end
  318.             end
  319.         end
  320.     activated = true
  321.  
  322.         --Future Automation Below:
  323.         crts.Changed:connect(function()
  324.             for i, v in pairs(crts:GetChildren()) do
  325.                 if v.Name == "CratePart" and v.Transparency == 0 then
  326.                     v.Material = "Neon"
  327.                     glw = v:FindFirstChild("Glow")
  328.                     if glw ~= nil then
  329.                         v.Glow.Enabled = true
  330.                     else
  331.                         local lght = Instance.new("PointLight")
  332.                         lght.Parent = v
  333.                         lght.Name = "Glow"
  334.                         lght.Enabled = true
  335.                         lght.Range = 6
  336.                         lght.Brightness = 10
  337.                     end
  338.                 elseif v.name == "CratePart" and v.Transparency ~= 0 then
  339.                     glw = v:FindFirstChild("Glow")
  340.                     if glw ~= nil then
  341.                         v.Glow.Enabled = false
  342.                     else
  343.                     end
  344.                 end
  345.             end
  346.         end)
  347.     else
  348. script.Parent.Status.BackgroundColor3 = Colors.Red.Value
  349. wait(.5)
  350. script.Parent.Status.BackgroundColor3 = Colors.Green.Value
  351.     end
  352. end)
  353.  
  354. end))
  355. TextButton19.Name = "Toggle"
  356. TextButton19.Parent = Frame14
  357. TextButton19.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  358. TextButton19.Visible = false
  359. TextButton19.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  360. TextButton19.BackgroundColor = BrickColor.new("Dark taupe")
  361. TextButton19.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  362. TextButton19.BorderSizePixel = 0
  363. TextButton19.ZIndex = 43
  364. TextButton19.Font = Enum.Font.Highway
  365. TextButton19.FontSize = Enum.FontSize.Size14
  366. TextButton19.Text = "Toggle"
  367. TextButton19.TextColor = BrickColor.new("Institutional white")
  368. TextButton19.TextColor3 = Color3.new(1, 1, 1)
  369. TextButton19.TextSize = 14
  370. Frame20.Name = "Status"
  371. Frame20.Parent = TextButton19
  372. Frame20.Position = UDim2.new(0.949999988, 0, 0, 0)
  373. Frame20.Size = UDim2.new(0.0500000007, 0, 1, 0)
  374. Frame20.BackgroundColor = BrickColor.new("Mid gray")
  375. Frame20.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  376. Frame20.BorderSizePixel = 0
  377. LocalScript21.Parent = TextButton19
  378. table.insert(cors,sandbox(LocalScript21,function()
  379. --Variables:
  380. crts = game.Workspace.GrandWorkspace.Scenery.KitCrates
  381. Props = script.Parent.Parent.Parent.Parent.Folder
  382. Colors = script.Parent.Parent.Parent.Parent.Colors
  383. treesOn = true
  384. TreesLOC = game.Workspace.GrandWorkspace.Scenery.Trees:GetChildren()
  385. TreesLOC1 = game.Workspace.GrandWorkspace["Hampden Island"].Trees:GetChildren()
  386.  
  387. --Main:
  388. script.Parent.MouseButton1Click:Connect(function()
  389.     if treesOn == true then
  390.         script.Parent.Status.BackgroundColor3 = Colors.Green.Value
  391.         for i, v in pairs(TreesLOC) do
  392.             v.Transparency = 1
  393.         end
  394.         for i, v in pairs(TreesLOC1) do
  395.             v.Transparency = 1
  396.         end
  397.         treesOn = false
  398.         script.Parent.Text = "Re-Add Trees"
  399.     else
  400.         script.Parent.Status.BackgroundColor3 = Colors.Red.Value
  401.         for i, v in pairs(TreesLOC) do
  402.             v.Transparency = 0
  403.         end
  404.         for i, v in pairs(TreesLOC1) do
  405.             v.Transparency = 0
  406.         end
  407.         treesOn = true
  408.         script.Parent.Text = "Remove Trees"
  409.     end
  410. end)
  411. end))
  412. TextButton22.Name = "ToggleTrees"
  413. TextButton22.Parent = Frame14
  414. TextButton22.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  415. TextButton22.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  416. TextButton22.BackgroundColor = BrickColor.new("Dark taupe")
  417. TextButton22.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  418. TextButton22.BorderSizePixel = 0
  419. TextButton22.NextSelectionLeft = TextButton16
  420. TextButton22.ZIndex = 43
  421. TextButton22.Font = Enum.Font.Highway
  422. TextButton22.FontSize = Enum.FontSize.Size14
  423. TextButton22.Text = "Toggle Trees"
  424. TextButton22.TextColor = BrickColor.new("Institutional white")
  425. TextButton22.TextColor3 = Color3.new(1, 1, 1)
  426. TextButton22.TextSize = 14
  427. Frame23.Name = "Status"
  428. Frame23.Parent = TextButton22
  429. Frame23.Position = UDim2.new(0.949999988, 0, 0, 0)
  430. Frame23.Size = UDim2.new(0.0500000007, 0, 1, 0)
  431. Frame23.BackgroundColor = BrickColor.new("Mid gray")
  432. Frame23.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  433. Frame23.BorderSizePixel = 0
  434. LocalScript24.Parent = TextButton22
  435. table.insert(cors,sandbox(LocalScript24,function()
  436. --Variables:
  437. crts = game.Workspace.GrandWorkspace.Scenery.KitCrates
  438. Props = script.Parent.Parent.Parent.Parent.Parent.Folder
  439. Colors = script.Parent.Parent.Parent.Parent.Parent.Colors
  440. Sounds = script.Parent.Parent.Parent.Parent.Parent.Sounds
  441. treesOn = true
  442. TreesLOL = game.Workspace:GetDescendants()
  443.  
  444. --Main:
  445. script.Parent.MouseButton1Click:Connect(function()
  446.     Sounds.GDT_buttonClick:Play()
  447.     if treesOn == true then
  448.         script.Parent.Status.BackgroundColor3 = Colors.Green.Value
  449.         for i, v in pairs(TreesLOL) do
  450.             if v.Name == "Tree" then
  451.                 v.Transparency = 1
  452.             end
  453.         end
  454.         treesOn = false
  455.         script.Parent.Text = "Re-Add Trees"
  456.     else
  457.         script.Parent.Status.BackgroundColor3 = Colors.Red.Value
  458.         for i, v in pairs(TreesLOL) do
  459.             if v.Name == "Tree" then
  460.                 v.Transparency = 0
  461.             end
  462.         end
  463.         treesOn = true
  464.         script.Parent.Text = "Remove Trees"
  465.     end
  466. end)
  467. end))
  468. ImageLabel25.Parent = Frame13
  469. ImageLabel25.Size = UDim2.new(1, 0, 1, 0)
  470. ImageLabel25.BackgroundColor = BrickColor.new("Institutional white")
  471. ImageLabel25.BackgroundColor3 = Color3.new(1, 1, 1)
  472. ImageLabel25.BackgroundTransparency = 1
  473. ImageLabel25.BorderSizePixel = 0
  474. ImageLabel25.ZIndex = 0
  475. ImageLabel25.Image = "http://www.roblox.com/asset/?id=613887973"
  476. ImageLabel25.ImageTransparency = 0.80000001192093
  477. TextLabel26.Name = "Name"
  478. TextLabel26.Parent = Frame12
  479. TextLabel26.Size = UDim2.new(1, 0, 0.0500000007, 0)
  480. TextLabel26.BackgroundColor = BrickColor.new("Black")
  481. TextLabel26.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  482. TextLabel26.BorderSizePixel = 0
  483. TextLabel26.Font = Enum.Font.Ubuntu
  484. TextLabel26.FontSize = Enum.FontSize.Size14
  485. TextLabel26.Text = "Wingz World V: Enhanced Gameplay Solution"
  486. TextLabel26.TextColor = BrickColor.new("Institutional white")
  487. TextLabel26.TextColor3 = Color3.new(1, 1, 1)
  488. TextLabel26.TextSize = 14
  489. ImageButton27.Parent = TextLabel26
  490. ImageButton27.Position = UDim2.new(0.949999988, 0, 0, 0)
  491. ImageButton27.Size = UDim2.new(0.0500000007, 0, 1, 0)
  492. ImageButton27.BackgroundColor = BrickColor.new("Crimson")
  493. ImageButton27.BackgroundColor3 = Color3.new(0.580392, 0.054902, 0.054902)
  494. ImageButton27.BorderSizePixel = 0
  495. ImageButton27.ZIndex = 42
  496. ImageButton27.Image = "http://www.roblox.com/asset/?id=1206241336"
  497. LocalScript28.Parent = ImageButton27
  498. table.insert(cors,sandbox(LocalScript28,function()
  499. script.Parent.MouseButton1Click:connect(function()
  500.     script.Parent.Parent.Parent.Parent.Main.Visible = false
  501.     script.Parent.Parent.Parent.Parent.Sounds.GDT_buttonClick:Play()
  502. end)
  503. end))
  504. Folder29.Name = "Colors"
  505. Folder29.Parent = ScreenGui0
  506. Color3Value30.Name = "Green"
  507. Color3Value30.Parent = Folder29
  508. Color3Value30.Value = Color3.new(0.286275, 0.847059, 0.333333)
  509. Color3Value31.Name = "Red"
  510. Color3Value31.Parent = Folder29
  511. Color3Value31.Value = Color3.new(0.709804, 0.12549, 0.137255)
  512. LocalScript32.Name = "SendToCore"
  513. LocalScript32.Parent = ScreenGui0
  514. table.insert(cors,sandbox(LocalScript32,function()
  515. wait(.5)
  516. script.Parent.Parent = game.CoreGui
  517. end))
  518. Folder33.Name = "Sounds"
  519. Folder33.Parent = ScreenGui0
  520. Sound34.Name = "GDT_buttonClick"
  521. Sound34.Parent = Folder33
  522. Sound34.SoundId = "rbxassetid://2606989090"
  523. ModuleScript35.Parent = ScreenGui0
  524. table.insert(cors,sandbox(ModuleScript35,function()
  525. local UIOpenCls = {}
  526.  
  527. toggld = false
  528. function UIOpenCls.Toggle(status)
  529.     if toggld == false then
  530.         status = true
  531.         toggld = true
  532.     else
  533.         status = false
  534.         toggld = false
  535.     end
  536. end
  537.  
  538. return UIOpenCls
  539.  
  540. end))
  541. for i,v in pairs(mas:GetChildren()) do
  542.     v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  543.     pcall(function() v:MakeJoints() end)
  544. end
  545. mas:Destroy()
  546. for i,v in pairs(cors) do
  547.     spawn(function()
  548.         pcall(v)
  549.     end)
  550. end
  551.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement