Advertisement
Guest User

Awesome HUB

a guest
Sep 26th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. -- Objects
  2.  
  3. local AwesomeHub = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Topbar = Instance.new("TextLabel")
  6. local BehindTitle = Instance.new("TextLabel")
  7. local title = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextButton")
  9. local GameScripts = Instance.new("TextButton")
  10. local MainScripts = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local CreditsText = Instance.new("TextLabel")
  13. local MainScripts_2 = Instance.new("Frame")
  14. local LaserSword = Instance.new("TextButton")
  15. local GrabKnife = Instance.new("TextButton")
  16. local BirdWings = Instance.new("TextButton")
  17. local Titan = Instance.new("TextButton")
  18. local God = Instance.new("TextButton")
  19. local BlackGoku = Instance.new("TextButton")
  20. local GameScripts_2 = Instance.new("Frame")
  21. local PrisonLifeGUI = Instance.new("TextButton")
  22. local JailbreakGUI = Instance.new("TextButton")
  23. local Open = Instance.new("TextButton")
  24.  
  25. -- Properties
  26.  
  27. AwesomeHub.Name = "AwesomeHub"
  28. AwesomeHub.Parent = game.CoreGui
  29.  
  30. Main.Name = "Main"
  31. Main.Parent = AwesomeHub
  32. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Main.Position = UDim2.new(0.268248171, 0, 0.138481557, 0)
  34. Main.Size = UDim2.new(0, 638, 0, 386)
  35.  
  36. Topbar.Name = "Topbar"
  37. Topbar.Parent = Main
  38. Topbar.Active = true
  39. Topbar.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  40. Topbar.BorderSizePixel = 0
  41. Topbar.Size = UDim2.new(0, 638, 0, 20)
  42. Topbar.Font = Enum.Font.SourceSans
  43. Topbar.FontSize = Enum.FontSize.Size14
  44. Topbar.Text = ""
  45. Topbar.TextSize = 14
  46.  
  47. BehindTitle.Name = "BehindTitle"
  48. BehindTitle.Parent = Main
  49. BehindTitle.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  50. BehindTitle.BorderSizePixel = 0
  51. BehindTitle.Position = UDim2.new(0, 0, 0.0518134721, 0)
  52. BehindTitle.Size = UDim2.new(0, 638, 0, 51)
  53. BehindTitle.Font = Enum.Font.SourceSans
  54. BehindTitle.FontSize = Enum.FontSize.Size14
  55. BehindTitle.Text = ""
  56. BehindTitle.TextSize = 14
  57.  
  58. title.Name = "title"
  59. title.Parent = Main
  60. title.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  61. title.BorderSizePixel = 0
  62. title.Position = UDim2.new(0, 0, 0.0518134721, 0)
  63. title.Size = UDim2.new(0, 200, 0, 50)
  64. title.Font = Enum.Font.SourceSansLight
  65. title.FontSize = Enum.FontSize.Size32
  66. title.Text = "Awesome Hub"
  67. title.TextColor3 = Color3.new(1, 1, 1)
  68. title.TextSize = 29
  69.  
  70. Credits.Name = "Credits"
  71. Credits.Parent = Main
  72. Credits.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  73. Credits.BorderSizePixel = 0
  74. Credits.Position = UDim2.new(0.343260169, 0, 0.870466232, 0)
  75. Credits.Size = UDim2.new(0, 200, 0, 50)
  76. Credits.Font = Enum.Font.SourceSansLight
  77. Credits.FontSize = Enum.FontSize.Size18
  78. Credits.Text = "Credits"
  79. Credits.TextColor3 = Color3.new(1, 1, 1)
  80. Credits.TextSize = 17
  81.  
  82. GameScripts.Name = "GameScripts"
  83. GameScripts.Parent = Main
  84. GameScripts.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  85. GameScripts.BorderSizePixel = 0
  86. GameScripts.Position = UDim2.new(0.656739831, 0, 0.870466292, 0)
  87. GameScripts.Size = UDim2.new(0, 219, 0, 50)
  88. GameScripts.Font = Enum.Font.SourceSansLight
  89. GameScripts.FontSize = Enum.FontSize.Size18
  90. GameScripts.Text = "Game Scripts"
  91. GameScripts.TextColor3 = Color3.new(1, 1, 1)
  92. GameScripts.TextSize = 17
  93.  
  94. MainScripts.Name = "MainScripts"
  95. MainScripts.Parent = Main
  96. MainScripts.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  97. MainScripts.BorderSizePixel = 0
  98. MainScripts.Position = UDim2.new(0, 0, 0.870466292, 0)
  99. MainScripts.Size = UDim2.new(0, 219, 0, 50)
  100. MainScripts.Font = Enum.Font.SourceSansLight
  101. MainScripts.FontSize = Enum.FontSize.Size18
  102. MainScripts.Text = "Main Scripts"
  103. MainScripts.TextColor3 = Color3.new(1, 1, 1)
  104. MainScripts.TextSize = 17
  105.  
  106. Close.Name = "Close"
  107. Close.Parent = Main
  108. Close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  109. Close.BorderSizePixel = 0
  110. Close.Position = UDim2.new(0.938871503, 0, 0, 0)
  111. Close.Size = UDim2.new(0, 39, 0, 20)
  112. Close.Font = Enum.Font.SourceSansBold
  113. Close.FontSize = Enum.FontSize.Size18
  114. Close.Text = "X"
  115. Close.TextColor3 = Color3.new(1, 1, 1)
  116. Close.TextSize = 18
  117.  
  118. CreditsText.Name = "CreditsText"
  119. CreditsText.Parent = Main
  120. CreditsText.BackgroundColor3 = Color3.new(1, 1, 1)
  121. CreditsText.BorderSizePixel = 0
  122. CreditsText.Position = UDim2.new(0.203761756, 0, 0.204663217, 0)
  123. CreditsText.Size = UDim2.new(0, 402, 0, 256)
  124. CreditsText.Font = Enum.Font.SourceSansLight
  125. CreditsText.FontSize = Enum.FontSize.Size32
  126. CreditsText.Text = "Credits Made by BluCreeperGuy123#5405"
  127. CreditsText.TextSize = 31
  128. CreditsText.TextWrapped = true
  129.  
  130. MainScripts_2.Name = "MainScripts"
  131. MainScripts_2.Parent = Main
  132. MainScripts_2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. MainScripts_2.Position = UDim2.new(0, 0, 0.183937818, 0)
  134. MainScripts_2.Size = UDim2.new(0, 638, 0, 264)
  135. MainScripts_2.Visible = false
  136.  
  137. LaserSword.Name = "LaserSword"
  138. LaserSword.Parent = MainScripts_2
  139. LaserSword.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  140. LaserSword.BorderSizePixel = 0
  141. LaserSword.Position = UDim2.new(0.0266457498, 0, 0.140151516, 0)
  142. LaserSword.Size = UDim2.new(0, 133, 0, 49)
  143. LaserSword.Font = Enum.Font.SourceSansLight
  144. LaserSword.FontSize = Enum.FontSize.Size18
  145. LaserSword.Text = "Laser Sword"
  146. LaserSword.TextColor3 = Color3.new(1, 1, 1)
  147. LaserSword.TextSize = 16
  148.  
  149. GrabKnife.Name = "GrabKnife"
  150. GrabKnife.Parent = MainScripts_2
  151. GrabKnife.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  152. GrabKnife.BorderSizePixel = 0
  153. GrabKnife.Position = UDim2.new(0.398119092, 0, 0.140151501, 0)
  154. GrabKnife.Size = UDim2.new(0, 131, 0, 50)
  155. GrabKnife.Font = Enum.Font.SourceSansLight
  156. GrabKnife.FontSize = Enum.FontSize.Size18
  157. GrabKnife.Text = "Grab Knife"
  158. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  159. GrabKnife.TextSize = 16
  160.  
  161. BirdWings.Name = "BirdWings"
  162. BirdWings.Parent = MainScripts_2
  163. BirdWings.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  164. BirdWings.BorderSizePixel = 0
  165. BirdWings.Position = UDim2.new(0.749216318, 0, 0.136363626, 0)
  166. BirdWings.Size = UDim2.new(0, 131, 0, 50)
  167. BirdWings.Font = Enum.Font.SourceSansLight
  168. BirdWings.FontSize = Enum.FontSize.Size18
  169. BirdWings.Text = "Bird Wings"
  170. BirdWings.TextColor3 = Color3.new(1, 1, 1)
  171. BirdWings.TextSize = 16
  172.  
  173. Titan.Name = "Titan"
  174. Titan.Parent = MainScripts_2
  175. Titan.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  176. Titan.BorderSizePixel = 0
  177. Titan.Position = UDim2.new(0.749216378, 0, 0.598484874, 0)
  178. Titan.Size = UDim2.new(0, 133, 0, 50)
  179. Titan.Font = Enum.Font.SourceSansLight
  180. Titan.FontSize = Enum.FontSize.Size18
  181. Titan.Text = "Titan"
  182. Titan.TextColor3 = Color3.new(1, 1, 1)
  183. Titan.TextSize = 16
  184.  
  185. God.Name = "God"
  186. God.Parent = MainScripts_2
  187. God.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  188. God.BorderSizePixel = 0
  189. God.Position = UDim2.new(0.0266457684, 0, 0.598484874, 0)
  190. God.Size = UDim2.new(0, 131, 0, 50)
  191. God.Font = Enum.Font.SourceSansLight
  192. God.FontSize = Enum.FontSize.Size18
  193. God.Text = "FE God"
  194. God.TextColor3 = Color3.new(1, 1, 1)
  195. God.TextSize = 16
  196.  
  197. BlackGoku.Name = "BlackGoku"
  198. BlackGoku.Parent = MainScripts_2
  199. BlackGoku.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  200. BlackGoku.BorderSizePixel = 0
  201. BlackGoku.Position = UDim2.new(0.39733541, 0, 0.598484874, 0)
  202. BlackGoku.Size = UDim2.new(0, 131, 0, 50)
  203. BlackGoku.Font = Enum.Font.SourceSansLight
  204. BlackGoku.FontSize = Enum.FontSize.Size24
  205. BlackGoku.Text = "Black Goku"
  206. BlackGoku.TextColor3 = Color3.new(1, 1, 1)
  207. BlackGoku.TextSize = 19
  208.  
  209. GameScripts_2.Name = "GameScripts"
  210. GameScripts_2.Parent = Main
  211. GameScripts_2.BackgroundColor3 = Color3.new(1, 1, 1)
  212. GameScripts_2.Position = UDim2.new(0, 0, 0.176165804, 0)
  213. GameScripts_2.Size = UDim2.new(0, 638, 0, 266)
  214. GameScripts_2.Visible = false
  215.  
  216. PrisonLifeGUI.Name = "PrisonLifeGUI"
  217. PrisonLifeGUI.Parent = GameScripts_2
  218. PrisonLifeGUI.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  219. PrisonLifeGUI.BorderSizePixel = 0
  220. PrisonLifeGUI.Position = UDim2.new(0.130094051, 0, 0.338345855, 0)
  221. PrisonLifeGUI.Size = UDim2.new(0, 130, 0, 50)
  222. PrisonLifeGUI.Font = Enum.Font.SourceSansLight
  223. PrisonLifeGUI.FontSize = Enum.FontSize.Size18
  224. PrisonLifeGUI.Text = "Prison Life GUI"
  225. PrisonLifeGUI.TextColor3 = Color3.new(1, 1, 1)
  226. PrisonLifeGUI.TextSize = 16
  227.  
  228. JailbreakGUI.Name = "JailbreakGUI"
  229. JailbreakGUI.Parent = GameScripts_2
  230. JailbreakGUI.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  231. JailbreakGUI.BorderSizePixel = 0
  232. JailbreakGUI.Position = UDim2.new(0.622257054, 0, 0.338345855, 0)
  233. JailbreakGUI.Size = UDim2.new(0, 148, 0, 50)
  234. JailbreakGUI.Font = Enum.Font.SourceSansLight
  235. JailbreakGUI.FontSize = Enum.FontSize.Size18
  236. JailbreakGUI.Text = "Jailbreak Corruption GUI"
  237. JailbreakGUI.TextColor3 = Color3.new(1, 1, 1)
  238. JailbreakGUI.TextSize = 16
  239.  
  240. Open.Name = "Open"
  241. Open.Parent = AwesomeHub
  242. Open.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  243. Open.BorderSizePixel = 0
  244. Open.Position = UDim2.new(0, 0, 0.696798503, 0)
  245. Open.Size = UDim2.new(0, 200, 0, 50)
  246. Open.Visible = false
  247. Open.Font = Enum.Font.SourceSansLight
  248. Open.FontSize = Enum.FontSize.Size24
  249. Open.Text = "Open"
  250. Open.TextColor3 = Color3.new(1, 1, 1)
  251. Open.TextSize = 24
  252.  
  253. -- Functions
  254.  
  255. Credits.MouseButton1Down:connect(function()
  256. Main.Visible = true
  257. MainScripts_2.Visible = false
  258. GameScripts_2.Visible = false
  259. end)
  260.  
  261. GameScripts.MouseButton1Down:connect(function()
  262. Main.Visible = true
  263. MainScripts_2.Visible = false
  264. GameScripts_2.Visible = true
  265. end)
  266.  
  267. MainScripts.MouseButton1Down:connect(function()
  268. Main.Visible = true
  269. MainScripts_2.Visible = true
  270. GameScripts_2.Visible = false
  271. end)
  272.  
  273. Close.MouseButton1Down:connect(function()
  274. Main.Visible = false
  275. Open.Visible = true
  276. end)
  277.  
  278. LaserSword.MouseButton1Down:connect(function()
  279. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/M4nQNzrF'))()
  280. end)
  281.  
  282. GrabKnife.MouseButton1Down:connect(function()
  283. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/DmtuzK94'))()
  284. end)
  285.  
  286. BirdWings.MouseButton1Down:connect(function()
  287. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/ERy6hqiV'))()
  288. end)
  289.  
  290. Titan.MouseButton1Down:connect(function()
  291. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/L6mFTevQ'))()
  292. end)
  293.  
  294. God.MouseButton1Down:connect(function()
  295. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/wBS6UTqK'))()
  296. end)
  297.  
  298. BlackGoku.MouseButton1Down:connect(function()
  299. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/zsh2ajSX'))()
  300. end)
  301.  
  302. PrisonLifeGUI.MouseButton1Down:connect(function()
  303. loadstring(Raindrop:DownloadString('https://pastebin.com/raw/4LauQG2S'))()
  304. end)
  305.  
  306. JailbreakGUI.MouseButton1Down:connect(function()
  307. game:GetService("Workspace").Name = "Workspace"
  308. game:GetService("Players").Name = "Players"
  309. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  310.  
  311. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/5NmU5EeW'))()
  312. end)
  313.  
  314. Open.MouseButton1Down:connect(function()
  315. Main.Visible = true
  316. Open.Visible = false
  317. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement