Advertisement
Guest User

Untitled

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