ShootemBeaut

n00b GUI

Jun 1st, 2024 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.86 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local n00bHub = Instance.new("ScreenGui")
  7. local Background = Instance.new("Frame")
  8. local n00b = Instance.new("Frame")
  9. local n00b_2 = Instance.new("TextLabel")
  10. local n00b_3 = Instance.new("ImageLabel")
  11. local List = Instance.new("Frame")
  12. local UIListLayout = Instance.new("UIListLayout")
  13. local InfYield = Instance.new("TextButton")
  14. local Backdoorexe = Instance.new("TextButton")
  15. local Owlhub = Instance.new("TextButton")
  16. local Hathub = Instance.new("TextButton")
  17. local UniversalFE = Instance.new("TextButton")
  18. local n00bhub = Instance.new("TextButton")
  19. local Executor = Instance.new("TextBox")
  20. local Execute = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. n00bHub.Name = "n00b Hub"
  25. n00bHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. n00bHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Background.Name = "Background"
  29. Background.Parent = n00bHub
  30. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. Background.BackgroundTransparency = 0.500
  32. Background.BorderColor3 = Color3.fromRGB(0, 0, 0)
  33. Background.BorderSizePixel = 0
  34. Background.Position = UDim2.new(0.318931669, 0, 0.257525086, 0)
  35. Background.Size = UDim2.new(0.362136692, 0, 0.483835012, 0)
  36.  
  37. n00b.Name = "n00b"
  38. n00b.Parent = Background
  39. n00b.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. n00b.BorderColor3 = Color3.fromRGB(0, 0, 0)
  41. n00b.BorderSizePixel = 0
  42. n00b.Size = UDim2.new(0.997830808, 0, 0.076036863, 0)
  43.  
  44. n00b_2.Name = "n00b"
  45. n00b_2.Parent = n00b
  46. n00b_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. n00b_2.BackgroundTransparency = 1.000
  48. n00b_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. n00b_2.BorderSizePixel = 0
  50. n00b_2.Size = UDim2.new(0.271739125, 0, 1, 0)
  51. n00b_2.Font = Enum.Font.SourceSans
  52. n00b_2.Text = "n00b GUI"
  53. n00b_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. n00b_2.TextScaled = true
  55. n00b_2.TextSize = 14.000
  56. n00b_2.TextWrapped = true
  57.  
  58. n00b_3.Name = "n00b"
  59. n00b_3.Parent = Background
  60. n00b_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. n00b_3.BackgroundTransparency = 1.000
  62. n00b_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. n00b_3.BorderSizePixel = 0
  64. n00b_3.Position = UDim2.new(0.800433815, 0, 0.790322602, 0)
  65. n00b_3.Size = UDim2.new(0.197396964, 0, 0.209677413, 0)
  66. n00b_3.Image = "http://www.roblox.com/asset/?id=17700354752"
  67.  
  68. List.Name = "List"
  69. List.Parent = Background
  70. List.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. List.BackgroundTransparency = 1.000
  72. List.BorderColor3 = Color3.fromRGB(0, 0, 0)
  73. List.BorderSizePixel = 0
  74. List.Position = UDim2.new(0, 0, 0.0921659023, 0)
  75. List.Size = UDim2.new(0.314533621, 0, 0.907834113, 0)
  76.  
  77. UIListLayout.Parent = List
  78. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  79. UIListLayout.Padding = UDim.new(0.00499999989, 0)
  80.  
  81. InfYield.Name = "Inf Yield"
  82. InfYield.Parent = List
  83. InfYield.BackgroundColor3 = Color3.fromRGB(154, 0, 3)
  84. InfYield.BackgroundTransparency = 0.500
  85. InfYield.BorderColor3 = Color3.fromRGB(0, 0, 0)
  86. InfYield.BorderSizePixel = 0
  87. InfYield.Size = UDim2.new(1, 0, 0.0812182724, 0)
  88. InfYield.Font = Enum.Font.SourceSans
  89. InfYield.Text = "Infinite Yield"
  90. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. InfYield.TextScaled = true
  92. InfYield.TextSize = 14.000
  93. InfYield.TextWrapped = true
  94.  
  95. Backdoorexe.Name = "Backdoor.exe"
  96. Backdoorexe.Parent = List
  97. Backdoorexe.BackgroundColor3 = Color3.fromRGB(255, 133, 11)
  98. Backdoorexe.BackgroundTransparency = 0.500
  99. Backdoorexe.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. Backdoorexe.BorderSizePixel = 0
  101. Backdoorexe.Position = UDim2.new(0, 0, 0.0898005217, 0)
  102. Backdoorexe.Size = UDim2.new(1, 0, 0.0812182724, 0)
  103. Backdoorexe.Font = Enum.Font.SourceSans
  104. Backdoorexe.Text = "Backdoor.exe"
  105. Backdoorexe.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. Backdoorexe.TextScaled = true
  107. Backdoorexe.TextSize = 14.000
  108. Backdoorexe.TextWrapped = true
  109.  
  110. Owlhub.Name = "Owl hub"
  111. Owlhub.Parent = List
  112. Owlhub.BackgroundColor3 = Color3.fromRGB(255, 247, 0)
  113. Owlhub.BackgroundTransparency = 0.500
  114. Owlhub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  115. Owlhub.BorderSizePixel = 0
  116. Owlhub.Position = UDim2.new(0, 0, 0.0898005217, 0)
  117. Owlhub.Size = UDim2.new(1, 0, 0.0812182724, 0)
  118. Owlhub.Font = Enum.Font.SourceSans
  119. Owlhub.Text = "Owl Hub"
  120. Owlhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. Owlhub.TextScaled = true
  122. Owlhub.TextSize = 14.000
  123. Owlhub.TextWrapped = true
  124.  
  125. Hathub.Name = "Hat hub"
  126. Hathub.Parent = List
  127. Hathub.BackgroundColor3 = Color3.fromRGB(0, 65, 5)
  128. Hathub.BackgroundTransparency = 0.500
  129. Hathub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  130. Hathub.BorderSizePixel = 0
  131. Hathub.Position = UDim2.new(0, 0, 0.0898005217, 0)
  132. Hathub.Size = UDim2.new(1, 0, 0.0812182724, 0)
  133. Hathub.Font = Enum.Font.SourceSans
  134. Hathub.Text = "Hat Hub"
  135. Hathub.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. Hathub.TextScaled = true
  137. Hathub.TextSize = 14.000
  138. Hathub.TextWrapped = true
  139.  
  140. UniversalFE.Name = "Universal FE "
  141. UniversalFE.Parent = List
  142. UniversalFE.BackgroundColor3 = Color3.fromRGB(0, 86, 132)
  143. UniversalFE.BackgroundTransparency = 0.500
  144. UniversalFE.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. UniversalFE.BorderSizePixel = 0
  146. UniversalFE.Position = UDim2.new(0, 0, 0.0898005217, 0)
  147. UniversalFE.Size = UDim2.new(1, 0, 0.0812182724, 0)
  148. UniversalFE.Font = Enum.Font.SourceSans
  149. UniversalFE.Text = "Universeal FE script"
  150. UniversalFE.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. UniversalFE.TextScaled = true
  152. UniversalFE.TextSize = 14.000
  153. UniversalFE.TextWrapped = true
  154.  
  155. n00bhub.Name = "n00b hub"
  156. n00bhub.Parent = List
  157. n00bhub.BackgroundColor3 = Color3.fromRGB(101, 0, 159)
  158. n00bhub.BackgroundTransparency = 0.500
  159. n00bhub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  160. n00bhub.BorderSizePixel = 0
  161. n00bhub.Position = UDim2.new(0, 0, 0.0898005217, 0)
  162. n00bhub.Size = UDim2.new(1, 0, 0.0812182724, 0)
  163. n00bhub.Font = Enum.Font.SourceSans
  164. n00bhub.Text = "n00b Hub (First one I made) (WIP) "
  165. n00bhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. n00bhub.TextScaled = true
  167. n00bhub.TextSize = 14.000
  168. n00bhub.TextWrapped = true
  169.  
  170. Executor.Name = "Executor"
  171. Executor.Parent = Background
  172. Executor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. Executor.BackgroundTransparency = 1.000
  174. Executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  175. Executor.BorderSizePixel = 0
  176. Executor.Position = UDim2.new(0.314533621, 0, 0.076036863, 0)
  177. Executor.Size = UDim2.new(0.685466349, 0, 0.714285731, 0)
  178. Executor.Font = Enum.Font.SourceSans
  179. Executor.Text = "Script"
  180. Executor.TextColor3 = Color3.fromRGB(0, 0, 0)
  181. Executor.TextSize = 25.000
  182. Executor.TextWrapped = true
  183. Executor.TextXAlignment = Enum.TextXAlignment.Left
  184. Executor.TextYAlignment = Enum.TextYAlignment.Top
  185.  
  186. Execute.Name = "Execute"
  187. Execute.Parent = Executor
  188. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. Execute.BackgroundTransparency = 0.500
  190. Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  191. Execute.BorderSizePixel = 0
  192. Execute.Position = UDim2.new(0, 0, 1, 0)
  193. Execute.Size = UDim2.new(0.708860755, 0, 0.122580647, 0)
  194. Execute.Font = Enum.Font.SourceSans
  195. Execute.Text = "Execute"
  196. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. Execute.TextScaled = true
  198. Execute.TextSize = 14.000
  199. Execute.TextWrapped = true
  200.  
  201. -- Scripts:
  202.  
  203. local function OLEUDZ_fake_script() -- Background.DragScript
  204.     local script = Instance.new('LocalScript', Background)
  205.  
  206.     --Not made by me, check out this video: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s
  207.     --Put this inside of your Frame and configure the speed if you would like.
  208.     --Enjoy! Credits go to: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s
  209.    
  210.     local UIS = game:GetService('UserInputService')
  211.     local frame = script.Parent
  212.     local dragToggle = nil
  213.     local dragSpeed = 0.25
  214.     local dragStart = nil
  215.     local startPos = nil
  216.    
  217.     local function updateInput(input)
  218.         local delta = input.Position - dragStart
  219.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  220.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  221.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  222.     end
  223.    
  224.     frame.InputBegan:Connect(function(input)
  225.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  226.             dragToggle = true
  227.             dragStart = input.Position
  228.             startPos = frame.Position
  229.             input.Changed:Connect(function()
  230.                 if input.UserInputState == Enum.UserInputState.End then
  231.                     dragToggle = false
  232.                 end
  233.             end)
  234.         end
  235.     end)
  236.    
  237.     UIS.InputChanged:Connect(function(input)
  238.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  239.             if dragToggle then
  240.                 updateInput(input)
  241.             end
  242.         end
  243.     end)
  244.    
  245. end
  246. coroutine.wrap(OLEUDZ_fake_script)()
  247. local function LVAI_fake_script() -- InfYield.LocalScript
  248.     local script = Instance.new('LocalScript', InfYield)
  249.  
  250.     script.Parent.MouseButton1Click:Connect(function()
  251.         loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  252.     end)
  253. end
  254. coroutine.wrap(LVAI_fake_script)()
  255. local function JYJN_fake_script() -- Backdoorexe.LocalScript
  256.     local script = Instance.new('LocalScript', Backdoorexe)
  257.  
  258.     script.Parent.MouseButton1Click:Connect(function()
  259.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))()
  260.     end)
  261. end
  262. coroutine.wrap(JYJN_fake_script)()
  263. local function VKLW_fake_script() -- Owlhub.LocalScript
  264.     local script = Instance.new('LocalScript', Owlhub)
  265.  
  266.     script.Parent.MouseButton1Click:Connect(function()
  267.         loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  268.     end)
  269. end
  270. coroutine.wrap(VKLW_fake_script)()
  271. local function XMOFV_fake_script() -- Hathub.LocalScript
  272.     local script = Instance.new('LocalScript', Hathub)
  273.  
  274.     script.Parent.MouseButton1Click:Connect(function()
  275.         loadstring(game:HttpGet("https://gist.githubusercontent.com/thekaisbest/acced28086f894c68a17cee424ccb1ff/raw/46312c6bef1b5019da18ba406b9c157cee403bdf/hat%2520hub"))()
  276.     end)
  277. end
  278. coroutine.wrap(XMOFV_fake_script)()
  279. local function DOZU_fake_script() -- UniversalFE.LocalScript
  280.     local script = Instance.new('LocalScript', UniversalFE)
  281.  
  282.     script.Parent.MouseButton1Click:Connect(function()
  283.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))()
  284.     end)
  285. end
  286. coroutine.wrap(DOZU_fake_script)()
  287. local function QNWD_fake_script() -- n00bhub.LocalScript
  288.     local script = Instance.new('LocalScript', n00bhub)
  289.  
  290.     script.Parent.MouseButton1Click:Connect(function()
  291.         --WIP
  292.    
  293.         local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  294.    
  295.         local Window = Rayfield:CreateWindow({
  296.             Name = "n00b hub",
  297.             LoadingTitle = "Loading n00b hub",
  298.             LoadingSubtitle = "by Alt_ShootemBeaut",
  299.             ConfigurationSaving = {
  300.                 Enabled = false,
  301.                 FolderName = nil, -- Create a custom folder for your hub/game
  302.                 FileName = "n00bHub"
  303.             },
  304.             Discord = {
  305.                 Enabled = true,
  306.                 Invite = "y3Uv8E6C", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  307.                 RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  308.             },
  309.             KeySystem = false, -- Set this to true to use our key system
  310.             KeySettings = {
  311.                 Title = "n00b hub | Key",
  312.                 Subtitle = "Link in discord!",
  313.                 Note = "Join the discord!",
  314.                 FileName = "n00bkey", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  315.                 SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  316.                 GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  317.                 Key = {"https://pastebin.com/raw/cv6SWvMZ"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  318.             }
  319.         })
  320.    
  321.         local ScriptsTab = Window:CreateTab("Scripts", 17695708568) -- Title, Image
  322.    
  323.         local InfYieldButton = ScriptsTab:CreateButton({
  324.             Name = "Infinite Yield",
  325.             Callback = function()
  326.                 loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  327.             end,
  328.         })
  329.    
  330.         local ChillButton = ScriptsTab:CreateButton({
  331.             Name = "Chill",
  332.             Callback = function()
  333.                 loadstring(game:HttpGet("https://pastebin.com/raw/KkRT17nA"))()
  334.             end,
  335.         })
  336.    
  337.         local SimpleGUIButton = ScriptsTab:CreateButton({
  338.             Name = "Simple GUI V3",
  339.             Callback = function()
  340.                 loadstring(game:HttpGet("https://raw.githubusercontent.com/isaraw8912/Simple-V3/main/SimpleV3_PSU"))()
  341.             end,
  342.         })
  343.    
  344.         local BackdoorButton = ScriptsTab:CreateButton({
  345.             Name = "Backdoor.exe",
  346.             Callback = function()
  347.                 loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))()
  348.             end,
  349.         })
  350.     end)
  351. end
  352. coroutine.wrap(QNWD_fake_script)()
  353. local function WIRFX_fake_script() -- Background.RainbowGUIScript
  354.     local script = Instance.new('LocalScript', Background)
  355.  
  356.     while wait() do
  357.         for i = 0,255,5 do
  358.             script.Parent.BackgroundColor3 = Color3.fromRGB(255,i,0) -- change backgroundcolor3 to textcolor3 to make text color rainbow
  359.             wait(0.01)
  360.         end
  361.         for i = 255,0,-5 do
  362.             script.Parent.BackgroundColor3 = Color3.fromRGB(i,255,0)
  363.             wait(0.01)
  364.         end
  365.         for i = 0,255,5 do
  366.             script.Parent.BackgroundColor3 = Color3.fromRGB(0,255,i)
  367.             wait(0.01)
  368.         end
  369.         for i = 255,0,-5 do
  370.             script.Parent.BackgroundColor3 = Color3.fromRGB(0,i,255)
  371.             wait(0.01)
  372.         end
  373.         for i = 0,255,5 do
  374.             script.Parent.BackgroundColor3 = Color3.fromRGB(i,0,255)
  375.             wait(0.01)
  376.         end
  377.         for i = 255,0,-5 do
  378.             script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,i)
  379.             wait(0.01)
  380.         end
  381.     end
  382. end
  383. coroutine.wrap(WIRFX_fake_script)()
  384. local function SASZXZ_fake_script() -- Execute.LocalScript
  385.     local script = Instance.new('LocalScript', Execute)
  386.  
  387.     script.Parent.MouseButton1Click:Connect(function()
  388.         local executor = script.Parent.Parent
  389.        
  390.         loadstring(executor.Text)()
  391.     end)
  392. end
  393. coroutine.wrap(SASZXZ_fake_script)()
  394.  
Tags: Script Gui
Add Comment
Please, Sign In to add comment