Joes_Moms_Sploitts09

EXHUBLAYOUT

Sep 17th, 2020 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 53.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ExHub = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local BFrame = Instance.new("Frame")
  9. local RetroTheme = Instance.new("ImageLabel")
  10. local CloseGUI = Instance.new("TextButton")
  11. local ELabel = Instance.new("TextLabel")
  12. local XLabel = Instance.new("TextLabel")
  13. local HubLabel = Instance.new("TextLabel")
  14. local ChangeLog = Instance.new("TextButton")
  15. local UICorner = Instance.new("UICorner")
  16. local GuiShow = Instance.new("TextButton")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local ShowOutputButton = Instance.new("TextButton")
  19. local UICorner_3 = Instance.new("UICorner")
  20. local ThemesOpen = Instance.new("TextButton")
  21. local UICorner_4 = Instance.new("UICorner")
  22. local ShowScript = Instance.new("TextButton")
  23. local UICorner_5 = Instance.new("UICorner")
  24. local FECmmds = Instance.new("TextButton")
  25. local UICorner_6 = Instance.new("UICorner")
  26. local CloseScript = Instance.new("TextButton")
  27. local UICorner_7 = Instssance.new("UICorner")
  28. local ThemeColor1 = Instance.new("TextLabel")
  29. local ThemeColor2 = Instance.new("TextLabel")
  30. local ThemesClose = Instance.new("TextButton")
  31. local UICorner_8 = Instance.new("UICorner")
  32. local CloseOutputButton = Instance.new("TextButton")
  33. local UICorner_9 = Instance.new("UICorner")
  34. local SFrame = Instance.new("Frame")
  35. local OpenGUI = Instance.new("TextButton")
  36. local CloseGUIOut = Instance.new("TextButton")
  37. local LoadingL = Instance.new("TextLabel")
  38. local KeySystem = Instance.new("Frame")
  39. local kayFrame = Instance.new("Frame")
  40. local LoginB = Instance.new("TextButton")
  41. local KEY = Instance.new("TextButton")
  42. local TextLabel = Instance.new("TextLabel")
  43. local ExitKey = Instance.new("TextButton")
  44. local EnterKey = Instance.new("TextBox")
  45. local TextLabel_2 = Instance.new("TextLabel")
  46. local CoolThing = Instance.new("TextLabel")
  47. local ExitGUIFrame = Instance.new("Frame")
  48. local ExitFrame = Instance.new("Frame")
  49. local GoBack = Instance.new("TextButton")
  50. local Exit = Instance.new("TextButton")
  51. local ExitGUI = Instance.new("TextButton")
  52. local TextLabel_3 = Instance.new("TextLabel")
  53. local OpenCloseKey = Instance.new("Frame")
  54. local OpenKEY = Instance.new("TextButton")
  55. local CloseKEY = Instance.new("TextButton")
  56. local ScriptHubFrame = Instance.new("Frame")
  57. local HubLabel_2 = Instance.new("TextLabel")
  58. local SCLabel = Instance.new("TextLabel")
  59. local CloseScriptHubGUI = Instance.new("TextButton")
  60. local ScriptHubF = Instance.new("ScrollingFrame")
  61. local Arsenal = Instance.new("TextButton")
  62. local UICorner_10 = Instance.new("UICorner")
  63. local LL2 = Instance.new("TextButton")
  64. local UICorner_11 = Instance.new("UICorner")
  65. local BAB = Instance.new("TextButton")
  66. local UICorner_12 = Instance.new("UICorner")
  67. local Reviz = Instance.new("TextButton")
  68. local UICorner_13 = Instance.new("UICorner")
  69. local MM2 = Instance.new("TextButton")
  70. local UICorner_14 = Instance.new("UICorner")
  71. local SBI = Instance.new("TextButton")
  72. local UICorner_15 = Instance.new("UICorner")
  73. local MC = Instance.new("TextButton")
  74. local UICorner_16 = Instance.new("UICorner")
  75. local NL = Instance.new("TextButton")
  76. local UICorner_17 = Instance.new("UICorner")
  77. local PL = Instance.new("TextButton")
  78. local UICorner_18 = Instance.new("UICorner")
  79. local MS = Instance.new("TextButton")
  80. local UICorner_19 = Instance.new("UICorner")
  81. local BS = Instance.new("TextButton")
  82. local UICorner_20 = Instance.new("UICorner")
  83. local JB = Instance.new("TextButton")
  84. local UICorner_21 = Instance.new("UICorner")
  85. local ThemeFrame = Instance.new("Frame")
  86. local TextLabel_4 = Instance.new("TextLabel")
  87. local TextLabel_5 = Instance.new("TextLabel")
  88. local GreenThemeButton = Instance.new("TextButton")
  89. local UICorner_22 = Instance.new("UICorner")
  90. local RainbowThemeButton = Instance.new("TextButton")
  91. local UICorner_23 = Instance.new("UICorner")
  92. local BlueThemeButton = Instance.new("TextButton")
  93. local UICorner_24 = Instance.new("UICorner")
  94. local RetroThemeButton = Instance.new("TextButton")
  95. local UICorner_25 = Instance.new("UICorner")
  96. local CloseThemeGUI = Instance.new("TextButton")
  97. local ResetButton = Instance.new("TextButton")
  98. local UICorner_26 = Instance.new("UICorner")
  99. local ClickForRainbow = Instance.new("TextLabel")
  100. local UICorner_27 = Instance.new("UICorner")
  101. local OutputFrame = Instance.new("Frame")
  102. local Title = Instance.new("TextLabel")
  103. local ButtonJustPressed = Instance.new("TextLabel")
  104. local TextLabel_6 = Instance.new("TextLabel")
  105. local TextLabel_7 = Instance.new("TextLabel")
  106. local ScriptJustUsed = Instance.new("TextLabel")
  107. local TextLabel_8 = Instance.new("TextLabel")
  108. local ThemeUsing = Instance.new("TextLabel")
  109. local CloseOutputGUI = Instance.new("TextButton")
  110.  
  111. --Properties:
  112.  
  113. ExHub.Name = "ExHub"
  114. ExHub.Parent = game.Players.LocalPlayer:WaitForChild("StarterGui")
  115.  
  116. MainFrame.Name = "MainFrame"
  117. MainFrame.Parent = ExHub
  118. MainFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  119. MainFrame.BorderSizePixel = 0
  120. MainFrame.Position = UDim2.new(0.254573166, 0, 0.234939754, 0)
  121. MainFrame.Size = UDim2.new(0, 648, 0, 37)
  122.  
  123. BFrame.Name = "BFrame"
  124. BFrame.Parent = MainFrame
  125. BFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  126. BFrame.BorderSizePixel = 0
  127. BFrame.Position = UDim2.new(0, 0, 0.929863155, 0)
  128. BFrame.Size = UDim2.new(0, 648, 0, 281)
  129.  
  130. RetroTheme.Name = "RetroTheme"
  131. RetroTheme.Parent = BFrame
  132. RetroTheme.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. RetroTheme.BackgroundTransparency = 1.000
  134. RetroTheme.Position = UDim2.new(0, 0, -0.122437499, 0)
  135. RetroTheme.Size = UDim2.new(0, 648, 0, 317)
  136. RetroTheme.Visible = false
  137. RetroTheme.Image = "http://www.roblox.com/asset/?id=3252705928"
  138.  
  139. CloseGUI.Name = "CloseGUI"
  140. CloseGUI.Parent = MainFrame
  141. CloseGUI.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  142. CloseGUI.BorderSizePixel = 0
  143. CloseGUI.Position = UDim2.new(0.967592597, 0, 0, 0)
  144. CloseGUI.Size = UDim2.new(0, 21, 0, 19)
  145. CloseGUI.Font = Enum.Font.SourceSans
  146. CloseGUI.Text = "X"
  147. CloseGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  148. CloseGUI.TextScaled = true
  149. CloseGUI.TextSize = 14.000
  150. CloseGUI.TextWrapped = true
  151.  
  152. ELabel.Name = "ELabel"
  153. ELabel.Parent = MainFrame
  154. ELabel.BackgroundColor3 = Color3.fromRGB(71, 120, 205)
  155. ELabel.BackgroundTransparency = 1.000
  156. ELabel.BorderSizePixel = 0
  157. ELabel.Size = UDim2.new(0, 25, 0, 38)
  158. ELabel.Font = Enum.Font.SourceSans
  159. ELabel.Text = "E"
  160. ELabel.TextColor3 = Color3.fromRGB(217, 145, 0)
  161. ELabel.TextScaled = true
  162. ELabel.TextSize = 14.000
  163. ELabel.TextWrapped = true
  164.  
  165. XLabel.Name = "XLabel"
  166. XLabel.Parent = MainFrame
  167. XLabel.BackgroundColor3 = Color3.fromRGB(71, 120, 205)
  168. XLabel.BackgroundTransparency = 1.000
  169. XLabel.BorderSizePixel = 0
  170. XLabel.Size = UDim2.new(0, 47, 0, 38)
  171. XLabel.Font = Enum.Font.SourceSans
  172. XLabel.Text = "x"
  173. XLabel.TextColor3 = Color3.fromRGB(0, 85, 255)
  174. XLabel.TextScaled = true
  175. XLabel.TextSize = 14.000
  176. XLabel.TextWrapped = true
  177.  
  178. HubLabel.Name = "HubLabel"
  179. HubLabel.Parent = MainFrame
  180. HubLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  181. HubLabel.BackgroundTransparency = 1.000
  182. HubLabel.Position = UDim2.new(0.0277777761, 0, 0.184210524, 0)
  183. HubLabel.Size = UDim2.new(0, 72, 0, 31)
  184. HubLabel.Font = Enum.Font.SourceSans
  185. HubLabel.Text = "Hub"
  186. HubLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. HubLabel.TextScaled = true
  188. HubLabel.TextSize = 14.000
  189. HubLabel.TextWrapped = true
  190.  
  191. ChangeLog.Name = "ChangeLog"
  192. ChangeLog.Parent = MainFrame
  193. ChangeLog.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  194. ChangeLog.BorderColor3 = Color3.fromRGB(27, 42, 53)
  195. ChangeLog.BorderSizePixel = 0
  196. ChangeLog.Position = UDim2.new(0.0385802463, 0, 1.18421054, 0)
  197. ChangeLog.Size = UDim2.new(0, 200, 0, 50)
  198. ChangeLog.Font = Enum.Font.SourceSans
  199. ChangeLog.Text = "Change Log"
  200. ChangeLog.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. ChangeLog.TextScaled = true
  202. ChangeLog.TextSize = 14.000
  203. ChangeLog.TextWrapped = true
  204.  
  205. UICorner.CornerRadius = UDim.new(0.5, 0)
  206. UICorner.Parent = ChangeLog
  207.  
  208. GuiShow.Name = "GuiShow"
  209. GuiShow.Parent = MainFrame
  210. GuiShow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  211. GuiShow.BorderColor3 = Color3.fromRGB(27, 42, 53)
  212. GuiShow.BorderSizePixel = 0
  213. GuiShow.Position = UDim2.new(0.0385802463, 0, 3.31578922, 0)
  214. GuiShow.Size = UDim2.new(0, 200, 0, 50)
  215. GuiShow.Font = Enum.Font.SourceSans
  216. GuiShow.Text = "Guis"
  217. GuiShow.TextColor3 = Color3.fromRGB(255, 255, 255)
  218. GuiShow.TextScaled = true
  219. GuiShow.TextSize = 14.000
  220. GuiShow.TextWrapped = true
  221.  
  222. UICorner_2.CornerRadius = UDim.new(0.5, 0)
  223. UICorner_2.Parent = GuiShow
  224.  
  225. ShowOutputButton.Name = "ShowOutputButton"
  226. ShowOutputButton.Parent = MainFrame
  227. ShowOutputButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  228. ShowOutputButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
  229. ShowOutputButton.BorderSizePixel = 0
  230. ShowOutputButton.Position = UDim2.new(0.0385802388, 0, 5.74822187, 0)
  231. ShowOutputButton.Size = UDim2.new(0, 200, 0, 50)
  232. ShowOutputButton.Font = Enum.Font.SourceSans
  233. ShowOutputButton.Text = "Show OutPut"
  234. ShowOutputButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  235. ShowOutputButton.TextScaled = true
  236. ShowOutputButton.TextSize = 14.000
  237. ShowOutputButton.TextWrapped = true
  238.  
  239. UICorner_3.CornerRadius = UDim.new(0.5, 0)
  240. UICorner_3.Parent = ShowOutputButton
  241.  
  242. ThemesOpen.Name = "ThemesOpen"
  243. ThemesOpen.Parent = MainFrame
  244. ThemesOpen.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  245. ThemesOpen.BorderColor3 = Color3.fromRGB(27, 42, 53)
  246. ThemesOpen.BorderSizePixel = 0
  247. ThemesOpen.Position = UDim2.new(0.677469134, 0, 1, 0)
  248. ThemesOpen.Size = UDim2.new(0, 200, 0, 50)
  249. ThemesOpen.Font = Enum.Font.SourceSans
  250. ThemesOpen.Text = "Open Themes"
  251. ThemesOpen.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. ThemesOpen.TextScaled = true
  253. ThemesOpen.TextSize = 14.000
  254. ThemesOpen.TextWrapped = true
  255.  
  256. UICorner_4.CornerRadius = UDim.new(0.5, 0)
  257. UICorner_4.Parent = ThemesOpen
  258.  
  259. ShowScript.Name = "ShowScript"
  260. ShowScript.Parent = MainFrame
  261. ShowScript.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  262. ShowScript.BorderColor3 = Color3.fromRGB(27, 42, 53)
  263. ShowScript.BorderSizePixel = 0
  264. ShowScript.Position = UDim2.new(0.677469134, 0, 3.38477945, 0)
  265. ShowScript.Size = UDim2.new(0, 200, 0, 50)
  266. ShowScript.Font = Enum.Font.SourceSans
  267. ShowScript.Text = "ScriptHub"
  268. ShowScript.TextColor3 = Color3.fromRGB(255, 255, 255)
  269. ShowScript.TextScaled = true
  270. ShowScript.TextSize = 14.000
  271. ShowScript.TextWrapped = true
  272.  
  273. UICorner_5.CornerRadius = UDim.new(0.5, 0)
  274. UICorner_5.Parent = ShowScript
  275.  
  276. FECmmds.Name = "FECmmds"
  277. FECmmds.Parent = MainFrame
  278. FECmmds.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  279. FECmmds.BorderColor3 = Color3.fromRGB(27, 42, 53)
  280. FECmmds.BorderSizePixel = 0
  281. FECmmds.Position = UDim2.new(0.677469134, 0, 5.73613071, 0)
  282. FECmmds.Size = UDim2.new(0, 200, 0, 50)
  283. FECmmds.Font = Enum.Font.SourceSans
  284. FECmmds.Text = "FE Commands"
  285. FECmmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  286. FECmmds.TextScaled = true
  287. FECmmds.TextSize = 14.000
  288. FECmmds.TextWrapped = true
  289.  
  290. UICorner_6.CornerRadius = UDim.new(0.5, 0)
  291. UICorner_6.Parent = FECmmds
  292.  
  293. CloseScript.Name = "CloseScript"
  294. CloseScript.Parent = MainFrame
  295. CloseScript.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  296. CloseScript.BorderColor3 = Color3.fromRGB(27, 42, 53)
  297. CloseScript.BorderSizePixel = 0
  298. CloseScript.Position = UDim2.new(0.677469134, 0, 3.3819344, 0)
  299. CloseScript.Size = UDim2.new(0, 200, 0, 50)
  300. CloseScript.Visible = false
  301. CloseScript.Font = Enum.Font.SourceSans
  302. CloseScript.Text = "Close ScriptHub"
  303. CloseScript.TextColor3 = Color3.fromRGB(255, 255, 255)
  304. CloseScript.TextScaled = true
  305. CloseScript.TextSize = 14.000
  306. CloseScript.TextWrapped = true
  307.  
  308. UICorner_7.CornerRadius = UDim.new(0.5, 0)
  309. UICorner_7.Parent = CloseScript
  310.  
  311. ThemeColor1.Name = "ThemeColor1"
  312. ThemeColor1.Parent = MainFrame
  313. ThemeColor1.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  314. ThemeColor1.BorderSizePixel = 0
  315. ThemeColor1.Position = UDim2.new(0, 0, 8.1432991, 0)
  316. ThemeColor1.Size = UDim2.new(0, 648, 0, 14)
  317. ThemeColor1.Font = Enum.Font.SourceSans
  318. ThemeColor1.Text = ""
  319. ThemeColor1.TextColor3 = Color3.fromRGB(0, 0, 0)
  320. ThemeColor1.TextSize = 14.000
  321.  
  322. ThemeColor2.Name = "ThemeColor2"
  323. ThemeColor2.Parent = MainFrame
  324. ThemeColor2.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  325. ThemeColor2.BackgroundTransparency = 0.300
  326. ThemeColor2.BorderSizePixel = 0
  327. ThemeColor2.Position = UDim2.new(0, 0, 7.93100977, 0)
  328. ThemeColor2.Size = UDim2.new(0, 648, 0, 12)
  329. ThemeColor2.Font = Enum.Font.SourceSans
  330. ThemeColor2.Text = ""
  331. ThemeColor2.TextColor3 = Color3.fromRGB(0, 0, 0)
  332. ThemeColor2.TextSize = 14.000
  333.  
  334. ThemesClose.Name = "ThemesClose"
  335. ThemesClose.Parent = MainFrame
  336. ThemesClose.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  337. ThemesClose.BorderColor3 = Color3.fromRGB(27, 42, 53)
  338. ThemesClose.BorderSizePixel = 0
  339. ThemesClose.Position = UDim2.new(0.677469134, 0, 1, 0)
  340. ThemesClose.Size = UDim2.new(0, 200, 0, 50)
  341. ThemesClose.Visible = false
  342. ThemesClose.Font = Enum.Font.SourceSans
  343. ThemesClose.Text = "Close Themes"
  344. ThemesClose.TextColor3 = Color3.fromRGB(255, 255, 255)
  345. ThemesClose.TextScaled = true
  346. ThemesClose.TextSize = 14.000
  347. ThemesClose.TextWrapped = true
  348.  
  349. UICorner_8.CornerRadius = UDim.new(0.5, 0)
  350. UICorner_8.Parent = ThemesClose
  351.  
  352. CloseOutputButton.Name = "CloseOutputButton"
  353. CloseOutputButton.Parent = MainFrame
  354. CloseOutputButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  355. CloseOutputButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
  356. CloseOutputButton.BorderSizePixel = 0
  357. CloseOutputButton.Position = UDim2.new(0.0385802388, 0, 5.74822187, 0)
  358. CloseOutputButton.Size = UDim2.new(0, 200, 0, 50)
  359. CloseOutputButton.Visible = false
  360. CloseOutputButton.Font = Enum.Font.SourceSans
  361. CloseOutputButton.Text = "Close OutPut"
  362. CloseOutputButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  363. CloseOutputButton.TextScaled = true
  364. CloseOutputButton.TextSize = 14.000
  365. CloseOutputButton.TextWrapped = true
  366.  
  367. UICorner_9.CornerRadius = UDim.new(0.5, 0)
  368. UICorner_9.Parent = CloseOutputButton
  369.  
  370. SFrame.Name = "SFrame"
  371. SFrame.Parent = ExHub
  372. SFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  373. SFrame.Position = UDim2.new(0, 0, 0.4246988, 0)
  374. SFrame.Size = UDim2.new(0, 102, 0, 21)
  375.  
  376. OpenGUI.Name = "OpenGUI"
  377. OpenGUI.Parent = SFrame
  378. OpenGUI.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  379. OpenGUI.BorderColor3 = Color3.fromRGB(0, 255, 255)
  380. OpenGUI.BorderSizePixel = 0
  381. OpenGUI.Size = UDim2.new(0, 102, 0, 21)
  382. OpenGUI.Font = Enum.Font.SourceSansItalic
  383. OpenGUI.Text = "Open GUI"
  384. OpenGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  385. OpenGUI.TextScaled = true
  386. OpenGUI.TextSize = 14.000
  387. OpenGUI.TextWrapped = true
  388.  
  389. CloseGUIOut.Name = "CloseGUIOut"
  390. CloseGUIOut.Parent = SFrame
  391. CloseGUIOut.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  392. CloseGUIOut.BorderColor3 = Color3.fromRGB(0, 255, 255)
  393. CloseGUIOut.BorderSizePixel = 0
  394. CloseGUIOut.Size = UDim2.new(0, 102, 0, 21)
  395. CloseGUIOut.Visible = false
  396. CloseGUIOut.Font = Enum.Font.SourceSansItalic
  397. CloseGUIOut.Text = "Close GUI"
  398. CloseGUIOut.TextColor3 = Color3.fromRGB(255, 255, 255)
  399. CloseGUIOut.TextScaled = true
  400. CloseGUIOut.TextSize = 14.000
  401. CloseGUIOut.TextWrapped = true
  402.  
  403. LoadingL.Name = "LoadingL"
  404. LoadingL.Parent = SFrame
  405. LoadingL.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  406. LoadingL.BorderColor3 = Color3.fromRGB(0, 255, 255)
  407. LoadingL.BorderSizePixel = 0
  408. LoadingL.Position = UDim2.new(1.1920929e-07, 0, 0, 0)
  409. LoadingL.Size = UDim2.new(0, 100, 0, 21)
  410. LoadingL.Visible = false
  411. LoadingL.Font = Enum.Font.SourceSansItalic
  412. LoadingL.Text = ""
  413. LoadingL.TextColor3 = Color3.fromRGB(255, 255, 255)
  414. LoadingL.TextScaled = true
  415. LoadingL.TextSize = 14.000
  416. LoadingL.TextWrapped = true
  417.  
  418. KeySystem.Name = "KeySystem"
  419. KeySystem.Parent = ExHub
  420. KeySystem.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  421. KeySystem.BorderSizePixel = 0
  422. KeySystem.Position = UDim2.new(0.352896363, 0, 0.338855416, 0)
  423. KeySystem.Size = UDim2.new(0, 308, 0, 23)
  424. KeySystem.Visible = false
  425.  
  426. kayFrame.Name = "kayFrame"
  427. kayFrame.Parent = KeySystem
  428. kayFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  429. kayFrame.BorderSizePixel = 0
  430. kayFrame.Position = UDim2.new(0, 0, 1, 0)
  431. kayFrame.Size = UDim2.new(0, 308, 0, 118)
  432.  
  433. LoginB.Name = "LoginB"
  434. LoginB.Parent = KeySystem
  435. LoginB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  436. LoginB.Position = UDim2.new(0.548701286, 0, 4.39130449, 0)
  437. LoginB.Size = UDim2.new(0, 131, 0, 31)
  438. LoginB.Font = Enum.Font.SourceSans
  439. LoginB.Text = "Login"
  440. LoginB.TextColor3 = Color3.fromRGB(255, 255, 255)
  441. LoginB.TextScaled = true
  442. LoginB.TextSize = 14.000
  443. LoginB.TextWrapped = true
  444.  
  445. KEY.Name = "KEY"
  446. KEY.Parent = KeySystem
  447. KEY.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  448. KEY.Position = UDim2.new(0.0551947951, 0, 4.39130449, 0)
  449. KEY.Size = UDim2.new(0, 131, 0, 31)
  450. KEY.Font = Enum.Font.SourceSans
  451. KEY.Text = "Get Key"
  452. KEY.TextColor3 = Color3.fromRGB(255, 255, 255)
  453. KEY.TextScaled = true
  454. KEY.TextSize = 14.000
  455. KEY.TextWrapped = true
  456.  
  457. TextLabel.Parent = KeySystem
  458. TextLabel.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  459. TextLabel.BorderSizePixel = 0
  460. TextLabel.Size = UDim2.new(0, 137, 0, 23)
  461. TextLabel.Font = Enum.Font.SourceSans
  462. TextLabel.Text = "Temple Key System"
  463. TextLabel.TextColor3 = Color3.fromRGB(71, 120, 205)
  464. TextLabel.TextScaled = true
  465. TextLabel.TextSize = 14.000
  466. TextLabel.TextWrapped = true
  467.  
  468. ExitKey.Name = "ExitKey"
  469. ExitKey.Parent = KeySystem
  470. ExitKey.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  471. ExitKey.BorderSizePixel = 0
  472. ExitKey.Position = UDim2.new(0.931818187, 0, 0, 0)
  473. ExitKey.Size = UDim2.new(0, 21, 0, 17)
  474. ExitKey.Font = Enum.Font.SourceSans
  475. ExitKey.Text = "X"
  476. ExitKey.TextColor3 = Color3.fromRGB(255, 0, 0)
  477. ExitKey.TextScaled = true
  478. ExitKey.TextSize = 14.000
  479. ExitKey.TextWrapped = true
  480.  
  481. EnterKey.Name = "EnterKey"
  482. EnterKey.Parent = KeySystem
  483. EnterKey.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  484. EnterKey.Position = UDim2.new(0.0616883114, 0, 2.73913026, 0)
  485. EnterKey.Size = UDim2.new(0, 270, 0, 19)
  486. EnterKey.Font = Enum.Font.SourceSans
  487. EnterKey.Text = ""
  488. EnterKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  489. EnterKey.TextSize = 14.000
  490.  
  491. TextLabel_2.Parent = KeySystem
  492. TextLabel_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  493. TextLabel_2.BackgroundTransparency = 1.000
  494. TextLabel_2.BorderSizePixel = 0
  495. TextLabel_2.Position = UDim2.new(0, 0, 1.73913038, 0)
  496. TextLabel_2.Size = UDim2.new(0, 86, 0, 23)
  497. TextLabel_2.Font = Enum.Font.SourceSans
  498. TextLabel_2.Text = "Enter key:"
  499. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  500. TextLabel_2.TextSize = 14.000
  501. TextLabel_2.TextWrapped = true
  502.  
  503. CoolThing.Name = "CoolThing"
  504. CoolThing.Parent = KeySystem
  505. CoolThing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  506. CoolThing.BorderSizePixel = 0
  507. CoolThing.Position = UDim2.new(0.0616883114, 0, 3.56521749, 0)
  508. CoolThing.Size = UDim2.new(0, 0, 0, 2)
  509. CoolThing.Font = Enum.Font.SourceSans
  510. CoolThing.Text = ""
  511. CoolThing.TextColor3 = Color3.fromRGB(0, 0, 0)
  512. CoolThing.TextSize = 14.000
  513.  
  514. ExitGUIFrame.Name = "ExitGUIFrame"
  515. ExitGUIFrame.Parent = ExHub
  516. ExitGUIFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  517. ExitGUIFrame.BorderSizePixel = 0
  518. ExitGUIFrame.Position = UDim2.new(0.386432886, 0, 0.384036124, 0)
  519. ExitGUIFrame.Size = UDim2.new(0, 263, 0, 21)
  520. ExitGUIFrame.Visible = false
  521.  
  522. ExitFrame.Name = "ExitFrame"
  523. ExitFrame.Parent = ExitGUIFrame
  524. ExitFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  525. ExitFrame.BorderSizePixel = 0
  526. ExitFrame.Position = UDim2.new(0, 0, 1, 0)
  527. ExitFrame.Size = UDim2.new(0, 263, 0, 105)
  528.  
  529. GoBack.Name = "GoBack"
  530. GoBack.Parent = ExitFrame
  531. GoBack.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  532. GoBack.Position = UDim2.new(0.0912547559, 0, 0.72380954, 0)
  533. GoBack.Size = UDim2.new(0, 85, 0, 21)
  534. GoBack.Font = Enum.Font.SourceSans
  535. GoBack.Text = "Go Back?"
  536. GoBack.TextColor3 = Color3.fromRGB(255, 255, 255)
  537. GoBack.TextSize = 14.000
  538.  
  539. Exit.Name = "Exit"
  540. Exit.Parent = ExitFrame
  541. Exit.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  542. Exit.Position = UDim2.new(0.604562759, 0, 0.72380954, 0)
  543. Exit.Size = UDim2.new(0, 85, 0, 21)
  544. Exit.Font = Enum.Font.SourceSans
  545. Exit.Text = "Exit GUI?"
  546. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  547. Exit.TextSize = 14.000
  548.  
  549. ExitGUI.Name = "ExitGUI"
  550. ExitGUI.Parent = ExitGUIFrame
  551. ExitGUI.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  552. ExitGUI.BorderSizePixel = 0
  553. ExitGUI.Position = UDim2.new(0.904942989, 0, 0, 0)
  554. ExitGUI.Size = UDim2.new(0, 25, 0, 21)
  555. ExitGUI.Font = Enum.Font.SourceSans
  556. ExitGUI.Text = "X"
  557. ExitGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  558. ExitGUI.TextScaled = true
  559. ExitGUI.TextSize = 14.000
  560. ExitGUI.TextWrapped = true
  561.  
  562. TextLabel_3.Parent = ExitGUIFrame
  563. TextLabel_3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  564. TextLabel_3.BorderSizePixel = 0
  565. TextLabel_3.Position = UDim2.new(0, 0, 1.28571439, 0)
  566. TextLabel_3.Size = UDim2.new(0, 263, 0, 68)
  567. TextLabel_3.Font = Enum.Font.SourceSans
  568. TextLabel_3.Text = "Are Your Sure You Wanna Exit The GUI"
  569. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  570. TextLabel_3.TextScaled = true
  571. TextLabel_3.TextSize = 14.000
  572. TextLabel_3.TextWrapped = true
  573.  
  574. OpenCloseKey.Name = "OpenCloseKey"
  575. OpenCloseKey.Parent = ExHub
  576. OpenCloseKey.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  577. OpenCloseKey.Position = UDim2.new(0.00152439019, 0, 0.478915662, 0)
  578. OpenCloseKey.Size = UDim2.new(0, 100, 0, 21)
  579.  
  580. OpenKEY.Name = "OpenKEY"
  581. OpenKEY.Parent = OpenCloseKey
  582. OpenKEY.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  583. OpenKEY.BorderColor3 = Color3.fromRGB(255, 255, 0)
  584. OpenKEY.BorderSizePixel = 0
  585. OpenKEY.Size = UDim2.new(0, 100, 0, 21)
  586. OpenKEY.Font = Enum.Font.SourceSans
  587. OpenKEY.Text = "Open Key GUI"
  588. OpenKEY.TextColor3 = Color3.fromRGB(255, 255, 255)
  589. OpenKEY.TextSize = 14.000
  590.  
  591. CloseKEY.Name = "CloseKEY"
  592. CloseKEY.Parent = OpenCloseKey
  593. CloseKEY.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  594. CloseKEY.BorderColor3 = Color3.fromRGB(255, 255, 0)
  595. CloseKEY.BorderSizePixel = 0
  596. CloseKEY.Size = UDim2.new(0, 100, 0, 21)
  597. CloseKEY.Visible = false
  598. CloseKEY.Font = Enum.Font.SourceSans
  599. CloseKEY.Text = "Close Key GUI"
  600. CloseKEY.TextColor3 = Color3.fromRGB(255, 255, 255)
  601. CloseKEY.TextSize = 14.000
  602.  
  603. ScriptHubFrame.Name = "ScriptHubFrame"
  604. ScriptHubFrame.Parent = ExHub
  605. ScriptHubFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  606. ScriptHubFrame.Position = UDim2.new(0.766006112, 0, 0.234939754, 0)
  607. ScriptHubFrame.Size = UDim2.new(0, 203, 0, 317)
  608.  
  609. HubLabel_2.Name = "HubLabel"
  610. HubLabel_2.Parent = ScriptHubFrame
  611. HubLabel_2.BackgroundColor3 = Color3.fromRGB(2, 79, 232)
  612. HubLabel_2.BackgroundTransparency = 1.000
  613. HubLabel_2.Position = UDim2.new(0.260969758, 0, 0.0107411295, 0)
  614. HubLabel_2.Size = UDim2.new(0, 72, 0, 31)
  615. HubLabel_2.Font = Enum.Font.SourceSans
  616. HubLabel_2.Text = "Hub"
  617. HubLabel_2.TextColor3 = Color3.fromRGB(0, 79, 236)
  618. HubLabel_2.TextScaled = true
  619. HubLabel_2.TextSize = 14.000
  620. HubLabel_2.TextWrapped = true
  621.  
  622. SCLabel.Name = "SCLabel"
  623. SCLabel.Parent = ScriptHubFrame
  624. SCLabel.BackgroundColor3 = Color3.fromRGB(2, 79, 232)
  625. SCLabel.BackgroundTransparency = 1.000
  626. SCLabel.Position = UDim2.new(-0.000113964081, 0, 0.0107411295, 0)
  627. SCLabel.Size = UDim2.new(0, 72, 0, 31)
  628. SCLabel.Font = Enum.Font.SourceSans
  629. SCLabel.Text = "Script"
  630. SCLabel.TextColor3 = Color3.fromRGB(217, 145, 0)
  631. SCLabel.TextScaled = true
  632. SCLabel.TextSize = 14.000
  633. SCLabel.TextWrapped = true
  634.  
  635. CloseScriptHubGUI.Name = "CloseScriptHubGUI"
  636. CloseScriptHubGUI.Parent = ScriptHubFrame
  637. CloseScriptHubGUI.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  638. CloseScriptHubGUI.BorderSizePixel = 0
  639. CloseScriptHubGUI.Position = UDim2.new(0.8957991, 0, 0, 0)
  640. CloseScriptHubGUI.Size = UDim2.new(0, 21, 0, 19)
  641. CloseScriptHubGUI.Font = Enum.Font.SourceSans
  642. CloseScriptHubGUI.Text = "X"
  643. CloseScriptHubGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  644. CloseScriptHubGUI.TextScaled = true
  645. CloseScriptHubGUI.TextSize = 14.000
  646. CloseScriptHubGUI.TextWrapped = true
  647.  
  648. ScriptHubF.Name = "ScriptHubF"
  649. ScriptHubF.Parent = ExHub
  650. ScriptHubF.Active = true
  651. ScriptHubF.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  652. ScriptHubF.Position = UDim2.new(0.774468541, 0, 0.274982095, 0)
  653. ScriptHubF.Size = UDim2.new(0, 169, 0, 269)
  654.  
  655. Arsenal.Name = "Arsenal"
  656. Arsenal.Parent = ScriptHubF
  657. Arsenal.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  658. Arsenal.Position = UDim2.new(0.0479912274, 0, 0.00602408405, 0)
  659. Arsenal.Size = UDim2.new(0, 139, 0, 26)
  660. Arsenal.Font = Enum.Font.Cartoon
  661. Arsenal.Text = "Arsenal"
  662. Arsenal.TextColor3 = Color3.fromRGB(255, 255, 255)
  663. Arsenal.TextScaled = true
  664. Arsenal.TextSize = 14.000
  665. Arsenal.TextWrapped = true
  666.  
  667. UICorner_10.CornerRadius = UDim.new(0.5, 0)
  668. UICorner_10.Parent = Arsenal
  669.  
  670. LL2.Name = "LL2"
  671. LL2.Parent = ScriptHubF
  672. LL2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  673. LL2.Position = UDim2.new(0.0479912274, 0, 0.0331325196, 0)
  674. LL2.Size = UDim2.new(0, 139, 0, 26)
  675. LL2.Font = Enum.Font.Cartoon
  676. LL2.Text = "Lumber Tycoon 2"
  677. LL2.TextColor3 = Color3.fromRGB(255, 255, 255)
  678. LL2.TextScaled = true
  679. LL2.TextSize = 14.000
  680. LL2.TextWrapped = true
  681.  
  682. UICorner_11.CornerRadius = UDim.new(0.5, 0)
  683. UICorner_11.Parent = LL2
  684.  
  685. BAB.Name = "BAB"
  686. BAB.Parent = ScriptHubF
  687. BAB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  688. BAB.Position = UDim2.new(0.0479912274, 0, 0.0609939657, 0)
  689. BAB.Size = UDim2.new(0, 139, 0, 26)
  690. BAB.Font = Enum.Font.Cartoon
  691. BAB.Text = "Build a Boat"
  692. BAB.TextColor3 = Color3.fromRGB(255, 255, 255)
  693. BAB.TextScaled = true
  694. BAB.TextSize = 14.000
  695. BAB.TextWrapped = true
  696.  
  697. UICorner_12.CornerRadius = UDim.new(0.5, 0)
  698. UICorner_12.Parent = BAB
  699.  
  700. Reviz.Name = "Reviz"
  701. Reviz.Parent = ScriptHubF
  702. Reviz.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  703. Reviz.Position = UDim2.new(0.0479912274, 0, 0.145331308, 0)
  704. Reviz.Size = UDim2.new(0, 139, 0, 26)
  705. Reviz.Font = Enum.Font.Cartoon
  706. Reviz.Text = "Reviz Admin"
  707. Reviz.TextColor3 = Color3.fromRGB(255, 255, 255)
  708. Reviz.TextScaled = true
  709. Reviz.TextSize = 14.000
  710. Reviz.TextWrapped = true
  711.  
  712. UICorner_13.CornerRadius = UDim.new(0.5, 0)
  713. UICorner_13.Parent = Reviz
  714.  
  715. MM2.Name = "MM2"
  716. MM2.Parent = ScriptHubF
  717. MM2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  718. MM2.Position = UDim2.new(0.0479912274, 0, 0.117469862, 0)
  719. MM2.Size = UDim2.new(0, 139, 0, 26)
  720. MM2.Font = Enum.Font.Cartoon
  721. MM2.Text = "MM2"
  722. MM2.TextColor3 = Color3.fromRGB(255, 255, 255)
  723. MM2.TextScaled = true
  724. MM2.TextSize = 14.000
  725. MM2.TextWrapped = true
  726.  
  727. UICorner_14.CornerRadius = UDim.new(0.5, 0)
  728. UICorner_14.Parent = MM2
  729.  
  730. SBI.Name = "SBI"
  731. SBI.Parent = ScriptHubF
  732. SBI.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  733. SBI.Position = UDim2.new(0.0479912274, 0, 0.0903614312, 0)
  734. SBI.Size = UDim2.new(0, 139, 0, 26)
  735. SBI.Font = Enum.Font.Cartoon
  736. SBI.Text = "SkyBlock(islands)"
  737. SBI.TextColor3 = Color3.fromRGB(255, 255, 255)
  738. SBI.TextScaled = true
  739. SBI.TextSize = 14.000
  740. SBI.TextWrapped = true
  741.  
  742. UICorner_15.CornerRadius = UDim.new(0.5, 0)
  743. UICorner_15.Parent = SBI
  744.  
  745. MC.Name = "MC"
  746. MC.Parent = ScriptHubF
  747. MC.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  748. MC.Position = UDim2.new(0.0479912274, 0, 0.228915647, 0)
  749. MC.Size = UDim2.new(0, 139, 0, 26)
  750. MC.Font = Enum.Font.Cartoon
  751. MC.Text = "Mad City"
  752. MC.TextColor3 = Color3.fromRGB(255, 255, 255)
  753. MC.TextScaled = true
  754. MC.TextSize = 14.000
  755. MC.TextWrapped = true
  756.  
  757. UICorner_16.CornerRadius = UDim.new(0.5, 0)
  758. UICorner_16.Parent = MC
  759.  
  760. NL.Name = "NL"
  761. NL.Parent = ScriptHubF
  762. NL.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  763. NL.Position = UDim2.new(0.0420740694, 0, 0.202560216, 0)
  764. NL.Size = UDim2.new(0, 139, 0, 26)
  765. NL.Font = Enum.Font.Cartoon
  766. NL.Text = "Ninja Legends"
  767. NL.TextColor3 = Color3.fromRGB(255, 255, 255)
  768. NL.TextScaled = true
  769. NL.TextSize = 14.000
  770. NL.TextWrapped = true
  771.  
  772. UICorner_17.CornerRadius = UDim.new(0.5, 0)
  773. UICorner_17.Parent = NL
  774.  
  775. PL.Name = "PL"
  776. PL.Parent = ScriptHubF
  777. PL.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  778. PL.Position = UDim2.new(0.0479912274, 0, 0.17394577, 0)
  779. PL.Size = UDim2.new(0, 139, 0, 26)
  780. PL.Font = Enum.Font.Cartoon
  781. PL.Text = "Prison Life"
  782. PL.TextColor3 = Color3.fromRGB(255, 255, 255)
  783. PL.TextScaled = true
  784. PL.TextSize = 14.000
  785. PL.TextWrapped = true
  786.  
  787. UICorner_18.CornerRadius = UDim.new(0.5, 0)
  788. UICorner_18.Parent = PL
  789.  
  790. MS.Name = "MS"
  791. MS.Parent = ScriptHubF
  792. MS.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  793. MS.Position = UDim2.new(0.0479912274, 0, 0.313252985, 0)
  794. MS.Size = UDim2.new(0, 139, 0, 26)
  795. MS.Font = Enum.Font.Cartoon
  796. MS.Text = "Magnet Sim"
  797. MS.TextColor3 = Color3.fromRGB(255, 255, 255)
  798. MS.TextScaled = true
  799. MS.TextSize = 14.000
  800. MS.TextWrapped = true
  801.  
  802. UICorner_19.CornerRadius = UDim.new(0.5, 0)
  803. UICorner_19.Parent = MS
  804.  
  805. BS.Name = "BS"
  806. BS.Parent = ScriptHubF
  807. BS.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  808. BS.Position = UDim2.new(0.0479912274, 0, 0.285391539, 0)
  809. BS.Size = UDim2.new(0, 139, 0, 26)
  810. BS.Font = Enum.Font.Cartoon
  811. BS.Text = "Bubble Sim"
  812. BS.TextColor3 = Color3.fromRGB(255, 255, 255)
  813. BS.TextScaled = true
  814. BS.TextSize = 14.000
  815. BS.TextWrapped = true
  816.  
  817. UICorner_20.CornerRadius = UDim.new(0.5, 0)
  818. UICorner_20.Parent = BS
  819.  
  820. JB.Name = "JB"
  821. JB.Parent = ScriptHubF
  822. JB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  823. JB.Position = UDim2.new(0.0479912274, 0, 0.258283108, 0)
  824. JB.Size = UDim2.new(0, 139, 0, 26)
  825. JB.Font = Enum.Font.Cartoon
  826. JB.Text = "JailBreak"
  827. JB.TextColor3 = Color3.fromRGB(255, 255, 255)
  828. JB.TextScaled = true
  829. JB.TextSize = 14.000
  830. JB.TextWrapped = true
  831.  
  832. UICorner_21.CornerRadius = UDim.new(0.5, 0)
  833. UICorner_21.Parent = JB
  834.  
  835. ThemeFrame.Name = "ThemeFrame"
  836. ThemeFrame.Parent = ExHub
  837. ThemeFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  838. ThemeFrame.BorderSizePixel = 0
  839. ThemeFrame.Position = UDim2.new(0.254573166, 0, 0.748493969, 0)
  840. ThemeFrame.Size = UDim2.new(0, 644, 0, 112)
  841.  
  842. TextLabel_4.Parent = ThemeFrame
  843. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  844. TextLabel_4.BackgroundTransparency = 1.000
  845. TextLabel_4.Size = UDim2.new(0, 35, 0, 26)
  846. TextLabel_4.Font = Enum.Font.SourceSans
  847. TextLabel_4.Text = "The"
  848. TextLabel_4.TextColor3 = Color3.fromRGB(210, 141, 2)
  849. TextLabel_4.TextScaled = true
  850. TextLabel_4.TextSize = 14.000
  851. TextLabel_4.TextWrapped = true
  852.  
  853. TextLabel_5.Parent = ThemeFrame
  854. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  855. TextLabel_5.BackgroundTransparency = 1.000
  856. TextLabel_5.Position = UDim2.new(0.0450310558, 0, 0.00928524602, 0)
  857. TextLabel_5.Size = UDim2.new(0, 40, 0, 25)
  858. TextLabel_5.Font = Enum.Font.SourceSans
  859. TextLabel_5.Text = "mes"
  860. TextLabel_5.TextColor3 = Color3.fromRGB(10, 71, 195)
  861. TextLabel_5.TextScaled = true
  862. TextLabel_5.TextSize = 14.000
  863. TextLabel_5.TextWrapped = true
  864.  
  865. GreenThemeButton.Name = "GreenThemeButton"
  866. GreenThemeButton.Parent = ThemeFrame
  867. GreenThemeButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  868. GreenThemeButton.BorderSizePixel = 0
  869. GreenThemeButton.Position = UDim2.new(0.0217391308, 0, 0.348214298, 0)
  870. GreenThemeButton.Size = UDim2.new(0, 137, 0, 50)
  871. GreenThemeButton.Font = Enum.Font.SourceSans
  872. GreenThemeButton.Text = "Green Theme"
  873. GreenThemeButton.TextColor3 = Color3.fromRGB(0, 255, 127)
  874. GreenThemeButton.TextScaled = true
  875. GreenThemeButton.TextSize = 14.000
  876. GreenThemeButton.TextWrapped = true
  877.  
  878. UICorner_22.CornerRadius = UDim.new(0.5, 0)
  879. UICorner_22.Parent = GreenThemeButton
  880.  
  881. RainbowThemeButton.Name = "RainbowThemeButton"
  882. RainbowThemeButton.Parent = ThemeFrame
  883. RainbowThemeButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  884. RainbowThemeButton.BorderSizePixel = 0
  885. RainbowThemeButton.Position = UDim2.new(0.259316772, 0, 0.348214298, 0)
  886. RainbowThemeButton.Size = UDim2.new(0, 148, 0, 50)
  887. RainbowThemeButton.Font = Enum.Font.SourceSans
  888. RainbowThemeButton.Text = "Rainbow Theme"
  889. RainbowThemeButton.TextColor3 = Color3.fromRGB(255, 85, 255)
  890. RainbowThemeButton.TextScaled = true
  891. RainbowThemeButton.TextSize = 14.000
  892. RainbowThemeButton.TextWrapped = true
  893.  
  894. UICorner_23.CornerRadius = UDim.new(0.5, 0)
  895. UICorner_23.Parent = RainbowThemeButton
  896.  
  897. BlueThemeButton.Name = "BlueThemeButton"
  898. BlueThemeButton.Parent = ThemeFrame
  899. BlueThemeButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  900. BlueThemeButton.BorderSizePixel = 0
  901. BlueThemeButton.Position = UDim2.new(0.507763982, 0, 0.348214298, 0)
  902. BlueThemeButton.Size = UDim2.new(0, 149, 0, 50)
  903. BlueThemeButton.Font = Enum.Font.SourceSans
  904. BlueThemeButton.Text = "Blue Theme"
  905. BlueThemeButton.TextColor3 = Color3.fromRGB(0, 170, 255)
  906. BlueThemeButton.TextScaled = true
  907. BlueThemeButton.TextSize = 14.000
  908. BlueThemeButton.TextWrapped = true
  909.  
  910. UICorner_24.CornerRadius = UDim.new(0.5, 0)
  911. UICorner_24.Parent = BlueThemeButton
  912.  
  913. RetroThemeButton.Name = "RetroThemeButton"
  914. RetroThemeButton.Parent = ThemeFrame
  915. RetroThemeButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  916. RetroThemeButton.BorderSizePixel = 0
  917. RetroThemeButton.Position = UDim2.new(0.767080724, 0, 0.348214298, 0)
  918. RetroThemeButton.Size = UDim2.new(0, 137, 0, 50)
  919. RetroThemeButton.Font = Enum.Font.SourceSans
  920. RetroThemeButton.Text = "Retro Theme"
  921. RetroThemeButton.TextColor3 = Color3.fromRGB(85, 0, 255)
  922. RetroThemeButton.TextScaled = true
  923. RetroThemeButton.TextSize = 14.000
  924. RetroThemeButton.TextWrapped = true
  925.  
  926. UICorner_25.CornerRadius = UDim.new(0.5, 0)
  927. UICorner_25.Parent = RetroThemeButton
  928.  
  929. CloseThemeGUI.Name = "CloseThemeGUI"
  930. CloseThemeGUI.Parent = ThemeFrame
  931. CloseThemeGUI.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  932. CloseThemeGUI.BorderSizePixel = 0
  933. CloseThemeGUI.Position = UDim2.new(0.967227697, 0, 0.00892857183, 0)
  934. CloseThemeGUI.Size = UDim2.new(0, 21, 0, 19)
  935. CloseThemeGUI.Font = Enum.Font.SourceSans
  936. CloseThemeGUI.Text = "X"
  937. CloseThemeGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  938. CloseThemeGUI.TextScaled = true
  939. CloseThemeGUI.TextSize = 14.000
  940. CloseThemeGUI.TextWrapped = true
  941.  
  942. ResetButton.Name = "ResetButton"
  943. ResetButton.Parent = ThemeFrame
  944. ResetButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  945. ResetButton.Position = UDim2.new(0.767080784, 0, 0, 0)
  946. ResetButton.Size = UDim2.new(0, 70, 0, 26)
  947. ResetButton.Font = Enum.Font.SourceSans
  948. ResetButton.Text = "Reset"
  949. ResetButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  950. ResetButton.TextScaled = true
  951. ResetButton.TextSize = 14.000
  952. ResetButton.TextWrapped = true
  953.  
  954. UICorner_26.CornerRadius = UDim.new(0.5, 0)
  955. UICorner_26.Parent = ResetButton
  956.  
  957. ClickForRainbow.Name = "ClickForRainbow"
  958. ClickForRainbow.Parent = ThemeFrame
  959. ClickForRainbow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  960. ClickForRainbow.Position = UDim2.new(0.259316742, 0, 0.348570675, 0)
  961. ClickForRainbow.Size = UDim2.new(0, 148, 0, 49)
  962. ClickForRainbow.Visible = false
  963. ClickForRainbow.Font = Enum.Font.SourceSans
  964. ClickForRainbow.Text = "Click Reset To Click Rainbow"
  965. ClickForRainbow.TextColor3 = Color3.fromRGB(219, 73, 219)
  966. ClickForRainbow.TextScaled = true
  967. ClickForRainbow.TextSize = 14.000
  968. ClickForRainbow.TextWrapped = true
  969.  
  970. UICorner_27.CornerRadius = UDim.new(0.5, 0)
  971. UICorner_27.Parent = ClickForRainbow
  972.  
  973. OutputFrame.Name = "OutputFrame"
  974. OutputFrame.Parent = ExHub
  975. OutputFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  976. OutputFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  977. OutputFrame.Position = UDim2.new(0.00116396369, 0, 0.609447539, 0)
  978. OutputFrame.Size = UDim2.new(0, 191, 0, 259)
  979.  
  980. Title.Name = "Title"
  981. Title.Parent = OutputFrame
  982. Title.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  983. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  984. Title.Position = UDim2.new(0.00523560215, 0, -0.00331427949, 0)
  985. Title.Size = UDim2.new(0, 191, 0, 26)
  986. Title.Font = Enum.Font.SourceSans
  987. Title.Text = "Output"
  988. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  989. Title.TextScaled = true
  990. Title.TextSize = 14.000
  991. Title.TextWrapped = true
  992.  
  993. ButtonJustPressed.Name = "ButtonJustPressed"
  994. ButtonJustPressed.Parent = Title
  995. ButtonJustPressed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  996. ButtonJustPressed.BackgroundTransparency = 1.000
  997. ButtonJustPressed.Position = UDim2.new(0, 0, 1.94596362, 0)
  998. ButtonJustPressed.Size = UDim2.new(0, 191, 0, 23)
  999. ButtonJustPressed.Font = Enum.Font.SourceSans
  1000. ButtonJustPressed.Text = "Button"
  1001. ButtonJustPressed.TextColor3 = Color3.fromRGB(255, 255, 255)
  1002. ButtonJustPressed.TextScaled = true
  1003. ButtonJustPressed.TextSize = 14.000
  1004. ButtonJustPressed.TextWrapped = true
  1005.  
  1006. TextLabel_6.Parent = Title
  1007. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1008. TextLabel_6.BackgroundTransparency = 1.000
  1009. TextLabel_6.Position = UDim2.new(0, 0, 0.945963919, 0)
  1010. TextLabel_6.Size = UDim2.new(0, 135, 0, 23)
  1011. TextLabel_6.Font = Enum.Font.SourceSans
  1012. TextLabel_6.Text = "Button Just Pressed:"
  1013. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  1014. TextLabel_6.TextScaled = true
  1015. TextLabel_6.TextSize = 14.000
  1016. TextLabel_6.TextWrapped = true
  1017.  
  1018. TextLabel_7.Parent = Title
  1019. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1020. TextLabel_7.BackgroundTransparency = 1.000
  1021. TextLabel_7.Position = UDim2.new(0, 0, 2.7151947, 0)
  1022. TextLabel_7.Size = UDim2.new(0, 135, 0, 23)
  1023. TextLabel_7.Font = Enum.Font.SourceSans
  1024. TextLabel_7.Text = "ScriptJustUsed:"
  1025. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  1026. TextLabel_7.TextScaled = true
  1027. TextLabel_7.TextSize = 14.000
  1028. TextLabel_7.TextWrapped = true
  1029.  
  1030. ScriptJustUsed.Name = "ScriptJustUsed"
  1031. ScriptJustUsed.Parent = Title
  1032. ScriptJustUsed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1033. ScriptJustUsed.BackgroundTransparency = 1.000
  1034. ScriptJustUsed.Position = UDim2.new(0, 0, 3.59981012, 0)
  1035. ScriptJustUsed.Size = UDim2.new(0, 191, 0, 23)
  1036. ScriptJustUsed.Font = Enum.Font.SourceSans
  1037. ScriptJustUsed.Text = "Script"
  1038. ScriptJustUsed.TextColor3 = Color3.fromRGB(255, 255, 255)
  1039. ScriptJustUsed.TextScaled = true
  1040. ScriptJustUsed.TextSize = 14.000
  1041. ScriptJustUsed.TextWrapped = true
  1042.  
  1043. TextLabel_8.Parent = Title
  1044. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1045. TextLabel_8.BackgroundTransparency = 1.000
  1046. TextLabel_8.Position = UDim2.new(0, 0, 4.33057928, 0)
  1047. TextLabel_8.Size = UDim2.new(0, 106, 0, 23)
  1048. TextLabel_8.Font = Enum.Font.SourceSans
  1049. TextLabel_8.Text = "ThemeUsing:"
  1050. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  1051. TextLabel_8.TextScaled = true
  1052. TextLabel_8.TextSize = 14.000
  1053. TextLabel_8.TextWrapped = true
  1054.  
  1055. ThemeUsing.Name = "ThemeUsing"
  1056. ThemeUsing.Parent = Title
  1057. ThemeUsing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1058. ThemeUsing.BackgroundTransparency = 1.000
  1059. ThemeUsing.Position = UDim2.new(0, 0, 5.2151947, 0)
  1060. ThemeUsing.Size = UDim2.new(0, 191, 0, 23)
  1061. ThemeUsing.Font = Enum.Font.SourceSans
  1062. ThemeUsing.Text = "Theme"
  1063. ThemeUsing.TextColor3 = Color3.fromRGB(255, 255, 255)
  1064. ThemeUsing.TextScaled = true
  1065. ThemeUsing.TextSize = 14.000
  1066. ThemeUsing.TextWrapped = true
  1067.  
  1068. CloseOutputGUI.Name = "CloseOutputGUI"
  1069. CloseOutputGUI.Parent = OutputFrame
  1070. CloseOutputGUI.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1071. CloseOutputGUI.BorderSizePixel = 0
  1072. CloseOutputGUI.Position = UDim2.new(0.893929303, 0, -0.00651544333, 0)
  1073. CloseOutputGUI.Size = UDim2.new(0, 21, 0, 19)
  1074. CloseOutputGUI.Font = Enum.Font.SourceSans
  1075. CloseOutputGUI.Text = "X"
  1076. CloseOutputGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  1077. CloseOutputGUI.TextScaled = true
  1078. CloseOutputGUI.TextSize = 14.000
  1079. CloseOutputGUI.TextWrapped = true
  1080.  
  1081. -- Scripts:
  1082.  
  1083. local function GDUID_fake_script() -- ExHub.KeySystemScript
  1084.     local script = Instance.new('LocalScript', ExHub)
  1085.  
  1086.     --Varaibles--
  1087.     local KeySystem = script.Parent.KeySystem
  1088.     local LoginB = script.Parent.KeySystem.LoginB
  1089.     local KEY = script.Parent.KeySystem.KEY
  1090.     local ExitKey = script.Parent.KeySystem.ExitKey
  1091.     local EnterKey = script.Parent.KeySystem.EnterKey
  1092.     local ExitGUIFrame = script.Parent.ExitGUIFrame
  1093.     local SFrame = script.Parent.SFrame
  1094.     local OpenCloseKey = script.Parent.OpenCloseKey
  1095.     --Scripts--
  1096.     KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1097.     SFrame.Visible = false
  1098.    
  1099.     --Draggables--
  1100.     KeySystem.Draggable = true
  1101.     KeySystem.Selectable = true
  1102.     -- ^^^^^^^^^^^^^^^^ --
  1103.     -- Draggables Above --
  1104.    
  1105.     ExitKey.MouseButton1Click:Connect(function()
  1106.         KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1107.         wait(0.5)
  1108.         KeySystem.Visible = false
  1109.         ExitGUIFrame.Visible = true
  1110.         ExitGUIFrame.Active = true
  1111.         ExitGUIFrame:TweenPosition(UDim2.new(0.353, 0,0.339, 0))
  1112.         KeySystem.Active = false
  1113.         OpenCloseKey.Visible = false
  1114.     end)
  1115.    
  1116.     LoginB.MouseButton1Click:Connect(function()
  1117.         if EnterKey.Text == "t" then
  1118.             KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1119.             OpenCloseKey.Visible = false
  1120.             SFrame.Visible = true
  1121.            
  1122.             wait(0.5)
  1123.            
  1124.             KeySystem.Visible = false
  1125.            
  1126.         end
  1127.     end)
  1128. end
  1129. coroutine.wrap(GDUID_fake_script)()
  1130. local function URSJ_fake_script() -- ExHub.MainLocalScript
  1131.     local script = Instance.new('LocalScript', ExHub)
  1132.  
  1133.     --Variables--
  1134.     local OpenGUI = script.Parent.SFrame.OpenGUI
  1135.     local CloseGUIOut = script.Parent.SFrame.CloseGUIOut
  1136.     local CloseGUI = script.Parent.MainFrame.CloseGUI
  1137.     local MainFrame = script.Parent.MainFrame
  1138.     local SFrame = script.Parent.SFrame
  1139.     local ScriptHubF = script.Parent.ScriptHubF
  1140.     local ScriptHubFrame = script.Parent.ScriptHubFrame
  1141.     local ShowScript = script.Parent.MainFrame.ShowScript
  1142.     local CloseScript = script.Parent.MainFrame.CloseScript
  1143.     local LoadingL = script.Parent.SFrame.LoadingL
  1144.     local ThemeFrame = script.Parent.ThemeFrame
  1145.     local ThemesClose = script.Parent.MainFrame.ThemesClose
  1146.     local ThemesOpen = script.Parent.MainFrame.ThemesOpen
  1147.     --Open And Close--
  1148.     MainFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1149.     MainFrame.Visible = false
  1150.    
  1151.     OpenGUI.MouseButton1Click:Connect(function()
  1152.         LoadingL.Visible = true
  1153.         MainFrame.Visible = true
  1154.         MainFrame.Active = true
  1155.         MainFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 0))
  1156.         OpenGUI.Visible = false
  1157.         CloseGUIOut.Visible = true
  1158.     end)
  1159.        
  1160.     CloseGUIOut.MouseButton1Click:Connect(function()
  1161.         MainFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1162.         ScriptHubFrame:TweenPosition(UDim2.new(0.78, 0,0.291, 1080))
  1163.         ScriptHubF:TweenPosition(UDim2.new(0.78, 0,0.291, 1080))
  1164.         ThemeFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1165.         ShowScript.Visible = true
  1166.         CloseScript.Visible = false
  1167.         MainFrame.Active = false
  1168.         wait(0.15)
  1169.         ScriptHubFrame.Visible = false
  1170.         ScriptHubF.Visible = false
  1171.         MainFrame.Visible = false
  1172.         ThemeFrame.Visible = false
  1173.         ThemesOpen.Visible = true
  1174.         ThemesClose.Visible = false
  1175.     end)
  1176.    
  1177.     CloseGUI.MouseButton1Click:Connect(function()
  1178.         MainFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1179.         ScriptHubFrame:TweenPosition(UDim2.new(0.78, 0,0.291, 1080))
  1180.         ScriptHubF:TweenPosition(UDim2.new(0.78, 0,0.291, 1080))
  1181.         ThemeFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1182.         ShowScript.Visible = true
  1183.         CloseScript.Visible = false
  1184.         MainFrame.Active = false
  1185.         wait(0.15)
  1186.         ScriptHubFrame.Visible = false
  1187.         ScriptHubF.Visible = false
  1188.         MainFrame.Visible = false
  1189.         ThemeFrame.Visible = false
  1190.         CloseGUIOut.Visible = false
  1191.         OpenGUI.Visible = true
  1192.         ThemesOpen.Visible = true
  1193.         ThemesClose.Visible = false
  1194.     end)
  1195.    
  1196.        
  1197.        
  1198.     --Draggables--
  1199.     MainFrame.Draggable = true
  1200.     MainFrame.Selectable = true
  1201.     -- ^^^^^^^^^^^^^^^^ --
  1202.     -- Draggables Above --
  1203. end
  1204. coroutine.wrap(URSJ_fake_script)()
  1205. local function QCKGVEB_fake_script() -- ExHub.ExitGUIScript
  1206.     local script = Instance.new('LocalScript', ExHub)
  1207.  
  1208.     --Variables--
  1209.     local ExitGUIFrame = script.Parent.ExitGUIFrame
  1210.     local KeySystem = script.Parent.KeySystem
  1211.     local GoBack = script.Parent.ExitGUIFrame.ExitFrame.GoBack
  1212.     local Exit = script.Parent.ExitGUIFrame.ExitFrame.Exit
  1213.     local ExitGUI = script.Parent.ExitGUIFrame.ExitGUI
  1214.     local OpenKEY = script.Parent.OpenCloseKey.OpenKEY
  1215.     local CloseKEY = script.Parent.OpenCloseKey.CloseKEY
  1216.     local OpenCloseKey = script.Parent.OpenCloseKey
  1217.    
  1218.     ExitGUIFrame.Visible = false
  1219.     ExitGUIFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1220.    
  1221.     --Scripts--
  1222.    
  1223.     GoBack.MouseButton1Click:Connect(function()
  1224.         ExitGUIFrame.Active = false
  1225.         ExitGUIFrame.Visible = false
  1226.         KeySystem.Visible = true
  1227.         KeySystem.Active = true
  1228.         KeySystem:TweenPosition(UDim2.new(0.353, 0,0.339, 0))
  1229.         OpenCloseKey.Visible = true
  1230.         CloseKEY.Visible = true
  1231.         OpenKEY.Visible = false
  1232.     end)
  1233.    
  1234.     Exit.MouseButton1Click:Connect(function()
  1235.         KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1236.         ExitGUIFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1237.         OpenCloseKey.Visible = true
  1238.         CloseKEY.Visible = false
  1239.         OpenKEY.Visible = true
  1240.         wait(0.5)
  1241.         ExitGUIFrame.Visible = false
  1242.         ExitGUIFrame.Active = false
  1243.     end)
  1244.    
  1245.     ExitGUI.MouseButton1Click:Connect(function()
  1246.         KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1247.         ExitGUIFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1248.         OpenCloseKey.Visible = true
  1249.         CloseKEY.Visible = false
  1250.         OpenKEY.Visible = true
  1251.         wait(0.5)
  1252.         ExitGUIFrame.Visible = false
  1253.         ExitGUIFrame.Active = false
  1254.     end)
  1255.    
  1256.     --Draggables--
  1257.     ExitGUIFrame.Draggable = true
  1258.     ExitGUIFrame.Selectable = true
  1259.     -- ^^^^^^^^^^^^^^^^ --
  1260.     -- Draggables Above --
  1261. end
  1262. coroutine.wrap(QCKGVEB_fake_script)()
  1263. local function TWBAGM_fake_script() -- ExHub.Open/CloseKey
  1264.     local script = Instance.new('LocalScript', ExHub)
  1265.  
  1266.     --Variaables--
  1267.     local OpenKEY = script.Parent.OpenCloseKey.OpenKEY
  1268.     local CloseKEY = script.Parent.OpenCloseKey.CloseKEY
  1269.     local KeySystem = script.Parent.KeySystem
  1270.    
  1271.     --Scripts--
  1272.    
  1273.     KeySystem.Visible = false
  1274.    
  1275.     OpenKEY.MouseButton1Click:Connect(function()
  1276.         KeySystem.Visible = true
  1277.         KeySystem:TweenPosition(UDim2.new(0.353, 0,0.339, 0))
  1278.         KeySystem.Active = true
  1279.         OpenKEY.Visible = false
  1280.         CloseKEY.Visible = true
  1281.     end)
  1282.    
  1283.     CloseKEY.MouseButton1Click:Connect(function()
  1284.         KeySystem:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1285.         wait(0.5)
  1286.         KeySystem.Visible = false
  1287.         KeySystem.Active = false
  1288.         OpenKEY.Visible = true
  1289.         CloseKEY.Visible = false
  1290.     end)
  1291. end
  1292. coroutine.wrap(TWBAGM_fake_script)()
  1293. local function NUXUB_fake_script() -- ExHub.ScriptHubScript
  1294.     local script = Instance.new('LocalScript', ExHub)
  1295.  
  1296.     --Variables--
  1297.     local ScriptHubF = script.Parent.ScriptHubF
  1298.     local ScriptHubFrame = script.Parent.ScriptHubFrame
  1299.     local ShowScripts = script.Parent.MainFrame.ShowScript
  1300.     local CloseScripts = script.Parent.MainFrame.CloseScript
  1301.     local CloseScriptHubGUI = script.Parent.ScriptHubFrame.CloseScriptHubGUI
  1302.     local CloseScript = script.Parent.MainFrame.CloseScript
  1303.     local Arsenal = script.Parent.ScriptHubF.Arsenal
  1304.     local BAB = script.Parent.ScriptHubF.BAB
  1305.     local BS = script.Parent.ScriptHubF.BS
  1306.     local JB = script.Parent.ScriptHubF.JB
  1307.     local LL2 = script.Parent.ScriptHubF.LL2
  1308.     local MC = script.Parent.ScriptHubF.MC
  1309.     local MM2 = script.Parent.ScriptHubF.MM2
  1310.     local MS = script.Parent.ScriptHubF.MS
  1311.     local NL = script.Parent.ScriptHubF.NL
  1312.     local PL = script.Parent.ScriptHubF.PL
  1313.     local Reviz = script.Parent.ScriptHubF.Reviz
  1314.     local SBI = script.Parent.ScriptHubF.SBI
  1315.     --Script--
  1316.    
  1317.     ScriptHubF:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1318.     ScriptHubFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1319.     ScriptHubF.Visible = false
  1320.     ScriptHubFrame.Visible = false
  1321.    
  1322.     ShowScripts.MouseButton1Click:Connect(function()
  1323.         ShowScripts.Visible = false
  1324.         CloseScript.Visible = true
  1325.         ScriptHubF.Visible = true
  1326.         ScriptHubFrame.Visible = true
  1327.         ScriptHubFrame:TweenPosition(UDim2.new(0.766, 0,0.235, 0))
  1328.         ScriptHubF:TweenPosition(UDim2.new(0.78, 0,0.291, 0))
  1329.     end)
  1330.    
  1331.     CloseScript.MouseButton1Click:Connect(function()
  1332.         CloseScript.Visible = false
  1333.         ShowScripts.Visible = true
  1334.         ScriptHubF:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1335.         ScriptHubFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1336.         wait(0.5)
  1337.         ScriptHubF.Visible = false
  1338.         ScriptHubFrame.Visible = false
  1339.     end)
  1340.    
  1341.     CloseScriptHubGUI.MouseButton1Click:Connect(function()
  1342.         CloseScript.Visible = false
  1343.         ShowScripts.Visible = true
  1344.         ScriptHubF:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1345.         ScriptHubFrame:TweenPosition(UDim2.new(0.417, 0.417,0 , 1080))
  1346.         wait(0.5)
  1347.         ScriptHubF.Visible = false
  1348.         ScriptHubFrame.Visible = false
  1349.     end)
  1350. end
  1351. coroutine.wrap(NUXUB_fake_script)()
  1352. local function IFXCY_fake_script() -- ExHub.LoadingLSCRIPT
  1353.     local script = Instance.new('LocalScript', ExHub)
  1354.  
  1355.     local OpenGUI = script.Parent.SFrame.OpenGUI
  1356.     local CloseGUI = script.Parent.SFrame.CloseGUIOut
  1357.     local LoadingL = script.Parent.SFrame.LoadingL
  1358.    
  1359.     OpenGUI.MouseButton1Click:Connect(function()
  1360.         LoadingL.Visible = true
  1361.         LoadingL.Text = "Loading GUI."
  1362.         wait(0.09)
  1363.         LoadingL.Text = "Loading GUI.."
  1364.         wait(0.09)
  1365.         LoadingL.Text = "Loading GUI..."
  1366.         wait(0.09)
  1367.         LoadingL.Visible = false
  1368.     end)
  1369.    
  1370.     CloseGUI.MouseButton1Click:Connect(function()
  1371.         LoadingL.Visible = true
  1372.         LoadingL.Text = "Loading GUI."
  1373.         wait(0.09)
  1374.         LoadingL.Text = "Loading GUI.."
  1375.         wait(0.09)
  1376.         LoadingL.Text = "Loading GUI..."
  1377.         wait(0.09)
  1378.         LoadingL.Visible = false
  1379.         CloseGUI.Visible = false
  1380.         OpenGUI.Visible = true
  1381.     end)
  1382. end
  1383. coroutine.wrap(IFXCY_fake_script)()
  1384. local function TKNXT_fake_script() -- ExHub.ColorScript
  1385.     local script = Instance.new('LocalScript', ExHub)
  1386.  
  1387.     --Variables--
  1388.     local RainbowThemeButton = script.Parent.ThemeFrame.RainbowThemeButton
  1389.     local RetroThemeButton = script.Parent.ThemeFrame.RetroThemeButton
  1390.     local BlueThemeButton = script.Parent.ThemeFrame.BlueThemeButton
  1391.     local GreenThemeButton = script.Parent.ThemeFrame.GreenThemeButton
  1392.     local ThemeFrame = script.Parent.ThemeFrame
  1393.     local CloseThemeGUI = script.Parent.ThemeFrame.CloseThemeGUI
  1394.     local ThemeOpen = script.Parent.MainFrame.ThemesOpen
  1395.     local ThemeClose = script.Parent.MainFrame.ThemesClose
  1396.     local ThemeColor1 = script.Parent.MainFrame.ThemeColor1
  1397.     local Themecolor2 = script.Parent.MainFrame.ThemeColor2
  1398.     local RetroThemeImage = script.Parent.MainFrame.BFrame.RetroTheme
  1399.     local Reset = script.Parent.ThemeFrame.ResetButton
  1400.     local CloseGUI = script.Parent.MainFrame.CloseGUI
  1401.     local ClickForRainbow = script.Parent.ThemeFrame.ClickForRainbow
  1402.     --Script--
  1403.     ThemeFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1404.     ThemeFrame.Visible = false
  1405.    
  1406.     ThemeOpen.MouseButton1Click:Connect(function()
  1407.         ThemeFrame.Visible = true
  1408.         ThemeFrame:TweenPosition(UDim2.new(0.255, 0,0.748, 0))
  1409.         ThemeOpen.Visible = false
  1410.         ThemeClose.Visible = true
  1411.     end)
  1412.    
  1413.     ThemeClose.MouseButton1Click:Connect(function()
  1414.         ThemeFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1415.         ThemeOpen.Visible = true
  1416.         ThemeClose.Visible = false
  1417.         wait(0.5)
  1418.         ThemeClose.Visible = false
  1419.     end)
  1420.    
  1421.     CloseThemeGUI.MouseButton1Click:Connect(function()
  1422.         ThemeFrame:TweenPosition(UDim2.new(0.253, 0,0.235, 1080))
  1423.         ThemeOpen.Visible = true
  1424.         wait(0.5)
  1425.         ThemeClose.Visible = false
  1426.     end)
  1427.    
  1428.     RetroThemeButton.MouseButton1Click:Connect(function()
  1429.         RainbowThemeButton.Visible = false
  1430.         ClickForRainbow.Visible = true
  1431.         ThemeColor1.Visible = false
  1432.         Themecolor2.Visible = false
  1433.         CloseGUI.BackgroundTransparency = 1
  1434.         RetroThemeImage.Visible = true
  1435.     end)
  1436.    
  1437.     Reset.MouseButton1Click:Connect(function()
  1438.         RetroThemeImage.Visible = false
  1439.         ThemeColor1.Visible = false
  1440.         Themecolor2.Visible = false
  1441.         ClickForRainbow.Visible = false
  1442.     end)
  1443.    
  1444.     RainbowThemeButton.MouseButton1Click:Connect(function()
  1445.         RetroThemeImage.Visible = false
  1446.         ThemeColor1.Visible = true
  1447.         Themecolor2.Visible = true
  1448.         ClickForRainbow.Visible = true
  1449.         while true do
  1450.             for hue = 0, 255, 4 do
  1451.                 -- HSV = hue, saturation, value
  1452.                 -- If we loop from 0 to 1 repeatedly, we get a rainbow!
  1453.                 ThemeColor1.BorderColor3 = Color3.fromHSV(hue/256, 1, 1)
  1454.                 ThemeColor1.BackgroundColor3 = Color3.fromHSV(hue/256, .5, .8)
  1455.                 Themecolor2.BorderColor3 = Color3.fromHSV(hue/256, 1, 1)
  1456.                 Themecolor2.BackgroundColor3 = Color3.fromHSV(hue/256, .5, .8)
  1457.                 wait()
  1458.             end
  1459.         end
  1460.     end)
  1461.    
  1462.     RainbowThemeButton.MouseButton1Click:Connect(function()
  1463.         ClickForRainbow.Visible = true
  1464.         RainbowThemeButton.Visible = false
  1465.     end)
  1466.    
  1467.     Reset.MouseButton1Click:Connect(function()
  1468.         ClickForRainbow.Visible = false
  1469.         RainbowThemeButton.Visible = true
  1470.     end)
  1471. end
  1472. coroutine.wrap(TKNXT_fake_script)()
  1473. local function ZMPMD_fake_script() -- ExHub.CoolThingScript
  1474.     local script = Instance.new('LocalScript', ExHub)
  1475.  
  1476.     local EKey = script.Parent.KeySystem.EnterKey
  1477.     local CT = script.Parent.KeySystem.CoolThing
  1478.    
  1479.     EKey.MouseEnter:Connect(function()
  1480.         CT.Visible = true
  1481.         CT:TweenSize(UDim2.new(0, 270,0, 2))
  1482.     end)
  1483.    
  1484.     EKey.MouseLeave:Connect(function()
  1485.         CT:TweenSize(UDim2.new(0, 0,0, 2))
  1486.         wait(1)
  1487.         CT.Visible = false
  1488.     end)
  1489. end
  1490. coroutine.wrap(ZMPMD_fake_script)()
  1491. local function FCIFJZ_fake_script() -- ExHub.OutputScript
  1492.     local script = Instance.new('LocalScript', ExHub)
  1493.  
  1494.     --Output Callouts--
  1495.     local BJP = script.Parent.OutputFrame.Title.ButtonJustPressed
  1496.     local SJU = script.Parent.OutputFrame.Title.ScriptJustUsed
  1497.     local TU = script.Parent.OutputFrame.Title.ThemeUsing
  1498.     --Theme Callout--
  1499.     local BTB = script.Parent.ThemeFrame.BlueThemeButton
  1500.     local GTB = script.Parent.ThemeFrame.GreenThemeButton
  1501.     local RATB = script.Parent.ThemeFrame.RainbowThemeButton
  1502.     local RTB = script.Parent.ThemeFrame.RetroThemeButton
  1503.     local RB = script.Parent.ThemeFrame.ResetButton
  1504.     --Buttons Callouts--
  1505.    
  1506.     --ScriptJustUsed Callouts--
  1507.    
  1508.     --MainScript Theme--
  1509.     TU.Text = "None"
  1510.    
  1511.     BTB.MouseButton1Click:Connect(function()
  1512.         TU.Text = "Blue Theme"
  1513.     end)
  1514.    
  1515.     GTB.MouseButton1Click:Connect(function()
  1516.         TU.Text = "Green Theme"
  1517.     end)
  1518.    
  1519.     RATB.MouseButton1Click:Connect(function()
  1520.         TU.Text = "Rainbow Theme"
  1521.     end)
  1522.    
  1523.     RTB.MouseButton1Click:Connect(function()
  1524.         TU.Text = "Retro Theme"
  1525.     end)
  1526.    
  1527.     RB.MouseButton1Click:Connect(function()
  1528.         TU.Text = "None"
  1529.     end)
  1530.     --MainScript ScriptJustUsed--
  1531.    
  1532.    
  1533. end
  1534. coroutine.wrap(FCIFJZ_fake_script)()
  1535. local function YYRYDO_fake_script() -- ExHub.OpenCloseOutput
  1536.     local script = Instance.new('LocalScript', ExHub)
  1537.  
  1538.     local COG = script.Parent.OutputFrame.CloseOutputGUI
  1539.     local SOB = script.Parent.MainFrame.ShowOutputButton
  1540.     local COB = script.Parent.MainFrame.CloseOutputButton
  1541.     local OutputFrame = script.Parent.OutputFrame
  1542.    
  1543.     OutputFrame.Visible = false
  1544.    
  1545.     SOB.MouseButton1Click:Connect(function()
  1546.         OutputFrame.Visible = true
  1547.         SOB.Visible = false
  1548.         wait(0.01)
  1549.         COB.Visible = true
  1550.     end)
  1551.    
  1552.     COB.MouseButton1Click:Connect(function()
  1553.         OutputFrame.Visible = false
  1554.         COB.Visible = false
  1555.         wait(0.01)
  1556.         SOB.Visible = true
  1557.     end)
  1558.    
  1559.     COG.MouseButton1Click:Connect(function()
  1560.         OutputFrame.Visible = false
  1561.         COB.Visible = false
  1562.         wait(0.01)
  1563.         SOB.Visible = true
  1564.     end)
  1565. end
  1566. coroutine.wrap(YYRYDO_fake_script)()
  1567.  
Add Comment
Please, Sign In to add comment