Advertisement
pasterboi

Untitled

Dec 31st, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. -- Objects
  2.  
  3. local vectorhub = Instance.new("ScreenGui")
  4. local Enterhub = Instance.new("Frame")
  5. local hackname = Instance.new("TextLabel")
  6. local username = Instance.new("TextBox")
  7. local password = Instance.new("TextBox")
  8. local id = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local hub = Instance.new("Frame")
  11. local Subtome = Instance.new("TextLabel")
  12. local grabKnife = Instance.new("TextButton")
  13. local titan = Instance.new("TextButton")
  14. local infiniteadmin = Instance.new("TextButton")
  15. local wings = Instance.new("TextButton")
  16. local catboxinggloves = Instance.new("TextButton")
  17. local sword = Instance.new("TextButton")
  18. local prsionlifegui = Instance.new("TextButton")
  19. local jailbreakgui = Instance.new("TextButton")
  20. local apocarsentic = Instance.new("TextButton")
  21. local Apocnubium = Instance.new("TextButton")
  22. local Apocuikick = Instance.new("TextButton")
  23. local Dayzspawnscript = Instance.new("TextButton")
  24. local Clowngui = Instance.new("TextButton")
  25. local FlashV3 = Instance.new("TextButton")
  26. local Topek30 = Instance.new("TextButton")
  27. local yourmomgui = Instance.new("TextButton")
  28. local Comingsoon = Instance.new("TextButton")
  29. local Comingsoon_2 = Instance.new("TextButton")
  30. local Comingsoon_3 = Instance.new("TextButton")
  31. local Comingsoon_4 = Instance.new("TextButton")
  32.  
  33. -- Properties
  34.  
  35. vectorhub.Name = "vector hub"
  36. vectorhub.Parent = game.CoreGui
  37.  
  38. Enterhub.Name = "Enterhub"
  39. Enterhub.Parent = vectorhub
  40. Enterhub.Active = true
  41. Enterhub.BackgroundColor3 = Color3.new(0.529412, 0.937255, 1)
  42. Enterhub.Draggable = true
  43. Enterhub.Position = UDim2.new(0.344423562, 0, 0.122410551, 0)
  44. Enterhub.Selectable = true
  45. Enterhub.Size = UDim2.new(0, 346, 0, 361)
  46.  
  47. hackname.Name = "hack name"
  48. hackname.Parent = Enterhub
  49. hackname.BackgroundColor3 = Color3.new(0.145098, 1, 0.458824)
  50. hackname.Size = UDim2.new(0, 346, 0, 31)
  51. hackname.Font = Enum.Font.SourceSans
  52. hackname.Text = "Vector Hub"
  53. hackname.TextColor3 = Color3.new(0, 0, 0)
  54. hackname.TextSize = 25
  55.  
  56. username.Name = "username"
  57. username.Parent = Enterhub
  58. username.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  59. username.Position = UDim2.new(0.234104037, 0, 0.182825476, 0)
  60. username.Size = UDim2.new(0, 200, 0, 50)
  61. username.Font = Enum.Font.SourceSans
  62. username.Text = "Username"
  63. username.TextSize = 25
  64.  
  65. password.Name = "password"
  66. password.Parent = Enterhub
  67. password.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  68. password.Position = UDim2.new(0.232658952, 0, 0.394736797, 0)
  69. password.Size = UDim2.new(0, 200, 0, 50)
  70. password.Font = Enum.Font.SourceSans
  71. password.Text = "Password"
  72. password.TextSize = 25
  73.  
  74. id.Name = "id"
  75. id.Parent = Enterhub
  76. id.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  77. id.Position = UDim2.new(0.234104052, 0, 0.626038849, 0)
  78. id.Size = UDim2.new(0, 200, 0, 28)
  79. id.Font = Enum.Font.SourceSans
  80. id.Text = "ID"
  81. id.TextSize = 25
  82.  
  83. Submit.Name = "Submit"
  84. Submit.Parent = Enterhub
  85. Submit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  86. Submit.Position = UDim2.new(0.234104052, 0, 0.78393352, 0)
  87. Submit.Size = UDim2.new(0, 200, 0, 50)
  88. Submit.Font = Enum.Font.SourceSans
  89. Submit.Text = "Submit"
  90. Submit.TextSize = 25
  91. Submit.MouseButton1Down:connect(function()
  92. if username.Text == "qtx" and password.Text == "trial" and id.Text == "1978" then
  93. Submit.Text = "Checking login"
  94. wait(5)
  95. Submit.Text = "Succees!"
  96. wait(2)
  97. Enterhub.Visible = false
  98. hub.Visible = true
  99. end
  100. end)
  101.  
  102. hub.Name = "hub"
  103. hub.Parent = vectorhub
  104. hub.Active = true
  105. hub.BackgroundColor3 = Color3.new(0, 0, 0)
  106. hub.BorderColor3 = Color3.new(1, 1, 0)
  107. hub.Draggable = true
  108. hub.Position = UDim2.new(0.242736652, 0, 0.131826729, 0)
  109. hub.Selectable = true
  110. hub.Size = UDim2.new(0, 534, 0, 348)
  111. hub.Visible = false
  112.  
  113. Subtome.Name = "Sub to me"
  114. Subtome.Parent = hub
  115. Subtome.BackgroundColor3 = Color3.new(1, 1, 0)
  116. Subtome.Size = UDim2.new(0, 488, 0, 38)
  117. Subtome.Font = Enum.Font.SourceSans
  118. Subtome.Text = "Sub to Rekless_exploiter For more updates on this Script hub!"
  119. Subtome.TextScaled = true
  120. Subtome.TextSize = 25
  121. Subtome.TextWrapped = true
  122.  
  123. grabKnife.Name = "grab Knife"
  124. grabKnife.Parent = hub
  125. grabKnife.BackgroundColor3 = Color3.new(1, 1, 0)
  126. grabKnife.Position = UDim2.new(0.0318352059, 0, 0.181034476, 0)
  127. grabKnife.Size = UDim2.new(0, 86, 0, 50)
  128. grabKnife.Font = Enum.Font.SourceSans
  129. grabKnife.Text = "Grab knife"
  130. grabKnife.TextSize = 14
  131. grabKnife.MouseButton1Down:connect(function()
  132. loadstring(game:HttpGet(('https://pastebin.com/raw/DmtuzK94'),true))()
  133. end)
  134.  
  135. titan.Name = "titan"
  136. titan.Parent = hub
  137. titan.BackgroundColor3 = Color3.new(1, 1, 0)
  138. titan.Position = UDim2.new(0.0318352059, 0, 0.395114928, 0)
  139. titan.Size = UDim2.new(0, 86, 0, 50)
  140. titan.Font = Enum.Font.SourceSans
  141. titan.Text = "titan"
  142. titan.TextSize = 14
  143. titan.MouseButton1Down:connect(function()
  144. loadstring(game:HttpGet(('https://pastebin.com/raw/HaAyYaE9'),true))()
  145. end)
  146.  
  147. infiniteadmin.Name = "infinite admin"
  148. infiniteadmin.Parent = hub
  149. infiniteadmin.BackgroundColor3 = Color3.new(1, 1, 0)
  150. infiniteadmin.Position = UDim2.new(0.0318352059, 0, 0.616379261, 0)
  151. infiniteadmin.Size = UDim2.new(0, 86, 0, 50)
  152. infiniteadmin.Font = Enum.Font.SourceSans
  153. infiniteadmin.Text = "Infinite admin"
  154. infiniteadmin.TextSize = 14
  155. infiniteadmin.MouseButton1Down:connect(function()
  156. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  157. end)
  158.  
  159. wings.Name = "wings"
  160. wings.Parent = hub
  161. wings.BackgroundColor3 = Color3.new(1, 1, 0)
  162. wings.Position = UDim2.new(0.0318352059, 0, 0.814655185, 0)
  163. wings.Size = UDim2.new(0, 86, 0, 50)
  164. wings.Font = Enum.Font.SourceSans
  165. wings.Text = "Wings"
  166. wings.TextSize = 14
  167. wings.MouseButton1Down:connect(function()
  168. loadstring(game:HttpGet(('https://pastebin.com/raw/zCypYHjJ'),true))()
  169. end)
  170.  
  171. catboxinggloves.Name = "cat boxing gloves"
  172. catboxinggloves.Parent = hub
  173. catboxinggloves.BackgroundColor3 = Color3.new(1, 1, 0)
  174. catboxinggloves.Position = UDim2.new(0.232209742, 0, 0.181034476, 0)
  175. catboxinggloves.Size = UDim2.new(0, 86, 0, 50)
  176. catboxinggloves.Font = Enum.Font.SourceSans
  177. catboxinggloves.Text = "Cat boxing gloves"
  178. catboxinggloves.TextSize = 14
  179. catboxinggloves.MouseButton1Down:connect(function()
  180. loadstring(game:HttpGet(('https://pastebin.com/raw/Jcd7GnHt'),true))()
  181. end)
  182.  
  183. sword.Name = "sword"
  184. sword.Parent = hub
  185. sword.BackgroundColor3 = Color3.new(1, 1, 0)
  186. sword.Position = UDim2.new(0.232209742, 0, 0.395114928, 0)
  187. sword.Size = UDim2.new(0, 86, 0, 50)
  188. sword.Font = Enum.Font.SourceSans
  189. sword.Text = "Sword"
  190. sword.TextSize = 14
  191. sword.MouseButton1Down:connect(function()
  192. loadstring(game:HttpGet(('https://pastebin.com/raw/fMzG2K6i'),true))()
  193. end)
  194.  
  195. prsionlifegui.Name = "prsion life gui"
  196. prsionlifegui.Parent = hub
  197. prsionlifegui.BackgroundColor3 = Color3.new(1, 1, 0)
  198. prsionlifegui.Position = UDim2.new(0.232209742, 0, 0.616379261, 0)
  199. prsionlifegui.Size = UDim2.new(0, 86, 0, 50)
  200. prsionlifegui.Font = Enum.Font.SourceSans
  201. prsionlifegui.Text = "prison life gui"
  202. prsionlifegui.TextSize = 14
  203. prsionlifegui.MouseButton1Down:connect(function()
  204. loadstring(game:HttpGet(('https://pastebin.com/raw/TJkQiLLX'),true))()
  205. end)
  206.  
  207. jailbreakgui.Name = "jailbreak gui"
  208. jailbreakgui.Parent = hub
  209. jailbreakgui.BackgroundColor3 = Color3.new(1, 1, 0)
  210. jailbreakgui.Position = UDim2.new(0.232209742, 0, 0.817528665, 0)
  211. jailbreakgui.Size = UDim2.new(0, 86, 0, 50)
  212. jailbreakgui.Font = Enum.Font.SourceSans
  213. jailbreakgui.Text = "jailbreak gui"
  214. jailbreakgui.TextSize = 14
  215. jailbreakgui.MouseButton1Down:connect(function()
  216. loadstring(game:HttpGet(('https://pastebin.com/raw/KHhTYP0X'),true))()
  217. end)
  218.  
  219. apocarsentic.Name = "apoc arsentic"
  220. apocarsentic.Parent = hub
  221. apocarsentic.BackgroundColor3 = Color3.new(1, 1, 0)
  222. apocarsentic.Position = UDim2.new(0.436329603, 0, 0.182471216, 0)
  223. apocarsentic.Size = UDim2.new(0, 86, 0, 50)
  224. apocarsentic.Font = Enum.Font.SourceSans
  225. apocarsentic.Text = "Apoc Arsentic"
  226. apocarsentic.TextSize = 14
  227. apocarsentic.MouseButton1Down:connect(function()
  228. loadstring(game:HttpGet(('https://pastebin.com/raw/ATRNdxru'),true))()
  229. end)
  230.  
  231. Apocnubium.Name = "Apoc nubium"
  232. Apocnubium.Parent = hub
  233. Apocnubium.BackgroundColor3 = Color3.new(1, 1, 0)
  234. Apocnubium.Position = UDim2.new(0.436329603, 0, 0.397988439, 0)
  235. Apocnubium.Size = UDim2.new(0, 86, 0, 50)
  236. Apocnubium.Font = Enum.Font.SourceSans
  237. Apocnubium.Text = "apoc nobium"
  238. Apocnubium.TextSize = 14
  239. Apocnubium.MouseButton1Down:connect(function()
  240. loadstring(game:HttpGet(('https://pastebin.com/raw/G1L0KaHk'),true))()
  241. end)
  242.  
  243. Apocuikick.Name = "Apoc ui kick"
  244. Apocuikick.Parent = hub
  245. Apocuikick.BackgroundColor3 = Color3.new(1, 1, 0)
  246. Apocuikick.Position = UDim2.new(0.436329603, 0, 0.619252801, 0)
  247. Apocuikick.Size = UDim2.new(0, 86, 0, 50)
  248. Apocuikick.Font = Enum.Font.SourceSans
  249. Apocuikick.Text = "Apoc ui kick"
  250. Apocuikick.TextSize = 14
  251. Apocuikick.MouseButton1Down:connect(function()
  252. loadstring(game:HttpGet(('https://pastebin.com/raw/sAtcuQ0L'),true))()
  253. end)
  254.  
  255. Dayzspawnscript.Name = "Dayz spawn script"
  256. Dayzspawnscript.Parent = hub
  257. Dayzspawnscript.BackgroundColor3 = Color3.new(1, 1, 0)
  258. Dayzspawnscript.Position = UDim2.new(0.436329603, 0, 0.817528665, 0)
  259. Dayzspawnscript.Size = UDim2.new(0, 86, 0, 50)
  260. Dayzspawnscript.Font = Enum.Font.SourceSans
  261. Dayzspawnscript.Text = "Days spawn Guz"
  262. Dayzspawnscript.TextSize = 14
  263. Dayzspawnscript.MouseButton1Down:connect(function()
  264. loadstring(game:HttpGet(('https://pastebin.com/raw/tR7ZXzVt'),true))()
  265. end)
  266.  
  267. Clowngui.Name = "Clown gui"
  268. Clowngui.Parent = hub
  269. Clowngui.BackgroundColor3 = Color3.new(1, 1, 0)
  270. Clowngui.Position = UDim2.new(0.632958829, 0, 0.182471216, 0)
  271. Clowngui.Size = UDim2.new(0, 86, 0, 50)
  272. Clowngui.Font = Enum.Font.SourceSans
  273. Clowngui.Text = "Clown gui"
  274. Clowngui.TextSize = 14
  275. Clowngui.MouseButton1Down:connect(function()
  276. loadstring(game:HttpGet(('https://pastebin.com/raw/RdxE24XG'),true))()
  277. end)
  278.  
  279. FlashV3.Name = "Flash V3"
  280. FlashV3.Parent = hub
  281. FlashV3.BackgroundColor3 = Color3.new(1, 1, 0)
  282. FlashV3.Position = UDim2.new(0.632958829, 0, 0.397988439, 0)
  283. FlashV3.Size = UDim2.new(0, 86, 0, 50)
  284. FlashV3.Font = Enum.Font.SourceSans
  285. FlashV3.Text = "Flash V3"
  286. FlashV3.TextSize = 14
  287. FlashV3.MouseButton1Down:connect(function()
  288. loadstring(game:HttpGet(('https://pastebin.com/raw/Fr1Nrxkc'),true))()
  289. end)
  290.  
  291. Topek30.Name = "Topek3.0"
  292. Topek30.Parent = hub
  293. Topek30.BackgroundColor3 = Color3.new(1, 1, 0)
  294. Topek30.Position = UDim2.new(0.632958829, 0, 0.619252801, 0)
  295. Topek30.Size = UDim2.new(0, 86, 0, 50)
  296. Topek30.Font = Enum.Font.SourceSans
  297. Topek30.Text = "Topek3.0"
  298. Topek30.TextSize = 14
  299. Topek30.MouseButton1Down:connect(function()
  300. loadstring(game:HttpGet(('https://pastebin.com/raw/92qMSENc'),true))()
  301. end)
  302.  
  303. yourmomgui.Name = "your mom gui"
  304. yourmomgui.Parent = hub
  305. yourmomgui.BackgroundColor3 = Color3.new(1, 1, 0)
  306. yourmomgui.Position = UDim2.new(0.632958829, 0, 0.817528665, 0)
  307. yourmomgui.Size = UDim2.new(0, 86, 0, 50)
  308. yourmomgui.Font = Enum.Font.SourceSans
  309. yourmomgui.Text = "your mom gui"
  310. yourmomgui.TextSize = 14
  311. yourmomgui.MouseButton1Down:connect(function()
  312.  
  313. Comingsoon.Name = "Coming soon"
  314. Comingsoon.Parent = hub
  315. Comingsoon.BackgroundColor3 = Color3.new(1, 1, 0)
  316. Comingsoon.Position = UDim2.new(0.82397002, 0, 0.181034476, 0)
  317. Comingsoon.Size = UDim2.new(0, 85, 0, 50)
  318. Comingsoon.Font = Enum.Font.SourceSans
  319. Comingsoon.Text = "Coming soon"
  320. Comingsoon.TextSize = 14
  321.  
  322. Comingsoon_2.Name = "Coming soon"
  323. Comingsoon_2.Parent = hub
  324. Comingsoon_2.BackgroundColor3 = Color3.new(1, 1, 0)
  325. Comingsoon_2.Position = UDim2.new(0.82397002, 0, 0.396551728, 0)
  326. Comingsoon_2.Size = UDim2.new(0, 85, 0, 50)
  327. Comingsoon_2.Font = Enum.Font.SourceSans
  328. Comingsoon_2.Text = "Coming soon"
  329. Comingsoon_2.TextSize = 14
  330.  
  331. Comingsoon_3.Name = "Coming soon"
  332. Comingsoon_3.Parent = hub
  333. Comingsoon_3.BackgroundColor3 = Color3.new(1, 1, 0)
  334. Comingsoon_3.Position = UDim2.new(0.82397002, 0, 0.617816091, 0)
  335. Comingsoon_3.Size = UDim2.new(0, 85, 0, 50)
  336. Comingsoon_3.Font = Enum.Font.SourceSans
  337. Comingsoon_3.Text = "Coming soon"
  338. Comingsoon_3.TextSize = 14
  339. BUTTONNAMEHERE!.MouseButton1Down:connect(function()
  340. Script here
  341. end)
  342.  
  343. Comingsoon_4.Name = "Coming soon"
  344. Comingsoon_4.Parent = hub
  345. Comingsoon_4.BackgroundColor3 = Color3.new(1, 1, 0)
  346. Comingsoon_4.Position = UDim2.new(0.82397002, 0, 0.816091955, 0)
  347. Comingsoon_4.Size = UDim2.new(0, 85, 0, 50)
  348. Comingsoon_4.Font = Enum.Font.SourceSans
  349. Comingsoon_4.Text = "Coming soon"
  350. Comingsoon_4.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement