Advertisement
Guest User

Hubbian

a guest
Sep 16th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local HubbianV03 = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local Login = Instance.new("TextButton")
  9. local Delete = Instance.new("TextButton")
  10. local TitleLogin = Instance.new("TextLabel")
  11. local MainFrame = Instance.new("Frame")
  12. local DeleteMain = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local ScriptButton = Instance.new("TextButton")
  16. local AccountButton = Instance.new("TextButton")
  17. local TextLabel_3 = Instance.new("TextLabel")
  18. local DescriptionMain = Instance.new("TextLabel")
  19. local CreditButton = Instance.new("TextButton")
  20. local ScriptFrame = Instance.new("Frame")
  21. local DeleteScript = Instance.new("TextButton")
  22. local TextLabel_4 = Instance.new("TextLabel")
  23. local Noobbat = Instance.new("TextButton")
  24. local HubbianV02 = Instance.new("TextButton")
  25. local ScriptNotice = Instance.new("TextButton")
  26. local AccountFrame = Instance.new("Frame")
  27. local DeleteAccount = Instance.new("TextButton")
  28. local AccountTitle = Instance.new("TextLabel")
  29. local AccountTemplate = Instance.new("TextLabel")
  30. local Account = Instance.new("TextLabel")
  31. local UpdateNotice = Instance.new("TextLabel")
  32. local CreditFrame = Instance.new("Frame")
  33. local DeleteCredits = Instance.new("TextButton")
  34. local CreditTitle = Instance.new("TextLabel")
  35. local Own3rQ = Instance.new("TextLabel")
  36. local Own3rQRole = Instance.new("TextLabel")
  37. --Properties:
  38. HubbianV03.Name = "HubbianV.03"
  39. HubbianV03.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40.  
  41. LoginFrame.Name = "LoginFrame"
  42. LoginFrame.Parent = HubbianV03
  43. LoginFrame.Active = true
  44. LoginFrame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  45. LoginFrame.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  46. LoginFrame.BorderSizePixel = 5
  47. LoginFrame.Position = UDim2.new(0.87625289, 0, 0.321515888, 0)
  48. LoginFrame.Selectable = true
  49. LoginFrame.Size = UDim2.new(0, 144, 0, 250)
  50.  
  51. Username.Name = "Username"
  52. Username.Parent = LoginFrame
  53. Username.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  54. Username.BorderColor3 = Color3.new(0, 0, 0)
  55. Username.BorderSizePixel = 3
  56. Username.Position = UDim2.new(0.0423182249, 0, 0.218092903, 0)
  57. Username.Size = UDim2.new(0, 132, 0, 34)
  58. Username.Font = Enum.Font.Fantasy
  59. Username.PlaceholderColor3 = Color3.new(1, 1, 1)
  60. Username.Text = "Username"
  61. Username.TextColor3 = Color3.new(1, 1, 1)
  62. Username.TextSize = 30
  63.  
  64. Password.Name = "Password"
  65. Password.Parent = LoginFrame
  66. Password.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  67. Password.BorderColor3 = Color3.new(0, 0, 0)
  68. Password.BorderSizePixel = 3
  69. Password.Position = UDim2.new(0.0423182249, 0, 0.403217584, 0)
  70. Password.Size = UDim2.new(0, 132, 0, 34)
  71. Password.Font = Enum.Font.Fantasy
  72. Password.PlaceholderColor3 = Color3.new(1, 1, 1)
  73. Password.Text = "Password"
  74. Password.TextColor3 = Color3.new(1, 1, 1)
  75. Password.TextSize = 30
  76.  
  77. Login.Name = "Login"
  78. Login.Parent = LoginFrame
  79. Login.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  80. Login.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  81. Login.BorderSizePixel = 3
  82. Login.Position = UDim2.new(0.166832149, 0, 0.630679786, 0)
  83. Login.Size = UDim2.new(0, 95, 0, 35)
  84. Login.Font = Enum.Font.SourceSans
  85. Login.Text = "Login"
  86. Login.TextColor3 = Color3.new(1, 1, 1)
  87. Login.TextSize = 30
  88.  
  89. Login.MouseButton1Down:connect(function()
  90.  
  91. if Username.Text == "HubbianAdmin" and Password.Text == "LuraphSucks" then
  92. MainFrame.Visible = true
  93. LoginFrame.Visible = false
  94. end
  95.  
  96. if Username.Text == "SClient01" and Password.Text == "dikkekieroo" then
  97. MainFrame.Visible = true
  98. LoginFrame.Visible = false
  99. end
  100.  
  101. if Username.Text == "jakfak" and Password.Text == "l0lhaxor" then
  102. MainFrame.Visible = true
  103. LoginFrame.Visible = false
  104. end
  105.  
  106. if Username.Text == "Boiman" and Password.Text == "oofergang156" then
  107. MainFrame.Visible = true
  108. LoginFrame.Visible = false
  109. end
  110.  
  111. end)
  112.  
  113. Delete.Name = "Delete"
  114. Delete.Parent = LoginFrame
  115. Delete.BackgroundColor3 = Color3.new(0, 0, 0)
  116. Delete.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  117. Delete.BorderSizePixel = 3
  118. Delete.Position = UDim2.new(0.789401889, 0, 0.880136847, 0)
  119. Delete.Size = UDim2.new(0, 30, 0, 30)
  120. Delete.Font = Enum.Font.SourceSans
  121. Delete.Text = "X"
  122. Delete.TextColor3 = Color3.new(1, 1, 1)
  123. Delete.TextSize = 30
  124.  
  125. Delete.MouseButton1Down:connect(function()
  126. LoginFrame:Destroy()
  127. end)
  128.  
  129. TitleLogin.Name = "TitleLogin"
  130. TitleLogin.Parent = LoginFrame
  131. TitleLogin.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  132. TitleLogin.BorderColor3 = Color3.new(0.0470588, 0.6, 0.396078)
  133. TitleLogin.BorderSizePixel = 3
  134. TitleLogin.Position = UDim2.new(0.00298517942, 0, -0.000811725855, 0)
  135. TitleLogin.Size = UDim2.new(0, 144, 0, 35)
  136. TitleLogin.Font = Enum.Font.SourceSans
  137. TitleLogin.Text = "Hubbian V.0.3"
  138. TitleLogin.TextColor3 = Color3.new(1, 1, 1)
  139. TitleLogin.TextSize = 30
  140.  
  141. MainFrame.Name = "MainFrame"
  142. MainFrame.Parent = HubbianV03
  143. MainFrame.Active = true
  144. MainFrame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  145. MainFrame.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  146. MainFrame.BorderSizePixel = 5
  147. MainFrame.Position = UDim2.new(0.508562922, 0, 0.7347188, 0)
  148. MainFrame.Selectable = true
  149. MainFrame.Size = UDim2.new(0, 631, 0, 179)
  150. MainFrame.Visible = false
  151.  
  152. DeleteMain.Name = "DeleteMain"
  153. DeleteMain.Parent = MainFrame
  154. DeleteMain.BackgroundColor3 = Color3.new(0, 0, 0)
  155. DeleteMain.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  156. DeleteMain.BorderSizePixel = 3
  157. DeleteMain.Position = UDim2.new(0.953125358, 0, 0.829857528, 0)
  158. DeleteMain.Size = UDim2.new(0, 30, 0, 30)
  159. DeleteMain.Font = Enum.Font.SourceSans
  160. DeleteMain.Text = "X"
  161. DeleteMain.TextColor3 = Color3.new(1, 1, 1)
  162. DeleteMain.TextSize = 30
  163.  
  164. DeleteMain.MouseButton1Down:connect(function()
  165. MainFrame.Visible = false
  166. LoginFrame.Visible = true
  167. end)
  168.  
  169. TextLabel.Parent = MainFrame
  170. TextLabel.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  171. TextLabel.BorderColor3 = Color3.new(0.0470588, 0.6, 0.396078)
  172. TextLabel.BorderSizePixel = 3
  173. TextLabel.Position = UDim2.new(0.0316857025, 0, 0, 0)
  174. TextLabel.Size = UDim2.new(0, 144, 0, 35)
  175. TextLabel.Font = Enum.Font.SourceSans
  176. TextLabel.Text = "Hubbian V.0.3"
  177. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  178. TextLabel.TextSize = 30
  179.  
  180. TextLabel_2.Parent = MainFrame
  181. TextLabel_2.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  182. TextLabel_2.BorderColor3 = Color3.new(0.00392157, 0.952941, 1)
  183. TextLabel_2.BorderSizePixel = 3
  184. TextLabel_2.Position = UDim2.new(0.364928901, 0, 0, 0)
  185. TextLabel_2.Size = UDim2.new(0, 377, 0, 35)
  186. TextLabel_2.Font = Enum.Font.SourceSans
  187. TextLabel_2.Text = "Hubbian Main Menu"
  188. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  189. TextLabel_2.TextSize = 30
  190.  
  191. ScriptButton.Name = "ScriptButton"
  192. ScriptButton.Parent = MainFrame
  193. ScriptButton.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  194. ScriptButton.BorderColor3 = Color3.new(0.623529, 0.0117647, 0.0705882)
  195. ScriptButton.BorderSizePixel = 2
  196. ScriptButton.Position = UDim2.new(0.0412651487, 0, 0.269836545, 0)
  197. ScriptButton.Size = UDim2.new(0, 133, 0, 30)
  198. ScriptButton.Font = Enum.Font.SciFi
  199. ScriptButton.Text = "Scripts"
  200. ScriptButton.TextColor3 = Color3.new(1, 1, 1)
  201. ScriptButton.TextSize = 25
  202.  
  203. ScriptButton.MouseButton1Down:connect(function()
  204. ScriptFrame.Visible = true
  205. end)
  206.  
  207. AccountButton.Name = "AccountButton"
  208. AccountButton.Parent = MainFrame
  209. AccountButton.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  210. AccountButton.BorderColor3 = Color3.new(0.623529, 0.0117647, 0.0705882)
  211. AccountButton.BorderSizePixel = 2
  212. AccountButton.Position = UDim2.new(0.0110935029, 0, 0.491620123, 0)
  213. AccountButton.Size = UDim2.new(0, 172, 0, 30)
  214. AccountButton.Visible = true
  215. AccountButton.Font = Enum.Font.SciFi
  216. AccountButton.Text = "Account Dump"
  217. AccountButton.TextColor3 = Color3.new(1, 1, 1)
  218. AccountButton.TextSize = 25
  219.  
  220. AccountButton.MouseButton1Down:connect(function()
  221. AccountFrame.Visible = true
  222. end)
  223.  
  224. TextLabel_3.Parent = MainFrame
  225. TextLabel_3.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  226. TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
  227. TextLabel_3.BorderSizePixel = 3
  228. TextLabel_3.Position = UDim2.new(0.320695102, 0, 0, 0)
  229. TextLabel_3.Size = UDim2.new(0, 1, 0, 179)
  230. TextLabel_3.Font = Enum.Font.SourceSans
  231. TextLabel_3.Text = " "
  232. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  233. TextLabel_3.TextSize = 30
  234.  
  235. DescriptionMain.Name = "DescriptionMain"
  236. DescriptionMain.Parent = MainFrame
  237. DescriptionMain.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  238. DescriptionMain.BorderColor3 = Color3.new(0.862745, 0.835294, 0.00784314)
  239. DescriptionMain.BorderSizePixel = 3
  240. DescriptionMain.Position = UDim2.new(0.337559432, 0, 0.335195541, 0)
  241. DescriptionMain.Size = UDim2.new(0, 411, 0, 41)
  242. DescriptionMain.Font = Enum.Font.SourceSans
  243. DescriptionMain.Text = "MOTD: we sell meems"
  244. DescriptionMain.TextColor3 = Color3.new(1, 1, 1)
  245. DescriptionMain.TextSize = 30
  246.  
  247. CreditButton.Name = "CreditButton"
  248. CreditButton.Parent = MainFrame
  249. CreditButton.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  250. CreditButton.BorderColor3 = Color3.new(0.623529, 0.0117647, 0.0705882)
  251. CreditButton.BorderSizePixel = 2
  252. CreditButton.Position = UDim2.new(0.0776545107, 0, 0.709497273, 0)
  253. CreditButton.Size = UDim2.new(0, 87, 0, 30)
  254. CreditButton.Font = Enum.Font.SciFi
  255. CreditButton.Text = "Credits"
  256. CreditButton.TextColor3 = Color3.new(1, 1, 1)
  257. CreditButton.TextSize = 25
  258.  
  259. CreditButton.MouseButton1Down:connect(function()
  260. CreditFrame.Visible = true
  261. end)
  262.  
  263. ScriptFrame.Name = "ScriptFrame"
  264. ScriptFrame.Parent = HubbianV03
  265. ScriptFrame.Active = true
  266. ScriptFrame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  267. ScriptFrame.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  268. ScriptFrame.BorderSizePixel = 5
  269. ScriptFrame.Position = UDim2.new(0.513758779, 0, 0.0476772599, 0)
  270. ScriptFrame.Selectable = true
  271. ScriptFrame.Size = UDim2.new(0, 631, 0, 157)
  272. ScriptFrame.Visible = false
  273.  
  274. DeleteScript.Name = "DeleteScript"
  275. DeleteScript.Parent = ScriptFrame
  276. DeleteScript.BackgroundColor3 = Color3.new(0, 0, 0)
  277. DeleteScript.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  278. DeleteScript.BorderSizePixel = 3
  279. DeleteScript.Position = UDim2.new(0.953125358, 0, 0.810749233, 0)
  280. DeleteScript.Size = UDim2.new(0, 30, 0, 30)
  281. DeleteScript.Font = Enum.Font.SourceSans
  282. DeleteScript.Text = "X"
  283. DeleteScript.TextColor3 = Color3.new(1, 1, 1)
  284. DeleteScript.TextSize = 30
  285.  
  286. DeleteScript.MouseButton1Down:connect(function()
  287. ScriptFrame.Visible = false
  288. end)
  289.  
  290. TextLabel_4.Parent = ScriptFrame
  291. TextLabel_4.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  292. TextLabel_4.BorderColor3 = Color3.new(0.00392157, 0.952941, 1)
  293. TextLabel_4.BorderSizePixel = 3
  294. TextLabel_4.Position = UDim2.new(0.232227474, 0, 0, 0)
  295. TextLabel_4.Size = UDim2.new(0, 377, 0, 35)
  296. TextLabel_4.Font = Enum.Font.SourceSans
  297. TextLabel_4.Text = "Hubbian Script Tab - V.0.3 Beta"
  298. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  299. TextLabel_4.TextSize = 30
  300.  
  301. Noobbat.Name = "Noobbat"
  302. Noobbat.Parent = ScriptFrame
  303. Noobbat.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  304. Noobbat.BorderColor3 = Color3.new(0.227451, 0.854902, 0)
  305. Noobbat.BorderSizePixel = 2
  306. Noobbat.Position = UDim2.new(0.0222827662, 0, 0.344810724, 0)
  307. Noobbat.Size = UDim2.new(0, 133, 0, 30)
  308. Noobbat.Font = Enum.Font.SciFi
  309. Noobbat.Text = "Noobbat"
  310. Noobbat.TextColor3 = Color3.new(1, 1, 1)
  311. Noobbat.TextSize = 25
  312.  
  313. HubbianV02.Name = "HubbianV02"
  314. HubbianV02.Parent = ScriptFrame
  315. HubbianV02.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  316. HubbianV02.BorderColor3 = Color3.new(0.227451, 0.854902, 0)
  317. HubbianV02.BorderSizePixel = 2
  318. HubbianV02.Position = UDim2.new(0.0222827662, 0, 0.618696094, 0)
  319. HubbianV02.Size = UDim2.new(0, 133, 0, 30)
  320. HubbianV02.Font = Enum.Font.SciFi
  321. HubbianV02.Text = "Print Test"
  322. HubbianV02.TextColor3 = Color3.new(1, 1, 1)
  323. HubbianV02.TextSize = 25
  324.  
  325. HubbianV02.MouseButton1Down:connect(function()
  326. print("if printed, test worked fine and everything else will too")
  327. end)
  328.  
  329. ScriptNotice.Name = "ScriptNotice"
  330. ScriptNotice.Parent = ScriptFrame
  331. ScriptNotice.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  332. ScriptNotice.BorderColor3 = Color3.new(0.227451, 0.854902, 0)
  333. ScriptNotice.BorderSizePixel = 2
  334. ScriptNotice.Position = UDim2.new(0.377179056, 0, 0.292993635, 0)
  335. ScriptNotice.Size = UDim2.new(0, 218, 0, 30)
  336. ScriptNotice.Font = Enum.Font.SciFi
  337. ScriptNotice.Text = "Most scripts need R6"
  338. ScriptNotice.TextColor3 = Color3.new(1, 1, 1)
  339. ScriptNotice.TextSize = 25
  340.  
  341. AccountFrame.Name = "AccountFrame"
  342. AccountFrame.Parent = HubbianV03
  343. AccountFrame.Active = true
  344. AccountFrame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  345. AccountFrame.BorderColor3 = Color3.new(0.729412, 0, 0.854902)
  346. AccountFrame.BorderSizePixel = 5
  347. AccountFrame.Position = UDim2.new(0.641846597, 0, 0.371638149, 0)
  348. AccountFrame.Selectable = true
  349. AccountFrame.Size = UDim2.new(0, 291, 0, 179)
  350. AccountFrame.Visible = false
  351.  
  352. DeleteAccount.Name = "DeleteAccount"
  353. DeleteAccount.Parent = AccountFrame
  354. DeleteAccount.BackgroundColor3 = Color3.new(0, 0, 0)
  355. DeleteAccount.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  356. DeleteAccount.BorderSizePixel = 3
  357. DeleteAccount.Position = UDim2.new(0.898142517, 0, 0.829857528, 0)
  358. DeleteAccount.Size = UDim2.new(0, 30, 0, 30)
  359. DeleteAccount.Font = Enum.Font.SourceSans
  360. DeleteAccount.Text = "X"
  361. DeleteAccount.TextColor3 = Color3.new(1, 1, 1)
  362. DeleteAccount.TextSize = 30
  363.  
  364. DeleteAccount.MouseButton1Down:connect(function()
  365. AccountFrame.Visible = false
  366. end)
  367.  
  368. AccountTitle.Name = "AccountTitle"
  369. AccountTitle.Parent = AccountFrame
  370. AccountTitle.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  371. AccountTitle.BorderColor3 = Color3.new(0.0627451, 0, 0.776471)
  372. AccountTitle.BorderSizePixel = 3
  373. AccountTitle.Position = UDim2.new(0.0687285215, 0, 0.0335195549, 0)
  374. AccountTitle.Size = UDim2.new(0, 250, 0, 35)
  375. AccountTitle.Font = Enum.Font.SourceSans
  376. AccountTitle.Text = "Hubbian Account Dump"
  377. AccountTitle.TextColor3 = Color3.new(1, 1, 1)
  378. AccountTitle.TextSize = 30
  379.  
  380. AccountTemplate.Name = "AccountTemplate"
  381. AccountTemplate.Parent = AccountFrame
  382. AccountTemplate.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  383. AccountTemplate.BorderColor3 = Color3.new(1, 0, 0.0156863)
  384. AccountTemplate.BorderSizePixel = 3
  385. AccountTemplate.Position = UDim2.new(0.0274914093, 0, 0.301675975, 0)
  386. AccountTemplate.Size = UDim2.new(0, 276, 0, 29)
  387. AccountTemplate.Font = Enum.Font.SourceSans
  388. AccountTemplate.Text = "User:Pass | Year"
  389. AccountTemplate.TextColor3 = Color3.new(1, 1, 1)
  390. AccountTemplate.TextSize = 30
  391.  
  392. Account.Name = "Account"
  393. Account.Parent = AccountFrame
  394. Account.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  395. Account.BorderColor3 = Color3.new(1, 0, 0.0156863)
  396. Account.BorderSizePixel = 3
  397. Account.Position = UDim2.new(0.0274914093, 0, 0.525139689, 0)
  398. Account.Size = UDim2.new(0, 276, 0, 29)
  399. Account.Font = Enum.Font.SourceSans
  400. Account.Text = "Declok:cacke23 | 2014"
  401. Account.TextColor3 = Color3.new(1, 1, 1)
  402. Account.TextSize = 30
  403.  
  404. UpdateNotice.Name = "UpdateNotice"
  405. UpdateNotice.Parent = AccountFrame
  406. UpdateNotice.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  407. UpdateNotice.BorderColor3 = Color3.new(1, 0, 0.0156863)
  408. UpdateNotice.BorderSizePixel = 3
  409. UpdateNotice.Position = UDim2.new(0.0274914093, 0, 0.765363157, 0)
  410. UpdateNotice.Size = UDim2.new(0, 246, 0, 29)
  411. UpdateNotice.Font = Enum.Font.SourceSans
  412. UpdateNotice.Text = "Updates every few days"
  413. UpdateNotice.TextColor3 = Color3.new(1, 1, 1)
  414. UpdateNotice.TextSize = 30
  415.  
  416. CreditFrame.Name = "CreditFrame"
  417. CreditFrame.Parent = HubbianV03
  418. CreditFrame.Active = true
  419. CreditFrame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  420. CreditFrame.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  421. CreditFrame.BorderSizePixel = 5
  422. CreditFrame.Position = UDim2.new(0.0796723738, 0, 0.7347188, 0)
  423. CreditFrame.Selectable = true
  424. CreditFrame.Size = UDim2.new(0, 450, 0, 179)
  425. CreditFrame.Visible = false
  426.  
  427. DeleteCredits.Name = "DeleteCredits"
  428. DeleteCredits.Parent = CreditFrame
  429. DeleteCredits.BackgroundColor3 = Color3.new(0, 0, 0)
  430. DeleteCredits.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  431. DeleteCredits.BorderSizePixel = 3
  432. DeleteCredits.Position = UDim2.new(0.933698058, 0, 0.829857528, 0)
  433. DeleteCredits.Size = UDim2.new(0, 30, 0, 30)
  434. DeleteCredits.Font = Enum.Font.SourceSans
  435. DeleteCredits.Text = "X"
  436. DeleteCredits.TextColor3 = Color3.new(1, 1, 1)
  437. DeleteCredits.TextSize = 30
  438.  
  439. DeleteCredits.MouseButton1Down:connect(function()
  440. CreditFrame.Visible = false
  441. end)
  442.  
  443. CreditTitle.Name = "CreditTitle"
  444. CreditTitle.Parent = CreditFrame
  445. CreditTitle.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  446. CreditTitle.BorderColor3 = Color3.new(0.333333, 0, 0)
  447. CreditTitle.BorderSizePixel = 3
  448. CreditTitle.Position = UDim2.new(0.222045273, 0, 0.0726256967, 0)
  449. CreditTitle.Size = UDim2.new(0, 250, 0, 35)
  450. CreditTitle.Font = Enum.Font.SourceSans
  451. CreditTitle.Text = "Hubbian Credits"
  452. CreditTitle.TextColor3 = Color3.new(1, 1, 1)
  453. CreditTitle.TextSize = 30
  454.  
  455. Own3rQ.Name = "Own3rQ"
  456. Own3rQ.Parent = CreditFrame
  457. Own3rQ.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  458. Own3rQ.BorderColor3 = Color3.new(0.137255, 0.152941, 0.356863)
  459. Own3rQ.BorderSizePixel = 3
  460. Own3rQ.Position = UDim2.new(0.0167910457, 0, 0.335195541, 0)
  461. Own3rQ.Size = UDim2.new(0, 224, 0, 29)
  462. Own3rQ.Font = Enum.Font.SourceSans
  463. Own3rQ.Text = "Own3rQ - Krentelion"
  464. Own3rQ.TextColor3 = Color3.new(1, 1, 1)
  465. Own3rQ.TextSize = 30
  466.  
  467. Own3rQRole.Name = "Own3rQRole"
  468. Own3rQRole.Parent = CreditFrame
  469. Own3rQRole.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  470. Own3rQRole.BorderColor3 = Color3.new(0.137255, 0.152941, 0.356863)
  471. Own3rQRole.BorderSizePixel = 3
  472. Own3rQRole.Position = UDim2.new(0.548403502, 0, 0.335195541, 0)
  473. Own3rQRole.Size = UDim2.new(0, 193, 0, 29)
  474. Own3rQRole.Font = Enum.Font.SourceSans
  475. Own3rQRole.Text = "|Role: The Creator|"
  476. Own3rQRole.TextColor3 = Color3.new(1, 1, 1)
  477. Own3rQRole.TextSize = 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement