ShootemBeaut

c00la!d GUI

Jun 2nd, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local c00ladGUI = Instance.new("ScreenGui")
  7. local Background = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local List = Instance.new("Frame")
  10. local UIListLayout = Instance.new("UIListLayout")
  11. local InfYield = Instance.new("TextButton")
  12. local Backdoorexe = Instance.new("TextButton")
  13. local OwlHub = Instance.new("TextButton")
  14. local UniversalScriptHub = Instance.new("TextButton")
  15. local FEc00lkidd = Instance.new("TextButton")
  16. local n00bGUI = Instance.new("TextButton")
  17. local Executor = Instance.new("TextBox")
  18. local Execute = Instance.new("TextButton")
  19. local Clear = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. c00ladGUI.Name = "c00la!d GUI"
  24. c00ladGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. c00ladGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Background.Name = "Background"
  28. Background.Parent = c00ladGUI
  29. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. Background.BackgroundTransparency = 0.500
  31. Background.BorderColor3 = Color3.fromRGB(255, 199, 200)
  32. Background.BorderSizePixel = 3
  33. Background.Position = UDim2.new(0.217596233, 0, 0.207357854, 0)
  34. Background.Size = UDim2.new(0, 719, 0, 524)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = Background
  38. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  39. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  40. Title.BorderSizePixel = 0
  41. Title.Size = UDim2.new(0, 719, 0, 45)
  42. Title.Font = Enum.Font.SourceSans
  43. Title.Text = "c00la!d GUI"
  44. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  45. Title.TextScaled = true
  46. Title.TextSize = 14.000
  47. Title.TextWrapped = true
  48. Title.TextXAlignment = Enum.TextXAlignment.Left
  49. Title.TextYAlignment = Enum.TextYAlignment.Bottom
  50.  
  51. List.Name = "List"
  52. List.Parent = Background
  53. List.BackgroundColor3 = Color3.fromRGB(255, 215, 216)
  54. List.BackgroundTransparency = 0.700
  55. List.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. List.BorderSizePixel = 0
  57. List.Position = UDim2.new(0, 0, 0.0858778954, 0)
  58. List.Size = UDim2.new(0, 91, 0, 478)
  59.  
  60. UIListLayout.Parent = List
  61. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  62. UIListLayout.Padding = UDim.new(0.0199999996, 0)
  63.  
  64. InfYield.Name = "Inf Yield"
  65. InfYield.Parent = List
  66. InfYield.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  67. InfYield.BorderColor3 = Color3.fromRGB(0, 0, 0)
  68. InfYield.BorderSizePixel = 0
  69. InfYield.Size = UDim2.new(0, 91, 0, 26)
  70. InfYield.Font = Enum.Font.SourceSans
  71. InfYield.Text = "Infinite Yield"
  72. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. InfYield.TextScaled = true
  74. InfYield.TextSize = 14.000
  75. InfYield.TextWrapped = true
  76.  
  77. Backdoorexe.Name = "Backdoor.exe"
  78. Backdoorexe.Parent = List
  79. Backdoorexe.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  80. Backdoorexe.BorderColor3 = Color3.fromRGB(0, 0, 0)
  81. Backdoorexe.BorderSizePixel = 0
  82. Backdoorexe.Size = UDim2.new(0, 91, 0, 26)
  83. Backdoorexe.Font = Enum.Font.SourceSans
  84. Backdoorexe.Text = "Backdoor.exe"
  85. Backdoorexe.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Backdoorexe.TextScaled = true
  87. Backdoorexe.TextSize = 14.000
  88. Backdoorexe.TextWrapped = true
  89.  
  90. OwlHub.Name = "Owl Hub"
  91. OwlHub.Parent = List
  92. OwlHub.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  93. OwlHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  94. OwlHub.BorderSizePixel = 0
  95. OwlHub.Size = UDim2.new(0, 91, 0, 26)
  96. OwlHub.Font = Enum.Font.SourceSans
  97. OwlHub.Text = "Owl Hub"
  98. OwlHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. OwlHub.TextScaled = true
  100. OwlHub.TextSize = 14.000
  101. OwlHub.TextWrapped = true
  102.  
  103. UniversalScriptHub.Name = "Universal Script Hub"
  104. UniversalScriptHub.Parent = List
  105. UniversalScriptHub.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  106. UniversalScriptHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  107. UniversalScriptHub.BorderSizePixel = 0
  108. UniversalScriptHub.Size = UDim2.new(0, 91, 0, 26)
  109. UniversalScriptHub.Font = Enum.Font.SourceSans
  110. UniversalScriptHub.Text = "Universal Script Hub"
  111. UniversalScriptHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. UniversalScriptHub.TextScaled = true
  113. UniversalScriptHub.TextSize = 14.000
  114. UniversalScriptHub.TextWrapped = true
  115.  
  116. FEc00lkidd.Name = "FE c00lkidd"
  117. FEc00lkidd.Parent = List
  118. FEc00lkidd.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  119. FEc00lkidd.BorderColor3 = Color3.fromRGB(0, 0, 0)
  120. FEc00lkidd.BorderSizePixel = 0
  121. FEc00lkidd.Size = UDim2.new(0, 91, 0, 26)
  122. FEc00lkidd.Font = Enum.Font.SourceSans
  123. FEc00lkidd.Text = "FE c00lkidd GUI"
  124. FEc00lkidd.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. FEc00lkidd.TextScaled = true
  126. FEc00lkidd.TextSize = 14.000
  127. FEc00lkidd.TextWrapped = true
  128.  
  129. n00bGUI.Name = "n00b GUI"
  130. n00bGUI.Parent = List
  131. n00bGUI.BackgroundColor3 = Color3.fromRGB(255, 207, 208)
  132. n00bGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  133. n00bGUI.BorderSizePixel = 0
  134. n00bGUI.Size = UDim2.new(0, 91, 0, 26)
  135. n00bGUI.Font = Enum.Font.SourceSans
  136. n00bGUI.Text = "n00b GUI"
  137. n00bGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. n00bGUI.TextScaled = true
  139. n00bGUI.TextSize = 14.000
  140. n00bGUI.TextWrapped = true
  141.  
  142. Executor.Name = "Executor"
  143. Executor.Parent = Background
  144. Executor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  145. Executor.BackgroundTransparency = 0.700
  146. Executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  147. Executor.BorderSizePixel = 0
  148. Executor.Position = UDim2.new(0.126564667, 0, 0.0858778656, 0)
  149. Executor.Size = UDim2.new(0, 628, 0, 386)
  150. Executor.ClearTextOnFocus = false
  151. Executor.Font = Enum.Font.SourceSans
  152. Executor.MultiLine = true
  153. Executor.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  154. Executor.PlaceholderText = "Script"
  155. Executor.Text = "-- Put Script Here"
  156. Executor.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. Executor.TextSize = 30.000
  158. Executor.TextWrapped = true
  159. Executor.TextXAlignment = Enum.TextXAlignment.Left
  160. Executor.TextYAlignment = Enum.TextYAlignment.Top
  161.  
  162. Execute.Name = "Execute"
  163. Execute.Parent = Background
  164. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  166. Execute.BorderSizePixel = 0
  167. Execute.Position = UDim2.new(0.126564667, 0, 0.893129766, 0)
  168. Execute.Size = UDim2.new(0, 146, 0, 31)
  169. Execute.Font = Enum.Font.SourceSans
  170. Execute.Text = "Execute"
  171. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. Execute.TextScaled = true
  173. Execute.TextSize = 14.000
  174. Execute.TextWrapped = true
  175.  
  176. Clear.Name = "Clear"
  177. Clear.Parent = Background
  178. Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
  180. Clear.BorderSizePixel = 0
  181. Clear.Position = UDim2.new(0.796940207, 0, 0.893129766, 0)
  182. Clear.Size = UDim2.new(0, 146, 0, 31)
  183. Clear.Font = Enum.Font.SourceSans
  184. Clear.Text = "Clear"
  185. Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. Clear.TextScaled = true
  187. Clear.TextSize = 14.000
  188. Clear.TextWrapped = true
  189.  
  190. -- Scripts:
  191.  
  192. local function OYBHBFW_fake_script() -- Background.DragScript
  193.     local script = Instance.new('LocalScript', Background)
  194.  
  195.     --Not made by me, check out this video: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s
  196.     --Put this inside of your Frame and configure the speed if you would like.
  197.     --Enjoy! Credits go to: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s
  198.    
  199.     local UIS = game:GetService('UserInputService')
  200.     local frame = script.Parent
  201.     local dragToggle = nil
  202.     local dragSpeed = 0.25
  203.     local dragStart = nil
  204.     local startPos = nil
  205.    
  206.     local function updateInput(input)
  207.         local delta = input.Position - dragStart
  208.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  209.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  210.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  211.     end
  212.    
  213.     frame.InputBegan:Connect(function(input)
  214.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  215.             dragToggle = true
  216.             dragStart = input.Position
  217.             startPos = frame.Position
  218.             input.Changed:Connect(function()
  219.                 if input.UserInputState == Enum.UserInputState.End then
  220.                     dragToggle = false
  221.                 end
  222.             end)
  223.         end
  224.     end)
  225.    
  226.     UIS.InputChanged:Connect(function(input)
  227.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  228.             if dragToggle then
  229.                 updateInput(input)
  230.             end
  231.         end
  232.     end)
  233.    
  234. end
  235. coroutine.wrap(OYBHBFW_fake_script)()
  236. local function GEMUBX_fake_script() -- InfYield.LocalScript
  237.     local script = Instance.new('LocalScript', InfYield)
  238.  
  239.     script.Parent.MouseButton1Click:Connect(function()
  240.         loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  241.     end)
  242. end
  243. coroutine.wrap(GEMUBX_fake_script)()
  244. local function BYRKRJF_fake_script() -- Backdoorexe.LocalScript
  245.     local script = Instance.new('LocalScript', Backdoorexe)
  246.  
  247.     script.Parent.MouseButton1Click:Connect(function()
  248.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))()
  249.     end)
  250. end
  251. coroutine.wrap(BYRKRJF_fake_script)()
  252. local function GGZODY_fake_script() -- OwlHub.LocalScript
  253.     local script = Instance.new('LocalScript', OwlHub)
  254.  
  255.     script.Parent.MouseButton1Click:Connect(function()
  256.         loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  257.     end)
  258. end
  259. coroutine.wrap(GGZODY_fake_script)()
  260. local function ZJYPNB_fake_script() -- UniversalScriptHub.LocalScript
  261.     local script = Instance.new('LocalScript', UniversalScriptHub)
  262.  
  263.     script.Parent.MouseButton1Click:Connect(function()
  264.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))()
  265.     end)
  266. end
  267. coroutine.wrap(ZJYPNB_fake_script)()
  268. local function YCDRBS_fake_script() -- FEc00lkidd.LocalScript
  269.     local script = Instance.new('LocalScript', FEc00lkidd)
  270.  
  271.     script.Parent.MouseButton1Click:Connect(function()
  272.         loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)()
  273.     end)
  274. end
  275. coroutine.wrap(YCDRBS_fake_script)()
  276. local function ZSYL_fake_script() -- n00bGUI.LocalScript
  277.     local script = Instance.new('LocalScript', n00bGUI)
  278.  
  279.     script.Parent.MouseButton1Click:Connect(function()
  280.         loadstring(game:HttpGet("https://pastebin.com/raw/cGR0L0mR"))()
  281.     end)
  282. end
  283. coroutine.wrap(ZSYL_fake_script)()
  284. local function LJGEIU_fake_script() -- Execute.LocalScript
  285.     local script = Instance.new('LocalScript', Execute)
  286.  
  287.     script.Parent.MouseButton1Click:Connect(function()
  288.         local Executor = script.Parent.Parent.Executor
  289.        
  290.         loadstring(Executor.Text)()
  291.     end)
  292. end
  293. coroutine.wrap(LJGEIU_fake_script)()
  294. local function XFQQAZ_fake_script() -- Clear.LocalScript
  295.     local script = Instance.new('LocalScript', Clear)
  296.  
  297.     script.Parent.MouseButton1Click:Connect(function()
  298.         local Executor = script.Parent.Parent.Executor
  299.        
  300.         Executor.Text = ""
  301.     end)
  302. end
  303. coroutine.wrap(XFQQAZ_fake_script)()
  304.  
Tags: Script Gui
Add Comment
Please, Sign In to add comment