Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.12 KB | None | 0 0
  1. -- Objects
  2.  
  3. local vectorhubV3 = Instance.new("ScreenGui")
  4. local enter = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Winnerslogin = Instance.new("TextButton")
  7. local ownerslogin = Instance.new("TextButton")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Winnersid = Instance.new("TextBox")
  11. local ownersid = Instance.new("TextBox")
  12. local vectorv3 = Instance.new("Frame")
  13. local WelcometoVectorHubV3 = Instance.new("TextLabel")
  14. local Gameguis = Instance.new("TextButton")
  15. local Commands = Instance.new("TextButton")
  16. local Credits = Instance.new("TextButton")
  17. local GameCommands = Instance.new("TextButton")
  18. local Seperator = Instance.new("Frame")
  19. local Comingsoon = Instance.new("TextButton")
  20. local GameCommandsscreen = Instance.new("Frame")
  21. local typeCommandhere = Instance.new("TextBox")
  22. local insert = Instance.new("TextButton")
  23. local SowrdBurstSpeedattack = Instance.new("TextButton")
  24. local Removejailbreakdoors = Instance.new("TextButton")
  25. local allprsionlifeguns = Instance.new("TextButton")
  26. local gameguisscreen = Instance.new("Frame")
  27. local Grabknife = Instance.new("TextButton")
  28. local titan = Instance.new("TextButton")
  29. local Admin = Instance.new("TextButton")
  30. local Wings = Instance.new("TextButton")
  31. local jailbreakgui = Instance.new("TextButton")
  32. local ClownGui = Instance.new("TextButton")
  33. local ApocKickui = Instance.new("TextButton")
  34. local nobiumGui = Instance.new("TextButton")
  35. local ArsenticGui = Instance.new("TextButton")
  36. local Sword = Instance.new("TextButton")
  37. local prisonlifegui = Instance.new("TextButton")
  38. local page2 = Instance.new("TextButton")
  39. local Comingsoon_2 = Instance.new("TextButton")
  40. local Commandsscreen = Instance.new("Frame")
  41. local bigheadall = Instance.new("TextButton")
  42. local fecheck = Instance.new("TextButton")
  43. local ghostall = Instance.new("TextButton")
  44. local Creditsscreen = Instance.new("Frame")
  45. local Creditstome = Instance.new("TextLabel")
  46. local addme = Instance.new("TextLabel")
  47. local anyissues = Instance.new("TextLabel")
  48. local Changelog = Instance.new("TextLabel")
  49. local openandclose = Instance.new("Frame")
  50. local Close = Instance.new("TextButton")
  51.  
  52. -- Properties
  53.  
  54. vectorhubV3.Name = "vector hub V3"
  55. vectorhubV3.Parent = game.CoreGui
  56.  
  57. enter.Name = "enter"
  58. enter.Parent = vectorhubV3
  59. enter.Active = true
  60. enter.BackgroundColor3 = Color3.new(0.709804, 0.831373, 0.882353)
  61. enter.Draggable = true
  62. enter.Position = UDim2.new(0.395501345, 0, 0.112052724, 0)
  63. enter.Selectable = true
  64. enter.Size = UDim2.new(0, 333, 0, 378)
  65.  
  66. TextLabel.Parent = enter
  67. TextLabel.BackgroundColor3 = Color3.new(0.709804, 0.831373, 0.882353)
  68. TextLabel.BackgroundTransparency = 1
  69. TextLabel.BorderColor3 = Color3.new(0.709804, 0.831373, 0.882353)
  70. TextLabel.Position = UDim2.new(0.169669628, 0, 0.0158730168, 0)
  71. TextLabel.Size = UDim2.new(0, 200, 0, 53)
  72. TextLabel.Font = Enum.Font.SourceSans
  73. TextLabel.Text = "vector hub V3 By rekless_exploiter"
  74. TextLabel.TextScaled = true
  75. TextLabel.TextSize = 14
  76. TextLabel.TextWrapped = true
  77.  
  78. Winnerslogin.Name = "Winners login"
  79. Winnerslogin.Parent = enter
  80. Winnerslogin.BackgroundColor3 = Color3.new(0, 1, 0)
  81. Winnerslogin.Position = UDim2.new(0.073573567, 0, 0.730158687, 0)
  82. Winnerslogin.Size = UDim2.new(0, 112, 0, 50)
  83. Winnerslogin.Font = Enum.Font.SourceSans
  84. Winnerslogin.Text = "Winners login"
  85. Winnerslogin.TextScaled = true
  86. Winnerslogin.TextSize = 14
  87. Winnerslogin.TextWrapped = true
  88. Winnerslogin.MouseButton1Down:connect(function()
  89. if Username.Text == "furry" and Password.Text == "thunder" and Winnersid.Text == "6534" then
  90. Winnerslogin.Text = "Authorizing"
  91. wait(5)
  92. Winnerslogin.Text = "Authorized"
  93. wait(2)
  94. enter.Visible = false
  95. vectorv3.Visible = true
  96. Close.Visible = true
  97. else
  98. Winnerslogin.Text = "Authorizing"
  99. wait(5)
  100. Winnerslogin.Text = "unAuthorized"
  101. wait(2)
  102. vectorhubV3:Destroy()
  103. end
  104. end)
  105.  
  106. ownerslogin.Name = "owners login"
  107. ownerslogin.Parent = enter
  108. ownerslogin.BackgroundColor3 = Color3.new(0, 1, 0)
  109. ownerslogin.Position = UDim2.new(0.626126111, 0, 0.730158687, 0)
  110. ownerslogin.Size = UDim2.new(0, 107, 0, 50)
  111. ownerslogin.Font = Enum.Font.SourceSans
  112. ownerslogin.Text = "owners login"
  113. ownerslogin.TextScaled = true
  114. ownerslogin.TextSize = 14
  115. ownerslogin.TextWrapped = true
  116. ownerslogin.MouseButton1Down:connect(function()
  117. if Username.Text == "cap" and Password.Text == "top" and ownersid.Text == "2222" then
  118. ownerslogin.Text = "Authorizing"
  119. wait(5)
  120. ownerslogin.Text = "Authorized"
  121. wait(2)
  122. enter.Visible = false
  123. vectorv3.Visible = true
  124. Close.Visible = true
  125. else
  126. ownerslogin.Text = "Authorizing"
  127. wait(5)
  128. ownerslogin.Text = "unAuthorized"
  129. wait(2)
  130. vectorhubV3:Destroy()
  131. end
  132. end)
  133.  
  134. Username.Name = "Username"
  135. Username.Parent = enter
  136. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  137. Username.Position = UDim2.new(0.1996997, 0, 0.232804239, 0)
  138. Username.Size = UDim2.new(0, 200, 0, 45)
  139. Username.Font = Enum.Font.SourceSans
  140. Username.Text = "Username"
  141. Username.TextSize = 14
  142.  
  143. Password.Name = "Password"
  144. Password.Parent = enter
  145. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Password.Position = UDim2.new(0.1996997, 0, 0.42592594, 0)
  147. Password.Size = UDim2.new(0, 200, 0, 45)
  148. Password.Font = Enum.Font.SourceSans
  149. Password.Text = "Password"
  150. Password.TextSize = 14
  151.  
  152. Winnersid.Name = "Winners id"
  153. Winnersid.Parent = enter
  154. Winnersid.BackgroundColor3 = Color3.new(1, 1, 1)
  155. Winnersid.Position = UDim2.new(0.109609611, 0, 0.61640209, 0)
  156. Winnersid.Size = UDim2.new(0, 88, 0, 21)
  157. Winnersid.Font = Enum.Font.SourceSans
  158. Winnersid.Text = "Winners Id"
  159. Winnersid.TextSize = 14
  160.  
  161. ownersid.Name = "owners id"
  162. ownersid.Parent = enter
  163. ownersid.BackgroundColor3 = Color3.new(1, 1, 1)
  164. ownersid.Position = UDim2.new(0.654654682, 0, 0.61640209, 0)
  165. ownersid.Size = UDim2.new(0, 88, 0, 21)
  166. ownersid.Font = Enum.Font.SourceSans
  167. ownersid.Text = "owners id"
  168. ownersid.TextSize = 14
  169.  
  170. vectorv3.Name = "vector v3"
  171. vectorv3.Parent = vectorhubV3
  172. vectorv3.Active = true
  173. vectorv3.BackgroundColor3 = Color3.new(1, 1, 1)
  174. vectorv3.BackgroundTransparency = 0.5
  175. vectorv3.Draggable = true
  176. vectorv3.Position = UDim2.new(0.196344852, 0, 0.122410558, 0)
  177. vectorv3.Selectable = true
  178. vectorv3.Size = UDim2.new(0, 620, 0, 377)
  179. vectorv3.Visible = false
  180.  
  181. WelcometoVectorHubV3.Name = "Welcome to Vector Hub V3"
  182. WelcometoVectorHubV3.Parent = vectorv3
  183. WelcometoVectorHubV3.BackgroundColor3 = Color3.new(1, 1, 1)
  184. WelcometoVectorHubV3.BackgroundTransparency = 1
  185. WelcometoVectorHubV3.BorderColor3 = Color3.new(1, 1, 1)
  186. WelcometoVectorHubV3.Position = UDim2.new(0.325806469, 0, 0, 0)
  187. WelcometoVectorHubV3.Size = UDim2.new(0, 200, 0, 50)
  188. WelcometoVectorHubV3.Font = Enum.Font.SourceSans
  189. WelcometoVectorHubV3.Text = "Welcome to vector Hub V3"
  190. WelcometoVectorHubV3.TextScaled = true
  191. WelcometoVectorHubV3.TextSize = 14
  192. WelcometoVectorHubV3.TextWrapped = true
  193.  
  194. Gameguis.Name = "Game guis"
  195. Gameguis.Parent = vectorv3
  196. Gameguis.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Gameguis.Position = UDim2.new(0.0145161301, 0, 0.0265251994, 0)
  198. Gameguis.Size = UDim2.new(0, 145, 0, 50)
  199. Gameguis.Font = Enum.Font.SourceSans
  200. Gameguis.Text = "Game guis"
  201. Gameguis.TextSize = 20
  202. Gameguis.MouseButton1Down:connect(function()
  203. if Commandsscreen.Visible == true or Creditsscreen.Visible == true or GameCommandsscreen.Visible == true then
  204. Commandsscreen.Visible = false
  205. Creditsscreen.Visible = false
  206. GameCommandsscreen.Visible = false
  207. gameguisscreen.Visible = true
  208. end
  209. end)
  210.  
  211. Commands.Name = "Commands"
  212. Commands.Parent = vectorv3
  213. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  214. Commands.Position = UDim2.new(0.0145161292, 0, 0.192307651, 0)
  215. Commands.Size = UDim2.new(0, 145, 0, 50)
  216. Commands.Font = Enum.Font.SourceSans
  217. Commands.Text = "Commands"
  218. Commands.TextSize = 20
  219. Commands.MouseButton1Down:connect(function()
  220. if gameguisscreen.Visible == true or GameCommandsscreen.Visible == true or Creditsscreen.Visible == true then
  221. gameguisscreen.Visible = false
  222. GameCommandsscreen.Visible = false
  223. Creditsscreen.Visible = false
  224. Commandsscreen.Visible = true
  225. end
  226. end)
  227.  
  228.  
  229. Credits.Name = "Credits"
  230. Credits.Parent = vectorv3
  231. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  232. Credits.Position = UDim2.new(0.0145161292, 0, 0.502652526, 0)
  233. Credits.Size = UDim2.new(0, 145, 0, 50)
  234. Credits.Font = Enum.Font.SourceSans
  235. Credits.Text = "Credits"
  236. Credits.TextSize = 20
  237. Credits.MouseButton1Down:connect(function()
  238. if GameCommandsscreen.Visible == true or Commandsscreen.Visible == true or gameguisscreen.Visible == true then
  239. GameCommandsscreen.Visible = false
  240. Commandsscreen.Visible = false
  241. gameguisscreen.Visible = false
  242. Creditsscreen.Visible = true
  243. end
  244. end)
  245.  
  246. GameCommands.Name = "Game Commands"
  247. GameCommands.Parent = vectorv3
  248. GameCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  249. GameCommands.Position = UDim2.new(0.0145161152, 0, 0.348806292, 0)
  250. GameCommands.Size = UDim2.new(0, 145, 0, 50)
  251. GameCommands.Font = Enum.Font.SourceSans
  252. GameCommands.Text = "Game Commands"
  253. GameCommands.TextSize = 20
  254. GameCommands.MouseButton1Down:connect(function()
  255. if Creditsscreen.Visible == true or Commandsscreen.Visible == true or gameguisscreen.Visible == true then
  256. Creditsscreen.Visible = false
  257. Commandsscreen.Visible = false
  258. gameguisscreen.Visible = false
  259. GameCommandsscreen.Visible = true
  260. end
  261. end)
  262.  
  263. Seperator.Name = "Seperator"
  264. Seperator.Parent = vectorv3
  265. Seperator.BackgroundColor3 = Color3.new(0, 1, 1)
  266. Seperator.Position = UDim2.new(0.248387098, 0, 0, 0)
  267. Seperator.Size = UDim2.new(0, 7, 0, 377)
  268.  
  269. Comingsoon.Name = "Coming soon"
  270. Comingsoon.Parent = vectorv3
  271. Comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  272. Comingsoon.Position = UDim2.new(0.0145161292, 0, 0.826259971, 0)
  273. Comingsoon.Size = UDim2.new(0, 145, 0, 50)
  274. Comingsoon.Font = Enum.Font.SourceSans
  275. Comingsoon.Text = "Coming soon"
  276. Comingsoon.TextSize = 20
  277.  
  278. GameCommandsscreen.Name = "Game Commands screen"
  279. GameCommandsscreen.Parent = vectorv3
  280. GameCommandsscreen.BackgroundColor3 = Color3.new(1, 1, 1)
  281. GameCommandsscreen.BackgroundTransparency = 0.5
  282. GameCommandsscreen.BorderColor3 = Color3.new(1, 1, 1)
  283. GameCommandsscreen.Position = UDim2.new(0.274193555, 0, 0.157824934, 0)
  284. GameCommandsscreen.Size = UDim2.new(0, 441, 0, 302)
  285. GameCommandsscreen.Visible = false
  286.  
  287. typeCommandhere.Name = "type Command here"
  288. typeCommandhere.Parent = GameCommandsscreen
  289. typeCommandhere.BackgroundColor3 = Color3.new(1, 1, 1)
  290. typeCommandhere.Position = UDim2.new(0.0204081647, 0, 0.867549658, 0)
  291. typeCommandhere.Size = UDim2.new(0, 301, 0, 30)
  292. typeCommandhere.Font = Enum.Font.SourceSans
  293. typeCommandhere.Text = "type Command here!"
  294. typeCommandhere.TextSize = 14
  295.  
  296. insert.Name = "insert"
  297. insert.Parent = GameCommandsscreen
  298. insert.BackgroundColor3 = Color3.new(1, 1, 1)
  299. insert.Position = UDim2.new(0.743764162, 0, 0.867549658, 0)
  300. insert.Size = UDim2.new(0, 96, 0, 30)
  301. insert.Font = Enum.Font.SourceSans
  302. insert.Text = "insert"
  303. insert.TextSize = 14
  304. insert.MouseButton1Down:connect(function()
  305. if typeCommandhere.Text == "Remove Jailbreak doors" then
  306. loadstring(game:HttpGet(('https://pastebin.com/raw/n01G2R12'),true))()
  307. end
  308. if typeCommandhere.Text == "All prison life guns" then
  309. loadstring(game:HttpGet(('https://pastebin.com/raw/7Wy9WLp0'),true))()
  310. end
  311. end)
  312.  
  313. SowrdBurstSpeedattack.Name = "Sowrd Burst Speed attack"
  314. SowrdBurstSpeedattack.Parent = GameCommandsscreen
  315. SowrdBurstSpeedattack.BackgroundColor3 = Color3.new(1, 1, 1)
  316. SowrdBurstSpeedattack.Position = UDim2.new(0.0204081647, 0, 0.0430463068, 0)
  317. SowrdBurstSpeedattack.Size = UDim2.new(0, 116, 0, 50)
  318. SowrdBurstSpeedattack.Font = Enum.Font.SourceSans
  319. SowrdBurstSpeedattack.Text = "Sword Burst Speed attack"
  320. SowrdBurstSpeedattack.TextScaled = true
  321. SowrdBurstSpeedattack.TextSize = 14
  322. SowrdBurstSpeedattack.TextWrapped = true
  323.  
  324. Removejailbreakdoors.Name = "Remove jailbreak doors"
  325. Removejailbreakdoors.Parent = GameCommandsscreen
  326. Removejailbreakdoors.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Removejailbreakdoors.Position = UDim2.new(0.339002252, 0, 0.0430463068, 0)
  328. Removejailbreakdoors.Size = UDim2.new(0, 116, 0, 50)
  329. Removejailbreakdoors.Font = Enum.Font.SourceSans
  330. Removejailbreakdoors.Text = "Remove Jailbreak doors"
  331. Removejailbreakdoors.TextScaled = true
  332. Removejailbreakdoors.TextSize = 14
  333. Removejailbreakdoors.TextWrapped = true
  334.  
  335. allprsionlifeguns.Name = "all prsion life guns!"
  336. allprsionlifeguns.Parent = GameCommandsscreen
  337. allprsionlifeguns.BackgroundColor3 = Color3.new(1, 1, 1)
  338. allprsionlifeguns.Position = UDim2.new(0.702947855, 0, 0.0430463068, 0)
  339. allprsionlifeguns.Size = UDim2.new(0, 116, 0, 50)
  340. allprsionlifeguns.Font = Enum.Font.SourceSans
  341. allprsionlifeguns.Text = "All Prison life guns!"
  342. allprsionlifeguns.TextScaled = true
  343. allprsionlifeguns.TextSize = 14
  344. allprsionlifeguns.TextWrapped = true
  345.  
  346. gameguisscreen.Name = "game guis screen"
  347. gameguisscreen.Parent = vectorv3
  348. gameguisscreen.BackgroundColor3 = Color3.new(1, 1, 1)
  349. gameguisscreen.BackgroundTransparency = 0.47999998927116
  350. gameguisscreen.BorderColor3 = Color3.new(1, 1, 1)
  351. gameguisscreen.Position = UDim2.new(0.270967752, 0, 0.159151196, 0)
  352. gameguisscreen.Size = UDim2.new(0, 444, 0, 302)
  353.  
  354. Grabknife.Name = "Grab knife"
  355. Grabknife.Parent = gameguisscreen
  356. Grabknife.BackgroundColor3 = Color3.new(1, 1, 1)
  357. Grabknife.Position = UDim2.new(0.0157657657, 0, 0.0397351012, 0)
  358. Grabknife.Size = UDim2.new(0, 108, 0, 50)
  359. Grabknife.Font = Enum.Font.SourceSans
  360. Grabknife.Text = "Grab knife"
  361. Grabknife.TextSize = 25
  362. Grabknife.MouseButton1Down:connect(function()
  363. loadstring(game:HttpGet(('https://pastebin.com/raw/DmtuzK94'),true))()
  364. end)
  365.  
  366. titan.Name = "titan"
  367. titan.Parent = gameguisscreen
  368. titan.BackgroundColor3 = Color3.new(1, 1, 1)
  369. titan.Position = UDim2.new(0.0157657657, 0, 0.291390747, 0)
  370. titan.Size = UDim2.new(0, 108, 0, 50)
  371. titan.Font = Enum.Font.SourceSans
  372. titan.Text = "Titan"
  373. titan.TextSize = 25
  374. titan.MouseButton1Down:connect(function()
  375. loadstring(game:HttpGet(('https://pastebin.com/raw/HaAyYaE9'),true))()
  376. end)
  377.  
  378. Admin.Name = "Admin"
  379. Admin.Parent = gameguisscreen
  380. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  381. Admin.Position = UDim2.new(0.0157657657, 0, 0.546357632, 0)
  382. Admin.Size = UDim2.new(0, 108, 0, 50)
  383. Admin.Font = Enum.Font.SourceSans
  384. Admin.Text = "Admin"
  385. Admin.TextSize = 25
  386. Admin.MouseButton1Down:connect(function()
  387. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  388. end)
  389.  
  390. Wings.Name = "Wings"
  391. Wings.Parent = gameguisscreen
  392. Wings.BackgroundColor3 = Color3.new(1, 1, 1)
  393. Wings.Position = UDim2.new(0.0292792786, 0, 0.799668908, 0)
  394. Wings.Size = UDim2.new(0, 108, 0, 50)
  395. Wings.Font = Enum.Font.SourceSans
  396. Wings.Text = "Wings"
  397. Wings.TextSize = 25
  398. Wings.MouseButton1Down:connect(function()
  399. loadstring(game:HttpGet(('https://pastebin.com/raw/zCypYHjJ'),true))()
  400. end)
  401.  
  402. jailbreakgui.Name = "jailbreak gui"
  403. jailbreakgui.Parent = gameguisscreen
  404. jailbreakgui.BackgroundColor3 = Color3.new(1, 1, 1)
  405. jailbreakgui.Position = UDim2.new(0.378378391, 0, 0.799668908, 0)
  406. jailbreakgui.Size = UDim2.new(0, 108, 0, 50)
  407. jailbreakgui.Font = Enum.Font.SourceSans
  408. jailbreakgui.Text = "Jailbreak gui"
  409. jailbreakgui.TextScaled = true
  410. jailbreakgui.TextSize = 25
  411. jailbreakgui.TextWrapped = true
  412. jailbreakgui.MouseButton1Down:connect(function()
  413. loadstring(game:HttpGet(('https://pastebin.com/raw/KHhTYP0X'),true))()
  414. end)
  415.  
  416. ClownGui.Name = "Clown Gui"
  417. ClownGui.Parent = gameguisscreen
  418. ClownGui.BackgroundColor3 = Color3.new(1, 1, 1)
  419. ClownGui.Position = UDim2.new(0.716216266, 0, 0.799668908, 0)
  420. ClownGui.Size = UDim2.new(0, 108, 0, 50)
  421. ClownGui.Font = Enum.Font.SourceSans
  422. ClownGui.Text = "Clown Gui"
  423. ClownGui.TextSize = 25
  424. ClownGui.MouseButton1Down:connect(function()
  425. loadstring(game:HttpGet(('https://pastebin.com/raw/RdxE24XG'),true))()
  426. end)
  427.  
  428. ApocKickui.Name = "ApocKickui"
  429. ApocKickui.Parent = gameguisscreen
  430. ApocKickui.BackgroundColor3 = Color3.new(1, 1, 1)
  431. ApocKickui.Position = UDim2.new(0.716216207, 0, 0.546357632, 0)
  432. ApocKickui.Size = UDim2.new(0, 108, 0, 50)
  433. ApocKickui.Font = Enum.Font.SourceSans
  434. ApocKickui.Text = "ApocKickui"
  435. ApocKickui.TextSize = 25
  436. ApocKickui.MouseButton1Down:connect(function()
  437. loadstring(game:HttpGet(('https://pastebin.com/raw/sAtcuQ0L'),true))()
  438. end)
  439.  
  440. nobiumGui.Name = "nobium Gui"
  441. nobiumGui.Parent = gameguisscreen
  442. nobiumGui.BackgroundColor3 = Color3.new(1, 1, 1)
  443. nobiumGui.Position = UDim2.new(0.716216207, 0, 0.291390747, 0)
  444. nobiumGui.Size = UDim2.new(0, 108, 0, 50)
  445. nobiumGui.Font = Enum.Font.SourceSans
  446. nobiumGui.Text = "nobium Gui"
  447. nobiumGui.TextSize = 25
  448. nobiumGui.MouseButton1Down:connect(function()
  449. loadstring(game:HttpGet(('https://pastebin.com/raw/G1L0KaHk'),true))()
  450. end)
  451.  
  452. ArsenticGui.Name = "Arsentic Gui"
  453. ArsenticGui.Parent = gameguisscreen
  454. ArsenticGui.BackgroundColor3 = Color3.new(1, 1, 1)
  455. ArsenticGui.Position = UDim2.new(0.716216207, 0, 0.0397351086, 0)
  456. ArsenticGui.Size = UDim2.new(0, 108, 0, 50)
  457. ArsenticGui.Font = Enum.Font.SourceSans
  458. ArsenticGui.Text = "Arsentic Gui"
  459. ArsenticGui.TextSize = 25
  460. ApocKickui.MouseButton1Down:connect(function()
  461. loadstring(game:HttpGet(('https://pastebin.com/raw/ATRNdxru'),true))()
  462. end)
  463.  
  464. Sword.Name = "Sword"
  465. Sword.Parent = gameguisscreen
  466. Sword.BackgroundColor3 = Color3.new(1, 1, 1)
  467. Sword.Position = UDim2.new(0.378378332, 0, 0.0397350639, 0)
  468. Sword.Size = UDim2.new(0, 108, 0, 50)
  469. Sword.Font = Enum.Font.SourceSans
  470. Sword.Text = "Sword"
  471. Sword.TextSize = 25
  472. Sword.MouseButton1Down:connect(function()
  473. loadstring(game:HttpGet(('https://pastebin.com/raw/fMzG2K6i'),true))()
  474. end)
  475.  
  476. prisonlifegui.Name = "prison life gui"
  477. prisonlifegui.Parent = gameguisscreen
  478. prisonlifegui.BackgroundColor3 = Color3.new(1, 1, 1)
  479. prisonlifegui.Position = UDim2.new(0.378378361, 0, 0.291390747, 0)
  480. prisonlifegui.Size = UDim2.new(0, 108, 0, 50)
  481. prisonlifegui.Font = Enum.Font.SourceSans
  482. prisonlifegui.Text = "prison Life gui"
  483. prisonlifegui.TextScaled = true
  484. prisonlifegui.TextSize = 15
  485. prisonlifegui.TextWrapped = true
  486. prisonlifegui.MouseButton1Down:connect(function()
  487. loadstring(game:HttpGet(('https://pastebin.com/raw/TJkQiLLX'),true))()
  488. end)
  489.  
  490. page2.Name = "page 2"
  491. page2.Parent = gameguisscreen
  492. page2.BackgroundColor3 = Color3.new(1, 1, 1)
  493. page2.Position = UDim2.new(0.378378361, 0, 0.546357632, 0)
  494. page2.Size = UDim2.new(0, 108, 0, 50)
  495. page2.Font = Enum.Font.SourceSans
  496. page2.Text = "Page 2"
  497. page2.TextSize = 25
  498. page2.TextWrapped = true
  499.  
  500. Comingsoon_2.Name = "Coming soon"
  501. Comingsoon_2.Parent = vectorv3
  502. Comingsoon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Comingsoon_2.Position = UDim2.new(0.0145161292, 0, 0.659151196, 0)
  504. Comingsoon_2.Size = UDim2.new(0, 145, 0, 53)
  505. Comingsoon_2.Font = Enum.Font.SourceSans
  506. Comingsoon_2.Text = "Coming soon"
  507. Comingsoon_2.TextSize = 20
  508.  
  509. Commandsscreen.Name = "Commands screen"
  510. Commandsscreen.Parent = vectorv3
  511. Commandsscreen.BackgroundColor3 = Color3.new(1, 1, 1)
  512. Commandsscreen.BackgroundTransparency = 0.5
  513. Commandsscreen.BorderColor3 = Color3.new(1, 1, 1)
  514. Commandsscreen.Position = UDim2.new(0.274193555, 0, 0.168435007, 0)
  515. Commandsscreen.Size = UDim2.new(0, 442, 0, 302)
  516. Commandsscreen.Visible = false
  517.  
  518. bigheadall.Name = "big head all"
  519. bigheadall.Parent = Commandsscreen
  520. bigheadall.BackgroundColor3 = Color3.new(1, 1, 1)
  521. bigheadall.Position = UDim2.new(0.03167421, 0, 0.0298012737, 0)
  522. bigheadall.Size = UDim2.new(0, 107, 0, 56)
  523. bigheadall.Font = Enum.Font.SourceSans
  524. bigheadall.Text = "big head all"
  525. bigheadall.TextSize = 20
  526. bigheadall.TextWrapped = true
  527. bigheadall.MouseButton1Down:connect(function()
  528. for i,v in pairs(game.Players:GetPlayers()) do
  529. v.Character.Head.Mesh.Scale = Vector3.new(9,9,9)
  530. end
  531. end)
  532.  
  533. fecheck.Name = "fe check"
  534. fecheck.Parent = Commandsscreen
  535. fecheck.BackgroundColor3 = Color3.new(1, 1, 1)
  536. fecheck.Position = UDim2.new(0.341628969, 0, 0.0298012737, 0)
  537. fecheck.Size = UDim2.new(0, 107, 0, 56)
  538. fecheck.Font = Enum.Font.SourceSans
  539. fecheck.Text = "fe check"
  540. fecheck.TextSize = 20
  541. fecheck.TextWrapped = true
  542. fecheck.MouseButton1Down:connect(function()
  543. if game.Workspace.FilteringEnabled == true then
  544. print("this game is fe")
  545. else
  546. print("this game is not fe")
  547. end
  548. end)
  549.  
  550. ghostall.Name = "ghost all"
  551. ghostall.Parent = Commandsscreen
  552. ghostall.BackgroundColor3 = Color3.new(1, 1, 1)
  553. ghostall.Position = UDim2.new(0.683257937, 0, 0.0298012737, 0)
  554. ghostall.Size = UDim2.new(0, 107, 0, 56)
  555. ghostall.Font = Enum.Font.SourceSans
  556. ghostall.Text = "Ghost all"
  557. ghostall.TextSize = 20
  558. ghostall.TextWrapped = true
  559. ghostall.MouseButton1Down:connect(function()
  560. loadstring(game:HttpGet(('https://pastebin.com/raw/hpLi0L9a'),true))()
  561. end)
  562.  
  563. Creditsscreen.Name = "Credits screen"
  564. Creditsscreen.Parent = vectorv3
  565. Creditsscreen.BackgroundColor3 = Color3.new(1, 1, 1)
  566. Creditsscreen.BackgroundTransparency = 0.5
  567. Creditsscreen.BorderColor3 = Color3.new(1, 1, 1)
  568. Creditsscreen.Position = UDim2.new(0.25967741, 0, 0.157824934, 0)
  569. Creditsscreen.Size = UDim2.new(0, 450, 0, 302)
  570. Creditsscreen.Visible = false
  571.  
  572. Creditstome.Name = "Credits to me"
  573. Creditstome.Parent = Creditsscreen
  574. Creditstome.BackgroundColor3 = Color3.new(1, 1, 1)
  575. Creditstome.BackgroundTransparency = 1
  576. Creditstome.Position = UDim2.new(0.0977777839, 0, -0.0314569548, 0)
  577. Creditstome.Size = UDim2.new(0, 362, 0, 50)
  578. Creditstome.Font = Enum.Font.SourceSans
  579. Creditstome.Text = "All credits go To me Rekless_exploiter"
  580. Creditstome.TextSize = 25
  581.  
  582. addme.Name = "add me"
  583. addme.Parent = Creditsscreen
  584. addme.BackgroundColor3 = Color3.new(1, 1, 1)
  585. addme.BackgroundTransparency = 1
  586. addme.Position = UDim2.new(0.0977777839, 0, 0.382450342, 0)
  587. addme.Size = UDim2.new(0, 362, 0, 50)
  588. addme.Font = Enum.Font.SourceSans
  589. addme.Text = "Add My roblox Eat1yo1green1beans1 for More Updates "
  590. addme.TextScaled = true
  591. addme.TextSize = 25
  592. addme.TextWrapped = true
  593.  
  594. anyissues.Name = "any issues"
  595. anyissues.Parent = Creditsscreen
  596. anyissues.BackgroundColor3 = Color3.new(1, 1, 1)
  597. anyissues.BackgroundTransparency = 1
  598. anyissues.Position = UDim2.new(0.0977777839, 0, 0.16390729, 0)
  599. anyissues.Size = UDim2.new(0, 362, 0, 50)
  600. anyissues.Font = Enum.Font.SourceSans
  601. anyissues.Text = "Any issues Report them to me My Discord is CrashBoy#5972"
  602. anyissues.TextScaled = true
  603. anyissues.TextSize = 25
  604. anyissues.TextWrapped = true
  605.  
  606. Changelog.Name = "Changelog"
  607. Changelog.Parent = Creditsscreen
  608. Changelog.BackgroundColor3 = Color3.new(1, 1, 1)
  609. Changelog.BackgroundTransparency = 1
  610. Changelog.Position = UDim2.new(0.0911111161, 0, 0.635761619, 0)
  611. Changelog.Size = UDim2.new(0, 362, 0, 50)
  612. Changelog.Font = Enum.Font.SourceSans
  613. Changelog.Text = "Changelog Will be added Soon! so stay Put while i work on it"
  614. Changelog.TextScaled = true
  615. Changelog.TextSize = 25
  616. Changelog.TextWrapped = true
  617.  
  618. openandclose.Name = "openandclose"
  619. openandclose.Parent = vectorhubV3
  620. openandclose.BackgroundColor3 = Color3.new(1, 0.164706, 0)
  621. openandclose.BackgroundTransparency = 1
  622. openandclose.Position = UDim2.new(0.0084348619, 0, 0.5131827, 0)
  623. openandclose.Size = UDim2.new(0, 16, 0, 18)
  624.  
  625. Close.Name = "Close"
  626. Close.Parent = openandclose
  627. Close.BackgroundColor3 = Color3.new(1, 0.396078, 0.0470588)
  628. Close.Position = UDim2.new(-2, 0, -1.02777779, 0)
  629. Close.Size = UDim2.new(0, 84, 0, 23)
  630. Close.Visible = false
  631. Close.Font = Enum.Font.SourceSans
  632. Close.Text = " Close"
  633. Close.TextSize = 20
  634. Close.MouseButton1Down:connect(function()
  635. if vectorv3.Visible == true then
  636. vectorv3.Visible = false
  637. Close.Text = "open"
  638. else
  639. vectorv3.Visible = true
  640. Close.Text = "Close"
  641. end
  642. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement