Advertisement
proHDscirpts

First real hub without any libary

Jun 27th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.91 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("Frame")
  4. local TopBar = Instance.new("Frame")
  5. local SideBar = Instance.new("Frame")
  6. local HomeButton = Instance.new("TextButton")
  7. local ScriptsButton = Instance.new("TextButton")
  8. local CreditsButton = Instance.new("TextButton")
  9. local sort = Instance.new("ImageButton")
  10. local people = Instance.new("ImageButton")
  11. local home = Instance.new("ImageButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local CreditsFrame = Instance.new("Frame")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local HomeFrame = Instance.new("Frame")
  17. local Updates = Instance.new("TextLabel")
  18. local Information = Instance.new("TextLabel")
  19. local FirstHub = Instance.new("TextLabel")
  20. local SctiptsFrame = Instance.new("Frame")
  21. local TextLabel_4 = Instance.new("TextLabel")
  22. local OwlHub = Instance.new("TextButton")
  23. local FadedDahood = Instance.new("TextButton")
  24. local ProjectHook = Instance.new("TextButton")
  25. local TextLabel_5 = Instance.new("TextLabel")
  26.  
  27. --Properties:
  28.  
  29. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. MainFrame.Name = "Main Frame"
  33. MainFrame.Parent = ScreenGui
  34. MainFrame.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  35. MainFrame.BorderSizePixel = 0
  36. MainFrame.Position = UDim2.new(0.0998980701, 0, 0.226919174, 0)
  37. MainFrame.Size = UDim2.new(0, 594, 0, 354)
  38. MainFrame.Active = true
  39. MainFrame.Draggable = true
  40.  
  41. TopBar.Name = "TopBar"
  42. TopBar.Parent = MainFrame
  43. TopBar.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  44. TopBar.BorderSizePixel = 0
  45. TopBar.Position = UDim2.new(-0.000769618375, 0, -0.00088326406, 0)
  46. TopBar.Size = UDim2.new(0, 594, 0, 35)
  47.  
  48. SideBar.Name = "SideBar"
  49. SideBar.Parent = MainFrame
  50. SideBar.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  51. SideBar.BorderSizePixel = 0
  52. SideBar.Position = UDim2.new(-0.000769618375, 0, -0.00224347296, 0)
  53. SideBar.Size = UDim2.new(0, 117, 0, 353)
  54.  
  55. HomeButton.Name = "HomeButton"
  56. HomeButton.Parent = SideBar
  57. HomeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. HomeButton.BackgroundTransparency = 1.000
  59. HomeButton.Position = UDim2.new(0.0263974462, 0, 0.142405063, 0)
  60. HomeButton.Size = UDim2.new(0, 114, 0, 32)
  61. HomeButton.Font = Enum.Font.Arial
  62. HomeButton.Text = "Home"
  63. HomeButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. HomeButton.TextSize = 19.000
  65.  
  66. ScriptsButton.Name = "ScriptsButton"
  67. ScriptsButton.Parent = SideBar
  68. ScriptsButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. ScriptsButton.BackgroundTransparency = 1.000
  70. ScriptsButton.Position = UDim2.new(0.0263974462, 0, 0.243670881, 0)
  71. ScriptsButton.Size = UDim2.new(0, 114, 0, 32)
  72. ScriptsButton.Font = Enum.Font.Arial
  73. ScriptsButton.Text = "Scripts"
  74. ScriptsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. ScriptsButton.TextSize = 19.000
  76.  
  77. CreditsButton.Name = "CreditsButton"
  78. CreditsButton.Parent = SideBar
  79. CreditsButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. CreditsButton.BackgroundTransparency = 1.000
  81. CreditsButton.Position = UDim2.new(0.0348720215, 0, 0.344936699, 0)
  82. CreditsButton.Size = UDim2.new(0, 113, 0, 32)
  83. CreditsButton.Font = Enum.Font.Arial
  84. CreditsButton.Text = "Credits"
  85. CreditsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. CreditsButton.TextSize = 19.000
  87.  
  88. sort.Name = "sort"
  89. sort.Parent = SideBar
  90. sort.BackgroundTransparency = 1.000
  91. sort.LayoutOrder = 4
  92. sort.Position = UDim2.new(0.0213675164, 0, 0.253541082, 0)
  93. sort.Size = UDim2.new(0, 25, 0, 25)
  94. sort.ZIndex = 2
  95. sort.Image = "rbxassetid://3926307971"
  96. sort.ImageRectOffset = Vector2.new(404, 44)
  97. sort.ImageRectSize = Vector2.new(36, 36)
  98.  
  99. people.Name = "people"
  100. people.Parent = SideBar
  101. people.BackgroundTransparency = 1.000
  102. people.Position = UDim2.new(0.0269348435, 0, 0.354251862, 0)
  103. people.Size = UDim2.new(0, 25, 0, 25)
  104. people.ZIndex = 2
  105. people.Image = "rbxassetid://3926305904"
  106. people.ImageRectOffset = Vector2.new(144, 4)
  107. people.ImageRectSize = Vector2.new(24, 24)
  108.  
  109. home.Name = "home"
  110. home.Parent = SideBar
  111. home.BackgroundTransparency = 1.000
  112. home.Position = UDim2.new(0.0194071904, 0, 0.151336581, 0)
  113. home.Size = UDim2.new(0, 25, 0, 25)
  114. home.ZIndex = 2
  115. home.Image = "rbxassetid://3926305904"
  116. home.ImageRectOffset = Vector2.new(964, 204)
  117. home.ImageRectSize = Vector2.new(36, 36)
  118.  
  119. TextLabel.Parent = MainFrame
  120. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. TextLabel.BackgroundTransparency = 1.000
  122. TextLabel.Position = UDim2.new(0, 0, -0.000883276924, 0)
  123. TextLabel.Size = UDim2.new(0, 117, 0, 35)
  124. TextLabel.Font = Enum.Font.Arial
  125. TextLabel.Text = "Tail Hub"
  126. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  127. TextLabel.TextSize = 22.000
  128.  
  129. CreditsFrame.Name = "CreditsFrame"
  130. CreditsFrame.Parent = MainFrame
  131. CreditsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. CreditsFrame.BackgroundTransparency = 1.000
  133. CreditsFrame.Position = UDim2.new(0.196969718, 0, 0.0960451961, 0)
  134. CreditsFrame.Size = UDim2.new(0, 477, 0, 319)
  135. CreditsFrame.Visible = false
  136.  
  137. TextLabel_2.Parent = CreditsFrame
  138. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  139. TextLabel_2.BackgroundTransparency = 1.000
  140. TextLabel_2.Position = UDim2.new(0, 0, -0.000883276924, 0)
  141. TextLabel_2.Size = UDim2.new(0, 117, 0, 35)
  142. TextLabel_2.Font = Enum.Font.Arial
  143. TextLabel_2.Text = "Credits"
  144. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  145. TextLabel_2.TextSize = 22.000
  146.  
  147. TextLabel_3.Parent = CreditsFrame
  148. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. TextLabel_3.BackgroundTransparency = 1.000
  150. TextLabel_3.Position = UDim2.new(0.0167714953, 0, 0.10883458, 0)
  151. TextLabel_3.Size = UDim2.new(0, 171, 0, 35)
  152. TextLabel_3.Font = Enum.Font.Arial
  153. TextLabel_3.Text = "Made by: Mellow#3999"
  154. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. TextLabel_3.TextSize = 14.000
  156.  
  157. HomeFrame.Name = "HomeFrame"
  158. HomeFrame.Parent = MainFrame
  159. HomeFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  160. HomeFrame.BackgroundTransparency = 1.000
  161. HomeFrame.Position = UDim2.new(0.196969718, 0, 0.0960451961, 0)
  162. HomeFrame.Size = UDim2.new(0, 477, 0, 319)
  163. HomeFrame.Visible = false
  164.  
  165. Updates.Name = "Updates"
  166. Updates.Parent = HomeFrame
  167. Updates.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. Updates.BackgroundTransparency = 1.000
  169. Updates.Position = UDim2.new(0, 0, 0.163009405, 0)
  170. Updates.Size = UDim2.new(0, 477, 0, 46)
  171. Updates.Font = Enum.Font.SourceSans
  172. Updates.Text = "Updates: None."
  173. Updates.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. Updates.TextSize = 18.000
  175.  
  176. Information.Name = "Information"
  177. Information.Parent = HomeFrame
  178. Information.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. Information.BackgroundTransparency = 1.000
  180. Information.Position = UDim2.new(-0.00209643599, 0, 0.307210028, 0)
  181. Information.Size = UDim2.new(0, 477, 0, 46)
  182. Information.Font = Enum.Font.SourceSans
  183. Information.Text = "Oh and just so you know, this is a script hub so it has random scripts for any game"
  184. Information.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. Information.TextSize = 15.000
  186.  
  187. FirstHub.Name = "First Hub"
  188. FirstHub.Parent = HomeFrame
  189. FirstHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. FirstHub.BackgroundTransparency = 1.000
  191. FirstHub.Position = UDim2.new(0, 0, 0.00626959233, 0)
  192. FirstHub.Size = UDim2.new(0, 477, 0, 46)
  193. FirstHub.Font = Enum.Font.SourceSans
  194. FirstHub.Text = "Hello and welcome to my first Hub, I hope you like it :D"
  195. FirstHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  196. FirstHub.TextSize = 18.000
  197.  
  198. SctiptsFrame.Name = "SctiptsFrame"
  199. SctiptsFrame.Parent = MainFrame
  200. SctiptsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. SctiptsFrame.BackgroundTransparency = 1.000
  202. SctiptsFrame.Position = UDim2.new(0.196969718, 0, 0.0960451961, 0)
  203. SctiptsFrame.Size = UDim2.new(0, 477, 0, 319)
  204. SctiptsFrame.Visible = false
  205.  
  206. TextLabel_4.Parent = SctiptsFrame
  207. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. TextLabel_4.BackgroundTransparency = 1.000
  209. TextLabel_4.Position = UDim2.new(0, 0, -0.00088328775, 0)
  210. TextLabel_4.Size = UDim2.new(0, 132, 0, 41)
  211. TextLabel_4.Font = Enum.Font.Arial
  212. TextLabel_4.Text = "Scripts Tab"
  213. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  214. TextLabel_4.TextSize = 22.000
  215.  
  216. OwlHub.Name = "OwlHub"
  217. OwlHub.Parent = SctiptsFrame
  218. OwlHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. OwlHub.BackgroundTransparency = 0.700
  220. OwlHub.Position = UDim2.new(0.0167714879, 0, 0.125391841, 0)
  221. OwlHub.Size = UDim2.new(0, 142, 0, 41)
  222. OwlHub.Font = Enum.Font.SourceSans
  223. OwlHub.Text = "Owl Hub 30+ games"
  224. OwlHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. OwlHub.TextSize = 14.000
  226.  
  227. FadedDahood.Name = "Faded (Da hood)"
  228. FadedDahood.Parent = SctiptsFrame
  229. FadedDahood.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. FadedDahood.BackgroundTransparency = 0.700
  231. FadedDahood.Position = UDim2.new(0.329140455, 0, 0.125391841, 0)
  232. FadedDahood.Size = UDim2.new(0, 142, 0, 41)
  233. FadedDahood.Font = Enum.Font.SourceSans
  234. FadedDahood.Text = "Faded (Da hood)"
  235. FadedDahood.TextColor3 = Color3.fromRGB(0, 0, 0)
  236. FadedDahood.TextSize = 14.000
  237.  
  238. ProjectHook.Name = "Project Hook "
  239. ProjectHook.Parent = SctiptsFrame
  240. ProjectHook.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. ProjectHook.BackgroundTransparency = 0.700
  242. ProjectHook.Position = UDim2.new(0.641509473, 0, 0.125391841, 0)
  243. ProjectHook.Size = UDim2.new(0, 142, 0, 41)
  244. ProjectHook.Font = Enum.Font.SourceSans
  245. ProjectHook.Text = "Project Hook "
  246. ProjectHook.TextColor3 = Color3.fromRGB(0, 0, 0)
  247. ProjectHook.TextSize = 14.000
  248.  
  249. TextLabel_5.Parent = SctiptsFrame
  250. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  251. TextLabel_5.BackgroundTransparency = 1.000
  252. TextLabel_5.Position = UDim2.new(0.238993704, 0, 0.366771162, 0)
  253. TextLabel_5.Size = UDim2.new(0, 228, 0, 50)
  254. TextLabel_5.Font = Enum.Font.SourceSans
  255. TextLabel_5.Text = "More coming soon :D"
  256. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  257. TextLabel_5.TextSize = 18.000
  258.  
  259. -- Scripts:
  260.  
  261. local function PAJGEQE_fake_script() -- HomeButton.LocalScript
  262. local script = Instance.new('LocalScript', HomeButton)
  263.  
  264. script.Parent.MouseButton1Click:Connect(function()
  265. script.Parent.Parent.Parent.CreditsFrame.Visible = false
  266. script.Parent.Parent.Parent.HomeFrame.Visible = true
  267. script.Parent.Parent.Parent.SctiptsFrame.Visible = false
  268. end)
  269. end
  270. coroutine.wrap(PAJGEQE_fake_script)()
  271. local function TAJKYQN_fake_script() -- ScriptsButton.LocalScript
  272. local script = Instance.new('LocalScript', ScriptsButton)
  273.  
  274. script.Parent.MouseButton1Click:Connect(function()
  275. script.Parent.Parent.Parent.CreditsFrame.Visible = false
  276. script.Parent.Parent.Parent.HomeFrame.Visible = false
  277. script.Parent.Parent.Parent.SctiptsFrame.Visible = true
  278. end)
  279. end
  280. coroutine.wrap(TAJKYQN_fake_script)()
  281. local function IKOCZ_fake_script() -- CreditsButton.LocalScript
  282. local script = Instance.new('LocalScript', CreditsButton)
  283.  
  284. script.Parent.MouseButton1Click:Connect(function()
  285. script.Parent.Parent.Parent.CreditsFrame.Visible = true
  286. script.Parent.Parent.Parent.HomeFrame.Visible = false
  287. script.Parent.Parent.Parent.SctiptsFrame.Visible = false
  288. end)
  289. end
  290. coroutine.wrap(IKOCZ_fake_script)()
  291. local function QUJAVP_fake_script() -- OwlHub.LocalScript
  292. local script = Instance.new('LocalScript', OwlHub)
  293.  
  294. script.Parent.MouseButton1Click(function()
  295. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  296. end)
  297. end
  298. coroutine.wrap(QUJAVP_fake_script)()
  299. local function ALNRP_fake_script() -- FadedDahood.LocalScript
  300. local script = Instance.new('LocalScript', FadedDahood)
  301.  
  302. script.Parent.MouseButton1Click(function()
  303. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  304. end)
  305.  
  306. end
  307. coroutine.wrap(ALNRP_fake_script)()
  308. local function LLVUNQA_fake_script() -- ProjectHook.LocalScript
  309. local script = Instance.new('LocalScript', ProjectHook)
  310.  
  311. script.Parent.MouseButton1Click(function()
  312. loadstring(game:HttpGet("https://projecthook.xyz/scripts/new-free.lua"))()
  313. end)
  314. end
  315. coroutine.wrap(LLVUNQA_fake_script)()
  316.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement