Advertisement
Koth12321312

gamesense hub code

Dec 12th, 2019
1,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local imagestuff = Instance.new("ImageLabel")
  9. local NameText = Instance.new("TextLabel")
  10. local startbutton = Instance.new("TextButton")
  11. local creditsbutton = Instance.new("TextButton")
  12. local GamesSupport = Instance.new("TextLabel")
  13. local rainbowbar = Instance.new("ImageLabel")
  14. local ZombieScript = Instance.new("TextButton")
  15. local coverup = Instance.new("Frame")
  16. local BlotchLabel = Instance.new("TextLabel")
  17. local JBLabel = Instance.new("TextLabel")
  18. local ArsenalLabel = Instance.new("TextLabel")
  19. local CBLabel = Instance.new("TextLabel")
  20. local BPLabel = Instance.new("TextLabel")
  21. local LBLabel = Instance.new("TextLabel")
  22. local WZLabel = Instance.new("TextLabel")
  23. local VSLabel = Instance.new("TextLabel")
  24. local BBLabel = Instance.new("TextLabel")
  25. local BBLabel_2 = Instance.new("TextLabel")
  26. local NJLabel = Instance.new("TextLabel")
  27. local creditsframe = Instance.new("Frame")
  28. local rainbowbar_2 = Instance.new("ImageLabel")
  29. local CreditsClose = Instance.new("TextButton")
  30. local CreditsText = Instance.new("TextLabel")
  31. local cixnum = Instance.new("TextLabel")
  32. local koth = Instance.new("TextLabel")
  33. local T6HP = Instance.new("TextLabel")
  34. local openframe = Instance.new("Frame")
  35. local openbutton = Instance.new("TextButton")
  36. local closeframe = Instance.new("Frame")
  37. local closebutton = Instance.new("TextButton")
  38. local WhitelistUI = Instance.new("Frame")
  39. local KeyBox = Instance.new("TextBox")
  40. local TextButton = Instance.new("TextButton")
  41. local TextLabel = Instance.new("TextLabel")
  42.  
  43. --Properties:
  44.  
  45. ScreenGui.Parent = game.CoreGui
  46. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47.  
  48. Main.Name = "Main"
  49. Main.Parent = ScreenGui
  50. Main.Active = true
  51. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Main.Position = UDim2.new(0.345784426, 0, 0.228654131, 0)
  53. Main.Size = UDim2.new(0, 413, 0, 266)
  54. Main.Draggable = true
  55. Main.Visible = false
  56.  
  57. imagestuff.Name = "imagestuff"
  58. imagestuff.Parent = Main
  59. imagestuff.BackgroundColor3 = Color3.new(1, 1, 1)
  60. imagestuff.Size = UDim2.new(0, 413, 0, 266)
  61. imagestuff.Image = "http://www.roblox.com/asset/?id=4493501483"
  62.  
  63. NameText.Name = "Name Text"
  64. NameText.Parent = Main
  65. NameText.BackgroundColor3 = Color3.new(1, 1, 1)
  66. NameText.BackgroundTransparency = 1
  67. NameText.Position = UDim2.new(0.256658614, 0, -0.0488721728, 0)
  68. NameText.Size = UDim2.new(0, 200, 0, 50)
  69. NameText.Font = Enum.Font.SciFi
  70. NameText.Text = "Koths' Script Hub"
  71. NameText.TextColor3 = Color3.new(1, 1, 1)
  72. NameText.TextSize = 14
  73. NameText.TextWrapped = true
  74.  
  75. startbutton.Name = "startbutton"
  76. startbutton.Parent = Main
  77. startbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  78. startbutton.BackgroundTransparency = 1
  79. startbutton.Position = UDim2.new(0.22276029, 0, 0.834586442, 0)
  80. startbutton.Size = UDim2.new(0, 202, 0, 50)
  81. startbutton.Font = Enum.Font.SciFi
  82. startbutton.Text = "Start"
  83. startbutton.TextColor3 = Color3.new(1, 1, 1)
  84. startbutton.TextSize = 14
  85. local hubs = {
  86. [2908458579] = "https://pastebin.com/raw/iR8aMYn5"; -- Blotch
  87. [3956818381] = "https://pastebin.com/raw/sjVGvJ1S"; -- Ninja Legends
  88. [3527629287] = "https://www.pastebin.com/raw/PuaaGKsT"; -- Big Paintball
  89. [286090429] = "https://pastebin.com/raw/Wwd3uxhT"; -- Arsenal
  90. [301549746] = "https://pastebin.com/raw/UJ8kDxyQ"; -- Counterblox
  91. [606849621] = "https://pastebin.com/raw/d0mRrqMS"; -- Jailbreak
  92. [2727067538] = "https://pastebin.com/raw/nTDqWLNm"; -- World // Zero Beta
  93. [1262182609] = "https://pastebin.com/raw/7ikDKBtX"; -- Booga Booga Script
  94. [13822889] = "https://pastebin.com/raw/PhiL1ufG"; -- Lumber tycoon axe/money
  95. [171391948] = "https://pastebin.com/raw/D1ZSbhNG"; -- Vehicle Simulator OP
  96. [2818280787] = "https://pastebin.com/raw/Vqr8vN3P"; -- Pet Simulator 2 Pain
  97. }
  98.  
  99. startbutton.MouseButton1Down:connect(function()
  100. if hubs[game.PlaceId] then
  101. loadstring(game:HttpGet(hubs[game.PlaceId], true))()
  102. else
  103. end
  104. end)
  105.  
  106. creditsbutton.Name = "creditsbutton"
  107. creditsbutton.Parent = Main
  108. creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  109. creditsbutton.BackgroundTransparency = 1
  110. creditsbutton.Position = UDim2.new(0.571428537, 0, 0.834586442, 0)
  111. creditsbutton.Size = UDim2.new(0, 200, 0, 50)
  112. creditsbutton.Font = Enum.Font.SciFi
  113. creditsbutton.Text = "Credits"
  114. creditsbutton.TextColor3 = Color3.new(1, 1, 1)
  115. creditsbutton.TextSize = 14
  116. creditsbutton.MouseButton1Down:connect(function()
  117. creditsframe.Visible = true
  118. end)
  119.  
  120. GamesSupport.Name = "Games Support"
  121. GamesSupport.Parent = Main
  122. GamesSupport.BackgroundColor3 = Color3.new(1, 1, 1)
  123. GamesSupport.BackgroundTransparency = 1
  124. GamesSupport.BorderSizePixel = 0
  125. GamesSupport.Position = UDim2.new(-0.0944309831, 0, 0.0563910007, 0)
  126. GamesSupport.Size = UDim2.new(0, 200, 0, 50)
  127. GamesSupport.Font = Enum.Font.SourceSans
  128. GamesSupport.Text = "Games Supported:"
  129. GamesSupport.TextColor3 = Color3.new(1, 1, 1)
  130. GamesSupport.TextSize = 14
  131.  
  132. rainbowbar.Name = "rainbow bar"
  133. rainbowbar.Parent = GamesSupport
  134. rainbowbar.BackgroundColor3 = Color3.new(1, 1, 1)
  135. rainbowbar.Position = UDim2.new(0.239999995, 0, 0.685526431, 0)
  136. rainbowbar.Size = UDim2.new(0, 107, 0, 1)
  137. rainbowbar.Image = "http://www.roblox.com/asset/?id=4493528642"
  138.  
  139. ZombieScript.Name = "Zombie Script"
  140. ZombieScript.Parent = Main
  141. ZombieScript.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  142. ZombieScript.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  143. ZombieScript.Position = UDim2.new(0.302663445, 0, 0.13909775, 0)
  144. ZombieScript.Size = UDim2.new(0, 98, 0, 34)
  145. ZombieScript.Font = Enum.Font.SciFi
  146. ZombieScript.Text = "Zombie Strike"
  147. ZombieScript.TextColor3 = Color3.new(1, 1, 1)
  148. ZombieScript.TextSize = 14
  149. ZombieScript.MouseButton1Down:connect(function()
  150. loadstring(game:HttpGet("https://pastebin.com/raw/9EPEpfjk"))()
  151. end)
  152.  
  153. coverup.Name = "coverup"
  154. coverup.Parent = Main
  155. coverup.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  156. coverup.BorderSizePixel = 0
  157. coverup.Position = UDim2.new(0.295399517, 0, 0.488721699, 0)
  158. coverup.Size = UDim2.new(0, 285, 0, 104)
  159.  
  160. BlotchLabel.Name = "BlotchLabel"
  161. BlotchLabel.Parent = Main
  162. BlotchLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  163. BlotchLabel.BackgroundTransparency = 1
  164. BlotchLabel.BorderSizePixel = 0
  165. BlotchLabel.Position = UDim2.new(0.0217917673, 0, 0.162692934, 0)
  166. BlotchLabel.Size = UDim2.new(0, 107, 0, 37)
  167. BlotchLabel.Font = Enum.Font.SourceSans
  168. BlotchLabel.Text = "Blotch"
  169. BlotchLabel.TextColor3 = Color3.new(1, 1, 1)
  170. BlotchLabel.TextSize = 14
  171.  
  172. JBLabel.Name = "JBLabel"
  173. JBLabel.Parent = Main
  174. JBLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  175. JBLabel.BackgroundTransparency = 1
  176. JBLabel.BorderSizePixel = 0
  177. JBLabel.Position = UDim2.new(0.0217917673, 0, 0.2416403, 0)
  178. JBLabel.Size = UDim2.new(0, 107, 0, 37)
  179. JBLabel.Font = Enum.Font.SourceSans
  180. JBLabel.Text = "Jailbreak"
  181. JBLabel.TextColor3 = Color3.new(1, 1, 1)
  182. JBLabel.TextSize = 14
  183.  
  184. ArsenalLabel.Name = "ArsenalLabel"
  185. ArsenalLabel.Parent = Main
  186. ArsenalLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  187. ArsenalLabel.BackgroundTransparency = 1
  188. ArsenalLabel.BorderSizePixel = 0
  189. ArsenalLabel.Position = UDim2.new(0.0217917673, 0, 0.189008728, 0)
  190. ArsenalLabel.Size = UDim2.new(0, 107, 0, 43)
  191. ArsenalLabel.Font = Enum.Font.SourceSans
  192. ArsenalLabel.Text = "Arsenal"
  193. ArsenalLabel.TextColor3 = Color3.new(1, 1, 1)
  194. ArsenalLabel.TextSize = 14
  195.  
  196. CBLabel.Name = "CBLabel"
  197. CBLabel.Parent = Main
  198. CBLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  199. CBLabel.BackgroundTransparency = 1
  200. CBLabel.BorderSizePixel = 0
  201. CBLabel.Position = UDim2.new(0.0217917673, 0, 0.266917288, 0)
  202. CBLabel.Size = UDim2.new(0, 107, 0, 46)
  203. CBLabel.Font = Enum.Font.SourceSans
  204. CBLabel.Text = "Counterblox"
  205. CBLabel.TextColor3 = Color3.new(1, 1, 1)
  206. CBLabel.TextSize = 14
  207.  
  208. BPLabel.Name = "BPLabel"
  209. BPLabel.Parent = Main
  210. BPLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  211. BPLabel.BackgroundTransparency = 1
  212. BPLabel.BorderSizePixel = 0
  213. BPLabel.Position = UDim2.new(0.0217917673, 0, 0.324347079, 0)
  214. BPLabel.Size = UDim2.new(0, 107, 0, 37)
  215. BPLabel.Font = Enum.Font.SourceSans
  216. BPLabel.Text = "Big Paintball"
  217. BPLabel.TextColor3 = Color3.new(1, 1, 1)
  218. BPLabel.TextSize = 14
  219.  
  220. LBLabel.Name = "LBLabel"
  221. LBLabel.Parent = Main
  222. LBLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  223. LBLabel.BackgroundTransparency = 1
  224. LBLabel.BorderSizePixel = 0
  225. LBLabel.Position = UDim2.new(0.0193704609, 0, 0.463444889, 0)
  226. LBLabel.Size = UDim2.new(0, 107, 0, 54)
  227. LBLabel.Font = Enum.Font.SourceSans
  228. LBLabel.Text = "Lumber Tycoon"
  229. LBLabel.TextColor3 = Color3.new(1, 1, 1)
  230. LBLabel.TextSize = 14
  231.  
  232. WZLabel.Name = "WZLabel"
  233. WZLabel.Parent = Main
  234. WZLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  235. WZLabel.BackgroundTransparency = 1
  236. WZLabel.BorderSizePixel = 0
  237. WZLabel.Position = UDim2.new(0.0217917673, 0, 0.350662857, 0)
  238. WZLabel.Size = UDim2.new(0, 107, 0, 44)
  239. WZLabel.Font = Enum.Font.SourceSans
  240. WZLabel.Text = "World // Zero"
  241. WZLabel.TextColor3 = Color3.new(1, 1, 1)
  242. WZLabel.TextSize = 14
  243.  
  244. VSLabel.Name = "VSLabel"
  245. VSLabel.Parent = Main
  246. VSLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  247. VSLabel.BackgroundTransparency = 1
  248. VSLabel.BorderSizePixel = 0
  249. VSLabel.Position = UDim2.new(0.0217917673, 0, 0.516076446, 0)
  250. VSLabel.Size = UDim2.new(0, 107, 0, 48)
  251. VSLabel.Font = Enum.Font.SourceSans
  252. VSLabel.Text = "Vehicle Simulator"
  253. VSLabel.TextColor3 = Color3.new(1, 1, 1)
  254. VSLabel.TextSize = 14
  255.  
  256. BBLabel.Name = "BBLabel"
  257. BBLabel.Parent = Main
  258. BBLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  259. BBLabel.BackgroundTransparency = 1
  260. BBLabel.BorderSizePixel = 0
  261. BBLabel.Position = UDim2.new(0.0169491526, 0, 0.376978666, 0)
  262. BBLabel.Size = UDim2.new(0, 107, 0, 48)
  263. BBLabel.Font = Enum.Font.SourceSans
  264. BBLabel.Text = "Booga Booga"
  265. BBLabel.TextColor3 = Color3.new(1, 1, 1)
  266. BBLabel.TextSize = 14
  267.  
  268. BBLabel_2.Name = "BBLabel"
  269. BBLabel_2.Parent = Main
  270. BBLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  271. BBLabel_2.BackgroundTransparency = 1
  272. BBLabel_2.BorderSizePixel = 0
  273. BBLabel_2.Position = UDim2.new(0.0217917562, 0, 0.406015009, 0)
  274. BBLabel_2.Size = UDim2.new(0, 107, 0, 49)
  275. BBLabel_2.Font = Enum.Font.SourceSans
  276. BBLabel_2.Text = "Pet Simulator 2"
  277. BBLabel_2.TextColor3 = Color3.new(1, 1, 1)
  278. BBLabel_2.TextSize = 14
  279.  
  280. NJLabel.Name = "NJLabel"
  281. NJLabel.Parent = Main
  282. NJLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  283. NJLabel.BackgroundTransparency = 1
  284. NJLabel.BorderSizePixel = 0
  285. NJLabel.Position = UDim2.new(0.0217917673, 0, 0.439849615, 0)
  286. NJLabel.Size = UDim2.new(0, 107, 0, 49)
  287. NJLabel.Font = Enum.Font.SourceSans
  288. NJLabel.Text = "Ninja Legends"
  289. NJLabel.TextColor3 = Color3.new(1, 1, 1)
  290. NJLabel.TextSize = 14
  291.  
  292. creditsframe.Name = "credits frame"
  293. creditsframe.Parent = ScreenGui
  294. creditsframe.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  295. creditsframe.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  296. creditsframe.Position = UDim2.new(0.144076809, 0, 0.350892723, 0)
  297. creditsframe.Size = UDim2.new(0, 175, 0, 152)
  298. creditsframe.Visible = false
  299.  
  300. rainbowbar_2.Name = "rainbow bar"
  301. rainbowbar_2.Parent = creditsframe
  302. rainbowbar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  303. rainbowbar_2.Position = UDim2.new(0, 0, 0.0855263174, 0)
  304. rainbowbar_2.Size = UDim2.new(0, 175, 0, 1)
  305. rainbowbar_2.Image = "http://www.roblox.com/asset/?id=4493528642"
  306.  
  307. CreditsClose.Name = "Credits Close"
  308. CreditsClose.Parent = creditsframe
  309. CreditsClose.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  310. CreditsClose.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  311. CreditsClose.BorderSizePixel = 0
  312. CreditsClose.Position = UDim2.new(0, 0, 0.855263174, 0)
  313. CreditsClose.Size = UDim2.new(0, 175, 0, 22)
  314. CreditsClose.Font = Enum.Font.SciFi
  315. CreditsClose.Text = "Close"
  316. CreditsClose.TextColor3 = Color3.new(1, 1, 1)
  317. CreditsClose.TextSize = 14
  318. CreditsClose.MouseButton1Down:connect(function()
  319. creditsframe.Visible = false
  320. end)
  321.  
  322. CreditsText.Name = "Credits Text"
  323. CreditsText.Parent = creditsframe
  324. CreditsText.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  325. CreditsText.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  326. CreditsText.BorderSizePixel = 0
  327. CreditsText.Position = UDim2.new(0, 0, -0.000894044584, 0)
  328. CreditsText.Size = UDim2.new(0, 175, 0, 11)
  329. CreditsText.Font = Enum.Font.SciFi
  330. CreditsText.Text = "Credits"
  331. CreditsText.TextColor3 = Color3.new(1, 1, 1)
  332. CreditsText.TextSize = 14
  333.  
  334. cixnum.Name = "cixnum"
  335. cixnum.Parent = creditsframe
  336. cixnum.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  337. cixnum.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  338. cixnum.Position = UDim2.new(0, 0, 0.110948063, 0)
  339. cixnum.Size = UDim2.new(0, 175, 0, 23)
  340. cixnum.Font = Enum.Font.SciFi
  341. cixnum.Text = "cixnum.exe\\n#0001"
  342. cixnum.TextColor3 = Color3.new(1, 1, 1)
  343. cixnum.TextSize = 14
  344. cixnum.TextWrapped = true
  345.  
  346. koth.Name = "koth"
  347. koth.Parent = creditsframe
  348. koth.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  349. koth.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  350. koth.Position = UDim2.new(0, 0, 0.269736856, 0)
  351. koth.Size = UDim2.new(0, 175, 0, 23)
  352. koth.Font = Enum.Font.SciFi
  353. koth.Text = "Koth"
  354. koth.TextColor3 = Color3.new(1, 1, 1)
  355. koth.TextSize = 14
  356.  
  357. T6HP.Name = "T6HP"
  358. T6HP.Parent = creditsframe
  359. T6HP.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  360. T6HP.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  361. T6HP.Position = UDim2.new(0, 0, 0.420158595, 0)
  362. T6HP.Size = UDim2.new(0, 175, 0, 23)
  363. T6HP.Font = Enum.Font.SciFi
  364. T6HP.Text = "T6HP"
  365. T6HP.TextColor3 = Color3.new(1, 1, 1)
  366. T6HP.TextSize = 14
  367. T6HP.TextWrapped = true
  368.  
  369. openframe.Name = "openframe"
  370. openframe.Parent = ScreenGui
  371. openframe.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  372. openframe.Position = UDim2.new(0, 0, 0.416789412, 0)
  373. openframe.Size = UDim2.new(0, 104, 0, 27)
  374. openframe.Visible = false
  375.  
  376. openbutton.Name = "openbutton"
  377. openbutton.Parent = openframe
  378. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  379. openbutton.BackgroundTransparency = 1
  380. openbutton.Position = UDim2.new(0, 0, 0.111110687, 0)
  381. openbutton.Size = UDim2.new(0, 103, 0, 21)
  382. openbutton.Font = Enum.Font.SciFi
  383. openbutton.Text = "Open"
  384. openbutton.TextColor3 = Color3.new(1, 1, 1)
  385. openbutton.TextSize = 14
  386. openbutton.MouseButton1Down:connect(function()
  387. closebutton.Visible = true
  388. openbutton.Visible = false
  389. openframe.Visible = false
  390. closeframe.Visible = true
  391. Main.Visible = true
  392. coverup.Visible = true
  393. end)
  394.  
  395. closeframe.Name = "close frame"
  396. closeframe.Parent = ScreenGui
  397. closeframe.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  398. closeframe.Position = UDim2.new(7.4505806e-09, 0, 0.415639281, 0)
  399. closeframe.Size = UDim2.new(0, 104, 0, 27)
  400. closeframe.Visible = false
  401.  
  402. closebutton.Name = "closebutton"
  403. closebutton.Parent = closeframe
  404. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  405. closebutton.BackgroundTransparency = 1
  406. closebutton.Position = UDim2.new(0, 0, 0.111110687, 0)
  407. closebutton.Size = UDim2.new(0, 103, 0, 21)
  408. closebutton.Font = Enum.Font.SciFi
  409. closebutton.Text = "Close"
  410. closebutton.TextColor3 = Color3.new(1, 1, 1)
  411. closebutton.TextSize = 14
  412. closebutton.MouseButton1Down:connect(function()
  413. openframe.Visible = true
  414. openbutton.Visible = true
  415. closebutton.Visible = false
  416. closeframe.Visible = false
  417. Main.Visible = false
  418. coverup.Visible = false
  419. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement