Gostrondude

Untitled

Dec 11th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.57 KB | None | 0 0
  1. -- Quick Update To People On V3rm. I Fixed The Music Tab So Enjoy <3 -- lowliege#1834
  2.  
  3. -- [[IMPORTANT]]
  4.  
  5. -- PRESS "RIGHT ALT" TO OPEN THE HUB!
  6.  
  7. --[[MESSAGE FROM LOWLIEGE#1834]]
  8.  
  9. -- fuck you dawn you deserve this
  10. -- xerex made ui + make the script buttons work
  11. -- lowliege (me) scripted it + animations for the gui
  12. -- whitelist by skryptec, obvs no whitelist in this leaked but there would be
  13.  
  14. -- Thank you dean, dawn needed exposing. we got used so fuck him and his shitty hub
  15.  
  16. --[[sorry for any messy code, feel free to use the ui for any of your needs]]
  17.  
  18. local KorbloxHub = Instance.new("ScreenGui")
  19. local home = Instance.new("Frame")
  20. local gamescriptsbut = Instance.new("TextButton")
  21. local musicbut = Instance.new("TextButton")
  22. local settingsbut = Instance.new("TextButton")
  23. local scriptsbut = Instance.new("TextButton")
  24. local hbar2 = Instance.new("Frame")
  25. local hbar1 = Instance.new("Frame")
  26. local hexit = Instance.new("TextButton")
  27. local decoyhexit = Instance.new("TextButton")
  28. local htitle = Instance.new("TextLabel")
  29. local aboutbut = Instance.new("TextButton")
  30. local spliter = Instance.new("TextLabel")
  31. local changelog = Instance.new("TextLabel")
  32. local changelog1 = Instance.new("TextLabel")
  33. local changelog2 = Instance.new("TextLabel")
  34. local changelog2_2 = Instance.new("TextLabel")
  35. local changelog1_2 = Instance.new("TextLabel")
  36. local changelog1_3 = Instance.new("TextLabel")
  37. local music = Instance.new("Frame")
  38. local mbar2 = Instance.new("Frame")
  39. local mbar1 = Instance.new("Frame")
  40. local mexit = Instance.new("TextButton")
  41. local mctitle = Instance.new("TextLabel")
  42. local playsound = Instance.new("TextButton")
  43. local soundid = Instance.new("TextBox")
  44. local volumebtn = Instance.new("TextButton")
  45. local volumeval = Instance.new("TextBox")
  46. local pitchbtn = Instance.new("TextButton")
  47. local pitchval = Instance.new("TextBox")
  48. local loopedtl = Instance.new("TextLabel")
  49. local loopbtn = Instance.new("TextButton")
  50. local stopsound = Instance.new("TextButton")
  51. local scripts = Instance.new("Frame")
  52. local extra = Instance.new("Frame")
  53. local Script13 = Instance.new("TextButton")
  54. local ebar2 = Instance.new("Frame")
  55. local ebar1 = Instance.new("Frame")
  56. local eexit = Instance.new("TextButton")
  57. local etitle = Instance.new("TextLabel")
  58. local Script14 = Instance.new("TextButton")
  59. local Script15 = Instance.new("TextButton")
  60. local Script16 = Instance.new("TextButton")
  61. local Script17 = Instance.new("TextButton")
  62. local Script18 = Instance.new("TextButton")
  63. local Script19 = Instance.new("TextButton")
  64. local Script20 = Instance.new("TextButton")
  65. local Script21 = Instance.new("TextButton")
  66. local Script22 = Instance.new("TextButton")
  67. local Script23 = Instance.new("TextButton")
  68. local Script24 = Instance.new("TextButton")
  69. local scriptbackbone = Instance.new("Frame")
  70. local More = Instance.new("TextButton")
  71. local Script1 = Instance.new("TextButton")
  72. local Script10 = Instance.new("TextButton")
  73. local Script11 = Instance.new("TextButton")
  74. local Script12 = Instance.new("TextButton")
  75. local Script2 = Instance.new("TextButton")
  76. local Script3 = Instance.new("TextButton")
  77. local Script4 = Instance.new("TextButton")
  78. local Script5 = Instance.new("TextButton")
  79. local Script6 = Instance.new("TextButton")
  80. local Script7 = Instance.new("TextButton")
  81. local Script8 = Instance.new("TextButton")
  82. local Script9 = Instance.new("TextButton")
  83. local sbar1 = Instance.new("Frame")
  84. local sexit = Instance.new("TextButton")
  85. local stitle = Instance.new("TextLabel")
  86. local sbar2 = Instance.new("Frame")
  87. local gamefr = Instance.new("Frame")
  88. local gextra = Instance.new("Frame")
  89. local gScript13 = Instance.new("TextButton")
  90. local gebar2 = Instance.new("Frame")
  91. local gebar1 = Instance.new("Frame")
  92. local geexit = Instance.new("TextButton")
  93. local getitle = Instance.new("TextLabel")
  94. local gScript14 = Instance.new("TextButton")
  95. local gScript15 = Instance.new("TextButton")
  96. local gScript16 = Instance.new("TextButton")
  97. local gScript17 = Instance.new("TextButton")
  98. local gScript18 = Instance.new("TextButton")
  99. local gScript19 = Instance.new("TextButton")
  100. local gScript20 = Instance.new("TextButton")
  101. local gScript21 = Instance.new("TextButton")
  102. local gScript22 = Instance.new("TextButton")
  103. local gScript23 = Instance.new("TextButton")
  104. local gScript24 = Instance.new("TextButton")
  105. local gamebackbone = Instance.new("Frame")
  106. local gScript1 = Instance.new("TextButton")
  107. local gbar2 = Instance.new("Frame")
  108. local gbar1 = Instance.new("Frame")
  109. local gsexit = Instance.new("TextButton")
  110. local gstitle = Instance.new("TextLabel")
  111. local gScript2 = Instance.new("TextButton")
  112. local gScript3 = Instance.new("TextButton")
  113. local gScript4 = Instance.new("TextButton")
  114. local gScript5 = Instance.new("TextButton")
  115. local gScript6 = Instance.new("TextButton")
  116. local gScript7 = Instance.new("TextButton")
  117. local gScript8 = Instance.new("TextButton")
  118. local gScript9 = Instance.new("TextButton")
  119. local gScript10 = Instance.new("TextButton")
  120. local gScript11 = Instance.new("TextButton")
  121. local gScript12 = Instance.new("TextButton")
  122. local gMore = Instance.new("TextButton")
  123. local about = Instance.new("Frame")
  124. local abar2 = Instance.new("Frame")
  125. local abar1 = Instance.new("Frame")
  126. local aexit = Instance.new("TextButton")
  127. local atitle = Instance.new("TextLabel")
  128. local atitle1 = Instance.new("TextLabel")
  129. local atitle2 = Instance.new("TextLabel")
  130. local atitle3 = Instance.new("TextLabel")
  131. local atitle4 = Instance.new("TextLabel")
  132. local atitle5 = Instance.new("TextLabel")
  133. local atitle6 = Instance.new("TextLabel")
  134. local atitle7 = Instance.new("TextLabel")
  135. local atitle8 = Instance.new("TextLabel")
  136. local atitle9 = Instance.new("TextLabel")
  137. local atitle10 = Instance.new("TextLabel")
  138. local atitle11 = Instance.new("TextLabel")
  139. local atitle12 = Instance.new("TextLabel")
  140. local atitle13 = Instance.new("TextLabel")
  141. local atitle14 = Instance.new("TextLabel")
  142. local atitle15 = Instance.new("TextLabel")
  143. local settings = Instance.new("Frame")
  144. local setbar2 = Instance.new("Frame")
  145. local setbar1 = Instance.new("Frame")
  146. local setexit = Instance.new("TextButton")
  147. local settitle = Instance.new("TextLabel")
  148. local permclose = Instance.new("TextButton")
  149. local blur = Instance.new("TextButton")
  150. local blurval = Instance.new("TextBox")
  151.  
  152. --[[Properties]]
  153.  
  154. KorbloxHub.Name = "KorbloxHub"
  155. KorbloxHub.Parent = game.CoreGui
  156.  
  157. --[[SCRIPTS BELOW]]
  158.  
  159. Script1.MouseButton1Down:connect(function()
  160. loadstring(game:HttpGet("https://hastebin.com/raw/odixabogir", true))()
  161. end)
  162.  
  163. Script2.MouseButton1Down:connect(function()
  164. loadstring(game:HttpGet("https://hastebin.com/raw/motacagutu", true))()
  165. end)
  166.  
  167. Script3.MouseButton1Down:connect(function()
  168. loadstring(game:HttpGet("https://hastebin.com/raw/iyigurizup", true))()
  169. end)
  170.  
  171. Script4.MouseButton1Down:connect(function()
  172. loadstring(game:HttpGet("https://hastebin.com/raw/anayonimak", true))()
  173. end)
  174.  
  175. Script5.MouseButton1Down:connect(function()
  176. loadstring(game:HttpGet("https://hastebin.com/raw/okobicebon", true))()
  177. end)
  178.  
  179. Script6.MouseButton1Down:connect(function()
  180. loadstring(game:HttpGet("https://hastebin.com/raw/heqiguyuci", true))()
  181. end)
  182.  
  183. Script7.MouseButton1Down:connect(function()
  184. loadstring(game:HttpGet("https://hastebin.com/raw/etofosazaz", true))()
  185. end)
  186.  
  187. Script8.MouseButton1Down:connect(function()
  188. loadstring(game:HttpGet("https://hastebin.com/raw/seximiyike", true))()
  189. end)
  190.  
  191. Script9.MouseButton1Down:connect(function()
  192. loadstring(game:HttpGet("https://hastebin.com/raw/nuyuhesuja", true))()
  193. end)
  194.  
  195. Script10.MouseButton1Down:connect(function()
  196. loadstring(game:HttpGet("https://hastebin.com/raw/difelahuga", true))()
  197. end)
  198.  
  199. Script11.MouseButton1Down:connect(function()
  200. loadstring(game:HttpGet("https://hastebin.com/raw/dinuyugema", true))()
  201. end)
  202.  
  203. Script12.MouseButton1Down:connect(function()
  204. loadstring(game:HttpGet("https://hastebin.com/raw/aposasadef", true))()
  205. end)
  206.  
  207. Script13.MouseButton1Down:connect(function()
  208. loadstring(game:HttpGet("https://hastebin.com/raw/kokonumavi", true))()
  209. end)
  210.  
  211. Script14.MouseButton1Down:connect(function()
  212. loadstring(game:HttpGet("https://hastebin.com/raw/wotoliyucu", true))()
  213. end)
  214.  
  215. Script15.MouseButton1Down:connect(function()
  216. loadstring(game:HttpGet("https://hastebin.com/raw/oculosamov", true))()
  217. end)
  218.  
  219. Script16.MouseButton1Down:connect(function()
  220. loadstring(game:HttpGet("https://hastebin.com/raw/kuvifuwote", true))()
  221. end)
  222.  
  223. Script17.MouseButton1Down:connect(function()
  224. loadstring(game:HttpGet("https://hastebin.com/raw/ovivewarup", true))()
  225. end)
  226.  
  227. Script18.MouseButton1Down:connect(function()
  228. loadstring(game:HttpGet("https://hastebin.com/raw/quxepeketu", true))()
  229. end)
  230.  
  231. Script19.MouseButton1Down:connect(function()
  232. loadstring(game:HttpGet("https://hastebin.com/raw/opiyovigaq", true))()
  233. end)
  234.  
  235. Script20.MouseButton1Down:connect(function()
  236. loadstring(game:HttpGet("https://hastebin.com/raw/mekugaxayo", true))()
  237. end)
  238.  
  239. Script21.MouseButton1Down:connect(function()
  240. loadstring(game:HttpGet("https://hastebin.com/raw/mutaponiwe", true))()
  241. end)
  242.  
  243. Script22.MouseButton1Down:connect(function()
  244. loadstring(game:HttpGet("https://hastebin.com/raw/idupeceroh", true))()
  245. end)
  246.  
  247. Script23.MouseButton1Down:connect(function()
  248. loadstring(game:HttpGet("https://hastebin.com/raw/jarudeqibu", true))()
  249. end)
  250.  
  251. Script24.MouseButton1Down:connect(function()
  252. loadstring(game:HttpGet("https://hastebin.com/raw/lolajagube", true))()
  253. end)
  254.  
  255. gScript1.MouseButton1Down:connect(function()
  256. loadstring(game:HttpGet("https://hastebin.com/raw/ihehusaduf", true))()
  257. end)
  258.  
  259. gScript2.MouseButton1Down:connect(function()
  260. loadstring(game:HttpGet("https://hastebin.com/raw/ujimuyuyel", true))()
  261. end)
  262.  
  263. gScript3.MouseButton1Down:connect(function()
  264. loadstring(game:HttpGet("https://hastebin.com/raw/ibisutivor", true))()
  265. end)
  266.  
  267. gScript4.MouseButton1Down:connect(function()
  268. loadstring(game:HttpGet("https://hastebin.com/raw/koxavupaso", true))()
  269. end)
  270.  
  271. gScript5.MouseButton1Down:connect(function()
  272. loadstring(game:HttpGet("https://hastebin.com/raw/cumuyaciga", true))()
  273. end)
  274.  
  275. gScript6.MouseButton1Down:connect(function()
  276. loadstring(game:HttpGet("https://hastebin.com/raw/aziyunimez", true))()
  277. end)
  278.  
  279. gScript7.MouseButton1Down:connect(function()
  280. loadstring(game:HttpGet("https://hastebin.com/raw/lalayaqava", true))()
  281. end)
  282.  
  283. gScript8.MouseButton1Down:connect(function()
  284. loadstring(game:HttpGet("https://hastebin.com/raw/ahesabaduf", true))()
  285. end)
  286.  
  287. gScript9.MouseButton1Down:connect(function()
  288. loadstring(game:HttpGet("https://hastebin.com/raw/cepufohalo", true))()
  289. end)
  290.  
  291. gScript10.MouseButton1Down:connect(function()
  292. loadstring(game:HttpGet("https://hastebin.com/raw/alehociquf", true))()
  293. end)
  294.  
  295. gScript11.MouseButton1Down:connect(function()
  296. loadstring(game:HttpGet("https://hastebin.com/raw/unoseficog", true))()
  297. end)
  298.  
  299. gScript12.MouseButton1Down:connect(function()
  300. loadstring(game:HttpGet("https://hastebin.com/raw/lavefodire", true))()
  301. end)
  302.  
  303. gScript13.MouseButton1Down:connect(function()
  304. loadstring(game:HttpGet("https://hastebin.com/raw/oyacizihoj", true))()
  305. end)
  306.  
  307. gScript14.MouseButton1Down:connect(function()
  308. loadstring(game:HttpGet("https://hastebin.com/raw/ibunapilel", true))()
  309. end)
  310.  
  311. gScript15.MouseButton1Down:connect(function()
  312. loadstring(game:HttpGet("https://hastebin.com/raw/sahiwirege", true))()
  313. end)
  314.  
  315. gScript16.MouseButton1Down:connect(function()
  316. loadstring(game:HttpGet("https://hastebin.com/raw/komokucesa", true))()
  317. end)
  318.  
  319. gScript17.MouseButton1Down:connect(function()
  320. loadstring(game:HttpGet("https://hastebin.com/raw/ikigobiqiv", true))()
  321. end)
  322.  
  323. gScript18.MouseButton1Down:connect(function()
  324. loadstring(game:HttpGet("https://hastebin.com/raw/etNURZpw", true))()
  325. end)
  326.  
  327. gScript19.MouseButton1Down:connect(function()
  328. loadstring(game:HttpGet("https://hastebin.com/raw/jukujopuho", true))()
  329. end)
  330.  
  331. gScript20.MouseButton1Down:connect(function()
  332. loadstring(game:HttpGet("https://hastebin.com/raw/egapudarim", true))()
  333. end)
  334.  
  335. gScript21.MouseButton1Down:connect(function()
  336. loadstring(game:HttpGet("https://hastebin.com/raw/nebejocolo", true))()
  337. end)
  338.  
  339. gScript22.MouseButton1Down:connect(function()
  340. loadstring(game:HttpGet("https://hastebin.com/raw/egafolavap", true))()
  341. end)
  342.  
  343. gScript23.MouseButton1Down:connect(function()
  344. loadstring(game:HttpGet("https://hastebin.com/raw/nefirayeje", true))()
  345. end)
  346.  
  347. gScript24.MouseButton1Down:connect(function()
  348. loadstring(game:HttpGet("https://hastebin.com/raw/bikeyequco", true))()
  349. end)
  350.  
  351. --[[SCRIPTS ABOVE]]
  352.  
  353. home.Name = "home"
  354. home.Parent = KorbloxHub
  355. home.Active = true
  356. home.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  357. home.Draggable = true
  358. home.Position = UDim2.new(0.860000014, -150, 1.5, 0)
  359. home.Size = UDim2.new(0, 353, 0, 320)
  360.  
  361. gamescriptsbut.Name = "gamescriptsbut"
  362. gamescriptsbut.Parent = home
  363. gamescriptsbut.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  364. gamescriptsbut.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  365. gamescriptsbut.Position = UDim2.new(0.0198300257, 0, 0.35699746, 0)
  366. gamescriptsbut.Size = UDim2.new(0, 200, 0, 37)
  367. gamescriptsbut.Font = Enum.Font.Fantasy
  368. gamescriptsbut.FontSize = Enum.FontSize.Size32
  369. gamescriptsbut.Text = "Game Scripts"
  370. gamescriptsbut.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  371. gamescriptsbut.TextSize = 30
  372. gamescriptsbut.TextWrapped = true
  373.  
  374. musicbut.Name = "musicbut"
  375. musicbut.Parent = home
  376. musicbut.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  377. musicbut.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  378. musicbut.Position = UDim2.new(0.0184135884, 0, 0.490648836, 0)
  379. musicbut.Size = UDim2.new(0, 200, 0, 37)
  380. musicbut.Font = Enum.Font.Fantasy
  381. musicbut.FontSize = Enum.FontSize.Size32
  382. musicbut.Text = "Music"
  383. musicbut.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  384. musicbut.TextSize = 30
  385. musicbut.TextWrapped = true
  386.  
  387. settingsbut.Name = "settingsbut"
  388. settingsbut.Parent = home
  389. settingsbut.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  390. settingsbut.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  391. settingsbut.Position = UDim2.new(0.0184136033, 0, 0.625063539, 0)
  392. settingsbut.Size = UDim2.new(0, 200, 0, 37)
  393. settingsbut.Font = Enum.Font.Fantasy
  394. settingsbut.FontSize = Enum.FontSize.Size32
  395. settingsbut.Text = "Settings"
  396. settingsbut.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  397. settingsbut.TextSize = 30
  398. settingsbut.TextWrapped = true
  399.  
  400. scriptsbut.Name = "scriptsbut"
  401. scriptsbut.Parent = home
  402. scriptsbut.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  403. scriptsbut.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  404. scriptsbut.Position = UDim2.new(0.0184135996, 0, 0.217271, 0)
  405. scriptsbut.Size = UDim2.new(0, 200, 0, 37)
  406. scriptsbut.Font = Enum.Font.Fantasy
  407. scriptsbut.FontSize = Enum.FontSize.Size32
  408. scriptsbut.Text = "Scripts"
  409. scriptsbut.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  410. scriptsbut.TextSize = 30
  411. scriptsbut.TextWrapped = true
  412.  
  413. hbar2.Name = "hbar2"
  414. hbar2.Parent = home
  415. hbar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  416. hbar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  417. hbar2.Position = UDim2.new(0, 0, 0.03125, 0)
  418. hbar2.Size = UDim2.new(0, 353, 0, 23)
  419.  
  420. hbar1.Name = "hbar1"
  421. hbar1.Parent = home
  422. hbar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  423. hbar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  424. hbar1.Size = UDim2.new(0, 353, 0, 27)
  425.  
  426. hexit.Name = "hexit"
  427. hexit.Parent = hbar1
  428. hexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  429. hexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  430. hexit.Position = UDim2.new(0.936915755, 0, 0.000565446913, 0)
  431. hexit.Size = UDim2.new(0, 22, 0, 21)
  432. hexit.Font = Enum.Font.SourceSans
  433. hexit.FontSize = Enum.FontSize.Size14
  434. hexit.Text = "X"
  435. hexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  436. hexit.TextScaled = true
  437. hexit.TextSize = 14
  438. hexit.TextWrapped = true
  439. hexit.Visible = false
  440.  
  441. decoyhexit.Name = "decoyhexit"
  442. decoyhexit.Parent = hbar1
  443. decoyhexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  444. decoyhexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  445. decoyhexit.Position = UDim2.new(0.936915755, 0, 0.000565446913, 0)
  446. decoyhexit.Size = UDim2.new(0, 22, 0, 21)
  447. decoyhexit.Font = Enum.Font.SourceSans
  448. decoyhexit.FontSize = Enum.FontSize.Size14
  449. decoyhexit.Text = "X"
  450. decoyhexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  451. decoyhexit.TextScaled = true
  452. decoyhexit.TextSize = 14
  453. decoyhexit.TextWrapped = true
  454. decoyhexit.Visible = true
  455.  
  456. htitle.Name = "htitle"
  457. htitle.Parent = hbar1
  458. htitle.BackgroundColor3 = Color3.new(1, 1, 1)
  459. htitle.BackgroundTransparency = 3434
  460. htitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  461. htitle.Position = UDim2.new(-0.0194210168, 0, 0.111111112, 0)
  462. htitle.Size = UDim2.new(0, 200, 0, 21)
  463. htitle.Font = Enum.Font.Fantasy
  464. htitle.FontSize = Enum.FontSize.Size14
  465. htitle.Text = "KorbloxHub || Home"
  466. htitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  467. htitle.TextScaled = true
  468. htitle.TextSize = 14
  469. htitle.TextWrapped = true
  470.  
  471. aboutbut.Name = "aboutbut"
  472. aboutbut.Parent = home
  473. aboutbut.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  474. aboutbut.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  475. aboutbut.Position = UDim2.new(0.0184136033, 0, 0.759438515, 0)
  476. aboutbut.Size = UDim2.new(0, 200, 0, 37)
  477. aboutbut.Font = Enum.Font.Fantasy
  478. aboutbut.FontSize = Enum.FontSize.Size32
  479. aboutbut.Text = "About"
  480. aboutbut.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  481. aboutbut.TextSize = 30
  482. aboutbut.TextWrapped = true
  483.  
  484. spliter.Name = "spliter"
  485. spliter.Parent = home
  486. spliter.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  487. spliter.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  488. spliter.Position = UDim2.new(0.606232285, 0, 0.121875003, 0)
  489. spliter.Size = UDim2.new(0, 2, 0, 273)
  490. spliter.Font = Enum.Font.SourceSans
  491. spliter.FontSize = Enum.FontSize.Size14
  492. spliter.Text = ""
  493. spliter.TextSize = 14
  494.  
  495. changelog.Name = "changelog"
  496. changelog.Parent = home
  497. changelog.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  498. changelog.BackgroundTransparency = 3434
  499. changelog.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  500. changelog.Position = UDim2.new(0.634560883, 0, 0.140625, 0)
  501. changelog.Size = UDim2.new(0, 118, 0, 21)
  502. changelog.Font = Enum.Font.Fantasy
  503. changelog.FontSize = Enum.FontSize.Size14
  504. changelog.Text = "Update:"
  505. changelog.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  506. changelog.TextScaled = true
  507. changelog.TextSize = 14
  508. changelog.TextWrapped = true
  509.  
  510. changelog1.Name = "changelog1"
  511. changelog1.Parent = home
  512. changelog1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  513. changelog1.BackgroundTransparency = 3434
  514. changelog1.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  515. changelog1.Position = UDim2.new(0.634560883, 0, 0.231250003, 0)
  516. changelog1.Size = UDim2.new(0, 118, 0, 238)
  517. changelog1.Font = Enum.Font.Fantasy
  518. changelog1.FontSize = Enum.FontSize.Size14
  519. changelog1.Text = "Leaked By Dean And lowliege, please read the about. Sorry Xerex I know you spent a long time on this UI but I feel like I have to leak it, I spent hours doing this to be 'used', it's debateable whether I should or shouldn't leak it and I truly feel like I should."
  520. changelog1.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  521. changelog1.TextScaled = true
  522. changelog1.TextSize = 14
  523. changelog1.TextWrapped = true
  524.  
  525. scripts.Name = "scripts"
  526. scripts.Parent = KorbloxHub
  527. scripts.Active = true
  528. scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  529. scripts.BackgroundTransparency = 1
  530. scripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  531. scripts.Position = UDim2.new(0.5, -150, 1.5, 0)
  532. scripts.Size = UDim2.new(0, 241, 0, 558)
  533.  
  534. extra.Name = "extra"
  535. extra.Parent = scripts
  536. extra.Active = true
  537. extra.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  538. extra.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  539. extra.Draggable = true
  540. extra.Position = UDim2.new(1.04100001, -1600, -0.00100000005, 0)
  541. extra.Size = UDim2.new(0, 241, 0, 558)
  542. extra.ZIndex = 4
  543.  
  544. Script13.Name = "Script13"
  545. Script13.Parent = extra
  546. Script13.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  547. Script13.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  548. Script13.Position = UDim2.new(0.0186721999, 0, 0.0736086145, 0)
  549. Script13.Size = UDim2.new(0, 231, 0, 37)
  550. Script13.ZIndex = 5
  551. Script13.Font = Enum.Font.Fantasy
  552. Script13.FontSize = Enum.FontSize.Size32
  553. Script13.Text = "Kenoshiro"
  554. Script13.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  555. Script13.TextSize = 30
  556. Script13.TextWrapped = true
  557.  
  558. ebar2.Name = "ebar2"
  559. ebar2.Parent = extra
  560. ebar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  561. ebar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  562. ebar2.Position = UDim2.new(0, 0, 0.0483870953, 0)
  563. ebar2.Size = UDim2.new(0, 241, 0, 7)
  564. ebar2.ZIndex = 5
  565.  
  566. ebar1.Name = "ebar1"
  567. ebar1.Parent = extra
  568. ebar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  569. ebar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  570. ebar1.Position = UDim2.new(-0.00132073998, 0, 0, 0)
  571. ebar1.Size = UDim2.new(0, 241, 0, 27)
  572. ebar1.ZIndex = 5
  573.  
  574. eexit.Name = "eexit"
  575. eexit.Parent = ebar1
  576. eexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  577. eexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  578. eexit.Position = UDim2.new(0.907870114, 0, 0.000565446913, 0)
  579. eexit.Size = UDim2.new(0, 22, 0, 21)
  580. eexit.ZIndex = 5
  581. eexit.Font = Enum.Font.SourceSans
  582. eexit.FontSize = Enum.FontSize.Size14
  583. eexit.Text = "X"
  584. eexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  585. eexit.TextScaled = true
  586. eexit.TextSize = 14
  587. eexit.TextWrapped = true
  588.  
  589. etitle.Name = "etitle"
  590. etitle.Parent = ebar1
  591. etitle.BackgroundColor3 = Color3.new(1, 1, 1)
  592. etitle.BackgroundTransparency = 3434
  593. etitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  594. etitle.Position = UDim2.new(-0.0414937772, 0, 0.111111112, 0)
  595. etitle.Size = UDim2.new(0, 201, 0, 21)
  596. etitle.ZIndex = 5
  597. etitle.Font = Enum.Font.Fantasy
  598. etitle.FontSize = Enum.FontSize.Size14
  599. etitle.Text = "KorbloxHub || Extra"
  600. etitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  601. etitle.TextScaled = true
  602. etitle.TextSize = 14
  603. etitle.TextWrapped = true
  604.  
  605. Script14.Name = "Script14"
  606. Script14.Parent = extra
  607. Script14.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  608. Script14.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  609. Script14.Position = UDim2.new(0.0186721999, 0, 0.150807902, 0)
  610. Script14.Size = UDim2.new(0, 231, 0, 37)
  611. Script14.ZIndex = 5
  612. Script14.Font = Enum.Font.Fantasy
  613. Script14.FontSize = Enum.FontSize.Size32
  614. Script14.Text = "Leaf Blower"
  615. Script14.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  616. Script14.TextSize = 30
  617. Script14.TextWrapped = true
  618.  
  619. Script15.Name = "Script15"
  620. Script15.Parent = extra
  621. Script15.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  622. Script15.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  623. Script15.Position = UDim2.new(0.0186721999, 0, 0.228007182, 0)
  624. Script15.Size = UDim2.new(0, 231, 0, 37)
  625. Script15.ZIndex = 5
  626. Script15.Font = Enum.Font.Fantasy
  627. Script15.FontSize = Enum.FontSize.Size32
  628. Script15.Text = "LUA Hammer"
  629. Script15.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  630. Script15.TextSize = 30
  631. Script15.TextWrapped = true
  632.  
  633. Script16.Name = "Script16"
  634. Script16.Parent = extra
  635. Script16.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  636. Script16.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  637. Script16.Position = UDim2.new(0.0186721999, 0, 0.305206478, 0)
  638. Script16.Size = UDim2.new(0, 231, 0, 37)
  639. Script16.ZIndex = 5
  640. Script16.Font = Enum.Font.Fantasy
  641. Script16.FontSize = Enum.FontSize.Size32
  642. Script16.Text = "Wings"
  643. Script16.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  644. Script16.TextSize = 30
  645. Script16.TextWrapped = true
  646.  
  647. Script17.Name = "Script17"
  648. Script17.Parent = extra
  649. Script17.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  650. Script17.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  651. Script17.Position = UDim2.new(0.0186721999, 0, 0.382405758, 0)
  652. Script17.Size = UDim2.new(0, 231, 0, 37)
  653. Script17.ZIndex = 5
  654. Script17.Font = Enum.Font.Fantasy
  655. Script17.FontSize = Enum.FontSize.Size32
  656. Script17.Text = "Hell Fire"
  657. Script17.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  658. Script17.TextSize = 30
  659. Script17.TextWrapped = true
  660.  
  661. Script18.Name = "Script18"
  662. Script18.Parent = extra
  663. Script18.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  664. Script18.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  665. Script18.Position = UDim2.new(0.0186721999, 0, 0.459605038, 0)
  666. Script18.Size = UDim2.new(0, 231, 0, 37)
  667. Script18.ZIndex = 5
  668. Script18.Font = Enum.Font.Fantasy
  669. Script18.FontSize = Enum.FontSize.Size32
  670. Script18.Text = "Mustard Gas"
  671. Script18.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  672. Script18.TextSize = 30
  673. Script18.TextWrapped = true
  674.  
  675. Script19.Name = "Script19"
  676. Script19.Parent = extra
  677. Script19.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  678. Script19.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  679. Script19.Position = UDim2.new(0.0186721999, 0, 0.536804259, 0)
  680. Script19.Size = UDim2.new(0, 231, 0, 37)
  681. Script19.ZIndex = 5
  682. Script19.Font = Enum.Font.Fantasy
  683. Script19.FontSize = Enum.FontSize.Size32
  684. Script19.Text = "Dev-Uzi"
  685. Script19.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  686. Script19.TextSize = 30
  687. Script19.TextWrapped = true
  688.  
  689. Script20.Name = "Script20"
  690. Script20.Parent = extra
  691. Script20.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  692. Script20.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  693. Script20.Position = UDim2.new(0.0186721999, 0, 0.614003539, 0)
  694. Script20.Size = UDim2.new(0, 231, 0, 37)
  695. Script20.ZIndex = 5
  696. Script20.Font = Enum.Font.Fantasy
  697. Script20.FontSize = Enum.FontSize.Size32
  698. Script20.Text = "Nebula Staff"
  699. Script20.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  700. Script20.TextSize = 30
  701. Script20.TextWrapped = true
  702.  
  703. Script21.Name = "Script21"
  704. Script21.Parent = extra
  705. Script21.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  706. Script21.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  707. Script21.Position = UDim2.new(0.0186721999, 0, 0.691202819, 0)
  708. Script21.Size = UDim2.new(0, 231, 0, 37)
  709. Script21.ZIndex = 5
  710. Script21.Font = Enum.Font.Fantasy
  711. Script21.FontSize = Enum.FontSize.Size32
  712. Script21.Text = "Cerberus Fang"
  713. Script21.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  714. Script21.TextSize = 30
  715. Script21.TextWrapped = true
  716.  
  717. Script22.Name = "Script22"
  718. Script22.Parent = extra
  719. Script22.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  720. Script22.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  721. Script22.Position = UDim2.new(0.0186721999, 0, 0.7684021, 0)
  722. Script22.Size = UDim2.new(0, 231, 0, 37)
  723. Script22.ZIndex = 5
  724. Script22.Font = Enum.Font.Fantasy
  725. Script22.FontSize = Enum.FontSize.Size32
  726. Script22.Text = "Anonymous"
  727. Script22.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  728. Script22.TextSize = 30
  729. Script22.TextWrapped = true
  730.  
  731. Script23.Name = "Script23"
  732. Script23.Parent = extra
  733. Script23.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  734. Script23.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  735. Script23.Position = UDim2.new(0.0186721999, 0, 0.84560138, 0)
  736. Script23.Size = UDim2.new(0, 231, 0, 37)
  737. Script23.ZIndex = 5
  738. Script23.Font = Enum.Font.Fantasy
  739. Script23.FontSize = Enum.FontSize.Size32
  740. Script23.Text = "Bacon Bozos"
  741. Script23.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  742. Script23.TextSize = 30
  743. Script23.TextWrapped = true
  744.  
  745. Script24.Name = "Script24"
  746. Script24.Parent = extra
  747. Script24.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  748. Script24.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  749. Script24.Position = UDim2.new(0.0186721999, 0, 0.92280066, 0)
  750. Script24.Size = UDim2.new(0, 231, 0, 37)
  751. Script24.ZIndex = 5
  752. Script24.Font = Enum.Font.Fantasy
  753. Script24.FontSize = Enum.FontSize.Size32
  754. Script24.Text = "Grab Knife v4"
  755. Script24.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  756. Script24.TextSize = 30
  757. Script24.TextWrapped = true
  758.  
  759. scriptbackbone.Name = "scriptbackbone"
  760. scriptbackbone.Parent = scripts
  761. scriptbackbone.Active = true
  762. scriptbackbone.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  763. scriptbackbone.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  764. scriptbackbone.Draggable = true
  765. scriptbackbone.Size = UDim2.new(0, 241, 0, 558)
  766.  
  767. More.Name = "More"
  768. More.Parent = scriptbackbone
  769. More.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  770. More.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  771. More.Position = UDim2.new(0.225751072, 0, 1.01254475, 0)
  772. More.Size = UDim2.new(0, 132, 0, 31)
  773. More.Font = Enum.Font.Fantasy
  774. More.FontSize = Enum.FontSize.Size18
  775. More.Text = "More Scripts >>"
  776. More.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  777. More.TextSize = 17
  778.  
  779. Script1.Name = "Script1"
  780. Script1.Parent = scriptbackbone
  781. Script1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  782. Script1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  783. Script1.Position = UDim2.new(0.0186721999, 0, 0.0736086145, 0)
  784. Script1.Size = UDim2.new(0, 231, 0, 37)
  785. Script1.Font = Enum.Font.Fantasy
  786. Script1.FontSize = Enum.FontSize.Size32
  787. Script1.Text = "Giga Vante"
  788. Script1.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  789. Script1.TextSize = 30
  790. Script1.TextWrapped = true
  791.  
  792. Script10.Name = "Script10"
  793. Script10.Parent = scriptbackbone
  794. Script10.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  795. Script10.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  796. Script10.Position = UDim2.new(0.0186721999, 0, 0.7684021, 0)
  797. Script10.Size = UDim2.new(0, 231, 0, 37)
  798. Script10.Font = Enum.Font.Fantasy
  799. Script10.FontSize = Enum.FontSize.Size32
  800. Script10.Text = "School Shooter"
  801. Script10.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  802. Script10.TextSize = 30
  803. Script10.TextWrapped = true
  804.  
  805. Script11.Name = "Script11"
  806. Script11.Parent = scriptbackbone
  807. Script11.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  808. Script11.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  809. Script11.Position = UDim2.new(0.0186721999, 0, 0.84560138, 0)
  810. Script11.Size = UDim2.new(0, 231, 0, 37)
  811. Script11.Font = Enum.Font.Fantasy
  812. Script11.FontSize = Enum.FontSize.Size32
  813. Script11.Text = "Bomb Vest"
  814. Script11.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  815. Script11.TextSize = 30
  816. Script11.TextWrapped = true
  817.  
  818. Script12.Name = "Script12"
  819. Script12.Parent = scriptbackbone
  820. Script12.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  821. Script12.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  822. Script12.Position = UDim2.new(0.0186721999, 0, 0.92280066, 0)
  823. Script12.Size = UDim2.new(0, 231, 0, 37)
  824. Script12.Font = Enum.Font.Fantasy
  825. Script12.FontSize = Enum.FontSize.Size32
  826. Script12.Text = "John Doe"
  827. Script12.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  828. Script12.TextSize = 30
  829. Script12.TextWrapped = true
  830.  
  831. Script2.Name = "Script2"
  832. Script2.Parent = scriptbackbone
  833. Script2.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  834. Script2.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  835. Script2.Position = UDim2.new(0.0186721999, 0, 0.150807902, 0)
  836. Script2.Size = UDim2.new(0, 231, 0, 37)
  837. Script2.Font = Enum.Font.Fantasy
  838. Script2.FontSize = Enum.FontSize.Size32
  839. Script2.Text = "Wrench"
  840. Script2.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  841. Script2.TextSize = 30
  842. Script2.TextWrapped = true
  843.  
  844. Script3.Name = "Script3"
  845. Script3.Parent = scriptbackbone
  846. Script3.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  847. Script3.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  848. Script3.Position = UDim2.new(0.0186721999, 0, 0.228007182, 0)
  849. Script3.Size = UDim2.new(0, 231, 0, 37)
  850. Script3.Font = Enum.Font.Fantasy
  851. Script3.FontSize = Enum.FontSize.Size32
  852. Script3.Text = "Pennywise"
  853. Script3.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  854. Script3.TextSize = 30
  855. Script3.TextWrapped = true
  856.  
  857. Script4.Name = "Script4"
  858. Script4.Parent = scriptbackbone
  859. Script4.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  860. Script4.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  861. Script4.Position = UDim2.new(0.0186721999, 0, 0.305206478, 0)
  862. Script4.Size = UDim2.new(0, 231, 0, 37)
  863. Script4.Font = Enum.Font.Fantasy
  864. Script4.FontSize = Enum.FontSize.Size32
  865. Script4.Text = "Pee"
  866. Script4.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  867. Script4.TextSize = 30
  868. Script4.TextWrapped = true
  869.  
  870. Script5.Name = "Script5"
  871. Script5.Parent = scriptbackbone
  872. Script5.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  873. Script5.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  874. Script5.Position = UDim2.new(0.0186721999, 0, 0.382405758, 0)
  875. Script5.Size = UDim2.new(0, 231, 0, 37)
  876. Script5.Font = Enum.Font.Fantasy
  877. Script5.FontSize = Enum.FontSize.Size32
  878. Script5.Text = "nibba u gay"
  879. Script5.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  880. Script5.TextSize = 30
  881. Script5.TextWrapped = true
  882.  
  883. Script6.Name = "Script6"
  884. Script6.Parent = scriptbackbone
  885. Script6.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  886. Script6.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  887. Script6.Position = UDim2.new(0.0186721999, 0, 0.459605038, 0)
  888. Script6.Size = UDim2.new(0, 231, 0, 37)
  889. Script6.Font = Enum.Font.Fantasy
  890. Script6.FontSize = Enum.FontSize.Size32
  891. Script6.Text = "Blackjack"
  892. Script6.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  893. Script6.TextSize = 30
  894. Script6.TextWrapped = true
  895.  
  896. Script7.Name = "Script7"
  897. Script7.Parent = scriptbackbone
  898. Script7.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  899. Script7.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  900. Script7.Position = UDim2.new(0.0186721999, 0, 0.536804259, 0)
  901. Script7.Size = UDim2.new(0, 231, 0, 37)
  902. Script7.Font = Enum.Font.Fantasy
  903. Script7.FontSize = Enum.FontSize.Size32
  904. Script7.Text = "Bodyguards"
  905. Script7.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  906. Script7.TextSize = 30
  907. Script7.TextWrapped = true
  908.  
  909. Script8.Name = "Script8"
  910. Script8.Parent = scriptbackbone
  911. Script8.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  912. Script8.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  913. Script8.Position = UDim2.new(0.0186721999, 0, 0.614003539, 0)
  914. Script8.Size = UDim2.new(0, 231, 0, 37)
  915. Script8.Font = Enum.Font.Fantasy
  916. Script8.FontSize = Enum.FontSize.Size32
  917. Script8.Text = "Bubble Bike"
  918. Script8.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  919. Script8.TextSize = 30
  920. Script8.TextWrapped = true
  921.  
  922. Script9.Name = "Script9"
  923. Script9.Parent = scriptbackbone
  924. Script9.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  925. Script9.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  926. Script9.Position = UDim2.new(0.0186721999, 0, 0.691202819, 0)
  927. Script9.Size = UDim2.new(0, 231, 0, 37)
  928. Script9.Font = Enum.Font.Fantasy
  929. Script9.FontSize = Enum.FontSize.Size32
  930. Script9.Text = "Bumper Car"
  931. Script9.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  932. Script9.TextSize = 30
  933. Script9.TextWrapped = true
  934.  
  935. sbar1.Name = "sbar1"
  936. sbar1.Parent = scriptbackbone
  937. sbar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  938. sbar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  939. sbar1.Position = UDim2.new(-0.00132073998, 0, 0, 0)
  940. sbar1.Size = UDim2.new(0, 241, 0, 27)
  941.  
  942. sexit.Name = "sexit"
  943. sexit.Parent = sbar1
  944. sexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  945. sexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  946. sexit.Position = UDim2.new(0.907870114, 0, 0.000565446913, 0)
  947. sexit.Size = UDim2.new(0, 22, 0, 21)
  948. sexit.Font = Enum.Font.SourceSans
  949. sexit.FontSize = Enum.FontSize.Size14
  950. sexit.Text = "X"
  951. sexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  952. sexit.TextScaled = true
  953. sexit.TextSize = 14
  954. sexit.TextWrapped = true
  955.  
  956. stitle.Name = "stitle"
  957. stitle.Parent = sbar1
  958. stitle.BackgroundColor3 = Color3.new(1, 1, 1)
  959. stitle.BackgroundTransparency = 3434
  960. stitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  961. stitle.Position = UDim2.new(-0.00414937781, 0, 0.111111112, 0)
  962. stitle.Size = UDim2.new(0, 201, 0, 21)
  963. stitle.Font = Enum.Font.Fantasy
  964. stitle.FontSize = Enum.FontSize.Size14
  965. stitle.Text = "KorbloxHub || Scripts"
  966. stitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  967. stitle.TextScaled = true
  968. stitle.TextSize = 14
  969. stitle.TextWrapped = true
  970.  
  971. sbar2.Name = "sbar2"
  972. sbar2.Parent = scriptbackbone
  973. sbar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  974. sbar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  975. sbar2.Position = UDim2.new(0, 0, 0.0483870953, 0)
  976. sbar2.Size = UDim2.new(0, 241, 0, 7)
  977.  
  978. gamefr.Name = "gamefr"
  979. gamefr.Parent = KorbloxHub
  980. gamefr.Active = true
  981. gamefr.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  982. gamefr.BackgroundTransparency = 1
  983. gamefr.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  984. gamefr.Position = UDim2.new(0.5, -120, 1.5, 0)
  985. gamefr.Size = UDim2.new(0, 241, 0, 558)
  986.  
  987. gextra.Name = "gextra"
  988. gextra.Parent = gamefr
  989. gextra.Active = true
  990. gextra.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  991. gextra.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  992. gextra.Draggable = true
  993. gextra.Position = UDim2.new(0.5, -1600, 0, 0)
  994. gextra.Size = UDim2.new(0, 241, 0, 558)
  995.  
  996. gScript13.Name = "gScript13"
  997. gScript13.Parent = gextra
  998. gScript13.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  999. gScript13.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1000. gScript13.Position = UDim2.new(0.0186721999, 0, 0.0736086145, 0)
  1001. gScript13.Size = UDim2.new(0, 231, 0, 37)
  1002. gScript13.Font = Enum.Font.Fantasy
  1003. gScript13.FontSize = Enum.FontSize.Size32
  1004. gScript13.Text = "UnJailbreak"
  1005. gScript13.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1006. gScript13.TextSize = 30
  1007. gScript13.TextWrapped = true
  1008.  
  1009. gebar2.Name = "gebar2"
  1010. gebar2.Parent = gextra
  1011. gebar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1012. gebar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1013. gebar2.Position = UDim2.new(0, 0, 0.0483870953, 0)
  1014. gebar2.Size = UDim2.new(0, 241, 0, 7)
  1015.  
  1016. gebar1.Name = "gebar1"
  1017. gebar1.Parent = gextra
  1018. gebar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1019. gebar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1020. gebar1.Position = UDim2.new(-0.00132073998, 0, 0, 0)
  1021. gebar1.Size = UDim2.new(0, 241, 0, 27)
  1022.  
  1023. geexit.Name = "geexit"
  1024. geexit.Parent = gebar1
  1025. geexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1026. geexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1027. geexit.Position = UDim2.new(0.907870114, 0, 0.000565446913, 0)
  1028. geexit.Size = UDim2.new(0, 22, 0, 21)
  1029. geexit.Font = Enum.Font.SourceSans
  1030. geexit.FontSize = Enum.FontSize.Size14
  1031. geexit.Text = "X"
  1032. geexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1033. geexit.TextScaled = true
  1034. geexit.TextSize = 14
  1035. geexit.TextWrapped = true
  1036.  
  1037. getitle.Name = "getitle"
  1038. getitle.Parent = gebar1
  1039. getitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1040. getitle.BackgroundTransparency = 3434
  1041. getitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1042. getitle.Position = UDim2.new(-0.0414937772, 0, 0.111111112, 0)
  1043. getitle.Size = UDim2.new(0, 201, 0, 21)
  1044. getitle.Font = Enum.Font.Fantasy
  1045. getitle.FontSize = Enum.FontSize.Size14
  1046. getitle.Text = "KorbloxHub || G Extra"
  1047. getitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1048. getitle.TextScaled = true
  1049. getitle.TextSize = 14
  1050. getitle.TextWrapped = true
  1051.  
  1052. gScript14.Name = "gScript14"
  1053. gScript14.Parent = gextra
  1054. gScript14.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1055. gScript14.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1056. gScript14.Position = UDim2.new(0.0186721999, 0, 0.150807902, 0)
  1057. gScript14.Size = UDim2.new(0, 231, 0, 37)
  1058. gScript14.Font = Enum.Font.Fantasy
  1059. gScript14.FontSize = Enum.FontSize.Size32
  1060. gScript14.Text = "MM2 ESP"
  1061. gScript14.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1062. gScript14.TextSize = 30
  1063. gScript14.TextWrapped = true
  1064.  
  1065. gScript15.Name = "gScript15"
  1066. gScript15.Parent = gextra
  1067. gScript15.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1068. gScript15.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1069. gScript15.Position = UDim2.new(0.0186721999, 0, 0.228007182, 0)
  1070. gScript15.Size = UDim2.new(0, 231, 0, 37)
  1071. gScript15.Font = Enum.Font.Fantasy
  1072. gScript15.FontSize = Enum.FontSize.Size32
  1073. gScript15.Text = "BloxHunt GUI"
  1074. gScript15.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1075. gScript15.TextSize = 30
  1076. gScript15.TextWrapped = true
  1077.  
  1078. gScript16.Name = "gScript16"
  1079. gScript16.Parent = gextra
  1080. gScript16.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1081. gScript16.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1082. gScript16.Position = UDim2.new(0.0186721999, 0, 0.305206478, 0)
  1083. gScript16.Size = UDim2.new(0, 231, 0, 37)
  1084. gScript16.Font = Enum.Font.Fantasy
  1085. gScript16.FontSize = Enum.FontSize.Size32
  1086. gScript16.Text = "CloneTyc Money"
  1087. gScript16.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1088. gScript16.TextSize = 30
  1089. gScript16.TextWrapped = true
  1090.  
  1091. gScript17.Name = "gScript17"
  1092. gScript17.Parent = gextra
  1093. gScript17.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1094. gScript17.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1095. gScript17.Position = UDim2.new(0.0186721999, 0, 0.382405758, 0)
  1096. gScript17.Size = UDim2.new(0, 231, 0, 37)
  1097. gScript17.Font = Enum.Font.Fantasy
  1098. gScript17.FontSize = Enum.FontSize.Size32
  1099. gScript17.Text = "ThePlaza Ban Me Spam"
  1100. gScript17.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1101. gScript17.TextSize = 30
  1102. gScript17.TextWrapped = true
  1103. gScript17.TextScaled = true
  1104.  
  1105. gScript18.Name = "gScript18"
  1106. gScript18.Parent = gextra
  1107. gScript18.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1108. gScript18.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1109. gScript18.Position = UDim2.new(0.0186721999, 0, 0.459605038, 0)
  1110. gScript18.Size = UDim2.new(0, 231, 0, 37)
  1111. gScript18.Font = Enum.Font.Fantasy
  1112. gScript18.FontSize = Enum.FontSize.Size32
  1113. gScript18.Text = "ManEgg GUI"
  1114. gScript18.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1115. gScript18.TextSize = 30
  1116. gScript18.TextWrapped = true
  1117.  
  1118. gScript19.Name = "gScript19"
  1119. gScript19.Parent = gextra
  1120. gScript19.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1121. gScript19.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1122. gScript19.Position = UDim2.new(0.0186721999, 0, 0.536804259, 0)
  1123. gScript19.Size = UDim2.new(0, 231, 0, 37)
  1124. gScript19.Font = Enum.Font.Fantasy
  1125. gScript19.FontSize = Enum.FontSize.Size32
  1126. gScript19.Text = "HSL Money"
  1127. gScript19.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1128. gScript19.TextSize = 30
  1129. gScript19.TextWrapped = true
  1130.  
  1131. gScript20.Name = "gScript20"
  1132. gScript20.Parent = gextra
  1133. gScript20.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1134. gScript20.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1135. gScript20.Position = UDim2.new(0.0186721999, 0, 0.614003539, 0)
  1136. gScript20.Size = UDim2.new(0, 231, 0, 37)
  1137. gScript20.Font = Enum.Font.Fantasy
  1138. gScript20.FontSize = Enum.FontSize.Size32
  1139. gScript20.Text = "HSL Rare Cars"
  1140. gScript20.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1141. gScript20.TextSize = 30
  1142. gScript20.TextWrapped = true
  1143.  
  1144. gScript21.Name = "gScript21"
  1145. gScript21.Parent = gextra
  1146. gScript21.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1147. gScript21.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1148. gScript21.Position = UDim2.new(0.0186721999, 0, 0.691202819, 0)
  1149. gScript21.Size = UDim2.new(0, 231, 0, 37)
  1150. gScript21.Font = Enum.Font.Fantasy
  1151. gScript21.FontSize = Enum.FontSize.Size32
  1152. gScript21.Text = "GuessThatSong GUI"
  1153. gScript21.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1154. gScript21.TextSize = 30
  1155. gScript21.TextWrapped = true
  1156. gScript21.TextScaled = true
  1157.  
  1158. gScript22.Name = "gScript22"
  1159. gScript22.Parent = gextra
  1160. gScript22.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1161. gScript22.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1162. gScript22.Position = UDim2.new(0.0186721999, 0, 0.7684021, 0)
  1163. gScript22.Size = UDim2.new(0, 231, 0, 37)
  1164. gScript22.Font = Enum.Font.Fantasy
  1165. gScript22.FontSize = Enum.FontSize.Size32
  1166. gScript22.Text = "FE Noises"
  1167. gScript22.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1168. gScript22.TextSize = 30
  1169. gScript22.TextWrapped = true
  1170.  
  1171. gScript23.Name = "gScript23"
  1172. gScript23.Parent = gextra
  1173. gScript23.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1174. gScript23.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1175. gScript23.Position = UDim2.new(0.0186721999, 0, 0.84560138, 0)
  1176. gScript23.Size = UDim2.new(0, 231, 0, 37)
  1177. gScript23.Font = Enum.Font.Fantasy
  1178. gScript23.FontSize = Enum.FontSize.Size32
  1179. gScript23.Text = "ThePlaza Money"
  1180. gScript23.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1181. gScript23.TextSize = 30
  1182. gScript23.TextWrapped = true
  1183.  
  1184. gScript24.Name = "gScript24"
  1185. gScript24.Parent = gextra
  1186. gScript24.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1187. gScript24.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1188. gScript24.Position = UDim2.new(0.0186721999, 0, 0.92280066, 0)
  1189. gScript24.Size = UDim2.new(0, 231, 0, 37)
  1190. gScript24.Font = Enum.Font.Fantasy
  1191. gScript24.FontSize = Enum.FontSize.Size32
  1192. gScript24.Text = "Vaebs Remote Spy"
  1193. gScript24.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1194. gScript24.TextSize = 30
  1195. gScript24.TextWrapped = true
  1196.  
  1197. gamebackbone.Name = "gamebackbone"
  1198. gamebackbone.Parent = gamefr
  1199. gamebackbone.Active = true
  1200. gamebackbone.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1201. gamebackbone.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1202. gamebackbone.Draggable = true
  1203. gamebackbone.Size = UDim2.new(0, 241, 0, 558)
  1204.  
  1205. gScript1.Name = "gScript1"
  1206. gScript1.Parent = gamebackbone
  1207. gScript1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1208. gScript1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1209. gScript1.Position = UDim2.new(0.0186721999, 0, 0.0736086145, 0)
  1210. gScript1.Size = UDim2.new(0, 231, 0, 37)
  1211. gScript1.Font = Enum.Font.Fantasy
  1212. gScript1.FontSize = Enum.FontSize.Size32
  1213. gScript1.Text = "HSL Gear"
  1214. gScript1.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1215. gScript1.TextSize = 30
  1216. gScript1.TextWrapped = true
  1217.  
  1218. gbar2.Name = "gbar2"
  1219. gbar2.Parent = gamebackbone
  1220. gbar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1221. gbar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1222. gbar2.Position = UDim2.new(0, 0, 0.0483870953, 0)
  1223. gbar2.Size = UDim2.new(0, 241, 0, 7)
  1224.  
  1225. gbar1.Name = "gbar1"
  1226. gbar1.Parent = gamebackbone
  1227. gbar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1228. gbar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1229. gbar1.Position = UDim2.new(-0.00132073998, 0, 0, 0)
  1230. gbar1.Size = UDim2.new(0, 241, 0, 27)
  1231.  
  1232. gsexit.Name = "gsexit"
  1233. gsexit.Parent = gbar1
  1234. gsexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1235. gsexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1236. gsexit.Position = UDim2.new(0.907870114, 0, 0.000565446913, 0)
  1237. gsexit.Size = UDim2.new(0, 22, 0, 21)
  1238. gsexit.Font = Enum.Font.SourceSans
  1239. gsexit.FontSize = Enum.FontSize.Size14
  1240. gsexit.Text = "X"
  1241. gsexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1242. gsexit.TextScaled = true
  1243. gsexit.TextSize = 14
  1244. gsexit.TextWrapped = true
  1245.  
  1246. gstitle.Name = "gstitle"
  1247. gstitle.Parent = gbar1
  1248. gstitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1249. gstitle.BackgroundTransparency = 3434
  1250. gstitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1251. gstitle.Position = UDim2.new(-0.00414937781, 0, 0.111111112, 0)
  1252. gstitle.Size = UDim2.new(0, 201, 0, 21)
  1253. gstitle.Font = Enum.Font.Fantasy
  1254. gstitle.FontSize = Enum.FontSize.Size14
  1255. gstitle.Text = "KorbloxHub || G Scripts"
  1256. gstitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1257. gstitle.TextScaled = true
  1258. gstitle.TextSize = 14
  1259. gstitle.TextWrapped = true
  1260.  
  1261. gScript2.Name = "gScript2"
  1262. gScript2.Parent = gamebackbone
  1263. gScript2.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1264. gScript2.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1265. gScript2.Position = UDim2.new(0.0186721999, 0, 0.150807902, 0)
  1266. gScript2.Size = UDim2.new(0, 231, 0, 37)
  1267. gScript2.Font = Enum.Font.Fantasy
  1268. gScript2.FontSize = Enum.FontSize.Size32
  1269. gScript2.Text = "TM GUI"
  1270. gScript2.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1271. gScript2.TextSize = 30
  1272. gScript2.TextWrapped = true
  1273.  
  1274. gScript3.Name = "gScript3"
  1275. gScript3.Parent = gamebackbone
  1276. gScript3.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1277. gScript3.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1278. gScript3.Position = UDim2.new(0.0186721999, 0, 0.228007182, 0)
  1279. gScript3.Size = UDim2.new(0, 231, 0, 37)
  1280. gScript3.Font = Enum.Font.Fantasy
  1281. gScript3.FontSize = Enum.FontSize.Size32
  1282. gScript3.Text = "P;Pokemon GUI"
  1283. gScript3.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1284. gScript3.TextSize = 30
  1285. gScript3.TextWrapped = true
  1286.  
  1287. gScript4.Name = "gScript4"
  1288. gScript4.Parent = gamebackbone
  1289. gScript4.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1290. gScript4.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1291. gScript4.Position = UDim2.new(0.0186721999, 0, 0.305206478, 0)
  1292. gScript4.Size = UDim2.new(0, 231, 0, 37)
  1293. gScript4.Font = Enum.Font.Fantasy
  1294. gScript4.FontSize = Enum.FontSize.Size32
  1295. gScript4.Text = "Dead Winter GUI"
  1296. gScript4.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1297. gScript4.TextSize = 30
  1298. gScript4.TextWrapped = true
  1299.  
  1300. gScript5.Name = "gScript5"
  1301. gScript5.Parent = gamebackbone
  1302. gScript5.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1303. gScript5.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1304. gScript5.Position = UDim2.new(0.0186721999, 0, 0.382405758, 0)
  1305. gScript5.Size = UDim2.new(0, 231, 0, 37)
  1306. gScript5.Font = Enum.Font.Fantasy
  1307. gScript5.FontSize = Enum.FontSize.Size32
  1308. gScript5.Text = "Lumber Tycoon"
  1309. gScript5.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1310. gScript5.TextSize = 30
  1311. gScript5.TextWrapped = true
  1312.  
  1313. gScript6.Name = "gScript6"
  1314. gScript6.Parent = gamebackbone
  1315. gScript6.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1316. gScript6.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1317. gScript6.Position = UDim2.new(0.0186721999, 0, 0.459605038, 0)
  1318. gScript6.Size = UDim2.new(0, 231, 0, 37)
  1319. gScript6.Font = Enum.Font.Fantasy
  1320. gScript6.FontSize = Enum.FontSize.Size32
  1321. gScript6.Text = "The Plaza GUI"
  1322. gScript6.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1323. gScript6.TextSize = 30
  1324. gScript6.TextWrapped = true
  1325.  
  1326. gScript7.Name = "gScript7"
  1327. gScript7.Parent = gamebackbone
  1328. gScript7.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1329. gScript7.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1330. gScript7.Position = UDim2.new(0.0186721999, 0, 0.536804259, 0)
  1331. gScript7.Size = UDim2.new(0, 231, 0, 37)
  1332. gScript7.Font = Enum.Font.Fantasy
  1333. gScript7.FontSize = Enum.FontSize.Size32
  1334. gScript7.Text = "Hilton GUI"
  1335. gScript7.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1336. gScript7.TextSize = 30
  1337. gScript7.TextWrapped = true
  1338.  
  1339. gScript8.Name = "gScript8"
  1340. gScript8.Parent = gamebackbone
  1341. gScript8.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1342. gScript8.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1343. gScript8.Position = UDim2.new(0.0186721999, 0, 0.614003539, 0)
  1344. gScript8.Size = UDim2.new(0, 231, 0, 37)
  1345. gScript8.Font = Enum.Font.Fantasy
  1346. gScript8.FontSize = Enum.FontSize.Size32
  1347. gScript8.Text = "ESP"
  1348. gScript8.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1349. gScript8.TextSize = 30
  1350. gScript8.TextWrapped = true
  1351.  
  1352. gScript9.Name = "gScript9"
  1353. gScript9.Parent = gamebackbone
  1354. gScript9.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1355. gScript9.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1356. gScript9.Position = UDim2.new(0.0186721999, 0, 0.691202819, 0)
  1357. gScript9.Size = UDim2.new(0, 231, 0, 37)
  1358. gScript9.Font = Enum.Font.Fantasy
  1359. gScript9.FontSize = Enum.FontSize.Size32
  1360. gScript9.Text = "BaseWars GUI"
  1361. gScript9.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1362. gScript9.TextSize = 30
  1363. gScript9.TextWrapped = true
  1364.  
  1365. gScript10.Name = "gScript10"
  1366. gScript10.Parent = gamebackbone
  1367. gScript10.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1368. gScript10.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1369. gScript10.Position = UDim2.new(0.0186721999, 0, 0.7684021, 0)
  1370. gScript10.Size = UDim2.new(0, 231, 0, 37)
  1371. gScript10.Font = Enum.Font.Fantasy
  1372. gScript10.FontSize = Enum.FontSize.Size32
  1373. gScript10.Text = "Apoc GUI"
  1374. gScript10.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1375. gScript10.TextSize = 30
  1376. gScript10.TextWrapped = true
  1377.  
  1378. gScript11.Name = "gScript11"
  1379. gScript11.Parent = gamebackbone
  1380. gScript11.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1381. gScript11.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1382. gScript11.Position = UDim2.new(0.0186721999, 0, 0.84560138, 0)
  1383. gScript11.Size = UDim2.new(0, 231, 0, 37)
  1384. gScript11.Font = Enum.Font.Fantasy
  1385. gScript11.FontSize = Enum.FontSize.Size32
  1386. gScript11.Text = "FE God"
  1387. gScript11.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1388. gScript11.TextSize = 30
  1389. gScript11.TextWrapped = true
  1390.  
  1391. gScript12.Name = "gScript12"
  1392. gScript12.Parent = gamebackbone
  1393. gScript12.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1394. gScript12.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1395. gScript12.Position = UDim2.new(0.0186721999, 0, 0.92280066, 0)
  1396. gScript12.Size = UDim2.new(0, 231, 0, 37)
  1397. gScript12.Font = Enum.Font.Fantasy
  1398. gScript12.FontSize = Enum.FontSize.Size32
  1399. gScript12.Text = "MM2 Coin Grab"
  1400. gScript12.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1401. gScript12.TextSize = 30
  1402. gScript12.TextWrapped = true
  1403.  
  1404. gMore.Name = "gMore"
  1405. gMore.Parent = gamebackbone
  1406. gMore.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1407. gMore.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1408. gMore.Position = UDim2.new(0.225751072, 0, 1.01254475, 0)
  1409. gMore.Size = UDim2.new(0, 132, 0, 31)
  1410. gMore.Font = Enum.Font.Fantasy
  1411. gMore.FontSize = Enum.FontSize.Size18
  1412. gMore.Text = "More Scripts >>"
  1413. gMore.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1414. gMore.TextSize = 17
  1415.  
  1416. about.Name = "about"
  1417. about.Parent = KorbloxHub
  1418. about.Active = true
  1419. about.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1420. about.Draggable = true
  1421. about.Position = UDim2.new(0.191, -150, 1.5, 0)
  1422. about.Size = UDim2.new(0, 353, 0, 433)
  1423.  
  1424. abar2.Name = "abar2"
  1425. abar2.Parent = about
  1426. abar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1427. abar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1428. abar2.Position = UDim2.new(0, 0, 0.0323325619, 0)
  1429. abar2.Size = UDim2.new(0, 353, 0, 23)
  1430.  
  1431. abar1.Name = "abar1"
  1432. abar1.Parent = about
  1433. abar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1434. abar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1435. abar1.Size = UDim2.new(0, 353, 0, 27)
  1436.  
  1437. aexit.Name = "aexit"
  1438. aexit.Parent = abar1
  1439. aexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1440. aexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1441. aexit.Position = UDim2.new(0.936915755, 0, 0.000565446913, 0)
  1442. aexit.Size = UDim2.new(0, 22, 0, 21)
  1443. aexit.Font = Enum.Font.SourceSans
  1444. aexit.FontSize = Enum.FontSize.Size14
  1445. aexit.Text = "X"
  1446. aexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1447. aexit.TextScaled = true
  1448. aexit.TextSize = 14
  1449. aexit.TextWrapped = true
  1450.  
  1451. atitle.Name = "atitle"
  1452. atitle.Parent = abar1
  1453. atitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1454. atitle.BackgroundTransparency = 3434
  1455. atitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1456. atitle.Position = UDim2.new(-0.0194210168, 0, 0.111111112, 0)
  1457. atitle.Size = UDim2.new(0, 200, 0, 21)
  1458. atitle.Font = Enum.Font.Fantasy
  1459. atitle.FontSize = Enum.FontSize.Size14
  1460. atitle.Text = "KorbloxHub || About"
  1461. atitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1462. atitle.TextScaled = true
  1463. atitle.TextSize = 14
  1464. atitle.TextWrapped = true
  1465.  
  1466. atitle1.Name = "atitle1"
  1467. atitle1.Parent = about
  1468. atitle1.BackgroundColor3 = Color3.new(1, 1, 1)
  1469. atitle1.BackgroundTransparency = 3434
  1470. atitle1.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1471. atitle1.Position = UDim2.new(0.215706468, 0, 0.13611111, 0)
  1472. atitle1.Size = UDim2.new(0, 200, 0, 21)
  1473. atitle1.Font = Enum.Font.Fantasy
  1474. atitle1.FontSize = Enum.FontSize.Size14
  1475. atitle1.Text = "KorbloxHub"
  1476. atitle1.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1477. atitle1.TextScaled = true
  1478. atitle1.TextSize = 14
  1479. atitle1.TextWrapped = true
  1480.  
  1481. atitle2.Name = "atitle2"
  1482. atitle2.Parent = about
  1483. atitle2.BackgroundColor3 = Color3.new(1, 1, 1)
  1484. atitle2.BackgroundTransparency = 3434
  1485. atitle2.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1486. atitle2.Position = UDim2.new(0.107648723, 0, 0.20000723, 0)
  1487. atitle2.Size = UDim2.new(0, 278, 0, 21)
  1488. atitle2.Font = Enum.Font.Fantasy
  1489. atitle2.FontSize = Enum.FontSize.Size24
  1490. atitle2.Text = "Korblox Hub Is A Great Script Hub"
  1491. atitle2.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1492. atitle2.TextSize = 20
  1493. atitle2.TextWrapped = true
  1494.  
  1495. atitle3.Name = "atitle3"
  1496. atitle3.Parent = about
  1497. atitle3.BackgroundColor3 = Color3.new(1, 1, 1)
  1498. atitle3.BackgroundTransparency = 3434
  1499. atitle3.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1500. atitle3.Position = UDim2.new(0.107648723, 0, 0.249465942, 0)
  1501. atitle3.Size = UDim2.new(0, 278, 0, 21)
  1502. atitle3.Font = Enum.Font.Fantasy
  1503. atitle3.FontSize = Enum.FontSize.Size24
  1504. atitle3.Text = "That Has Custom Scripts As Well"
  1505. atitle3.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1506. atitle3.TextSize = 20
  1507. atitle3.TextWrapped = true
  1508.  
  1509. atitle4.Name = "atitle4"
  1510. atitle4.Parent = about
  1511. atitle4.BackgroundColor3 = Color3.new(1, 1, 1)
  1512. atitle4.BackgroundTransparency = 3434
  1513. atitle4.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1514. atitle4.Position = UDim2.new(0.107648723, 0, 0.298924685, 0)
  1515. atitle4.Size = UDim2.new(0, 278, 0, 21)
  1516. atitle4.Font = Enum.Font.Fantasy
  1517. atitle4.FontSize = Enum.FontSize.Size24
  1518. atitle4.Text = "As A Nice UI. This Hub Stives To "
  1519. atitle4.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1520. atitle4.TextSize = 20
  1521. atitle4.TextWrapped = true
  1522.  
  1523. atitle5.Name = "atitle5"
  1524. atitle5.Parent = about
  1525. atitle5.BackgroundColor3 = Color3.new(1, 1, 1)
  1526. atitle5.BackgroundTransparency = 3434
  1527. atitle5.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1528. atitle5.Position = UDim2.new(0.104815863, 0, 0.346073925, 0)
  1529. atitle5.Size = UDim2.new(0, 278, 0, 21)
  1530. atitle5.Font = Enum.Font.Fantasy
  1531. atitle5.FontSize = Enum.FontSize.Size24
  1532. atitle5.Text = "Deliver The Best Experience You "
  1533. atitle5.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1534. atitle5.TextSize = 20
  1535. atitle5.TextWrapped = true
  1536.  
  1537. atitle6.Name = "atitle6"
  1538. atitle6.Parent = about
  1539. atitle6.BackgroundColor3 = Color3.new(1, 1, 1)
  1540. atitle6.BackgroundTransparency = 3434
  1541. atitle6.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1542. atitle6.Position = UDim2.new(0.107648723, 0, 0.395532668, 0)
  1543. atitle6.Size = UDim2.new(0, 278, 0, 21)
  1544. atitle6.Font = Enum.Font.Fantasy
  1545. atitle6.FontSize = Enum.FontSize.Size24
  1546. atitle6.Text = "Can Get While Using Our Script"
  1547. atitle6.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1548. atitle6.TextSize = 20
  1549. atitle6.TextWrapped = true
  1550.  
  1551. atitle7.Name = "atitle7"
  1552. atitle7.Parent = about
  1553. atitle7.BackgroundColor3 = Color3.new(1, 1, 1)
  1554. atitle7.BackgroundTransparency = 3434
  1555. atitle7.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1556. atitle7.Position = UDim2.new(0.104815863, 0, 0.442681938, 0)
  1557. atitle7.Size = UDim2.new(0, 278, 0, 21)
  1558. atitle7.Font = Enum.Font.Fantasy
  1559. atitle7.FontSize = Enum.FontSize.Size24
  1560. atitle7.Text = "Hub."
  1561. atitle7.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1562. atitle7.TextSize = 20
  1563. atitle7.TextWrapped = true
  1564.  
  1565. atitle8.Name = "atitle8"
  1566. atitle8.Parent = about
  1567. atitle8.BackgroundColor3 = Color3.new(1, 1, 1)
  1568. atitle8.BackgroundTransparency = 3434
  1569. atitle8.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1570. atitle8.Position = UDim2.new(0.104815863, 0, 0.506827414, 0)
  1571. atitle8.Size = UDim2.new(0, 278, 0, 21)
  1572. atitle8.Font = Enum.Font.Fantasy
  1573. atitle8.FontSize = Enum.FontSize.Size24
  1574. atitle8.Text = "Thank You For Choosing Korblox"
  1575. atitle8.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1576. atitle8.TextSize = 20
  1577. atitle8.TextWrapped = true
  1578.  
  1579. atitle9.Name = "atitle9"
  1580. atitle9.Parent = about
  1581. atitle9.BackgroundColor3 = Color3.new(1, 1, 1)
  1582. atitle9.BackgroundTransparency = 3434
  1583. atitle9.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1584. atitle9.Position = UDim2.new(0.104815863, 0, 0.553976715, 0)
  1585. atitle9.Size = UDim2.new(0, 278, 0, 21)
  1586. atitle9.Font = Enum.Font.Fantasy
  1587. atitle9.FontSize = Enum.FontSize.Size24
  1588. atitle9.Text = "Please Read:"
  1589. atitle9.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1590. atitle9.TextSize = 20
  1591. atitle9.TextWrapped = true
  1592.  
  1593. atitle15.Name = "atitle15"
  1594. atitle15.Parent = about
  1595. atitle15.BackgroundColor3 = Color3.new(1, 1, 1)
  1596. atitle15.BackgroundTransparency = 3434
  1597. atitle15.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1598. atitle15.Position = UDim2.new(0.0708215311, -15, 0.508083165, 41)
  1599. atitle15.Size = UDim2.new(0, 333, 0, 163)
  1600. atitle15.Font = Enum.Font.Fantasy
  1601. atitle15.FontSize = Enum.FontSize.Size24
  1602. atitle15.Text = "Dean leaked a somewhat older version of Korblox Hub v2. And Now I feel like I have to leak this, not the fact that Dean leaked it, I like Dean,he's always been nice to us the main reason I'm leaking this is because Dawn101#8991 did nothing. Not one bit and he shit talks Dean like he made the whole hub with his eyes closed. So here it is, enjoy! Scripted By lowliege#1834 and UI By Xerex#3194"
  1603. atitle15.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1604. atitle15.TextScaled = true
  1605. atitle15.TextSize = 20
  1606. atitle15.TextWrapped = true
  1607. atitle15.TextYAlignment = Enum.TextYAlignment.Top
  1608.  
  1609. music.Name = "music"
  1610. music.Parent = KorbloxHub
  1611. music.Active = true
  1612. music.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1613. music.Draggable = true
  1614. music.Position = UDim2.new(0.5, -150, 1.5, 0)
  1615. music.Size = UDim2.new(0, 442, 0, 250)
  1616.  
  1617. mbar2.Name = "mbar2"
  1618. mbar2.Parent = music
  1619. mbar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1620. mbar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1621. mbar2.Position = UDim2.new(0, 0, 0.0599999987, 0)
  1622. mbar2.Size = UDim2.new(0, 442, 0, 23)
  1623.  
  1624. mbar1.Name = "mbar1"
  1625. mbar1.Parent = music
  1626. mbar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1627. mbar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1628. mbar1.Size = UDim2.new(0, 442, 0, 27)
  1629.  
  1630. mexit.Name = "mexit"
  1631. mexit.Parent = mbar1
  1632. mexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1633. mexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1634. mexit.Position = UDim2.new(0.936915755, 0, 0.000565446913, 0)
  1635. mexit.Size = UDim2.new(0, 22, 0, 21)
  1636. mexit.Font = Enum.Font.SourceSans
  1637. mexit.FontSize = Enum.FontSize.Size14
  1638. mexit.Text = "X"
  1639. mexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1640. mexit.TextScaled = true
  1641. mexit.TextSize = 14
  1642. mexit.TextWrapped = true
  1643.  
  1644. mctitle.Name = "mctitle"
  1645. mctitle.Parent = mbar1
  1646. mctitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1647. mctitle.BackgroundTransparency = 3434
  1648. mctitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1649. mctitle.Position = UDim2.new(-0.0194210168, 0, 0.111111112, 0)
  1650. mctitle.Size = UDim2.new(0, 200, 0, 21)
  1651. mctitle.Font = Enum.Font.Fantasy
  1652. mctitle.FontSize = Enum.FontSize.Size14
  1653. mctitle.Text = "KorbloxHub || Music"
  1654. mctitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1655. mctitle.TextScaled = true
  1656. mctitle.TextSize = 14
  1657. mctitle.TextWrapped = true
  1658.  
  1659. playsound.Name = "playsound"
  1660. playsound.Parent = music
  1661. playsound.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1662. playsound.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1663. playsound.Position = UDim2.new(0.628959298, 0, 0.252000004, 0)
  1664. playsound.Size = UDim2.new(0, 141, 0, 37)
  1665. playsound.Font = Enum.Font.Fantasy
  1666. playsound.FontSize = Enum.FontSize.Size32
  1667. playsound.Text = "Play"
  1668. playsound.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1669. playsound.TextSize = 30
  1670. playsound.TextWrapped = true
  1671.  
  1672. soundid.Name = "soundid"
  1673. soundid.Parent = music
  1674. soundid.BackgroundColor3 = Color3.new(1, 1, 1)
  1675. soundid.BorderColor3 = Color3.new(0, 0, 0)
  1676. soundid.Position = UDim2.new(0.0520361997, 0, 0.252000004, 0)
  1677. soundid.Size = UDim2.new(0, 237, 0, 37)
  1678. soundid.ClearTextOnFocus = true
  1679. soundid.Font = Enum.Font.Fantasy
  1680. soundid.FontSize = Enum.FontSize.Size14
  1681. soundid.Text = "SOUND ID HERE"
  1682. soundid.TextColor3 = Color3.new(0.156863, 0.137255, 0.690196)
  1683. soundid.TextScaled = true
  1684. soundid.TextSize = 14
  1685. soundid.TextStrokeColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1686. soundid.TextWrapped = true
  1687.  
  1688. volumebtn.Name = "volumebtn"
  1689. volumebtn.Parent = music
  1690. volumebtn.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1691. volumebtn.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1692. volumebtn.Position = UDim2.new(0.669683337, 0, 0.767999947, 0)
  1693. volumebtn.Size = UDim2.new(0, 123, 0, 37)
  1694. volumebtn.Font = Enum.Font.Fantasy
  1695. volumebtn.FontSize = Enum.FontSize.Size32
  1696. volumebtn.Text = "Volume"
  1697. volumebtn.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1698. volumebtn.TextSize = 30
  1699. volumebtn.TextWrapped = true
  1700.  
  1701. volumeval.Name = "volumeval"
  1702. volumeval.Parent = music
  1703. volumeval.BackgroundColor3 = Color3.new(1, 1, 1)
  1704. volumeval.BorderColor3 = Color3.new(0, 0, 0)
  1705. volumeval.Position = UDim2.new(0.448312223, 0, 0.767999947, 0)
  1706. volumeval.Size = UDim2.new(0, 86, 0, 37)
  1707. volumeval.Font = Enum.Font.Fantasy
  1708. volumeval.FontSize = Enum.FontSize.Size14
  1709. volumeval.Text = "VALUE"
  1710. volumeval.TextColor3 = Color3.new(0.156863, 0.137255, 0.690196)
  1711. volumeval.TextScaled = true
  1712. volumeval.TextSize = 14
  1713. volumeval.TextStrokeColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1714. volumeval.TextWrapped = true
  1715.  
  1716. pitchbtn.Name = "pitchbtn"
  1717. pitchbtn.Parent = music
  1718. pitchbtn.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1719. pitchbtn.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1720. pitchbtn.Position = UDim2.new(0.669683337, 0, 0.515999913, 0)
  1721. pitchbtn.Size = UDim2.new(0, 123, 0, 37)
  1722. pitchbtn.Font = Enum.Font.Fantasy
  1723. pitchbtn.FontSize = Enum.FontSize.Size32
  1724. pitchbtn.Text = "Pitch"
  1725. pitchbtn.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1726. pitchbtn.TextSize = 30
  1727. pitchbtn.TextWrapped = true
  1728.  
  1729. pitchval.Name = "pitchval"
  1730. pitchval.Parent = music
  1731. pitchval.BackgroundColor3 = Color3.new(1, 1, 1)
  1732. pitchval.BorderColor3 = Color3.new(0, 0, 0)
  1733. pitchval.Position = UDim2.new(0.448312223, 0, 0.515999913, 0)
  1734. pitchval.Size = UDim2.new(0, 86, 0, 37)
  1735. pitchval.ClearTextOnFocus = true
  1736. pitchval.Font = Enum.Font.Fantasy
  1737. pitchval.FontSize = Enum.FontSize.Size14
  1738. pitchval.Text = "VALUE"
  1739. pitchval.TextColor3 = Color3.new(0.156863, 0.137255, 0.690196)
  1740. pitchval.TextScaled = true
  1741. pitchval.TextSize = 14
  1742. pitchval.TextStrokeColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1743. pitchval.TextWrapped = true
  1744.  
  1745. loopedtl.Name = "loopedtl"
  1746. loopedtl.Parent = music
  1747. loopedtl.BackgroundColor3 = Color3.new(1, 1, 1)
  1748. loopedtl.BackgroundTransparency = 1
  1749. loopedtl.BorderColor3 = Color3.new(0, 0, 0)
  1750. loopedtl.BorderSizePixel = 0
  1751. loopedtl.Position = UDim2.new(0.0509049781, 0, 0.513999939, 0)
  1752. loopedtl.Size = UDim2.new(0, 119, 0, 37)
  1753. loopedtl.ZIndex = 3
  1754. loopedtl.Font = Enum.Font.Fantasy
  1755. loopedtl.FontSize = Enum.FontSize.Size18
  1756. loopedtl.Text = "LOOPED:"
  1757. loopedtl.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1758. loopedtl.TextScaled = true
  1759. loopedtl.TextSize = 15
  1760. loopedtl.TextWrapped = true
  1761.  
  1762. loopbtn.Name = "loopbtn"
  1763. loopbtn.Parent = music
  1764. loopbtn.BackgroundColor3 = Color3.new(0, 0, 0)
  1765. loopbtn.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1766. loopbtn.BorderSizePixel = 2
  1767. loopbtn.Position = UDim2.new(0.334841639, 0, 0.515999973, 0)
  1768. loopbtn.Size = UDim2.new(0, 37, 0, 37)
  1769. loopbtn.ZIndex = 3
  1770. loopbtn.Font = Enum.Font.Highway
  1771. loopbtn.FontSize = Enum.FontSize.Size48
  1772. loopbtn.Text = ""
  1773. loopbtn.TextColor3 = Color3.new(1, 0.972549, 1)
  1774. loopbtn.TextScaled = true
  1775. loopbtn.TextSize = 40
  1776. loopbtn.TextStrokeTransparency = 0
  1777. loopbtn.TextWrapped = true
  1778. loopbtn.TextYAlignment = Enum.TextYAlignment.Top
  1779.  
  1780. stopsound.Name = "stopsound"
  1781. stopsound.Parent = music
  1782. stopsound.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1783. stopsound.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1784. stopsound.Position = UDim2.new(0.0520361997, 0, 0.767999947, 0)
  1785. stopsound.Size = UDim2.new(0, 162, 0, 37)
  1786. stopsound.Font = Enum.Font.Fantasy
  1787. stopsound.FontSize = Enum.FontSize.Size32
  1788. stopsound.Text = "Stop"
  1789. stopsound.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1790. stopsound.TextSize = 30
  1791. stopsound.TextWrapped = true
  1792.  
  1793. settings.Name = "settings"
  1794. settings.Parent = KorbloxHub
  1795. settings.Active = true
  1796. settings.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1797. settings.Draggable = true
  1798. settings.Position = UDim2.new(0.5, -150, 1.5, 0)
  1799. settings.Size = UDim2.new(0, 373, 0, 129)
  1800.  
  1801. setbar2.Name = "setbar2"
  1802. setbar2.Parent = settings
  1803. setbar2.BackgroundColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1804. setbar2.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.254902)
  1805. setbar2.Position = UDim2.new(0, 0, 0.0602409653, 0)
  1806. setbar2.Size = UDim2.new(0, 373, 0, 23)
  1807.  
  1808. setbar1.Name = "setbar1"
  1809. setbar1.Parent = settings
  1810. setbar1.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1811. setbar1.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1812. setbar1.Size = UDim2.new(0, 373, 0, 27)
  1813.  
  1814. setexit.Name = "setexit"
  1815. setexit.Parent = setbar1
  1816. setexit.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1817. setexit.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1818. setexit.Position = UDim2.new(0.948228002, -4, 0.000565446913, 0)
  1819. setexit.Size = UDim2.new(0, 22, 0, 21)
  1820. setexit.Font = Enum.Font.SourceSans
  1821. setexit.FontSize = Enum.FontSize.Size14
  1822. setexit.Text = "X"
  1823. setexit.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1824. setexit.TextScaled = true
  1825. setexit.TextSize = 14
  1826. setexit.TextWrapped = true
  1827.  
  1828. settitle.Name = "settitle"
  1829. settitle.Parent = setbar1
  1830. settitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1831. settitle.BackgroundTransparency = 3434
  1832. settitle.BorderColor3 = Color3.new(0.541176, 0.215686, 1)
  1833. settitle.Position = UDim2.new(-0.000654261559, 0, 0.111111112, 0)
  1834. settitle.Size = UDim2.new(0, 200, 0, 21)
  1835. settitle.Font = Enum.Font.Fantasy
  1836. settitle.FontSize = Enum.FontSize.Size14
  1837. settitle.Text = "KorbloxHub || Settings"
  1838. settitle.TextColor3 = Color3.new(0.168627, 0.145098, 0.741176)
  1839. settitle.TextScaled = true
  1840. settitle.TextSize = 14
  1841. settitle.TextWrapped = true
  1842.  
  1843. permclose.Name = "permclose"
  1844. permclose.Parent = settings
  1845. permclose.BackgroundColor3 = Color3.new(0, 0, 0)
  1846. permclose.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1847. permclose.BorderSizePixel = 2
  1848. permclose.Position = UDim2.new(0.0388739929, 0, 0.680357933, 0)
  1849. permclose.Size = UDim2.new(0, 344, 0, 31)
  1850. permclose.ZIndex = 3
  1851. permclose.Font = Enum.Font.Fantasy
  1852. permclose.FontSize = Enum.FontSize.Size48
  1853. permclose.Text = "PERMANENTLY CLOSE THE HUB"
  1854. permclose.TextColor3 = Color3.new(1, 0.972549, 1)
  1855. permclose.TextScaled = true
  1856. permclose.TextSize = 40
  1857. permclose.TextStrokeTransparency = 0
  1858. permclose.TextWrapped = true
  1859. permclose.TextYAlignment = Enum.TextYAlignment.Center
  1860. permclose.MouseButton1Down:connect(function()
  1861. local blue = workspace.CurrentCamera.Blur
  1862. blue.Enabled = false
  1863. KorbloxHub:Destroy()
  1864. blue:Destroy()
  1865. end)
  1866.  
  1867. blur.Name = "blur"
  1868. blur.Parent = settings
  1869. blur.BackgroundColor3 = Color3.new(0, 0, 0)
  1870. blur.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1871. blur.BorderSizePixel = 2
  1872. blur.Position = UDim2.new(0.524000645, 0, 0.329515755, 0)
  1873. blur.Size = UDim2.new(0, 164, 0, 31)
  1874. blur.ZIndex = 3
  1875. blur.Font = Enum.Font.Fantasy
  1876. blur.FontSize = Enum.FontSize.Size48
  1877. blur.Text = "BLUR"
  1878. blur.TextColor3 = Color3.new(1, 0.972549, 1)
  1879. blur.TextScaled = true
  1880. blur.TextSize = 40
  1881. blur.TextStrokeTransparency = 0
  1882. blur.TextWrapped = true
  1883. blur.TextYAlignment = Enum.TextYAlignment.Top
  1884.  
  1885. blurval.Name = "blurval"
  1886. blurval.Parent = settings
  1887. blurval.BackgroundColor3 = Color3.new(1, 1, 1)
  1888. blurval.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1889. blurval.BorderSizePixel = 2
  1890. blurval.Position = UDim2.new(0.040214479, 0, 0.331021786, 0)
  1891. blurval.Size = UDim2.new(0, 165, 0, 31)
  1892. blurval.ClearTextOnFocus = true
  1893. blurval.Font = Enum.Font.Fantasy
  1894. blurval.FontSize = Enum.FontSize.Size14
  1895. blurval.Text = "LEVEL"
  1896. blurval.TextColor3 = Color3.new(0.156863, 0.137255, 0.690196)
  1897. blurval.TextScaled = true
  1898. blurval.TextSize = 14
  1899. blurval.TextStrokeColor3 = Color3.new(0.0745098, 0.0745098, 0.313726)
  1900. blurval.TextWrapped = true
  1901.  
  1902. --[[IGNORE COMPLETELY, YOU CAN EDIT ABOVE BUT BELOW WILL BREAK THE SCRIPT UNLESS YOU KNOW HOW TO SCRIPT]]
  1903.  
  1904. local blue = Instance.new("BlurEffect")
  1905. blue.Parent = workspace.CurrentCamera
  1906. blue.Size = 16
  1907. blue.Enabled = false
  1908.  
  1909. local Player = game.Players.LocalPlayer
  1910. local Mouse = Player:GetMouse()
  1911.  
  1912. function openframe(key)
  1913. if key == string.char(51) then
  1914. hexit.Visible = false
  1915. decoyhexit.Visible = true
  1916. about:TweenPosition(UDim2.new(0.5, -150, 1.5, 0), 'Out','Bounce',0.82)
  1917. gamefr:TweenPosition(UDim2.new(0.5, -150, 1.5, 0), 'Out','Bounce',0.82)
  1918. scripts:TweenPosition(UDim2.new(0.5, -150, 1.5, 0), 'Out','Bounce',0.82)
  1919. music:TweenPosition(UDim2.new(0.5, -150, 1.5, 0), 'Out','Bounce',0.82)
  1920. settings:TweenPosition(UDim2.new(0.5, -150, 1.5, 0), 'Out','Bounce',0.82)
  1921. wait(.32)
  1922. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1923. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1924. wait(.23)
  1925. blue.Enabled = true
  1926. wait(.59)
  1927. about.Position = UDim2.new(0.5, -150, 1.5, 0)
  1928. gamefr.Position = UDim2.new(0.5, -150, 1.5, 0)
  1929. scripts.Position = UDim2.new(0.5, -150, 1.5, 0)
  1930. music.Position = UDim2.new(0.5, -150, 1.5, 0)
  1931. settings.Position = UDim2.new(0.5, -150, 1.5, 0)
  1932. decoyhexit.Visible = false
  1933. hexit.Visible = true
  1934. end
  1935. end
  1936.  
  1937. Mouse.KeyDown:connect(openframe)
  1938.  
  1939. hexit.MouseButton1Down:connect(function()
  1940. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  1941. wait(.82)
  1942. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1943. blue.Enabled = false
  1944. decoyhexit.Visible = true
  1945. hexit.Visible = false
  1946. end)
  1947.  
  1948. sexit.MouseButton1Down:connect(function()
  1949. scripts:TweenPosition(UDim2.new(0.5, -120.5,1.5, 0), 'Out','Bounce',0.82)
  1950. wait(.82)
  1951. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1952. wait(.12)
  1953. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1954. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1955. end)
  1956.  
  1957. aexit.MouseButton1Down:connect(function()
  1958. about:TweenPosition(UDim2.new(0.5, -50,1.5, 0), 'Out','Bounce',0.82)
  1959. wait(.82)
  1960. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1961. wait(.12)
  1962. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1963. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1964. end)
  1965.  
  1966. mexit.MouseButton1Down:connect(function()
  1967. music:TweenPosition(UDim2.new(0.5, -50,1.5, 0), 'Out','Bounce',0.82)
  1968. wait(.82)
  1969. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1970. wait(.12)
  1971. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1972. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1973. end)
  1974.  
  1975. setexit.MouseButton1Down:connect(function()
  1976. settings:TweenPosition(UDim2.new(0.5, -50,1.5, 0), 'Out','Bounce',0.82)
  1977. wait(.82)
  1978. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1979. wait(.12)
  1980. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1981. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1982. end)
  1983.  
  1984. gsexit.MouseButton1Down:connect(function()
  1985. gamefr:TweenPosition(UDim2.new(0.5, -120.5,1.5, 0), 'Out','Bounce',0.82)
  1986. wait(.82)
  1987. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1988. wait(.12)
  1989. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1990. home:TweenPosition(UDim2.new(0.5, -150,0.15, 0), 'Out','Bounce',0.82)
  1991. end)
  1992.  
  1993. scriptsbut.MouseButton1Down:connect(function()
  1994. scripts.Position = UDim2.new(0.5, -150, -1.5, 0)
  1995. wait(.1)
  1996. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  1997. wait(.82)
  1998. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  1999. wait(.01)
  2000. scripts:TweenPosition(UDim2.new(0.5, -120.5, 0.03, 0), 'Out','Bounce',0.82)
  2001. end)
  2002.  
  2003. aboutbut.MouseButton1Down:connect(function()
  2004. about.Position = UDim2.new(0.5, -150, -1.5, 0)
  2005. wait(.1)
  2006. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  2007. wait(.82)
  2008. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  2009. wait(.01)
  2010. about:TweenPosition(UDim2.new(0.5, -150, 0.03, 0), 'Out','Bounce',0.82)
  2011. end)
  2012.  
  2013. settingsbut.MouseButton1Down:connect(function()
  2014. settings.Position = UDim2.new(0.5, -150, -1.5, 0)
  2015. wait(.1)
  2016. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  2017. wait(.82)
  2018. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  2019. wait(.01)
  2020. settings:TweenPosition(UDim2.new(0.5, -150, 0.3, 0), 'Out','Bounce',0.82)
  2021. end)
  2022.  
  2023. musicbut.MouseButton1Down:connect(function()
  2024. music.Position = UDim2.new(0.5, -150, -1.5, 0)
  2025. wait(.1)
  2026. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  2027. wait(.82)
  2028. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  2029. wait(.01)
  2030. music:TweenPosition(UDim2.new(0.5, -150, 0.28, 0), 'Out','Bounce',0.82)
  2031. end)
  2032.  
  2033. gamescriptsbut.MouseButton1Down:connect(function()
  2034. gamefr.Position = UDim2.new(0.5, -150, -1.5, 0)
  2035. wait(.1)
  2036. home:TweenPosition(UDim2.new(0.5, -150,1.5, 0), 'Out','Bounce',0.82)
  2037. wait(.82)
  2038. home.Position = UDim2.new(0.5, -150, -1.5, 0)
  2039. wait(.01)
  2040. gamefr:TweenPosition(UDim2.new(0.5, -120.5, 0.03, 0), 'Out','Bounce',0.82)
  2041. end)
  2042.  
  2043. More.MouseButton1Down:connect(function()
  2044. scriptbackbone:TweenPosition(UDim2.new(0.5, 1600, 0, 0), 'Out','Sine',0.78)
  2045. wait(.39)
  2046. extra.Visible = true
  2047. extra:TweenPosition(UDim2.new(0.5, -120.5, 0, 0), 'Out','Sine',0.78)
  2048. wait(.78)
  2049. scriptbackbone.Visible = false
  2050. scriptbackbone.Position = UDim2.new(0.5, -1600, 0, 0)
  2051. end)
  2052.  
  2053. gMore.MouseButton1Down:connect(function()
  2054. gamebackbone:TweenPosition(UDim2.new(0.5, 1600, 0, 0), 'Out','Sine',0.78)
  2055. wait(.39)
  2056. gextra.Visible = true
  2057. gextra:TweenPosition(UDim2.new(0.5, -120.5, 0, 0), 'Out','Sine',0.78)
  2058. wait(.78)
  2059. gamebackbone.Visible = false
  2060. gamebackbone.Position = UDim2.new(0.5, -1600, 0, 0)
  2061. end)
  2062.  
  2063. eexit.MouseButton1Down:connect(function()
  2064. extra:TweenPosition(UDim2.new(0.5, 1600, 0, 0), 'Out','Sine',0.78)
  2065. wait(.39)
  2066. scriptbackbone.Visible = true
  2067. scriptbackbone:TweenPosition(UDim2.new(0.5, -120.5, 0, 0), 'Out','Sine',0.78)
  2068. wait(.78)
  2069. extra.Visible = false
  2070. extra.Position = UDim2.new(0.5, -1600, 0, 0)
  2071. end)
  2072.  
  2073. geexit.MouseButton1Down:connect(function()
  2074. gextra:TweenPosition(UDim2.new(0.5, 1600, 0, 0), 'Out','Sine',0.78)
  2075. wait(.39)
  2076. gamebackbone.Visible = true
  2077. gamebackbone:TweenPosition(UDim2.new(0.5, -120.5, 0, 0), 'Out','Sine',0.78)
  2078. wait(.78)
  2079. gextra.Visible = false
  2080. gextra.Position = UDim2.new(0.5, -1600, 0, 0)
  2081. end)
  2082.  
  2083. --[[Music Tab]]
  2084.  
  2085. playsound.MouseButton1Down:connect(function()
  2086. local char = game.Players.LocalPlayer.Character
  2087. local Player = game.Players.LocalPlayer
  2088. local Sound = Instance.new("Sound", char.Head)
  2089. Sound.EmitterSize = Player.CameraMaxZoomDistance+1
  2090. Sound.MaxDistance = Player.CameraMaxZoomDistance+1
  2091. Sound.Name = "Sound"
  2092. Sound.EmitterSize = math.huge
  2093. Sound.MaxDistance = math.huge
  2094. Sound.Looped = false
  2095. Sound.Volume = 10
  2096. Sound.Pitch = 1
  2097. loopbtn.MouseButton1Down:connect(function()
  2098. if Sound.Looped == false then
  2099. loopbtn.Text = "X"
  2100. Sound.Looped = true
  2101. else
  2102. loopbtn.Text = ""
  2103. Sound.Looped = false
  2104. end
  2105. end)
  2106. pitchbtn.MouseButton1Down:connect(function()
  2107. Sound.Pitch = pitchval.Text
  2108. end)
  2109. volumebtn.MouseButton1Down:connect(function()
  2110. Sound.Volume = volumeval.Text
  2111. end)
  2112. stopsound.MouseButton1Down:connect(function()
  2113. Sound:Stop()
  2114. end)
  2115. Sound.SoundId = "https://www.roblox.com/asset/?id="..soundid.Text
  2116. Sound:Play()
  2117. end)
  2118.  
  2119. --[[settings]]
  2120.  
  2121. blur.MouseButton1Down:connect(function()
  2122. blue.Size = blurval.Text
  2123. end)
Add Comment
Please, Sign In to add comment