Advertisement
Gerard_games

iTzSadButStillAHub

Feb 10th, 2018
1,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 46.89 KB | None | 0 0
  1. -- hey this one works but you can check after you test have fun, my dudes, I might have forgotten to put in a few more of the script
  2. -- If you find a script not working DM iTzGerardOof#7755 With the button name of the script, i will then fix it!
  3. -- Enjoy the GUI!!
  4.  
  5. local iTzSadButStillAHubGUI = Instance.new("ScreenGui")
  6. local Open = Instance.new("TextButton")
  7. local Home = Instance.new("Frame")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Tabs = Instance.new("TextLabel")
  11. local Exit = Instance.new("TextButton")
  12. local Tabss = Instance.new("Frame")
  13. local Credits = Instance.new("TextButton")
  14. local Fun = Instance.new("TextButton")
  15. local GameHacks = Instance.new("TextButton")
  16. local Home_2 = Instance.new("TextButton")
  17. local Settings = Instance.new("TextButton")
  18. local SettingsFrame = Instance.new("ScrollingFrame")
  19. local Settings_2 = Instance.new("TextLabel")
  20. local Theme = Instance.new("TextBox")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local Save = Instance.new("TextButton")
  23. local Text = Instance.new("TextBox")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local Save_2 = Instance.new("TextButton")
  26. local Transparencyf = Instance.new("TextBox")
  27. local TextLabel_4 = Instance.new("TextLabel")
  28. local Save_3 = Instance.new("TextButton")
  29. local HomeFrame = Instance.new("ScrollingFrame")
  30. local RoExploit = Instance.new("TextButton")
  31. local InfinateYeild = Instance.new("TextButton")
  32. local PepeGUI = Instance.new("TextButton")
  33. local c00lguiReborn = Instance.new("TextButton")
  34. local S3xGui = Instance.new("TextButton")
  35. local _100100FEGui = Instance.new("TextButton")
  36. local KorbloxHub = Instance.new("TextButton")
  37. local Explorer = Instance.new("TextButton")
  38. local KillingsOpstatchangeGUI = Instance.new("TextButton")
  39. local Topk3kV4 = Instance.new("TextButton")
  40. local GameHacksFrame = Instance.new("ScrollingFrame")
  41. local WildRevolversAimbot = Instance.new("TextButton")
  42. local JailbreakGUIv104 = Instance.new("TextButton")
  43. local LumberTycoon2GUI = Instance.new("TextButton")
  44. local MMXGUI = Instance.new("TextButton")
  45. local MinersHavenGUI = Instance.new("TextButton")
  46. local OPJailbreakGUI = Instance.new("TextButton")
  47. local PrisonLifev20GUI = Instance.new("TextButton")
  48. local ThePlazaMoneyScript = Instance.new("TextButton")
  49. local ZombieRushKillallzombies = Instance.new("TextButton")
  50. local JailbreakAutoRobGUI = Instance.new("TextButton")
  51. local CreditsFrame = Instance.new("ScrollingFrame")
  52. local Credits1 = Instance.new("TextLabel")
  53. local Credits6 = Instance.new("TextLabel")
  54. local Credits2 = Instance.new("TextLabel")
  55. local Credits3 = Instance.new("TextLabel")
  56. local Credits4 = Instance.new("TextLabel")
  57. local Credits5 = Instance.new("TextLabel")
  58. local Credits7 = Instance.new("TextLabel")
  59. local Credits8 = Instance.new("TextLabel")
  60. local Credits9 = Instance.new("TextLabel")
  61. local FunFrame = Instance.new("ScrollingFrame")
  62. local Cytoplasma = Instance.new("TextButton")
  63. local GiantCrimsonScythe = Instance.new("TextButton")
  64. local Hycleon = Instance.new("TextButton")
  65. local GalaxyTitan = Instance.new("TextButton")
  66. local LustrisDreamer = Instance.new("TextButton")
  67. local HeliosSword = Instance.new("TextButton")
  68. local BlackDragon = Instance.new("TextButton")
  69. local ArcSlicer = Instance.new("TextButton")
  70. local BaseballBat = Instance.new("TextButton")
  71. local MustardGas = Instance.new("TextButton")
  72. local Minimize = Instance.new("TextButton")
  73.  
  74. -- Properties
  75.  
  76. iTzSadButStillAHubGUI.Name = "iTzSadButStillAHubGUI"
  77. iTzSadButStillAHubGUI.Parent = game.CoreGui
  78.  
  79. Open.Name = "Open"
  80. Open.Parent = iTzSadButStillAHubGUI
  81. Open.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  82. Open.BackgroundTransparency = 0.5
  83. Open.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  84. Open.Position = UDim2.new(0, 0, 1, -35)
  85. Open.Size = UDim2.new(0, 110, 0, 35)
  86. Open.Font = Enum.Font.SourceSans
  87. Open.Text = "Open Hub"
  88. Open.TextColor3 = Color3.new(1, 1, 1)
  89. Open.TextSize = 20
  90. Open.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  91.  
  92. Home.Name = "Home"
  93. Home.Parent = iTzSadButStillAHubGUI
  94. Home.Active = true
  95. Home.Visible = false
  96. Home.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Home.BackgroundTransparency = 0.20000000298023
  98. Home.BorderSizePixel = 0
  99. Home.ClipsDescendants = true
  100. Home.Draggable = true
  101. Home.Position = UDim2.new(0.499728888, -274, 0.49992311, -135)
  102. Home.Size = UDim2.new(0, 548, 0, 270)
  103.  
  104. ImageLabel.Parent = Home
  105. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  106. ImageLabel.BackgroundTransparency = 1
  107. ImageLabel.BorderSizePixel = 0
  108. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  109. ImageLabel.Image = "rbxassetid://282489163"
  110. ImageLabel.ImageTransparency = 0.5
  111.  
  112. TextLabel.Parent = Home
  113. TextLabel.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  114. TextLabel.BackgroundTransparency = 1
  115. TextLabel.Position = UDim2.new(0.444750696, 0, 0.0220315922, 0)
  116. TextLabel.Size = UDim2.new(0, 187, 0, 18)
  117. TextLabel.Font = Enum.Font.SourceSansBold
  118. TextLabel.Text = "iTzSadButStillAHub"
  119. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  120. TextLabel.TextScaled = true
  121. TextLabel.TextSize = 14
  122. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  123. TextLabel.TextStrokeTransparency = 0.80000001192093
  124. TextLabel.TextWrapped = true
  125.  
  126. Tabs.Name = "Tabs"
  127. Tabs.Parent = Home
  128. Tabs.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  129. Tabs.BackgroundTransparency = 1
  130. Tabs.Position = UDim2.new(0.0237226281, 0, 0.0481481478, 0)
  131. Tabs.Size = UDim2.new(0, 102, 0, 18)
  132. Tabs.Font = Enum.Font.SourceSansSemibold
  133. Tabs.Text = "Tabs"
  134. Tabs.TextColor3 = Color3.new(1, 1, 1)
  135. Tabs.TextScaled = true
  136. Tabs.TextSize = 14
  137. Tabs.TextStrokeColor3 = Color3.new(1, 1, 1)
  138. Tabs.TextStrokeTransparency = 0.80000001192093
  139. Tabs.TextWrapped = true
  140.  
  141. Exit.Name = "Exit"
  142. Exit.Parent = Home
  143. Exit.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  144. Exit.BackgroundTransparency = 1
  145. Exit.BorderColor3 = Color3.new(0, 0, 0)
  146. Exit.Position = UDim2.new(0.953477621, 0, 0, 0)
  147. Exit.Size = UDim2.new(0, 25, 0, 25)
  148. Exit.Font = Enum.Font.SourceSans
  149. Exit.Text = "X"
  150. Exit.TextColor3 = Color3.new(1, 1, 1)
  151. Exit.TextSize = 25
  152. Exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  153. Exit.TextStrokeTransparency = 0.69999998807907
  154. Exit.TextWrapped = true
  155.  
  156. Tabss.Name = "Tabss"
  157. Tabss.Parent = Home
  158. Tabss.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  159. Tabss.BackgroundTransparency = 1
  160. Tabss.Position = UDim2.new(0.000257568434, 0, -0.00125197694, 0)
  161. Tabss.Size = UDim2.new(0, 120, 0, 270)
  162.  
  163. Credits.Name = "Credits"
  164. Credits.Parent = Tabss
  165. Credits.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  166. Credits.BackgroundTransparency = 0.5
  167. Credits.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  168. Credits.Position = UDim2.new(0.0719999969, 0, 0.635111153, 0)
  169. Credits.Size = UDim2.new(0, 110, 0, 35)
  170. Credits.Font = Enum.Font.SourceSans
  171. Credits.Text = "Credits"
  172. Credits.TextColor3 = Color3.new(1, 1, 1)
  173. Credits.TextSize = 20
  174. Credits.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  175.  
  176. Fun.Name = "Fun"
  177. Fun.Parent = Tabss
  178. Fun.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  179. Fun.BackgroundTransparency = 0.5
  180. Fun.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  181. Fun.Position = UDim2.new(0.0710000023, 0, 0.470111102, 0)
  182. Fun.Size = UDim2.new(0, 110, 0, 35)
  183. Fun.Font = Enum.Font.SourceSans
  184. Fun.Text = "Fun"
  185. Fun.TextColor3 = Color3.new(1, 1, 1)
  186. Fun.TextSize = 20
  187. Fun.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  188.  
  189. GameHacks.Name = "GameHacks"
  190. GameHacks.Parent = Tabss
  191. GameHacks.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  192. GameHacks.BackgroundTransparency = 0.5
  193. GameHacks.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  194. GameHacks.Position = UDim2.new(0.075000003, 0, 0.303703696, 0)
  195. GameHacks.Size = UDim2.new(0, 110, 0, 35)
  196. GameHacks.Font = Enum.Font.SourceSans
  197. GameHacks.Text = "Game Hacks"
  198. GameHacks.TextColor3 = Color3.new(1, 1, 1)
  199. GameHacks.TextSize = 20
  200. GameHacks.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  201.  
  202. Home_2.Name = "Home"
  203. Home_2.Parent = Tabss
  204. Home_2.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  205. Home_2.BackgroundTransparency = 0.5
  206. Home_2.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  207. Home_2.Position = UDim2.new(0.075000003, 0, 0.143000007, 0)
  208. Home_2.Size = UDim2.new(0, 110, 0, 35)
  209. Home_2.Font = Enum.Font.SourceSans
  210. Home_2.Text = "Home"
  211. Home_2.TextColor3 = Color3.new(1, 1, 1)
  212. Home_2.TextSize = 20
  213. Home_2.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  214.  
  215. Settings.Name = "Settings"
  216. Settings.Parent = Tabss
  217. Settings.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  218. Settings.BackgroundTransparency = 0.5
  219. Settings.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  220. Settings.Position = UDim2.new(0.075000003, 0, 0.800111115, 0)
  221. Settings.Size = UDim2.new(0, 110, 0, 35)
  222. Settings.Font = Enum.Font.SourceSans
  223. Settings.Text = "Settings"
  224. Settings.TextColor3 = Color3.new(1, 1, 1)
  225. Settings.TextSize = 20
  226. Settings.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  227.  
  228. SettingsFrame.Name = "SettingsFrame"
  229. SettingsFrame.Parent = Home
  230. SettingsFrame.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  231. SettingsFrame.BackgroundTransparency = 1
  232. SettingsFrame.Position = UDim2.new(0.231134638, 0, 0.114814818, 0)
  233. SettingsFrame.Size = UDim2.new(0, 421, 0, 239)
  234. SettingsFrame.Visible = false
  235.  
  236. Settings_2.Name = "Settings"
  237. Settings_2.Parent = SettingsFrame
  238. Settings_2.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  239. Settings_2.BackgroundTransparency = 0.5
  240. Settings_2.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  241. Settings_2.Position = UDim2.new(0.0593824238, 0, 0, 0)
  242. Settings_2.Size = UDim2.new(0, 369, 0, 36)
  243. Settings_2.Font = Enum.Font.SourceSansBold
  244. Settings_2.Text = "Settings"
  245. Settings_2.TextColor3 = Color3.new(1, 1, 1)
  246. Settings_2.TextSize = 25
  247.  
  248. Theme.Name = "Theme"
  249. Theme.Parent = SettingsFrame
  250. Theme.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  251. Theme.BackgroundTransparency = 0.5
  252. Theme.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  253. Theme.Position = UDim2.new(0.25999999, 0, 0.317999989, 0)
  254. Theme.Size = UDim2.new(0, 200, 0, 45)
  255. Theme.Font = Enum.Font.SourceSansBold
  256. Theme.Text = "Type in an RGB color here... (e.x. 255,255,255)"
  257. Theme.TextColor3 = Color3.new(1, 1, 1)
  258. Theme.TextSize = 14
  259. Theme.TextWrapped = true
  260.  
  261. TextLabel_2.Parent = Theme
  262. TextLabel_2.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  263. TextLabel_2.BackgroundTransparency = 1
  264. TextLabel_2.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  265. TextLabel_2.Position = UDim2.new(9.50098038e-05, 0, -0.584286392, 0)
  266. TextLabel_2.Size = UDim2.new(0, 200, 0, 19)
  267. TextLabel_2.Font = Enum.Font.SourceSansBold
  268. TextLabel_2.Text = "Theme Color"
  269. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  270. TextLabel_2.TextSize = 25
  271.  
  272. Save.Name = "Save"
  273. Save.Parent = Theme
  274. Save.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  275. Save.BackgroundTransparency = 0.5
  276. Save.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  277. Save.Position = UDim2.new(0.224483386, 0, 1.00790334, 0)
  278. Save.Size = UDim2.new(0, 110, 0, 16)
  279. Save.Font = Enum.Font.SourceSans
  280. Save.Text = "Set"
  281. Save.TextColor3 = Color3.new(1, 1, 1)
  282. Save.TextSize = 20
  283. Save.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  284.  
  285. Text.Name = "Text"
  286. Text.Parent = SettingsFrame
  287. Text.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  288. Text.BackgroundTransparency = 0.5
  289. Text.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  290. Text.Position = UDim2.new(0.25999999, 0, 0.497999996, 0)
  291. Text.Size = UDim2.new(0, 200, 0, 45)
  292. Text.Font = Enum.Font.SourceSansBold
  293. Text.Text = "Type in an RGB color here... (e.x. 255,255,255)"
  294. Text.TextColor3 = Color3.new(1, 1, 1)
  295. Text.TextSize = 14
  296. Text.TextWrapped = true
  297.  
  298. TextLabel_3.Parent = Text
  299. TextLabel_3.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  300. TextLabel_3.BackgroundTransparency = 1
  301. TextLabel_3.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  302. TextLabel_3.Position = UDim2.new(9.50098038e-05, 0, -0.584286392, 0)
  303. TextLabel_3.Size = UDim2.new(0, 200, 0, 19)
  304. TextLabel_3.Font = Enum.Font.SourceSansBold
  305. TextLabel_3.Text = "Text Color"
  306. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  307. TextLabel_3.TextSize = 25
  308.  
  309. Save_2.Name = "Save"
  310. Save_2.Parent = Text
  311. Save_2.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  312. Save_2.BackgroundTransparency = 0.5
  313. Save_2.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  314. Save_2.Position = UDim2.new(0.224483386, 0, 1.00790334, 0)
  315. Save_2.Size = UDim2.new(0, 110, 0, 16)
  316. Save_2.Font = Enum.Font.SourceSans
  317. Save_2.Text = "Set"
  318. Save_2.TextColor3 = Color3.new(1, 1, 1)
  319. Save_2.TextSize = 20
  320. Save_2.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  321.  
  322. Transparencyf.Name = "Transparencyf"
  323. Transparencyf.Parent = SettingsFrame
  324. Transparencyf.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  325. Transparencyf.BackgroundTransparency = 0.5
  326. Transparencyf.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  327. Transparencyf.Position = UDim2.new(0.25999999, 0, 0.145999998, 0)
  328. Transparencyf.Size = UDim2.new(0, 200, 0, 45)
  329. Transparencyf.Font = Enum.Font.SourceSansBold
  330. Transparencyf.Text = "Type in a number 0 - 1 (e.x 0.5)"
  331. Transparencyf.TextColor3 = Color3.new(1, 1, 1)
  332. Transparencyf.TextSize = 14
  333. Transparencyf.TextWrapped = true
  334.  
  335. TextLabel_4.Parent = Transparencyf
  336. TextLabel_4.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  337. TextLabel_4.BackgroundTransparency = 1
  338. TextLabel_4.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  339. TextLabel_4.Position = UDim2.new(9.50098038e-05, 0, -0.584286392, 0)
  340. TextLabel_4.Size = UDim2.new(0, 200, 0, 19)
  341. TextLabel_4.Font = Enum.Font.SourceSansBold
  342. TextLabel_4.Text = "Transparency "
  343. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  344. TextLabel_4.TextSize = 25
  345.  
  346. Save_3.Name = "Save"
  347. Save_3.Parent = Transparencyf
  348. Save_3.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  349. Save_3.BackgroundTransparency = 0.5
  350. Save_3.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  351. Save_3.Position = UDim2.new(0.224483386, 0, 1.00790334, 0)
  352. Save_3.Size = UDim2.new(0, 110, 0, 16)
  353. Save_3.Font = Enum.Font.SourceSans
  354. Save_3.Text = "Set"
  355. Save_3.TextColor3 = Color3.new(1, 1, 1)
  356. Save_3.TextSize = 20
  357. Save_3.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  358.  
  359. HomeFrame.Name = "HomeFrame"
  360. HomeFrame.Parent = Home
  361. HomeFrame.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  362. HomeFrame.BackgroundTransparency = 1
  363. HomeFrame.Position = UDim2.new(0.231134638, 0, 0.114814818, 0)
  364. HomeFrame.Size = UDim2.new(0, 421, 0, 239)
  365. HomeFrame.Visible = false
  366.  
  367. RoExploit.Name = "Ro- Exploit"
  368. RoExploit.Parent = HomeFrame
  369. RoExploit.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  370. RoExploit.BackgroundTransparency = 0.5
  371. RoExploit.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  372. RoExploit.Position = UDim2.new(0.515399277, 0, 0.456066936, 0)
  373. RoExploit.Size = UDim2.new(0, 204, 0, 50)
  374. RoExploit.Font = Enum.Font.SourceSansLight
  375. RoExploit.Text = "Ro-Exploit"
  376. RoExploit.TextColor3 = Color3.new(1, 1, 1)
  377. RoExploit.TextSize = 20
  378. RoExploit.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  379.  
  380. InfinateYeild.Name = "Infinate Yeild"
  381. InfinateYeild.Parent = HomeFrame
  382. InfinateYeild.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  383. InfinateYeild.BackgroundTransparency = 0.5
  384. InfinateYeild.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  385. InfinateYeild.Size = UDim2.new(0, 204, 0, 50)
  386. InfinateYeild.Font = Enum.Font.SourceSansLight
  387. InfinateYeild.Text = "Infinite Yield"
  388. InfinateYeild.TextColor3 = Color3.new(1, 1, 1)
  389. InfinateYeild.TextSize = 20
  390. InfinateYeild.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  391.  
  392. PepeGUI.Name = "Pepe GUI"
  393. PepeGUI.Parent = HomeFrame
  394. PepeGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  395. PepeGUI.BackgroundTransparency = 0.5
  396. PepeGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  397. PepeGUI.Position = UDim2.new(0.515399277, 0, -0.00418414176, 0)
  398. PepeGUI.Size = UDim2.new(0, 204, 0, 50)
  399. PepeGUI.Font = Enum.Font.SourceSansLight
  400. PepeGUI.Text = "Pepe GUI"
  401. PepeGUI.TextColor3 = Color3.new(1, 1, 1)
  402. PepeGUI.TextSize = 20
  403. PepeGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  404.  
  405. c00lguiReborn.Name = "c00lgui Reborn"
  406. c00lguiReborn.Parent = HomeFrame
  407. c00lguiReborn.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  408. c00lguiReborn.BackgroundTransparency = 0.5
  409. c00lguiReborn.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  410. c00lguiReborn.Position = UDim2.new(0.515439451, 0, 0.225999996, 0)
  411. c00lguiReborn.Size = UDim2.new(0, 204, 0, 50)
  412. c00lguiReborn.Font = Enum.Font.SourceSansLight
  413. c00lguiReborn.Text = "C00lboi GUI Reborn"
  414. c00lguiReborn.TextColor3 = Color3.new(1, 1, 1)
  415. c00lguiReborn.TextSize = 20
  416. c00lguiReborn.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  417.  
  418. S3xGui.Name = "S3x Gui"
  419. S3xGui.Parent = HomeFrame
  420. S3xGui.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  421. S3xGui.BackgroundTransparency = 0.5
  422. S3xGui.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  423. S3xGui.Position = UDim2.new(0.515399277, 0, 0.33891204, 0)
  424. S3xGui.Size = UDim2.new(0, 204, 0, 50)
  425. S3xGui.Font = Enum.Font.SourceSansLight
  426. S3xGui.Text = "S3x GUI"
  427. S3xGui.TextColor3 = Color3.new(1, 1, 1)
  428. S3xGui.TextSize = 20
  429. S3xGui.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  430.  
  431. _100100FEGui.Name = "100/100 FE Gui"
  432. _100100FEGui.Parent = HomeFrame
  433. _100100FEGui.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  434. _100100FEGui.BackgroundTransparency = 0.5
  435. _100100FEGui.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  436. _100100FEGui.Position = UDim2.new(-4.01616562e-05, 0, 0.456066936, 0)
  437. _100100FEGui.Size = UDim2.new(0, 204, 0, 50)
  438. _100100FEGui.Font = Enum.Font.SourceSansLight
  439. _100100FEGui.Text = "100/100 FE GUI"
  440. _100100FEGui.TextColor3 = Color3.new(1, 1, 1)
  441. _100100FEGui.TextSize = 20
  442. _100100FEGui.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  443.  
  444. KorbloxHub.Name = "KorbloxHub "
  445. KorbloxHub.Parent = HomeFrame
  446. KorbloxHub.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  447. KorbloxHub.BackgroundTransparency = 0.5
  448. KorbloxHub.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  449. KorbloxHub.Position = UDim2.new(0.51531893, 0, 0.117154829, 0)
  450. KorbloxHub.Size = UDim2.new(0, 204, 0, 50)
  451. KorbloxHub.Font = Enum.Font.SourceSansLight
  452. KorbloxHub.Text = "KorbloxHub "
  453. KorbloxHub.TextColor3 = Color3.new(1, 1, 1)
  454. KorbloxHub.TextSize = 20
  455. KorbloxHub.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  456.  
  457. Explorer.Name = "Explorer"
  458. Explorer.Parent = HomeFrame
  459. Explorer.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  460. Explorer.BackgroundTransparency = 0.5
  461. Explorer.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  462. Explorer.Position = UDim2.new(-0.000160646625, 0, 0.338912189, 0)
  463. Explorer.Size = UDim2.new(0, 204, 0, 50)
  464. Explorer.Font = Enum.Font.SourceSansLight
  465. Explorer.Text = "Explorer (NOT Dex)"
  466. Explorer.TextColor3 = Color3.new(1, 1, 1)
  467. Explorer.TextSize = 20
  468. Explorer.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  469.  
  470. KillingsOpstatchangeGUI.Name = "Killings Op statchange GUI"
  471. KillingsOpstatchangeGUI.Parent = HomeFrame
  472. KillingsOpstatchangeGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  473. KillingsOpstatchangeGUI.BackgroundTransparency = 0.5
  474. KillingsOpstatchangeGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  475. KillingsOpstatchangeGUI.Position = UDim2.new(-0.000160646625, 0, 0.225941435, 0)
  476. KillingsOpstatchangeGUI.Size = UDim2.new(0, 204, 0, 50)
  477. KillingsOpstatchangeGUI.Font = Enum.Font.SourceSansLight
  478. KillingsOpstatchangeGUI.Text = "Killings Op statchange GUI"
  479. KillingsOpstatchangeGUI.TextColor3 = Color3.new(1, 1, 1)
  480. KillingsOpstatchangeGUI.TextSize = 20
  481. KillingsOpstatchangeGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  482.  
  483. Topk3kV4.Name = "Topk3k V4"
  484. Topk3kV4.Parent = HomeFrame
  485. Topk3kV4.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  486. Topk3kV4.BackgroundTransparency = 0.5
  487. Topk3kV4.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  488. Topk3kV4.Position = UDim2.new(-0.00241545867, 0, 0.11297071, 0)
  489. Topk3kV4.Size = UDim2.new(0, 204, 0, 50)
  490. Topk3kV4.Font = Enum.Font.SourceSansLight
  491. Topk3kV4.Text = "Topk3kV4"
  492. Topk3kV4.TextColor3 = Color3.new(1, 1, 1)
  493. Topk3kV4.TextSize = 20
  494. Topk3kV4.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  495.  
  496. GameHacksFrame.Name = "GameHacksFrame"
  497. GameHacksFrame.Parent = Home
  498. GameHacksFrame.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  499. GameHacksFrame.BackgroundTransparency = 1
  500. GameHacksFrame.Position = UDim2.new(0.231134638, 0, 0.114814818, 0)
  501. GameHacksFrame.Size = UDim2.new(0, 421, 0, 239)
  502. GameHacksFrame.Visible = false
  503.  
  504. WildRevolversAimbot.Name = " Wild Revolvers Aimbot"
  505. WildRevolversAimbot.Parent = GameHacksFrame
  506. WildRevolversAimbot.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  507. WildRevolversAimbot.BackgroundTransparency = 0.5
  508. WildRevolversAimbot.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  509. WildRevolversAimbot.Position = UDim2.new(-0.00251824479, 0, 0.451882839, 0)
  510. WildRevolversAimbot.Size = UDim2.new(0, 204, 0, 50)
  511. WildRevolversAimbot.Font = Enum.Font.SourceSansLight
  512. WildRevolversAimbot.Text = " Wild Revolvers Aimbot"
  513. WildRevolversAimbot.TextColor3 = Color3.new(1, 1, 1)
  514. WildRevolversAimbot.TextSize = 20
  515. WildRevolversAimbot.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  516.  
  517. JailbreakGUIv104.Name = "Jailbreak GUI v1.0.4"
  518. JailbreakGUIv104.Parent = GameHacksFrame
  519. JailbreakGUIv104.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  520. JailbreakGUIv104.BackgroundTransparency = 0.5
  521. JailbreakGUIv104.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  522. JailbreakGUIv104.Size = UDim2.new(0, 204, 0, 50)
  523. JailbreakGUIv104.Font = Enum.Font.SourceSansLight
  524. JailbreakGUIv104.Text = "Jailbreak GUI v1.0.4"
  525. JailbreakGUIv104.TextColor3 = Color3.new(1, 1, 1)
  526. JailbreakGUIv104.TextSize = 20
  527. JailbreakGUIv104.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  528.  
  529. LumberTycoon2GUI.Name = "Lumber Tycoon 2 GUI"
  530. LumberTycoon2GUI.Parent = GameHacksFrame
  531. LumberTycoon2GUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  532. LumberTycoon2GUI.BackgroundTransparency = 0.5
  533. LumberTycoon2GUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  534. LumberTycoon2GUI.Position = UDim2.new(-0.000205569901, 0, 0.225941435, 0)
  535. LumberTycoon2GUI.Size = UDim2.new(0, 204, 0, 50)
  536. LumberTycoon2GUI.Font = Enum.Font.SourceSansLight
  537. LumberTycoon2GUI.Text = "Lumber Tycoon 2 GUI"
  538. LumberTycoon2GUI.TextColor3 = Color3.new(1, 1, 1)
  539. LumberTycoon2GUI.TextSize = 20
  540. LumberTycoon2GUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  541.  
  542. MMXGUI.Name = "MMX GUI"
  543. MMXGUI.Parent = GameHacksFrame
  544. MMXGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  545. MMXGUI.BackgroundTransparency = 0.5
  546. MMXGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  547. MMXGUI.Position = UDim2.new(0.517730474, 0, 0, 0)
  548. MMXGUI.Size = UDim2.new(0, 204, 0, 50)
  549. MMXGUI.Font = Enum.Font.SourceSansLight
  550. MMXGUI.Text = "MMX GUI"
  551. MMXGUI.TextColor3 = Color3.new(1, 1, 1)
  552. MMXGUI.TextSize = 20
  553. MMXGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  554.  
  555. MinersHavenGUI.Name = "Miners Haven GUI"
  556. MinersHavenGUI.Parent = GameHacksFrame
  557. MinersHavenGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  558. MinersHavenGUI.BackgroundTransparency = 0.5
  559. MinersHavenGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  560. MinersHavenGUI.Position = UDim2.new(-0.000205569901, 0, 0.338912189, 0)
  561. MinersHavenGUI.Size = UDim2.new(0, 204, 0, 50)
  562. MinersHavenGUI.Font = Enum.Font.SourceSansLight
  563. MinersHavenGUI.Text = "Miners Haven GUI"
  564. MinersHavenGUI.TextColor3 = Color3.new(1, 1, 1)
  565. MinersHavenGUI.TextSize = 20
  566. MinersHavenGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  567.  
  568. OPJailbreakGUI.Name = "OP Jailbreak GUI"
  569. OPJailbreakGUI.Parent = GameHacksFrame
  570. OPJailbreakGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  571. OPJailbreakGUI.BackgroundTransparency = 0.5
  572. OPJailbreakGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  573. OPJailbreakGUI.Position = UDim2.new(-0.00241545867, 0, 0.11297071, 0)
  574. OPJailbreakGUI.Size = UDim2.new(0, 204, 0, 50)
  575. OPJailbreakGUI.Font = Enum.Font.SourceSansLight
  576. OPJailbreakGUI.Text = "OP Jailbreak GUI"
  577. OPJailbreakGUI.TextColor3 = Color3.new(1, 1, 1)
  578. OPJailbreakGUI.TextSize = 20
  579. OPJailbreakGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  580.  
  581. PrisonLifev20GUI.Name = "Prison Life v2.0 GUI"
  582. PrisonLifev20GUI.Parent = GameHacksFrame
  583. PrisonLifev20GUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  584. PrisonLifev20GUI.BackgroundTransparency = 0.5
  585. PrisonLifev20GUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  586. PrisonLifev20GUI.Position = UDim2.new(0.517524898, 0, 0.11297068, 0)
  587. PrisonLifev20GUI.Size = UDim2.new(0, 204, 0, 50)
  588. PrisonLifev20GUI.Font = Enum.Font.SourceSansLight
  589. PrisonLifev20GUI.Text = "Prison Life v2.0 GUI"
  590. PrisonLifev20GUI.TextColor3 = Color3.new(1, 1, 1)
  591. PrisonLifev20GUI.TextSize = 20
  592. PrisonLifev20GUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  593.  
  594. ThePlazaMoneyScript.Name = "The Plaza Money Script"
  595. ThePlazaMoneyScript.Parent = GameHacksFrame
  596. ThePlazaMoneyScript.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  597. ThePlazaMoneyScript.BackgroundTransparency = 0.5
  598. ThePlazaMoneyScript.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  599. ThePlazaMoneyScript.Position = UDim2.new(0.517679095, 0, 0.343096197, 0)
  600. ThePlazaMoneyScript.Size = UDim2.new(0, 204, 0, 50)
  601. ThePlazaMoneyScript.Font = Enum.Font.SourceSansLight
  602. ThePlazaMoneyScript.Text = "The Plaza Money Script"
  603. ThePlazaMoneyScript.TextColor3 = Color3.new(1, 1, 1)
  604. ThePlazaMoneyScript.TextSize = 20
  605. ThePlazaMoneyScript.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  606.  
  607. ZombieRushKillallzombies.Name = "Zombie Rush\nKill all zombies"
  608. ZombieRushKillallzombies.Parent = GameHacksFrame
  609. ZombieRushKillallzombies.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  610. ZombieRushKillallzombies.BackgroundTransparency = 0.5
  611. ZombieRushKillallzombies.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  612. ZombieRushKillallzombies.Position = UDim2.new(0.517679095, 0, 0.234309554, 0)
  613. ZombieRushKillallzombies.Size = UDim2.new(0, 204, 0, 50)
  614. ZombieRushKillallzombies.Font = Enum.Font.SourceSansLight
  615. ZombieRushKillallzombies.Text = "Zombie Rush\nKill all zombies"
  616. ZombieRushKillallzombies.TextColor3 = Color3.new(1, 1, 1)
  617. ZombieRushKillallzombies.TextSize = 20
  618. ZombieRushKillallzombies.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  619.  
  620. JailbreakAutoRobGUI.Name = "Jailbreak Auto-Rob GUI"
  621. JailbreakAutoRobGUI.Parent = GameHacksFrame
  622. JailbreakAutoRobGUI.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  623. JailbreakAutoRobGUI.BackgroundTransparency = 0.5
  624. JailbreakAutoRobGUI.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  625. JailbreakAutoRobGUI.Position = UDim2.new(0.517671764, 0, 0.451882839, 0)
  626. JailbreakAutoRobGUI.Size = UDim2.new(0, 204, 0, 50)
  627. JailbreakAutoRobGUI.Font = Enum.Font.SourceSansLight
  628. JailbreakAutoRobGUI.Text = "Jailbreak Auto-Rob GUI"
  629. JailbreakAutoRobGUI.TextColor3 = Color3.new(1, 1, 1)
  630. JailbreakAutoRobGUI.TextSize = 20
  631. JailbreakAutoRobGUI.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  632.  
  633. CreditsFrame.Name = "CreditsFrame"
  634. CreditsFrame.Parent = Home
  635. CreditsFrame.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  636. CreditsFrame.BackgroundTransparency = 1
  637. CreditsFrame.Position = UDim2.new(0.231134638, 0, 0.114814818, 0)
  638. CreditsFrame.Size = UDim2.new(0, 421, 0, 239)
  639. CreditsFrame.Visible = false
  640.  
  641. Credits1.Name = "Credits 1"
  642. Credits1.Parent = CreditsFrame
  643. Credits1.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  644. Credits1.BackgroundTransparency = 1
  645. Credits1.BorderSizePixel = 0
  646. Credits1.Size = UDim2.new(0, 396, 0, 50)
  647. Credits1.Font = Enum.Font.SourceSansBold
  648. Credits1.Text = "HUGE thanks to CTahmid2  For helping with scripting, And the frames for the Tabs! <3 You are now the Co-Owner <3"
  649. Credits1.TextColor3 = Color3.new(1, 1, 1)
  650. Credits1.TextSize = 16
  651. Credits1.TextStrokeTransparency = 0.69999998807907
  652. Credits1.TextWrapped = true
  653.  
  654. Credits6.Name = "Credits 6"
  655. Credits6.Parent = CreditsFrame
  656. Credits6.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  657. Credits6.BackgroundTransparency = 1
  658. Credits6.BorderSizePixel = 0
  659. Credits6.Position = UDim2.new(-0.00118764862, 0, 0.058577396, 0)
  660. Credits6.Size = UDim2.new(0, 396, 0, 37)
  661. Credits6.Font = Enum.Font.SourceSansSemibold
  662. Credits6.Text = "No scripts, By me!"
  663. Credits6.TextColor3 = Color3.new(1, 1, 1)
  664. Credits6.TextSize = 14
  665. Credits6.TextStrokeTransparency = 0.69999998807907
  666. Credits6.TextWrapped = true
  667.  
  668. Credits2.Name = "Credits 2"
  669. Credits2.Parent = CreditsFrame
  670. Credits2.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  671. Credits2.BackgroundTransparency = 1
  672. Credits2.BorderSizePixel = 0
  673. Credits2.Position = UDim2.new(-0.00118764862, 0, 0.370292932, 0)
  674. Credits2.Size = UDim2.new(0, 396, 0, 50)
  675. Credits2.Font = Enum.Font.SourceSans
  676. Credits2.Text = "If you are a creator of a script, And i have not given you credit. please DM me on discord: iTzGerardOof#7755 and i will add you in the next update."
  677. Credits2.TextColor3 = Color3.new(1, 1, 1)
  678. Credits2.TextSize = 14
  679. Credits2.TextStrokeTransparency = 0.69999998807907
  680. Credits2.TextWrapped = true
  681.  
  682. Credits3.Name = "Credits 3"
  683. Credits3.Parent = CreditsFrame
  684. Credits3.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  685. Credits3.BackgroundTransparency = 1
  686. Credits3.BorderSizePixel = 0
  687. Credits3.Position = UDim2.new(-0.00118764862, 0, 0.0941422656, 0)
  688. Credits3.Size = UDim2.new(0, 396, 0, 50)
  689. Credits3.Font = Enum.Font.SourceSans
  690. Credits3.Text = "People Who i know made atleast 1 of the scripts in this script hub thing: Charwar"
  691. Credits3.TextColor3 = Color3.new(1, 1, 1)
  692. Credits3.TextSize = 14
  693. Credits3.TextStrokeTransparency = 0.69999998807907
  694. Credits3.TextWrapped = true
  695.  
  696. Credits4.Name = "Credits 4"
  697. Credits4.Parent = CreditsFrame
  698. Credits4.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  699. Credits4.BackgroundTransparency = 1
  700. Credits4.BorderSizePixel = 0
  701. Credits4.Position = UDim2.new(0, 0, 0.163179919, 0)
  702. Credits4.Size = UDim2.new(0, 396, 0, 22)
  703. Credits4.Font = Enum.Font.SourceSans
  704. Credits4.Text = "Killingman107#8195\n"
  705. Credits4.TextColor3 = Color3.new(1, 1, 1)
  706. Credits4.TextSize = 14
  707. Credits4.TextStrokeTransparency = 0.69999998807907
  708. Credits4.TextWrapped = true
  709.  
  710. Credits5.Name = "Credits 5"
  711. Credits5.Parent = CreditsFrame
  712. Credits5.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  713. Credits5.BackgroundTransparency = 1
  714. Credits5.BorderSizePixel = 0
  715. Credits5.Position = UDim2.new(0, 0, 0.192468613, 0)
  716. Credits5.Size = UDim2.new(0, 396, 0, 22)
  717. Credits5.Font = Enum.Font.SourceSans
  718. Credits5.Text = "Rubyism \n(V3rm"
  719. Credits5.TextColor3 = Color3.new(1, 1, 1)
  720. Credits5.TextSize = 14
  721. Credits5.TextStrokeTransparency = 0.69999998807907
  722. Credits5.TextWrapped = true
  723.  
  724. Credits7.Name = "Credits 7"
  725. Credits7.Parent = CreditsFrame
  726. Credits7.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  727. Credits7.BackgroundTransparency = 1
  728. Credits7.BorderSizePixel = 0
  729. Credits7.Position = UDim2.new(0, 0, 0.205020934, 0)
  730. Credits7.Size = UDim2.new(0, 396, 0, 75)
  731. Credits7.Font = Enum.Font.SourceSans
  732. Credits7.Text = "Edge#0001\nMoon#6245\nbluntboomer#1259\nUnlisting#0179"
  733. Credits7.TextColor3 = Color3.new(1, 1, 1)
  734. Credits7.TextSize = 14
  735. Credits7.TextStrokeTransparency = 0.69999998807907
  736. Credits7.TextWrapped = true
  737.  
  738. Credits8.Name = "Credits 8"
  739. Credits8.Parent = CreditsFrame
  740. Credits8.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  741. Credits8.BackgroundTransparency = 1
  742. Credits8.BorderSizePixel = 0
  743. Credits8.Position = UDim2.new(0, 0, 0.317991614, 0)
  744. Credits8.Size = UDim2.new(0, 396, 0, 23)
  745. Credits8.Font = Enum.Font.SourceSans
  746. Credits8.Text = "sirelKilla"
  747. Credits8.TextColor3 = Color3.new(1, 1, 1)
  748. Credits8.TextSize = 14
  749. Credits8.TextStrokeTransparency = 0.69999998807907
  750. Credits8.TextWrapped = true
  751.  
  752. Credits9.Name = "Credits 9"
  753. Credits9.Parent = CreditsFrame
  754. Credits9.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  755. Credits9.BackgroundTransparency = 1
  756. Credits9.BorderSizePixel = 0
  757. Credits9.Position = UDim2.new(0, 0, 0.347280324, 0)
  758. Credits9.Size = UDim2.new(0, 396, 0, 23)
  759. Credits9.Font = Enum.Font.SourceSans
  760. Credits9.Text = "Squid"
  761. Credits9.TextColor3 = Color3.new(1, 1, 1)
  762. Credits9.TextSize = 14
  763. Credits9.TextStrokeTransparency = 0.69999998807907
  764. Credits9.TextWrapped = true
  765.  
  766. FunFrame.Name = "FunFrame"
  767. FunFrame.Parent = Home
  768. FunFrame.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  769. FunFrame.BackgroundTransparency = 1
  770. FunFrame.Position = UDim2.new(0.231134638, 0, 0.114814818, 0)
  771. FunFrame.Size = UDim2.new(0, 421, 0, 239)
  772.  
  773. Cytoplasma.Name = "Cytoplasma"
  774. Cytoplasma.Parent = FunFrame
  775. Cytoplasma.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  776. Cytoplasma.BackgroundTransparency = 0.5
  777. Cytoplasma.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  778. Cytoplasma.Position = UDim2.new(-0.00241545867, 0, 0.11297071, 0)
  779. Cytoplasma.Size = UDim2.new(0, 204, 0, 50)
  780. Cytoplasma.Font = Enum.Font.SourceSansLight
  781. Cytoplasma.Text = "Cytoplasma"
  782. Cytoplasma.TextColor3 = Color3.new(1, 1, 1)
  783. Cytoplasma.TextSize = 20
  784. Cytoplasma.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  785.  
  786. GiantCrimsonScythe.Name = "Giant Crimson Scythe"
  787. GiantCrimsonScythe.Parent = FunFrame
  788. GiantCrimsonScythe.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  789. GiantCrimsonScythe.BackgroundTransparency = 0.5
  790. GiantCrimsonScythe.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  791. GiantCrimsonScythe.Position = UDim2.new(-0.000160646625, 0, 0.225941435, 0)
  792. GiantCrimsonScythe.Size = UDim2.new(0, 204, 0, 50)
  793. GiantCrimsonScythe.Font = Enum.Font.SourceSansLight
  794. GiantCrimsonScythe.Text = "Giant Crimson Scythe"
  795. GiantCrimsonScythe.TextColor3 = Color3.new(1, 1, 1)
  796. GiantCrimsonScythe.TextSize = 20
  797. GiantCrimsonScythe.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  798.  
  799. Hycleon.Name = "Hycleon"
  800. Hycleon.Parent = FunFrame
  801. Hycleon.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  802. Hycleon.BackgroundTransparency = 0.5
  803. Hycleon.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  804. Hycleon.Position = UDim2.new(-0.000160646625, 0, 0.338912189, 0)
  805. Hycleon.Size = UDim2.new(0, 204, 0, 50)
  806. Hycleon.Font = Enum.Font.SourceSansLight
  807. Hycleon.Text = "Hycleon"
  808. Hycleon.TextColor3 = Color3.new(1, 1, 1)
  809. Hycleon.TextSize = 20
  810. Hycleon.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  811.  
  812. GalaxyTitan.Name = "Galaxy Titan"
  813. GalaxyTitan.Parent = FunFrame
  814. GalaxyTitan.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  815. GalaxyTitan.BackgroundTransparency = 0.5
  816. GalaxyTitan.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  817. GalaxyTitan.Position = UDim2.new(0.51531893, 0, 0.104602531, 0)
  818. GalaxyTitan.Size = UDim2.new(0, 204, 0, 50)
  819. GalaxyTitan.Font = Enum.Font.SourceSansLight
  820. GalaxyTitan.Text = "Galaxy Titan"
  821. GalaxyTitan.TextColor3 = Color3.new(1, 1, 1)
  822. GalaxyTitan.TextSize = 20
  823. GalaxyTitan.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  824.  
  825. LustrisDreamer.Name = "Lustris Dreamer"
  826. LustrisDreamer.Parent = FunFrame
  827. LustrisDreamer.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  828. LustrisDreamer.BackgroundTransparency = 0.5
  829. LustrisDreamer.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  830. LustrisDreamer.Position = UDim2.new(0.515399277, 0, 0.33891204, 0)
  831. LustrisDreamer.Size = UDim2.new(0, 204, 0, 50)
  832. LustrisDreamer.Font = Enum.Font.SourceSansLight
  833. LustrisDreamer.Text = "Lustris Dreamer"
  834. LustrisDreamer.TextColor3 = Color3.new(1, 1, 1)
  835. LustrisDreamer.TextSize = 20
  836. LustrisDreamer.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  837.  
  838. HeliosSword.Name = "Helios Sword"
  839. HeliosSword.Parent = FunFrame
  840. HeliosSword.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  841. HeliosSword.BackgroundTransparency = 0.5
  842. HeliosSword.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  843. HeliosSword.Position = UDim2.new(0.515439451, 0, 0.225999996, 0)
  844. HeliosSword.Size = UDim2.new(0, 204, 0, 50)
  845. HeliosSword.Font = Enum.Font.SourceSansLight
  846. HeliosSword.Text = "Helios Sword"
  847. HeliosSword.TextColor3 = Color3.new(1, 1, 1)
  848. HeliosSword.TextSize = 20
  849. HeliosSword.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  850.  
  851. BlackDragon.Name = "Black Dragon"
  852. BlackDragon.Parent = FunFrame
  853. BlackDragon.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  854. BlackDragon.BackgroundTransparency = 0.5
  855. BlackDragon.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  856. BlackDragon.Position = UDim2.new(0.515399277, 0, -0.00418414176, 0)
  857. BlackDragon.Size = UDim2.new(0, 204, 0, 50)
  858. BlackDragon.Font = Enum.Font.SourceSansLight
  859. BlackDragon.Text = "Black Dragon"
  860. BlackDragon.TextColor3 = Color3.new(1, 1, 1)
  861. BlackDragon.TextSize = 20
  862. BlackDragon.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  863.  
  864. ArcSlicer.Name = "Arc Slicer"
  865. ArcSlicer.Parent = FunFrame
  866. ArcSlicer.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  867. ArcSlicer.BackgroundTransparency = 0.5
  868. ArcSlicer.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  869. ArcSlicer.Size = UDim2.new(0, 204, 0, 50)
  870. ArcSlicer.Font = Enum.Font.SourceSansLight
  871. ArcSlicer.Text = "Arc Slicer"
  872. ArcSlicer.TextColor3 = Color3.new(1, 1, 1)
  873. ArcSlicer.TextSize = 20
  874. ArcSlicer.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  875.  
  876. BaseballBat.Name = "Baseball Bat"
  877. BaseballBat.Parent = FunFrame
  878. BaseballBat.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  879. BaseballBat.BackgroundTransparency = 0.5
  880. BaseballBat.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  881. BaseballBat.Position = UDim2.new(0.00233507156, 0, 0.453974873, 0)
  882. BaseballBat.Size = UDim2.new(0, 204, 0, 50)
  883. BaseballBat.Font = Enum.Font.SourceSansLight
  884. BaseballBat.Text = "Baseball Bat"
  885. BaseballBat.TextColor3 = Color3.new(1, 1, 1)
  886. BaseballBat.TextSize = 20
  887. BaseballBat.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  888.  
  889. MustardGas.Name = "Mustard Gas"
  890. MustardGas.Parent = FunFrame
  891. MustardGas.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  892. MustardGas.BackgroundTransparency = 0.5
  893. MustardGas.BorderColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  894. MustardGas.Position = UDim2.new(0.515399218, 0, 0.453974873, 0)
  895. MustardGas.Size = UDim2.new(0, 204, 0, 50)
  896. MustardGas.Font = Enum.Font.SourceSansLight
  897. MustardGas.Text = "Mustard Gas"
  898. MustardGas.TextColor3 = Color3.new(1, 1, 1)
  899. MustardGas.TextSize = 20
  900. MustardGas.TextStrokeColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  901.  
  902. Minimize.Name = "Minimize"
  903. Minimize.Parent = Home
  904. Minimize.BackgroundColor3 = Color3.new(0.137255, 0.666667, 0.772549)
  905. Minimize.BackgroundTransparency = 1
  906. Minimize.BorderColor3 = Color3.new(0, 0, 0)
  907. Minimize.Position = UDim2.new(0.904207528, 0, 0, 0)
  908. Minimize.Size = UDim2.new(0, 25, 0, 25)
  909. Minimize.Font = Enum.Font.SourceSans
  910. Minimize.Text = "-"
  911. Minimize.TextColor3 = Color3.new(1, 1, 1)
  912. Minimize.TextSize = 25
  913. Minimize.TextStrokeColor3 = Color3.new(1, 1, 1)
  914. Minimize.TextStrokeTransparency = 0.69999998807907
  915. Minimize.TextWrapped = true
  916.  
  917. iTzSadButStillAHubGUI.Open.MouseButton1Down:connect(function()
  918.     iTzSadButStillAHubGUI.Open.Visible = false
  919.     iTzSadButStillAHubGUI.Home.Visible = true
  920. end)
  921.  
  922. iTzSadButStillAHubGUI.Home.Minimize.MouseButton1Down:connect(function()
  923.     iTzSadButStillAHubGUI.Home.Visible = false
  924.     iTzSadButStillAHubGUI.Open.Visible = true
  925. end)
  926.  
  927. iTzSadButStillAHubGUI.Home.Exit.MouseButton1Down:connect(function()
  928.     iTzSadButStillAHubGUI:Destroy()
  929. end)
  930.  
  931. iTzSadButStillAHubGUI.Home.Tabss.Home.MouseButton1Down:connect(function()
  932.     iTzSadButStillAHubGUI.Home.CreditsFrame.Visible = false
  933.     iTzSadButStillAHubGUI.Home.SettingsFrame.Visible = false
  934.     iTzSadButStillAHubGUI.Home.HomeFrame.Visible = true
  935.     iTzSadButStillAHubGUI.Home.GameHacksFrame.Visible = false
  936.     iTzSadButStillAHubGUI.Home.FunFrame.Visible = false
  937. end)
  938.  
  939. iTzSadButStillAHubGUI.Home.Tabss.Fun.MouseButton1Down:connect(function()
  940.     iTzSadButStillAHubGUI.Home.CreditsFrame.Visible = false
  941.     iTzSadButStillAHubGUI.Home.SettingsFrame.Visible = false
  942.     iTzSadButStillAHubGUI.Home.HomeFrame.Visible = false
  943.     iTzSadButStillAHubGUI.Home.GameHacksFrame.Visible = false
  944.     iTzSadButStillAHubGUI.Home.FunFrame.Visible = true
  945. end)
  946.  
  947. iTzSadButStillAHubGUI.Home.Tabss.GameHacks.MouseButton1Down:connect(function()
  948.     iTzSadButStillAHubGUI.Home.CreditsFrame.Visible = false
  949.     iTzSadButStillAHubGUI.Home.SettingsFrame.Visible = false
  950.     iTzSadButStillAHubGUI.Home.HomeFrame.Visible = false
  951.     iTzSadButStillAHubGUI.Home.GameHacksFrame.Visible = true
  952.     iTzSadButStillAHubGUI.Home.FunFrame.Visible = false
  953. end)
  954.  
  955. iTzSadButStillAHubGUI.Home.Tabss.Settings.MouseButton1Down:connect(function()
  956.     iTzSadButStillAHubGUI.Home.CreditsFrame.Visible = false
  957.     iTzSadButStillAHubGUI.Home.SettingsFrame.Visible = true
  958.     iTzSadButStillAHubGUI.Home.HomeFrame.Visible = false
  959.     iTzSadButStillAHubGUI.Home.GameHacksFrame.Visible = false
  960.     iTzSadButStillAHubGUI.Home.FunFrame.Visible = false
  961. end)
  962.  
  963. iTzSadButStillAHubGUI.Home.Tabss.Credits.MouseButton1Down:connect(function()
  964.     iTzSadButStillAHubGUI.Home.CreditsFrame.Visible = true
  965.     iTzSadButStillAHubGUI.Home.SettingsFrame.Visible = false
  966.     iTzSadButStillAHubGUI.Home.HomeFrame.Visible = false
  967.     iTzSadButStillAHubGUI.Home.GameHacksFrame.Visible = false
  968.     iTzSadButStillAHubGUI.Home.FunFrame.Visible = false
  969. end)
  970.  
  971. iTzSadButStillAHubGUI.Home.SettingsFrame.Transparencyf.Save.MouseButton1Down:connect(function()
  972.     iTzSadButStillAHubGUI.Home.BackgroundTransparency = iTzSadButStillAHubGUI.Home.SettingsFrame.Transparencyf.Text
  973.     iTzSadButStillAHubGUI.Home.ImageLabel.ImageTransparency = iTzSadButStillAHubGUI.Home.SettingsFrame.Transparencyf.Text
  974. end)
  975.  
  976. iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Save.MouseButton1Down:connect(function()
  977.     if iTzSadButStillAHubGUI:GetDescendants()  then
  978.         for i,v in pairs(iTzSadButStillAHubGUI:GetDescendants()) do
  979.             if v.ClassName == "Frame" then
  980.                 v.BackgroundColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  981.             elseif v.ClassName == "TextButton" then
  982.                 v.BackgroundColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  983.                 v.BorderColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  984.             elseif v.ClassName == "TextLabel" then
  985.                 v.BackgroundColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  986.                 v.BorderColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  987.             elseif v.ClassName == "TextBox" then
  988.                 v.BackgroundColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  989.                 v.BorderColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Theme.Text:match("^(.-),(.-),(.-)$"))
  990.             end
  991.         end
  992.     end
  993. end)
  994.  
  995. iTzSadButStillAHubGUI.Home.SettingsFrame.Text.Save.MouseButton1Down:connect(function()
  996.     if iTzSadButStillAHubGUI:GetDescendants()  then
  997.         for i,v in pairs(iTzSadButStillAHubGUI:GetDescendants()) do
  998.             if v.ClassName == "TextLabel" then
  999.                 v.TextColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Text.Text:match("^(.-),(.-),(.-)$"))
  1000.             elseif v.ClassName == "TextButton" then
  1001.                 v.TextColor3 = Color3.fromRGB(iTzSadButStillAHubGUI.Home.SettingsFrame.Text.Text:match("^(.-),(.-),(.-)$"))
  1002.             end
  1003.         end
  1004.     end
  1005. end)
  1006.  
  1007. HeliosSword.MouseButton1Click:connect(function()
  1008.     loadstring(game:GetObjects('rbxassetid://01444708238')[1].Source)()
  1009. end)
  1010.  
  1011. BlackDragon.MouseButton1Click:connect(function()
  1012.     loadstring(game:GetObjects('rbxassetid://01444690942')[1].Source)()
  1013. end)
  1014.  
  1015. ArcSlicer.MouseButton1Click:connect(function()
  1016.     loadstring(game:GetObjects('rbxassetid://01444687513')[1].Source)()
  1017. end)
  1018.  
  1019. MustardGas.MouseButton1Click:connect(function()
  1020.     loadstring(game:GetObjects('rbxassetid://01466092081')[1].Source)()
  1021. end)
  1022.  
  1023. BaseballBat.MouseButton1Click:connect(function()
  1024.     loadstring(game:GetObjects('rbxassetid://01466090579')[1].Source)()
  1025. end)
  1026.  
  1027. LustrisDreamer.MouseButton1Click:connect(function()
  1028.     loadstring(game:GetObjects('rbxassetid://1408642053')[1].Source)()
  1029. end)
  1030.  
  1031. GalaxyTitan.MouseButton1Click:connect(function()
  1032.     loadstring(game:GetObjects("rbxassetid://1444701494")[1].Source)()
  1033. end)
  1034.  
  1035. Hycleon.MouseButton1Click:connect(function()
  1036.     loadstring(game:GetObjects("rbxassetid://01466084076")[1].Source)()
  1037. end)
  1038.  
  1039. GiantCrimsonScythe.MouseButton1Click:connect(function()
  1040.     loadstring(game:GetObjects("rbxassetid://01444705917")[1].Source)()
  1041. end)
  1042.  
  1043. Cytoplasma.MouseButton1Click:connect(function()
  1044.     loadstring(game:GetObjects("rbxassetid://01444687513")[1].Source)()
  1045. end)
  1046.  
  1047. JailbreakAutoRobGUI.MouseButton1Click:connect(function()
  1048.     loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  1049. end)
  1050.  
  1051. MMXGUI.MouseButton1Click:connect(function()
  1052.     loadstring(game:GetObjects("rbxassetid://1407059957")[1].Source)()
  1053. end)
  1054.  
  1055. OPJailbreakGUI.MouseButton1Click:connect(function()
  1056.     loadstring(game:GetObjects("rbxassetid://1407077606")[1].Source)()
  1057. end)
  1058.  
  1059. PrisonLifev20GUI.MouseButton1Click:connect(function()
  1060.     loadstring(game:GetObjects("rbxassetid://1407057421")[1].Source)()
  1061. end)
  1062.  
  1063. ThePlazaMoneyScript.MouseButton1Click:connect(function()
  1064.     local amount = 21e8
  1065. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  1066. end)
  1067.  
  1068. ZombieRushKillallzombies.MouseButton1Click:connect(function()
  1069.     loadstring(game:GetObjects("rbxassetid://1407054952")[1].Source)()
  1070. end)
  1071.  
  1072. JailbreakGUIv104.MouseButton1Click:connect(function()
  1073.     loadstring(game:GetObjects("rbxassetid://1407076087")[1].Source)()
  1074. end)
  1075.  
  1076. LumberTycoon2GUI.MouseButton1Click:connect(function()
  1077.     loadstring(game:GetObjects("rbxassetid://1407077606")[1].Source)()
  1078. end)
  1079.  
  1080. MinersHavenGUI.MouseButton1Click:connect(function()
  1081.     loadstring(game:GetObjects("rbxassetid://1407061156")[1].Source)()
  1082. end)
  1083.  
  1084. WildRevolversAimbot.MouseButton1Click:connect(function()
  1085.     loadstring(game:GetObjects("rbxassetid://1407049982")[1].Source)()
  1086. end)
  1087.  
  1088. Topk3kV4.MouseButton1Click:connect(function()
  1089.     loadstring(game:GetObjects('rbxassetid://1407008348')[1].Source)()
  1090. end)
  1091.  
  1092. _100100FEGui.MouseButton1Click:connect(function()
  1093.     loadstring(game:GetObjects('rbxassetid://1407034411')[1].Source)()
  1094. end)
  1095.  
  1096. KorbloxHub.MouseButton1Click:connect(function()
  1097.     loadstring(game:GetObjects('rbxassetid://1407020073')[1].Source)()
  1098. end)
  1099.  
  1100. KillingsOpstatchangeGUI.MouseButton1Click:connect(function()
  1101.     loadstring(game:GetObjects('rbxassetid://1407011760')[1].Source)()
  1102. end)
  1103.  
  1104. Explorer.MouseButton1Click:connect(function()
  1105.     loadstring(game:GetObjects('rbxassetid://1407017425')[1].Source)()
  1106. end)
  1107.  
  1108. S3xGui.MouseButton1Click:connect(function()
  1109.     loadstring(game:GetObjects('rbxassetid://1407031585')[1].Source)()
  1110. end)
  1111.  
  1112. c00lguiReborn.MouseButton1Click:connect(function()
  1113.     loadstring(game:GetObjects('rbxassetid://1407026533')[1].Source)()
  1114. end)
  1115.  
  1116. PepeGUI.MouseButton1Click:connect(function()
  1117.     loadstring(game:GetObjects("rbxassetid://277881926")[1].Source)()
  1118. end)
  1119.  
  1120. InfinateYeild.MouseButton1Click:connect(function()
  1121.     loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  1122. end)
  1123.  
  1124. RoExploit.MouseButton1Click:connect(function()
  1125.     loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  1126. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement