Gillranveer12

Sonic X Hub

Jan 2nd, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local UIGradient = Instance.new("UIGradient")
  9. local UICorner = Instance.new("UICorner")
  10. local TextLabel = Instance.new("TextLabel")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local Scripts = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local Hubs = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local Credits = Instance.new("TextButton")
  19. local UICorner_6 = Instance.new("UICorner")
  20. local Home = Instance.new("TextButton")
  21. local UICorner_7 = Instance.new("UICorner")
  22. local ScriptsTab = Instance.new("Frame")
  23. local UICorner_8 = Instance.new("UICorner")
  24. local Script = Instance.new("TextButton")
  25. local UICorner_9 = Instance.new("UICorner")
  26. local Script_2 = Instance.new("TextButton")
  27. local UICorner_10 = Instance.new("UICorner")
  28. local Script_3 = Instance.new("TextButton")
  29. local UICorner_11 = Instance.new("UICorner")
  30. local Script_4 = Instance.new("TextButton")
  31. local UICorner_12 = Instance.new("UICorner")
  32. local Script_5 = Instance.new("TextButton")
  33. local UICorner_13 = Instance.new("UICorner")
  34. local Script_6 = Instance.new("TextButton")
  35. local UICorner_14 = Instance.new("UICorner")
  36. local Script_7 = Instance.new("TextButton")
  37. local UICorner_15 = Instance.new("UICorner")
  38. local HubsTab = Instance.new("Frame")
  39. local UICorner_16 = Instance.new("UICorner")
  40. local Script_8 = Instance.new("TextButton")
  41. local UICorner_17 = Instance.new("UICorner")
  42. local Script_9 = Instance.new("TextButton")
  43. local UICorner_18 = Instance.new("UICorner")
  44. local Script_10 = Instance.new("TextButton")
  45. local UICorner_19 = Instance.new("UICorner")
  46. local Script_11 = Instance.new("TextButton")
  47. local UICorner_20 = Instance.new("UICorner")
  48. local TrollGui = Instance.new("TextButton")
  49. local UICorner_21 = Instance.new("UICorner")
  50. local TrollGui_2 = Instance.new("TextButton")
  51. local UICorner_22 = Instance.new("UICorner")
  52. local TrollGui_3 = Instance.new("TextButton")
  53. local UICorner_23 = Instance.new("UICorner")
  54. local HomeTab = Instance.new("Frame")
  55. local UICorner_24 = Instance.new("UICorner")
  56. local TextLabel_3 = Instance.new("TextLabel")
  57. local UICorner_25 = Instance.new("UICorner")
  58. local TextLabel_4 = Instance.new("TextLabel")
  59. local UICorner_26 = Instance.new("UICorner")
  60. local TextLabel_5 = Instance.new("TextLabel")
  61. local UICorner_27 = Instance.new("UICorner")
  62. local TextLabel_6 = Instance.new("TextLabel")
  63. local UICorner_28 = Instance.new("UICorner")
  64. local TextLabel_7 = Instance.new("TextLabel")
  65. local UICorner_29 = Instance.new("UICorner")
  66. local CreditsTab = Instance.new("Frame")
  67. local UICorner_30 = Instance.new("UICorner")
  68. local TextLabel_8 = Instance.new("TextLabel")
  69. local UICorner_31 = Instance.new("UICorner")
  70. local TextLabel_9 = Instance.new("TextLabel")
  71. local UICorner_32 = Instance.new("UICorner")
  72. local TextLabel_10 = Instance.new("TextLabel")
  73. local UICorner_33 = Instance.new("UICorner")
  74. local TextLabel_11 = Instance.new("TextLabel")
  75. local UICorner_34 = Instance.new("UICorner")
  76. local TextLabel_12 = Instance.new("TextLabel")
  77. local UICorner_35 = Instance.new("UICorner")
  78. local TextLabel_13 = Instance.new("TextLabel")
  79. local UICorner_36 = Instance.new("UICorner")
  80. local TextLabel_14 = Instance.new("TextLabel")
  81. local UICorner_37 = Instance.new("UICorner")
  82.  
  83. --Properties:
  84.  
  85. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  86. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  87. ScreenGui.ResetOnSpawn = false
  88.  
  89. Main.Name = "Main"
  90. Main.Parent = ScreenGui
  91. Main.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  92. Main.Position = UDim2.new(0.123631611, 0, 0.112618104, 0)
  93. Main.Size = UDim2.new(0, 502, 0, 289)
  94. Main.Active = true
  95. Main.Draggable = true
  96.  
  97. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(76, 255, 235)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(76, 255, 235))}
  98. UIGradient.Offset = Vector2.new(0, 39)
  99. UIGradient.Rotation = 4
  100. UIGradient.Parent = Main
  101.  
  102. UICorner.CornerRadius = UDim.new(0, 20)
  103. UICorner.Parent = Main
  104.  
  105. TextLabel.Parent = Main
  106. TextLabel.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  107. TextLabel.Size = UDim2.new(0, 136, 0, 289)
  108. TextLabel.Font = Enum.Font.SourceSans
  109. TextLabel.Text = ""
  110. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. TextLabel.TextSize = 14.000
  112.  
  113. UICorner_2.CornerRadius = UDim.new(0, 20)
  114. UICorner_2.Parent = TextLabel
  115.  
  116. Scripts.Name = "Scripts"
  117. Scripts.Parent = TextLabel
  118. Scripts.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  119. Scripts.Position = UDim2.new(0.108770803, 0, 0.110629685, 0)
  120. Scripts.Size = UDim2.new(0, 101, 0, 30)
  121. Scripts.Font = Enum.Font.SourceSans
  122. Scripts.Text = "Scripts"
  123. Scripts.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. Scripts.TextSize = 20.000
  125. Scripts.MouseButton1Down:Connect(function()
  126. ScriptsTab.Visible = true
  127. HomeTab.Visible = false
  128. HubsTab.Visible = false
  129. CreditsTab.Visible = false
  130. end)
  131.  
  132. UICorner_3.CornerRadius = UDim.new(0, 20)
  133. UICorner_3.Parent = Scripts
  134.  
  135. TextLabel_2.Parent = TextLabel
  136. TextLabel_2.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  137. TextLabel_2.Position = UDim2.new(0.11012093, 0, 0, 0)
  138. TextLabel_2.Size = UDim2.new(0, 487, 0, 23)
  139. TextLabel_2.Font = Enum.Font.SourceSans
  140. TextLabel_2.Text = "Sonic X Hub V0,1 BETA"
  141. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. TextLabel_2.TextSize = 16.000
  143. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  144.  
  145. UICorner_4.CornerRadius = UDim.new(0, 20)
  146. UICorner_4.Parent = TextLabel_2
  147.  
  148. Hubs.Name = "Hubs"
  149. Hubs.Parent = TextLabel
  150. Hubs.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  151. Hubs.Position = UDim2.new(0.108770803, 0, 0.231736958, 0)
  152. Hubs.Size = UDim2.new(0, 101, 0, 30)
  153. Hubs.Font = Enum.Font.SourceSans
  154. Hubs.Text = "Hubs"
  155. Hubs.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. Hubs.TextSize = 20.000
  157. Hubs.MouseButton1Down:Connect(function()
  158. ScriptsTab.Visible = false
  159. HomeTab.Visible = false
  160. HubsTab.Visible = true
  161. CreditsTab.Visible = false
  162. end)
  163.  
  164. UICorner_5.CornerRadius = UDim.new(0, 20)
  165. UICorner_5.Parent = Hubs
  166.  
  167. Credits.Name = "Credits"
  168. Credits.Parent = TextLabel
  169. Credits.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  170. Credits.Position = UDim2.new(0.108770803, 0, 0.847653925, 0)
  171. Credits.Size = UDim2.new(0, 101, 0, 30)
  172. Credits.Font = Enum.Font.SourceSans
  173. Credits.Text = "Credits"
  174. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. Credits.TextSize = 20.000
  176. Credits.MouseButton1Down:Connect(function()
  177. ScriptsTab.Visible = false
  178. HomeTab.Visible = false
  179. HubsTab.Visible = false
  180. CreditsTab.Visible = true
  181. end)
  182.  
  183. UICorner_6.CornerRadius = UDim.new(0, 20)
  184. UICorner_6.Parent = Credits
  185.  
  186. Home.Name = "Home"
  187. Home.Parent = TextLabel
  188. Home.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  189. Home.Position = UDim2.new(0.108770803, 0, 0.719626248, 0)
  190. Home.Size = UDim2.new(0, 101, 0, 30)
  191. Home.Font = Enum.Font.SourceSans
  192. Home.Text = "Home"
  193. Home.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. Home.TextSize = 20.000
  195. Home.MouseButton1Down:Connect(function()
  196. ScriptsTab.Visible = false
  197. HomeTab.Visible = true
  198. HubsTab.Visible = false
  199. CreditsTab.Visible = false
  200. end)
  201.  
  202. UICorner_7.CornerRadius = UDim.new(0, 20)
  203. UICorner_7.Parent = Home
  204.  
  205. ScriptsTab.Name = "ScriptsTab"
  206. ScriptsTab.Parent = Main
  207. ScriptsTab.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  208. ScriptsTab.Position = UDim2.new(0.270916343, 0, 0.0795847774, 0)
  209. ScriptsTab.Size = UDim2.new(0, 365, 0, 266)
  210. ScriptsTab.Visible = false
  211.  
  212. UICorner_8.CornerRadius = UDim.new(0, 20)
  213. UICorner_8.Parent = ScriptsTab
  214.  
  215. Script.Name = "Script"
  216. Script.Parent = ScriptsTab
  217. Script.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  218. Script.Position = UDim2.new(0.0327837393, 0, 0.0316823237, 0)
  219. Script.Size = UDim2.new(0, 343, 0, 30)
  220. Script.Font = Enum.Font.SourceSans
  221. Script.Text = "IV Admin"
  222. Script.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. Script.TextSize = 20.000
  224. Script.TextWrapped = true
  225. Script.MouseButton1Down:Connect(function()
  226. loadstring(game:HttpGet("\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\79\109\110\105\112\111\116\101\110\99\101\68\101\118\101\108\111\112\101\114\47\78\117\109\98\101\114\47\109\97\105\110\47\49\46\108\117\97"))()
  227. end)
  228.  
  229. UICorner_9.CornerRadius = UDim.new(0, 20)
  230. UICorner_9.Parent = Script
  231.  
  232. Script_2.Name = "Script"
  233. Script_2.Parent = ScriptsTab
  234. Script_2.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  235. Script_2.Position = UDim2.new(0.0327837393, 0, 0.167020679, 0)
  236. Script_2.Size = UDim2.new(0, 343, 0, 30)
  237. Script_2.Font = Enum.Font.SourceSans
  238. Script_2.Text = "Fly V2"
  239. Script_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. Script_2.TextSize = 20.000
  241. Script_2.TextWrapped = true
  242. Script_2.MouseButton1Down:Connect(function()
  243. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  244. end)
  245.  
  246. UICorner_10.CornerRadius = UDim.new(0, 20)
  247. UICorner_10.Parent = Script_2
  248.  
  249. Script_3.Name = "Script"
  250. Script_3.Parent = ScriptsTab
  251. Script_3.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  252. Script_3.Position = UDim2.new(0.0327837393, 0, 0.302359045, 0)
  253. Script_3.Size = UDim2.new(0, 343, 0, 30)
  254. Script_3.Font = Enum.Font.SourceSans
  255. Script_3.Text = "Ice Hub"
  256. Script_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  257. Script_3.TextSize = 20.000
  258. Script_3.TextWrapped = true
  259. Script_3.MouseButton1Down:Connect(function()
  260. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  261. end)
  262.  
  263. UICorner_11.CornerRadius = UDim.new(0, 20)
  264. UICorner_11.Parent = Script_3
  265.  
  266. Script_4.Name = "Script"
  267. Script_4.Parent = ScriptsTab
  268. Script_4.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  269. Script_4.Position = UDim2.new(0.0327837393, 0, 0.441456795, 0)
  270. Script_4.Size = UDim2.new(0, 343, 0, 30)
  271. Script_4.Font = Enum.Font.SourceSans
  272. Script_4.Text = "Sonic Run"
  273. Script_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  274. Script_4.TextSize = 20.000
  275. Script_4.TextWrapped = true
  276. Script_4.MouseButton1Down:Connect(function()
  277. loadstring(game:HttpGet('https://pastebin.com/raw/3BZLtjB9'))()
  278. end)
  279.  
  280. UICorner_12.CornerRadius = UDim.new(0, 20)
  281. UICorner_12.Parent = Script_4
  282.  
  283. Script_5.Name = "Script"
  284. Script_5.Parent = ScriptsTab
  285. Script_5.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  286. Script_5.Position = UDim2.new(0.0327837393, 0, 0.576795161, 0)
  287. Script_5.Size = UDim2.new(0, 343, 0, 30)
  288. Script_5.Font = Enum.Font.SourceSans
  289. Script_5.Text = "Rtx Gui"
  290. Script_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. Script_5.TextSize = 20.000
  292. Script_5.TextWrapped = true
  293. Script_5.MouseButton1Down:Connect(function()
  294. loadstring(game:HttpGet('https://pastebin.com/raw/Bkf0BJb3%27'))()
  295. end)
  296.  
  297. UICorner_13.CornerRadius = UDim.new(0, 20)
  298. UICorner_13.Parent = Script_5
  299.  
  300. Script_6.Name = "Script"
  301. Script_6.Parent = ScriptsTab
  302. Script_6.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  303. Script_6.Position = UDim2.new(0.0327837393, 0, 0.712133527, 0)
  304. Script_6.Size = UDim2.new(0, 343, 0, 30)
  305. Script_6.Font = Enum.Font.SourceSans
  306. Script_6.Text = "Sonic Speed Simulator Script"
  307. Script_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  308. Script_6.TextSize = 20.000
  309. Script_6.TextWrapped = true
  310. Script_6.MouseButton1Down:Connect(function()
  311. loadstring(game:HttpGet("https://raw.githubusercontent.com/Luciquad/credit/main/sonicspeedsimulator.lua"))()
  312. end)
  313.  
  314. UICorner_14.CornerRadius = UDim.new(0, 20)
  315. UICorner_14.Parent = Script_6
  316.  
  317. Script_7.Name = "Script"
  318. Script_7.Parent = ScriptsTab
  319. Script_7.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  320. Script_7.Position = UDim2.new(0.0327837393, 0, 0.851231277, 0)
  321. Script_7.Size = UDim2.new(0, 343, 0, 30)
  322. Script_7.Font = Enum.Font.SourceSans
  323. Script_7.Text = "Chat Hax"
  324. Script_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  325. Script_7.TextSize = 20.000
  326. Script_7.TextWrapped = true
  327. Script_7.MouseButton1Down:Connect(function()
  328. loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
  329. end)
  330.  
  331. UICorner_15.CornerRadius = UDim.new(0, 20)
  332. UICorner_15.Parent = Script_7
  333.  
  334. HubsTab.Name = "HubsTab"
  335. HubsTab.Parent = Main
  336. HubsTab.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  337. HubsTab.Position = UDim2.new(0.270916343, 0, 0.0795847774, 0)
  338. HubsTab.Size = UDim2.new(0, 365, 0, 266)
  339. HubsTab.Visible = false
  340.  
  341. UICorner_16.CornerRadius = UDim.new(0, 20)
  342. UICorner_16.Parent = HubsTab
  343.  
  344. Script_8.Name = "Script"
  345. Script_8.Parent = HubsTab
  346. Script_8.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  347. Script_8.Position = UDim2.new(0.0300440136, 0, 0.0316824317, 0)
  348. Script_8.Size = UDim2.new(0, 343, 0, 30)
  349. Script_8.Font = Enum.Font.SourceSans
  350. Script_8.Text = "Dark Hub"
  351. Script_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  352. Script_8.TextSize = 20.000
  353. Script_8.TextWrapped = true
  354. Script_8.MouseButton1Down:Connect(function()
  355. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\80\117\118\112\49\100\119\78\39\41\41\40\41\10")()
  356. end)
  357.  
  358. UICorner_17.CornerRadius = UDim.new(0, 20)
  359. UICorner_17.Parent = Script_8
  360.  
  361. Script_9.Name = "Script"
  362. Script_9.Parent = HubsTab
  363. Script_9.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  364. Script_9.Position = UDim2.new(0.0300440136, 0, 0.163261384, 0)
  365. Script_9.Size = UDim2.new(0, 343, 0, 30)
  366. Script_9.Font = Enum.Font.SourceSans
  367. Script_9.Text = "Dark X Hub"
  368. Script_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  369. Script_9.TextSize = 20.000
  370. Script_9.TextWrapped = true
  371. Script_9.MouseButton1Down:Connect(function()
  372. loadstring(game:HttpGet('https://pastebin.com/raw/qng8aB4u'))()
  373. end)
  374.  
  375. UICorner_18.CornerRadius = UDim.new(0, 20)
  376. UICorner_18.Parent = Script_9
  377.  
  378. Script_10.Name = "Script"
  379. Script_10.Parent = HubsTab
  380. Script_10.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  381. Script_10.Position = UDim2.new(0.0300440118, 0, 0.301029176, 0)
  382. Script_10.Size = UDim2.new(0, 343, 0, 29)
  383. Script_10.Font = Enum.Font.SourceSans
  384. Script_10.Text = "Fire X Hub"
  385. Script_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. Script_10.TextSize = 20.000
  387. Script_10.TextWrapped = true
  388. Script_10.MouseButton1Down:Connect(function()
  389. loadstring(game:HttpGet('https://raw.githubusercontent.com/tyreltrijo/firex/main/firex%27'))()
  390. end)
  391.  
  392. UICorner_19.CornerRadius = UDim.new(0, 20)
  393. UICorner_19.Parent = Script_10
  394.  
  395. Script_11.Name = "Script"
  396. Script_11.Parent = HubsTab
  397. Script_11.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  398. Script_11.Position = UDim2.new(0.0300440118, 0, 0.435142905, 0)
  399. Script_11.Size = UDim2.new(0, 343, 0, 29)
  400. Script_11.Font = Enum.Font.SourceSans
  401. Script_11.Text = "Sushi Hub"
  402. Script_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  403. Script_11.TextSize = 20.000
  404. Script_11.TextWrapped = true
  405. Script_11.MouseButton1Down:Connect(function()
  406. loadstring(game:HttpGet("https://paste.ee/r/bf5oO", true))()
  407. end)
  408.  
  409. UICorner_20.CornerRadius = UDim.new(0, 20)
  410. UICorner_20.Parent = Script_11
  411.  
  412. TrollGui.Name = "Troll Gui"
  413. TrollGui.Parent = HubsTab
  414. TrollGui.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  415. TrollGui.Position = UDim2.new(0.0300440118, 0, 0.570481241, 0)
  416. TrollGui.Size = UDim2.new(0, 343, 0, 29)
  417. TrollGui.Font = Enum.Font.SourceSans
  418. TrollGui.Text = "Troll Gui"
  419. TrollGui.TextColor3 = Color3.fromRGB(255, 255, 255)
  420. TrollGui.TextSize = 20.000
  421. TrollGui.TextWrapped = true
  422. TrollGui.MouseButton1Down:Connect(function()
  423. loadstring(game:HttpGet('https://pastebin.com/raw/0fnFAR9e'))()
  424. end)
  425.  
  426. UICorner_21.CornerRadius = UDim.new(0, 20)
  427. UICorner_21.Parent = TrollGui
  428.  
  429. TrollGui_2.Name = "Troll Gui"
  430. TrollGui_2.Parent = HubsTab
  431. TrollGui_2.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  432. TrollGui_2.Position = UDim2.new(0.0300440118, 0, 0.702060223, 0)
  433. TrollGui_2.Size = UDim2.new(0, 343, 0, 29)
  434. TrollGui_2.Font = Enum.Font.SourceSans
  435. TrollGui_2.Text = "VHUB "
  436. TrollGui_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. TrollGui_2.TextSize = 20.000
  438. TrollGui_2.TextWrapped = true
  439. TrollGui_2.MouseButton1Down:Connect(function()
  440. loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt'),true))()
  441. end)
  442.  
  443. UICorner_22.CornerRadius = UDim.new(0, 20)
  444. UICorner_22.Parent = TrollGui_2
  445.  
  446. TrollGui_3.Name = "Troll Gui"
  447. TrollGui_3.Parent = HubsTab
  448. TrollGui_3.BackgroundColor3 = Color3.fromRGB(28, 39, 255)
  449. TrollGui_3.Position = UDim2.new(0.0300440118, 0, 0.837398589, 0)
  450. TrollGui_3.Size = UDim2.new(0, 343, 0, 29)
  451. TrollGui_3.Font = Enum.Font.SourceSans
  452. TrollGui_3.Text = "British Hub"
  453. TrollGui_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  454. TrollGui_3.TextSize = 20.000
  455. TrollGui_3.TextWrapped = true
  456. TrollGui_3.MouseButton1Down:Connect(function()
  457. loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/BH%20v4%20Fix"))()
  458. end)
  459.  
  460. UICorner_23.CornerRadius = UDim.new(0, 20)
  461. UICorner_23.Parent = TrollGui_3
  462.  
  463. HomeTab.Name = "HomeTab"
  464. HomeTab.Parent = Main
  465. HomeTab.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  466. HomeTab.Position = UDim2.new(0.270916343, 0, 0.0795847774, 0)
  467. HomeTab.Size = UDim2.new(0, 365, 0, 266)
  468.  
  469. UICorner_24.CornerRadius = UDim.new(0, 20)
  470. UICorner_24.Parent = HomeTab
  471.  
  472. TextLabel_3.Parent = HomeTab
  473. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  474. TextLabel_3.BackgroundTransparency = 1.000
  475. TextLabel_3.Size = UDim2.new(0, 365, 0, 50)
  476. TextLabel_3.Font = Enum.Font.SourceSans
  477. TextLabel_3.Text = "Home"
  478. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  479. TextLabel_3.TextSize = 25.000
  480.  
  481. UICorner_25.CornerRadius = UDim.new(0, 20)
  482. UICorner_25.Parent = TextLabel_3
  483.  
  484. TextLabel_4.Parent = HomeTab
  485. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  486. TextLabel_4.BackgroundTransparency = 1.000
  487. TextLabel_4.Position = UDim2.new(-0.0027397261, 0, 0.86090225, 0)
  488. TextLabel_4.Size = UDim2.new(0, 365, 0, 50)
  489. TextLabel_4.Font = Enum.Font.SourceSans
  490. TextLabel_4.Text = "Thanks For Using Sonic X Hub"
  491. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  492. TextLabel_4.TextSize = 25.000
  493.  
  494. UICorner_26.CornerRadius = UDim.new(0, 20)
  495. UICorner_26.Parent = TextLabel_4
  496.  
  497. TextLabel_5.Parent = HomeTab
  498. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  499. TextLabel_5.BackgroundTransparency = 1.000
  500. TextLabel_5.Position = UDim2.new(0.0027397275, 0, 0.187969923, 0)
  501. TextLabel_5.Size = UDim2.new(0, 365, 0, 50)
  502. TextLabel_5.Font = Enum.Font.SourceSans
  503. TextLabel_5.Text = "Welcome To Sonic X Hub"
  504. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  505. TextLabel_5.TextSize = 25.000
  506.  
  507. UICorner_27.CornerRadius = UDim.new(0, 20)
  508. UICorner_27.Parent = TextLabel_5
  509.  
  510. TextLabel_6.Parent = HomeTab
  511. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  512. TextLabel_6.BackgroundTransparency = 1.000
  513. TextLabel_6.Position = UDim2.new(-0.0027397261, 0, 0.240601495, 0)
  514. TextLabel_6.Size = UDim2.new(0, 365, 0, 50)
  515. TextLabel_6.Font = Enum.Font.SourceSans
  516. TextLabel_6.Text = "Sonic X Hub is the idea of "
  517. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  518. TextLabel_6.TextSize = 25.000
  519.  
  520. UICorner_28.CornerRadius = UDim.new(0, 20)
  521. UICorner_28.Parent = TextLabel_6
  522.  
  523. TextLabel_7.Parent = HomeTab
  524. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  525. TextLabel_7.BackgroundTransparency = 1.000
  526. TextLabel_7.Position = UDim2.new(0, 0, 0.304511279, 0)
  527. TextLabel_7.Size = UDim2.new(0, 365, 0, 50)
  528. TextLabel_7.Font = Enum.Font.SourceSans
  529. TextLabel_7.Text = "SUPERSONIC GAMERZ"
  530. TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  531. TextLabel_7.TextSize = 25.000
  532.  
  533. UICorner_29.CornerRadius = UDim.new(0, 20)
  534. UICorner_29.Parent = TextLabel_7
  535.  
  536. CreditsTab.Name = "CreditsTab"
  537. CreditsTab.Parent = Main
  538. CreditsTab.BackgroundColor3 = Color3.fromRGB(37, 95, 255)
  539. CreditsTab.Position = UDim2.new(0.270916343, 0, 0.0795847774, 0)
  540. CreditsTab.Size = UDim2.new(0, 365, 0, 266)
  541. CreditsTab.Visible = false
  542.  
  543. UICorner_30.CornerRadius = UDim.new(0, 20)
  544. UICorner_30.Parent = CreditsTab
  545.  
  546. TextLabel_8.Parent = CreditsTab
  547. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  548. TextLabel_8.BackgroundTransparency = 1.000
  549. TextLabel_8.Size = UDim2.new(0, 365, 0, 50)
  550. TextLabel_8.Font = Enum.Font.SourceSans
  551. TextLabel_8.Text = "Credits "
  552. TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  553. TextLabel_8.TextSize = 25.000
  554.  
  555. UICorner_31.CornerRadius = UDim.new(0, 20)
  556. UICorner_31.Parent = TextLabel_8
  557.  
  558. TextLabel_9.Parent = CreditsTab
  559. TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  560. TextLabel_9.BackgroundTransparency = 1.000
  561. TextLabel_9.Position = UDim2.new(0.0027397261, 0, 0.187969923, 0)
  562. TextLabel_9.Size = UDim2.new(0, 365, 0, 50)
  563. TextLabel_9.Font = Enum.Font.SourceSans
  564. TextLabel_9.Text = "Owner : SuperSonic Gamerz"
  565. TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  566. TextLabel_9.TextSize = 25.000
  567.  
  568. UICorner_32.CornerRadius = UDim.new(0, 20)
  569. UICorner_32.Parent = TextLabel_9
  570.  
  571. TextLabel_10.Parent = CreditsTab
  572. TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  573. TextLabel_10.BackgroundTransparency = 1.000
  574. TextLabel_10.Position = UDim2.new(0.0027397261, 0, 0.251879692, 0)
  575. TextLabel_10.Size = UDim2.new(0, 365, 0, 50)
  576. TextLabel_10.Font = Enum.Font.SourceSans
  577. TextLabel_10.Text = "Developer : ItzzJoshua_"
  578. TextLabel_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  579. TextLabel_10.TextSize = 25.000
  580.  
  581. UICorner_33.CornerRadius = UDim.new(0, 20)
  582. UICorner_33.Parent = TextLabel_10
  583.  
  584. TextLabel_11.Parent = CreditsTab
  585. TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  586. TextLabel_11.BackgroundTransparency = 1.000
  587. TextLabel_11.Position = UDim2.new(0, 0, 0.439849645, 0)
  588. TextLabel_11.Size = UDim2.new(0, 365, 0, 50)
  589. TextLabel_11.Font = Enum.Font.SourceSans
  590. TextLabel_11.Text = "Sub to Us"
  591. TextLabel_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  592. TextLabel_11.TextSize = 25.000
  593.  
  594. UICorner_34.CornerRadius = UDim.new(0, 20)
  595. UICorner_34.Parent = TextLabel_11
  596.  
  597. TextLabel_12.Parent = CreditsTab
  598. TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  599. TextLabel_12.BackgroundTransparency = 1.000
  600. TextLabel_12.Position = UDim2.new(0, 0, 0.575187981, 0)
  601. TextLabel_12.Size = UDim2.new(0, 365, 0, 50)
  602. TextLabel_12.Font = Enum.Font.SourceSans
  603. TextLabel_12.Text = "ItzzJoshua_"
  604. TextLabel_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  605. TextLabel_12.TextSize = 25.000
  606.  
  607. UICorner_35.CornerRadius = UDim.new(0, 20)
  608. UICorner_35.Parent = TextLabel_12
  609.  
  610. TextLabel_13.Parent = CreditsTab
  611. TextLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  612. TextLabel_13.BackgroundTransparency = 1.000
  613. TextLabel_13.Position = UDim2.new(0, 0, 0.763157845, 0)
  614. TextLabel_13.Size = UDim2.new(0, 365, 0, 50)
  615. TextLabel_13.Font = Enum.Font.SourceSans
  616. TextLabel_13.Text = "SUPERSONIC GAMERZ"
  617. TextLabel_13.TextColor3 = Color3.fromRGB(0, 0, 0)
  618. TextLabel_13.TextSize = 25.000
  619.  
  620. UICorner_36.CornerRadius = UDim.new(0, 20)
  621. UICorner_36.Parent = TextLabel_13
  622.  
  623. TextLabel_14.Parent = CreditsTab
  624. TextLabel_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  625. TextLabel_14.BackgroundTransparency = 1.000
  626. TextLabel_14.Position = UDim2.new(0, 0, 0.669172883, 0)
  627. TextLabel_14.Size = UDim2.new(0, 365, 0, 50)
  628. TextLabel_14.Font = Enum.Font.SourceSans
  629. TextLabel_14.Text = "&"
  630. TextLabel_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  631. TextLabel_14.TextSize = 25.000
  632.  
  633. UICorner_37.CornerRadius = UDim.new(0, 20)
  634. UICorner_37.Parent = TextLabel_14
Tags: #roblox
Add Comment
Please, Sign In to add comment