Advertisement
Darkaf

best

Feb 7th, 2020
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. Hub_Name = "GabX"
  2. Hub_UseLogo = true
  3. Hub_Logo = "rbxassetid://1808283555"
  4. Hub_InfoPageText = "made by Darion#8863 (Join https://discord.gg/UJeusq9 and DM Darion##8863 if a script is patched, outdated or if you notice a bug) | none of these scripts were made by me | Chebureki#5214 Gave permission to use his GUI ;)"
  5.  
  6.  
  7. categories = {
  8. ["Games"]= {
  9. {"NRPG Fast Shoot",game:HttpGet(('https://pastebin.com/raw/zXCvQxRF'),true)},
  10. {"The Streets GUI",game:HttpGet(('https://pastebin.com/raw/xZyABVJ1'),true)},
  11. {"Jailbreak AFK Rob",game:HttpGet(('https://pastebin.com/raw/hhRca3cj'),true)},
  12. {"Jailbreak GUI",game:HttpGet(('https://pastebin.com/raw/CQFw06tN'),true)},
  13. {"Lumber Tycoon",game:HttpGet(('https://pastebin.com/raw/33kYAahS'),true)},
  14. {"PhantomForces",game:HttpGet(('https://pastebin.com/raw/LgQEjvxS'),true)},
  15. {"RBXF'er(ALotGames)",game:HttpGet(('https://pastebin.com/raw/sqUBUF20'),true)},
  16. {"Hilton Hotels",game:HttpGet(('https://pastebin.com/raw/QfHywxaZ'),true)},
  17. {"WorkAtAPizzaPlace",game:HttpGet(('https://pastebin.com/raw/KyfBZCKL'),true)},
  18. {"Prison Royale",game:HttpGet(('https://pastebin.com/raw/0W4QBB5C'),true)},
  19. {"Plus Ultra(MustBeVillain)",game:HttpGet(('https://pastebin.com/raw/iCSKEnHH'),true)},
  20. {"More to come!",'print"A lot more to come! SOON MY BROTHER"'}
  21. },
  22.  
  23. ["GUI's"]= {
  24. {"Topk3k",game:HttpGet(('https://pastebin.com/raw/bEmmF8UH'),true)},
  25. {"Arosia",game:HttpGet(('https://pastebin.com/raw/Nwit6ZqP'),true)},
  26. {"Equinox",game:HttpGet(('https://pastebin.com/raw/scYFbHQb'),true)},
  27. {"Ani's (R15)",game:HttpGet(('https://pastebin.com/raw/MenK10Ak'),true)},
  28. {"Ani's (R6)",game:HttpGet(('https://pastebin.com/raw/Ydt76Kep'),true)},
  29. {"Rose Hub 3.0.0",game:HttpGet(('https://pastebin.com/raw/1BJj0fB4'),true)},
  30. {"OPFinality",game:HttpGet(('https://pastebin.com/raw/fG5b1zrM'),true)},
  31. {"OPHub",game:HttpGet(('https://pastebin.com/raw/chSCgKAJ'),true)},
  32. {"HyperTotal",game:HttpGet(('https://pastebin.com/raw/aYdepQa0'),true)},
  33. {"Clown Van",game:HttpGet(('https://pastebin.com/raw/GaNQibJ5'),true)},
  34. {"Legacy Hub (OP)",game:HttpGet(('https://pastebin.com/raw/dfCF4ib6'),true)},
  35. {"More to come!",'print"MORE TO COME MY FELLOW NOOB BROTHERS YESA!!!!!a"'}
  36. },
  37.  
  38. ["Scripts"]= {
  39. {"R2S (Remote Spy)",game:HttpGet(('https://pastebin.com/raw/ZAHTikfe'),true)},
  40. {"Fly",game:HttpGet(('https://pastebin.com/raw/5f9Y0qHr'),true)},
  41. {"Friend req spam",game:HttpGet(('https://pastebin.com/cG0wRUgH'),true)},
  42. {"Noclip (press e)",game:HttpGet(('https://pastebin.com/raw/a8c8miri'),true)},
  43. {"More to come!",'print"A lot more to come! SOON MY FRIENDLY BROTHERS"'}
  44. }
  45. }
  46.  
  47.  
  48. local ScreenGui = Instance.new("ScreenGui")
  49. local Header = Instance.new("Frame")
  50. local Title = Instance.new("TextLabel")
  51. local Close = Instance.new("TextButton")
  52. local Minimize = Instance.new("TextButton")
  53. local Body = Instance.new("Frame")
  54. local bar = Instance.new("ScrollingFrame")
  55. local TextButton = Instance.new("TextButton")
  56. local InfoPage = Instance.new("Frame")
  57. local TextLabel = Instance.new("TextLabel")
  58. local TextButton_2 = Instance.new("TextButton")
  59. local Logo = Instance.new("ImageLabel")
  60.  
  61.  
  62. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  63.  
  64. Header.Name = "Header"
  65. Header.Parent = ScreenGui
  66. Header.Active = true
  67. Header.BackgroundColor3 = Color3.new(0, 0, 0)
  68. Header.BorderSizePixel = 0
  69. Header.Draggable = true
  70. Header.Position = UDim2.new(0.279503107, 0, 0.382530123, 0)
  71. Header.Size = UDim2.new(0, 438, 0, 34)
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = Header
  75. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Title.BackgroundTransparency = 1
  77. Title.Position = UDim2.new(0.332191795, 0, 0, 0)
  78. Title.Size = UDim2.new(0, 147, 0, 34)
  79. Title.Font = Enum.Font.SourceSansLight
  80. Title.Text = Hub_Name
  81. Title.TextColor3 = Color3.new(1, 1, 1)
  82. Title.TextSize = 21
  83. Title.TextWrapped = true
  84.  
  85. Close.Name = "Close"
  86. Close.Parent = Header
  87. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Close.BackgroundTransparency = 1
  89. Close.Position = UDim2.new(0.928571403, 0, 0, 0)
  90. Close.Size = UDim2.new(0, 27, 0, 22)
  91. Close.Font = Enum.Font.SourceSans
  92. Close.Text = "X"
  93. Close.TextColor3 = Color3.new(1, 1, 1)
  94. Close.TextSize = 19
  95.  
  96. Minimize.Name = "Minimize"
  97. Minimize.Parent = Header
  98. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Minimize.BackgroundTransparency = 1
  100. Minimize.Position = UDim2.new(0.857142806, 0, 0, 0)
  101. Minimize.Size = UDim2.new(0, 27, 0, 22)
  102. Minimize.Font = Enum.Font.SourceSans
  103. Minimize.Text = "_"
  104. Minimize.TextColor3 = Color3.new(1, 1, 1)
  105. Minimize.TextSize = 19
  106.  
  107. Body.Name = "Body"
  108. Body.Parent = Header
  109. Body.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  110. Body.BackgroundTransparency = 0.10000000149012
  111. Body.BorderSizePixel = 0
  112. Body.ClipsDescendants = true
  113. Body.Position = UDim2.new(0, 0, 1, 0)
  114. Body.Size = UDim2.new(0, 438, 0, 203)
  115.  
  116. bar.Name = "bar"
  117. bar.Parent = Body
  118. bar.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  119. bar.BackgroundTransparency = 0.89999997615814
  120. bar.Size = UDim2.new(0, 115, 0, 203)
  121. bar.BottomImage = ""
  122. bar.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
  123. bar.ScrollBarThickness = 6
  124. bar.TopImage = ""
  125.  
  126. TextButton.Parent = bar
  127. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  128. TextButton.BorderSizePixel = 0
  129. TextButton.Position = UDim2.new(0.108999997, 0, 0.0199999996, 0)
  130. TextButton.Size = UDim2.new(0, 90, 0, 31)
  131. TextButton.Visible = false
  132. TextButton.Font = Enum.Font.SourceSans
  133. TextButton.TextColor3 = Color3.new(1, 1, 1)
  134. TextButton.TextSize = 14
  135.  
  136. InfoPage.Name = "InfoPage"
  137. InfoPage.Parent = Body
  138. InfoPage.BackgroundColor3 = Color3.new(1, 1, 1)
  139. InfoPage.BackgroundTransparency = 1
  140. InfoPage.BorderSizePixel = 0
  141. InfoPage.Position = UDim2.new(0.262557089, 0, 0, 0)
  142. InfoPage.Size = UDim2.new(0, 323, 0, 203)
  143.  
  144. TextLabel.Parent = InfoPage
  145. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  146. TextLabel.BackgroundTransparency = 1
  147. TextLabel.Position = UDim2.new(0.0340557247, 0, 0.0886699483, 0)
  148. TextLabel.Size = UDim2.new(0, 298, 0, 151)
  149. TextLabel.Font = Enum.Font.SourceSansLight
  150. TextLabel.Text = Hub_InfoPageText
  151. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  152. TextLabel.TextScaled = true
  153. TextLabel.TextSize = 14
  154. TextLabel.TextWrapped = true
  155.  
  156. TextButton_2.Parent = ScreenGui
  157. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  158. TextButton_2.BorderSizePixel = 0
  159. TextButton_2.Position = UDim2.new(0.0309597515, 0, 0.0443349741, 0)
  160. TextButton_2.Size = UDim2.new(0, 91, 0, 31)
  161. TextButton_2.Visible = false
  162. TextButton_2.Font = Enum.Font.SourceSans
  163. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  164. TextButton_2.TextSize = 14
  165.  
  166. Logo.Parent = Header
  167. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  168. Logo.BackgroundTransparency = 1
  169. Logo.BorderSizePixel = 0
  170. Logo.Position = UDim2.new(0.0182648413, 0, 0, 0)
  171. Logo.Size = UDim2.new(0, 34, 0, 34)
  172. Logo.Image = Hub_Logo
  173.  
  174. if not Hub_UseLogo then
  175. Logo.Visible = false
  176. end
  177.  
  178.  
  179. offset = 0.02
  180. for i,v in pairs(categories)do
  181.  
  182. local button = TextButton:Clone()
  183. button.Parent = bar
  184. button.Position = UDim2.new(0.109, 0,offset, 0)
  185. button.Visible = true
  186. button.Text = i
  187. offset = offset + 0.16
  188.  
  189. local page = Instance.new("Frame")
  190. page.Parent = Body
  191. page.Position = UDim2.new(0.263, 0,0, 0)
  192. page.Size = UDim2.new(0, 323,0, 203)
  193. page.BackgroundTransparency = 1
  194. page.Name = "Page"..i
  195. page.Visible = false
  196.  
  197. local xoffset = 0.031
  198. local yoffset = 0.044
  199.  
  200. for i,content in pairs(v)do
  201. local scriptbutton = TextButton:Clone()
  202. scriptbutton.Parent = page
  203. scriptbutton.Visible = true
  204. scriptbutton.Text = content[1]
  205. scriptbutton.Position = UDim2.new(xoffset,0,yoffset,0)
  206. xoffset = xoffset + 0.325
  207. if i%3 == 0 then
  208. xoffset = 0.031
  209. yoffset = yoffset + 0.206
  210. end
  211.  
  212. if i == 12 then
  213. break
  214. end
  215.  
  216. scriptbutton.MouseButton1Click:Connect(function()
  217. if type(content[2]) == "function" then
  218. content[2]()
  219. end
  220. if type(content[2]) == "string" then
  221. loadstring(content[2])()
  222. end
  223. end)
  224. end
  225.  
  226. button.MouseButton1Click:Connect(function()
  227. for _,pages in pairs(Body:GetChildren())do
  228. if pages ~= page and pages.Name ~= "bar" then
  229. pages.Visible = false
  230. end
  231.  
  232. if pages == page then
  233. pages.Visible = true
  234. end
  235. end
  236. end)
  237.  
  238.  
  239. end
  240.  
  241. local minimized = false
  242.  
  243. Minimize.MouseButton1Click:Connect(function()
  244. if not minimized then
  245. Body:TweenSize(UDim2.new(0, 438,0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,0.2)
  246. minimized = true
  247. else
  248. Body:TweenSize(UDim2.new(0, 438,0, 203),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,0.2)
  249. minimized = false
  250. end
  251. end)
  252.  
  253. Close.MouseButton1Click:Connect(function()
  254. ScreenGui:Destroy()
  255. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement