Advertisement
Pro_Pastebin_Person1

Untitled

Apr 23rd, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.94 KB | None | 0 0
  1. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  2. local NewAPI = API:Load()
  3.  
  4. local Players = game:GetService("Players")
  5.  
  6. wait(0.5)
  7.  
  8. Players.PlayerAdded:Connect(function(plr)
  9. print(plr.Name.." joined the game.")
  10. end)
  11. Players.PlayerRemoving:Connect(function(plr)
  12. print(plr.Name.." left the game.")
  13. end)
  14.  
  15. wait(0.1)
  16.  
  17. local PrisonHaxxx = Instance.new("ScreenGui")
  18. local Main = Instance.new("Frame")
  19. local Minus = Instance.new("TextButton")
  20. local CloseMain = Instance.new("TextButton")
  21. local Name = Instance.new("TextLabel")
  22. local Line1 = Instance.new("Frame")
  23. local FlyButton = Instance.new("TextButton")
  24. local AllgunsButton = Instance.new("TextButton")
  25. local NoclipButton = Instance.new("TextButton")
  26. local KillallButton = Instance.new("TextButton")
  27. local BelowCredit = Instance.new("TextLabel")
  28. local GUIname = Instance.new("TextLabel")
  29. local Line3 = Instance.new("Frame")
  30. local TeamsOpenButton = Instance.new("TextButton")
  31. local WalkonwallsButton = Instance.new("TextButton")
  32. local GodmodeButton = Instance.new("TextButton")
  33. local RemovedoorsButton = Instance.new("TextButton")
  34. local ArrestallButton = Instance.new("TextButton")
  35. local TpsOpenButton = Instance.new("TextButton")
  36. local ModGunButton = Instance.new("TextButton")
  37. local SuperPunchButton = Instance.new("TextButton")
  38. local TazeAllButton = Instance.new("TextButton")
  39. local Teams = Instance.new("Frame")
  40. local NameTeams = Instance.new("TextLabel")
  41. local Line2 = Instance.new("Frame")
  42. local Criminal = Instance.new("TextButton")
  43. local CloseTeams = Instance.new("TextButton")
  44. local Police = Instance.new("TextButton")
  45. local Inmate = Instance.new("TextButton")
  46. local Neutral = Instance.new("TextButton")
  47. local Back2 = Instance.new("TextButton")
  48. local ModGuns = Instance.new("Frame")
  49. local NameGunMod = Instance.new("TextLabel")
  50. local Line4 = Instance.new("Frame")
  51. local ModM9 = Instance.new("TextButton")
  52. local CloseModGun = Instance.new("TextButton")
  53. local ModRemington = Instance.new("TextButton")
  54. local Back3 = Instance.new("TextButton")
  55. local Teleports = Instance.new("Frame")
  56. local NameTeleports = Instance.new("TextLabel")
  57. local Line6 = Instance.new("Frame")
  58. local CriminalBase = Instance.new("TextButton")
  59. local CloseTeleports = Instance.new("TextButton")
  60. local PrisonYard = Instance.new("TextButton")
  61. local PrisonInside = Instance.new("TextButton")
  62. local Back1 = Instance.new("TextButton")
  63.  
  64. PrisonHaxxx.Name = "PrisonHaxxx"
  65. PrisonHaxxx.Parent = game.CoreGui
  66. PrisonHaxxx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  67.  
  68. Main.Name = "Main"
  69. Main.Parent = PrisonHaxxx
  70. Main.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  71. Main.Position = UDim2.new(0, 0, 0.495962322, -184)
  72. Main.Size = UDim2.new(0, 374, 0, 387)
  73. Main.Style = Enum.FrameStyle.RobloxRound
  74.  
  75. NewAPI:CustomDrag(Main, 0)
  76.  
  77. Minus.Name = "Minus"
  78. Minus.Parent = Main
  79. Minus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. Minus.BackgroundTransparency = 1.000
  81. Minus.BorderSizePixel = 0
  82. Minus.Position = UDim2.new(0.86220479, 0, -0.026535511, 0)
  83. Minus.Size = UDim2.new(0, 28, 0, 28)
  84. Minus.Font = Enum.Font.GothamBold
  85. Minus.Text = "-"
  86. Minus.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. Minus.TextScaled = true
  88. Minus.TextSize = 14.000
  89. Minus.TextWrapped = true
  90.  
  91. CloseMain.Name = "CloseMain"
  92. CloseMain.Parent = Main
  93. CloseMain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. CloseMain.BackgroundTransparency = 1.000
  95. CloseMain.BorderSizePixel = 0
  96. CloseMain.Position = UDim2.new(0.953495502, 0, -0.0241773874, 0)
  97. CloseMain.Size = UDim2.new(0, 22, 0, 23)
  98. CloseMain.Font = Enum.Font.GothamBold
  99. CloseMain.Text = "X"
  100. CloseMain.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. CloseMain.TextScaled = true
  102. CloseMain.TextSize = 14.000
  103. CloseMain.TextWrapped = true
  104.  
  105. Name.Name = "Name"
  106. Name.Parent = Main
  107. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. Name.BackgroundTransparency = 1.000
  109. Name.BorderSizePixel = 0
  110. Name.Position = UDim2.new(-0.0553880557, 0, -0.013586957, 0)
  111. Name.Size = UDim2.new(0, 200, 0, 50)
  112. Name.Font = Enum.Font.GothamBlack
  113. Name.Text = "PrisonHaxx"
  114. Name.TextColor3 = Color3.fromRGB(57, 142, 207)
  115. Name.TextSize = 31.000
  116.  
  117. Line1.Name = "Line1"
  118. Line1.Parent = Main
  119. Line1.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  120. Line1.BorderSizePixel = 0
  121. Line1.Position = UDim2.new(-0.0185272302, 0, 0.0956659839, 0)
  122. Line1.Size = UDim2.new(0, 373, 0, 9)
  123.  
  124. FlyButton.Name = "FlyButton"
  125. FlyButton.Parent = Main
  126. FlyButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  127. FlyButton.BorderSizePixel = 0
  128. FlyButton.Position = UDim2.new(0.570314884, 0, 0.266686499, 0)
  129. FlyButton.Size = UDim2.new(0, 142, 0, 33)
  130. FlyButton.Font = Enum.Font.GothamBold
  131. FlyButton.Text = "Fly"
  132. FlyButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  133. FlyButton.TextSize = 14.000
  134.  
  135. AllgunsButton.Name = "AllgunsButton"
  136. AllgunsButton.Parent = Main
  137. AllgunsButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  138. AllgunsButton.BorderSizePixel = 0
  139. AllgunsButton.Position = UDim2.new(0.0130765205, 0, 0.375047445, 0)
  140. AllgunsButton.Size = UDim2.new(0, 142, 0, 33)
  141. AllgunsButton.Font = Enum.Font.GothamBold
  142. AllgunsButton.Text = "Get All Guns"
  143. AllgunsButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  144. AllgunsButton.TextSize = 14.000
  145.  
  146. NoclipButton.Name = "NoclipButton"
  147. NoclipButton.Parent = Main
  148. NoclipButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  149. NoclipButton.BorderSizePixel = 0
  150. NoclipButton.Position = UDim2.new(0.0145610049, 0, 0.161133006, 0)
  151. NoclipButton.Size = UDim2.new(0, 142, 0, 33)
  152. NoclipButton.Font = Enum.Font.GothamBold
  153. NoclipButton.Text = "Noclip (B)"
  154. NoclipButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  155. NoclipButton.TextSize = 14.000
  156.  
  157. KillallButton.Name = "KillallButton"
  158. KillallButton.Parent = Main
  159. KillallButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  160. KillallButton.BorderSizePixel = 0
  161. KillallButton.Position = UDim2.new(0.565340817, 0, 0.481393099, 0)
  162. KillallButton.Size = UDim2.new(0, 142, 0, 33)
  163. KillallButton.Font = Enum.Font.GothamBold
  164. KillallButton.Text = "Kill All"
  165. KillallButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  166. KillallButton.TextSize = 14.000
  167.  
  168. BelowCredit.Name = "BelowCredit"
  169. BelowCredit.Parent = Main
  170. BelowCredit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  171. BelowCredit.BackgroundTransparency = 1.000
  172. BelowCredit.BorderSizePixel = 0
  173. BelowCredit.Position = UDim2.new(0.18674174, 0, 0.940217376, 0)
  174. BelowCredit.Size = UDim2.new(0, 200, 0, 50)
  175. BelowCredit.Font = Enum.Font.GothamBlack
  176. BelowCredit.Text = "Prison Life UI Scripted by Aydan#7726 and UI Designed by Fytrex#3627"
  177. BelowCredit.TextColor3 = Color3.fromRGB(57, 142, 207)
  178.  
  179. GUIname.Name = "GUIname"
  180. GUIname.Parent = Main
  181. GUIname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. GUIname.BackgroundTransparency = 1.000
  183. GUIname.BorderSizePixel = 0
  184. GUIname.Position = UDim2.new(-0.213767052, 0, 0.701086938, 0)
  185. GUIname.Size = UDim2.new(0, 200, 0, 50)
  186. GUIname.Font = Enum.Font.GothamBlack
  187. GUIname.Text = "UIs:"
  188. GUIname.TextColor3 = Color3.fromRGB(57, 142, 207)
  189. GUIname.TextSize = 31.000
  190.  
  191. Line3.Name = "Line3"
  192. Line3.Parent = Main
  193. Line3.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  194. Line3.BorderSizePixel = 0
  195. Line3.Position = UDim2.new(-0.0213903747, 0, 0.699210942, 0)
  196. Line3.Size = UDim2.new(0, 374, 0, 8)
  197.  
  198. TeamsOpenButton.Name = "TeamsOpenButton"
  199. TeamsOpenButton.Parent = Main
  200. TeamsOpenButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  201. TeamsOpenButton.BorderSizePixel = 0
  202. TeamsOpenButton.Position = UDim2.new(0.0179127641, 0, 0.851120174, 0)
  203. TeamsOpenButton.Size = UDim2.new(0, 106, 0, 33)
  204. TeamsOpenButton.Font = Enum.Font.GothamBold
  205. TeamsOpenButton.Text = "Teams"
  206. TeamsOpenButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  207. TeamsOpenButton.TextSize = 14.000
  208.  
  209. WalkonwallsButton.Name = "WalkonwallsButton"
  210. WalkonwallsButton.Parent = Main
  211. WalkonwallsButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  212. WalkonwallsButton.BorderSizePixel = 0
  213. WalkonwallsButton.Position = UDim2.new(0.573110163, 0, 0.159683511, 0)
  214. WalkonwallsButton.Size = UDim2.new(0, 142, 0, 33)
  215. WalkonwallsButton.Font = Enum.Font.GothamBold
  216. WalkonwallsButton.Text = "Walk on walls"
  217. WalkonwallsButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  218. WalkonwallsButton.TextSize = 14.000
  219.  
  220. GodmodeButton.Name = "GodmodeButton"
  221. GodmodeButton.Parent = Main
  222. GodmodeButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  223. GodmodeButton.BorderSizePixel = 0
  224. GodmodeButton.Position = UDim2.new(0.568082988, 0, 0.374264896, 0)
  225. GodmodeButton.Size = UDim2.new(0, 142, 0, 33)
  226. GodmodeButton.Font = Enum.Font.GothamBold
  227. GodmodeButton.Text = "God Mde"
  228. GodmodeButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  229. GodmodeButton.TextSize = 14.000
  230.  
  231. RemovedoorsButton.Name = "RemovedoorsButton"
  232. RemovedoorsButton.Parent = Main
  233. RemovedoorsButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  234. RemovedoorsButton.BorderSizePixel = 0
  235. RemovedoorsButton.Position = UDim2.new(0.0163310021, 0, 0.482801825, 0)
  236. RemovedoorsButton.Size = UDim2.new(0, 142, 0, 33)
  237. RemovedoorsButton.Font = Enum.Font.GothamBold
  238. RemovedoorsButton.Text = "Remove Doors"
  239. RemovedoorsButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  240. RemovedoorsButton.TextSize = 14.000
  241.  
  242. ArrestallButton.Name = "ArrestallButton"
  243. ArrestallButton.Parent = Main
  244. ArrestallButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  245. ArrestallButton.BorderSizePixel = 0
  246. ArrestallButton.Position = UDim2.new(0.013017457, 0, 0.264368534, 0)
  247. ArrestallButton.Size = UDim2.new(0, 142, 0, 33)
  248. ArrestallButton.Font = Enum.Font.GothamBold
  249. ArrestallButton.Text = "Arrest All"
  250. ArrestallButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  251. ArrestallButton.TextSize = 14.000
  252.  
  253. TpsOpenButton.Name = "TpsOpenButton"
  254. TpsOpenButton.Parent = Main
  255. TpsOpenButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  256. TpsOpenButton.BorderSizePixel = 0
  257. TpsOpenButton.Position = UDim2.new(0.345194489, 0, 0.84871155, 0)
  258. TpsOpenButton.Size = UDim2.new(0, 106, 0, 33)
  259. TpsOpenButton.Font = Enum.Font.GothamBold
  260. TpsOpenButton.Text = "Teleports"
  261. TpsOpenButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  262. TpsOpenButton.TextSize = 14.000
  263.  
  264. ModGunButton.Name = "ModGunButton"
  265. ModGunButton.Parent = Main
  266. ModGunButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  267. ModGunButton.BorderSizePixel = 0
  268. ModGunButton.Position = UDim2.new(0.668723881, 0, 0.84871155, 0)
  269. ModGunButton.Size = UDim2.new(0, 106, 0, 33)
  270. ModGunButton.Font = Enum.Font.GothamBold
  271. ModGunButton.Text = "Mod Guns"
  272. ModGunButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  273. ModGunButton.TextSize = 14.000
  274.  
  275. SuperPunchButton.Name = "SuperPunchButton"
  276. SuperPunchButton.Parent = Main
  277. SuperPunchButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  278. SuperPunchButton.BorderSizePixel = 0
  279. SuperPunchButton.Position = UDim2.new(0.565340817, 0, 0.587336242, 0)
  280. SuperPunchButton.Size = UDim2.new(0, 142, 0, 33)
  281. SuperPunchButton.Font = Enum.Font.GothamBold
  282. SuperPunchButton.Text = "Super Punch"
  283. SuperPunchButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  284. SuperPunchButton.TextSize = 14.000
  285.  
  286. TazeAllButton.Name = "RemovedoorsButton"
  287. TazeAllButton.Parent = Main
  288. TazeAllButton.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  289. TazeAllButton.BorderSizePixel = 0
  290. TazeAllButton.Position = UDim2.new(0.0163310021, 0, 0.580993056, 0)
  291. TazeAllButton.Size = UDim2.new(0, 142, 0, 33)
  292. TazeAllButton.Font = Enum.Font.GothamBold
  293. TazeAllButton.Text = "Taze All"
  294. TazeAllButton.TextColor3 = Color3.fromRGB(249, 249, 249)
  295. TazeAllButton.TextSize = 14.000
  296.  
  297. Teams.Name = "Teams"
  298. Teams.Parent = PrisonHaxxx
  299. Teams.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  300. Teams.Position = UDim2.new(0, 0, 0.5, -85)
  301. Teams.Size = UDim2.new(0, 352, 0, 171)
  302. Teams.Visible = false
  303. Teams.Style = Enum.FrameStyle.RobloxRound
  304.  
  305. NewAPI:CustomDrag(Teams, 0)
  306.  
  307. NameTeams.Name = "NameTeams"
  308. NameTeams.Parent = Teams
  309. NameTeams.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. NameTeams.BackgroundTransparency = 1.000
  311. NameTeams.BorderSizePixel = 0
  312. NameTeams.Position = UDim2.new(0.12069799, 0, -0.0244565215, 0)
  313. NameTeams.Size = UDim2.new(0, 200, 0, 50)
  314. NameTeams.Font = Enum.Font.GothamBlack
  315. NameTeams.Text = "PrisonHaxx - Team Selection"
  316. NameTeams.TextColor3 = Color3.fromRGB(57, 142, 207)
  317. NameTeams.TextSize = 21.000
  318.  
  319. Line2.Name = "Line2"
  320. Line2.Parent = Teams
  321. Line2.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  322. Line2.BorderSizePixel = 0
  323. Line2.Position = UDim2.new(-0.0218821447, 0, 0.243108362, 0)
  324. Line2.Size = UDim2.new(0, 351, 0, 8)
  325.  
  326. Criminal.Name = "Criminal"
  327. Criminal.Parent = Teams
  328. Criminal.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  329. Criminal.BorderSizePixel = 0
  330. Criminal.Position = UDim2.new(0.0282704532, 0, 0.460446775, 0)
  331. Criminal.Size = UDim2.new(0, 136, 0, 33)
  332. Criminal.Font = Enum.Font.GothamBold
  333. Criminal.Text = "Criminal"
  334. Criminal.TextColor3 = Color3.fromRGB(249, 249, 249)
  335. Criminal.TextSize = 14.000
  336.  
  337. CloseTeams.Name = "CloseTeams"
  338. CloseTeams.Parent = Teams
  339. CloseTeams.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. CloseTeams.BackgroundTransparency = 1.000
  341. CloseTeams.BorderSizePixel = 0
  342. CloseTeams.Position = UDim2.new(0.957280457, 0, -0.0534171537, 0)
  343. CloseTeams.Size = UDim2.new(0, 22, 0, 23)
  344. CloseTeams.Font = Enum.Font.GothamBold
  345. CloseTeams.Text = "X"
  346. CloseTeams.TextColor3 = Color3.fromRGB(255, 255, 255)
  347. CloseTeams.TextScaled = true
  348. CloseTeams.TextSize = 14.000
  349. CloseTeams.TextWrapped = true
  350.  
  351. Police.Name = "Police"
  352. Police.Parent = Teams
  353. Police.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  354. Police.BorderSizePixel = 0
  355. Police.Position = UDim2.new(0.0267059393, 0, 0.752844453, 0)
  356. Police.Size = UDim2.new(0, 136, 0, 33)
  357. Police.Font = Enum.Font.GothamBold
  358. Police.Text = "Police"
  359. Police.TextColor3 = Color3.fromRGB(249, 249, 249)
  360. Police.TextSize = 14.000
  361.  
  362. Inmate.Name = "Inmate"
  363. Inmate.Parent = Teams
  364. Inmate.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  365. Inmate.BorderSizePixel = 0
  366. Inmate.Position = UDim2.new(0.530724227, 0, 0.460446715, 0)
  367. Inmate.Size = UDim2.new(0, 136, 0, 33)
  368. Inmate.Font = Enum.Font.GothamBold
  369. Inmate.Text = "Inmate"
  370. Inmate.TextColor3 = Color3.fromRGB(249, 249, 249)
  371. Inmate.TextSize = 14.000
  372.  
  373. Neutral.Name = "Neutral"
  374. Neutral.Parent = Teams
  375. Neutral.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  376. Neutral.BorderSizePixel = 0
  377. Neutral.Position = UDim2.new(0.529435337, 0, 0.746996522, 0)
  378. Neutral.Size = UDim2.new(0, 136, 0, 33)
  379. Neutral.Font = Enum.Font.GothamBold
  380. Neutral.Text = "Neutral"
  381. Neutral.TextColor3 = Color3.fromRGB(249, 249, 249)
  382. Neutral.TextSize = 14.000
  383.  
  384. Back2.Name = "Back2"
  385. Back2.Parent = Teams
  386. Back2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. Back2.BackgroundTransparency = 1.000
  388. Back2.BorderSizePixel = 0
  389. Back2.Position = UDim2.new(0.694994748, 0, -0.0583676994, 0)
  390. Back2.Size = UDim2.new(0, 111, 0, 25)
  391. Back2.Font = Enum.Font.GothamBold
  392. Back2.Text = "Back"
  393. Back2.TextColor3 = Color3.fromRGB(255, 255, 255)
  394. Back2.TextScaled = true
  395. Back2.TextSize = 14.000
  396. Back2.TextWrapped = true
  397.  
  398. ModGuns.Name = "Mod Guns"
  399. ModGuns.Parent = PrisonHaxxx
  400. ModGuns.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  401. ModGuns.Position = UDim2.new(0, 0, 0.5, -66)
  402. ModGuns.Size = UDim2.new(0, 352, 0, 132)
  403. ModGuns.Visible = false
  404. ModGuns.Style = Enum.FrameStyle.RobloxRound
  405.  
  406. NewAPI:CustomDrag(ModGuns, 0)
  407.  
  408. NameGunMod.Name = "Name GunMod"
  409. NameGunMod.Parent = ModGuns
  410. NameGunMod.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  411. NameGunMod.BackgroundTransparency = 1.000
  412. NameGunMod.BorderSizePixel = 0
  413. NameGunMod.Position = UDim2.new(0.0297889002, 0, -0.0606075078, 0)
  414. NameGunMod.Size = UDim2.new(0, 200, 0, 50)
  415. NameGunMod.Font = Enum.Font.GothamBlack
  416. NameGunMod.Text = "PrisonHaxx - Gun Mods"
  417. NameGunMod.TextColor3 = Color3.fromRGB(57, 142, 207)
  418. NameGunMod.TextSize = 21.000
  419.  
  420. Line4.Name = "Line4"
  421. Line4.Parent = ModGuns
  422. Line4.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  423. Line4.BorderSizePixel = 0
  424. Line4.Position = UDim2.new(-0.0218821447, 0, 0.273411393, 0)
  425. Line4.Size = UDim2.new(0, 351, 0, 8)
  426.  
  427. ModM9.Name = "Mod M9"
  428. ModM9.Parent = ModGuns
  429. ModM9.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  430. ModM9.BorderSizePixel = 0
  431. ModM9.Position = UDim2.new(0.0282704532, 0, 0.460446775, 0)
  432. ModM9.Size = UDim2.new(0, 136, 0, 33)
  433. ModM9.Font = Enum.Font.GothamBold
  434. ModM9.Text = "Mod M9"
  435. ModM9.TextColor3 = Color3.fromRGB(249, 249, 249)
  436. ModM9.TextSize = 14.000
  437.  
  438. CloseModGun.Name = "CloseModGun"
  439. CloseModGun.Parent = ModGuns
  440. CloseModGun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  441. CloseModGun.BackgroundTransparency = 1.000
  442. CloseModGun.BorderSizePixel = 0
  443. CloseModGun.Position = UDim2.new(0.957280457, 0, -0.0534171537, 0)
  444. CloseModGun.Size = UDim2.new(0, 22, 0, 23)
  445. CloseModGun.Font = Enum.Font.GothamBold
  446. CloseModGun.Text = "X"
  447. CloseModGun.TextColor3 = Color3.fromRGB(255, 255, 255)
  448. CloseModGun.TextScaled = true
  449. CloseModGun.TextSize = 14.000
  450. CloseModGun.TextWrapped = true
  451.  
  452. ModRemington.Name = "Mod Remington"
  453. ModRemington.Parent = ModGuns
  454. ModRemington.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  455. ModRemington.BorderSizePixel = 0
  456. ModRemington.Position = UDim2.new(0.530724227, 0, 0.460446715, 0)
  457. ModRemington.Size = UDim2.new(0, 136, 0, 33)
  458. ModRemington.Font = Enum.Font.GothamBold
  459. ModRemington.Text = "Mod Remington"
  460. ModRemington.TextColor3 = Color3.fromRGB(249, 249, 249)
  461. ModRemington.TextSize = 14.000
  462.  
  463. Back3.Name = "Back3"
  464. Back3.Parent = ModGuns
  465. Back3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  466. Back3.BackgroundTransparency = 1.000
  467. Back3.BorderSizePixel = 0
  468. Back3.Position = UDim2.new(0.694994748, 0, -0.0583676994, 0)
  469. Back3.Size = UDim2.new(0, 111, 0, 25)
  470. Back3.Font = Enum.Font.GothamBold
  471. Back3.Text = "Back"
  472. Back3.TextColor3 = Color3.fromRGB(255, 255, 255)
  473. Back3.TextScaled = true
  474. Back3.TextSize = 14.000
  475. Back3.TextWrapped = true
  476.  
  477. Teleports.Name = "Teleports"
  478. Teleports.Parent = PrisonHaxxx
  479. Teleports.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  480. Teleports.Position = UDim2.new(0, 0, 0.5, -66)
  481. Teleports.Size = UDim2.new(0, 465, 0, 132)
  482. Teleports.Visible = false
  483. Teleports.Style = Enum.FrameStyle.RobloxRound
  484.  
  485. NewAPI:CustomDrag(Teleports, 0)
  486.  
  487. NameTeleports.Name = "Name Teleports"
  488. NameTeleports.Parent = Teleports
  489. NameTeleports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  490. NameTeleports.BackgroundTransparency = 1.000
  491. NameTeleports.BorderSizePixel = 0
  492. NameTeleports.Position = UDim2.new(0.0407554246, 0, -0.05303175, 0)
  493. NameTeleports.Size = UDim2.new(0, 200, 0, 50)
  494. NameTeleports.Font = Enum.Font.GothamBlack
  495. NameTeleports.Text = "PrisonHaxx - Teleports"
  496. NameTeleports.TextColor3 = Color3.fromRGB(57, 142, 207)
  497. NameTeleports.TextSize = 21.000
  498.  
  499. Line6.Name = "Line6"
  500. Line6.Parent = Teleports
  501. Line6.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  502. Line6.BorderSizePixel = 0
  503. Line6.Position = UDim2.new(-0.0146775767, 0, 0.316028237, 0)
  504. Line6.Size = UDim2.new(0, 461, 0, 8)
  505.  
  506. CriminalBase.Name = "CriminalBase"
  507. CriminalBase.Parent = Teleports
  508. CriminalBase.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  509. CriminalBase.BorderSizePixel = 0
  510. CriminalBase.Position = UDim2.new(0.00554317981, 0, 0.498325557, 0)
  511. CriminalBase.Size = UDim2.new(0, 136, 0, 33)
  512. CriminalBase.Font = Enum.Font.GothamBold
  513. CriminalBase.Text = "Criminal Base"
  514. CriminalBase.TextColor3 = Color3.fromRGB(249, 249, 249)
  515. CriminalBase.TextSize = 14.000
  516.  
  517. CloseTeleports.Name = "CloseTeleports"
  518. CloseTeleports.Parent = Teleports
  519. CloseTeleports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  520. CloseTeleports.BackgroundTransparency = 1.000
  521. CloseTeleports.BorderSizePixel = 0
  522. CloseTeleports.Position = UDim2.new(0.957280457, 0, -0.0534171537, 0)
  523. CloseTeleports.Size = UDim2.new(0, 22, 0, 23)
  524. CloseTeleports.Font = Enum.Font.GothamBold
  525. CloseTeleports.Text = "X"
  526. CloseTeleports.TextColor3 = Color3.fromRGB(255, 255, 255)
  527. CloseTeleports.TextScaled = true
  528. CloseTeleports.TextSize = 14.000
  529. CloseTeleports.TextWrapped = true
  530.  
  531. PrisonYard.Name = "Prison Yard"
  532. PrisonYard.Parent = Teleports
  533. PrisonYard.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  534. PrisonYard.BorderSizePixel = 0
  535. PrisonYard.Position = UDim2.new(0.327755898, 0, 0.498325497, 0)
  536. PrisonYard.Size = UDim2.new(0, 136, 0, 33)
  537. PrisonYard.Font = Enum.Font.GothamBold
  538. PrisonYard.Text = "Prison Yard"
  539. PrisonYard.TextColor3 = Color3.fromRGB(249, 249, 249)
  540. PrisonYard.TextSize = 14.000
  541.  
  542. PrisonInside.Name = "Prison Inside"
  543. PrisonInside.Parent = Teleports
  544. PrisonInside.BackgroundColor3 = Color3.fromRGB(57, 142, 207)
  545. PrisonInside.BorderSizePixel = 0
  546. PrisonInside.Position = UDim2.new(0.656480968, 0, 0.498325527, 0)
  547. PrisonInside.Size = UDim2.new(0, 136, 0, 33)
  548. PrisonInside.Font = Enum.Font.GothamBold
  549. PrisonInside.Text = "Prison Inside"
  550. PrisonInside.TextColor3 = Color3.fromRGB(249, 249, 249)
  551. PrisonInside.TextSize = 14.000
  552.  
  553. Back1.Name = "Back1"
  554. Back1.Parent = Teleports
  555. Back1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  556. Back1.BackgroundTransparency = 1.000
  557. Back1.BorderSizePixel = 0
  558. Back1.Position = UDim2.new(0.708716571, 0, -0.0700636357, 0)
  559. Back1.Size = UDim2.new(0, 111, 0, 25)
  560. Back1.Font = Enum.Font.GothamBold
  561. Back1.Text = " <--Back"
  562. Back1.TextColor3 = Color3.fromRGB(255, 255, 255)
  563. Back1.TextScaled = true
  564. Back1.TextSize = 14.000
  565. Back1.TextWrapped = true
  566.  
  567. Main.Visible = true
  568. Teams.Visible = false
  569. Teleports.Visible = false
  570. ModGuns.Visible = false
  571.  
  572. CloseMain.MouseButton1Down:connect(function()
  573. BelowCredit.Visible = false
  574. Main:TweenSize(UDim2.new(0, 374,0, 0), "Out", "Quint", 4)
  575. ModGunButton.Visible = false
  576. TeamsOpenButton.Visible = false
  577. wait(0.1)
  578. TpsOpenButton.Visible = false
  579. GUIname.Visible = false
  580. wait(0.1)
  581. Line3.Visible = false
  582. TazeAllButton.Visible = false
  583. wait(0.1)
  584. SuperPunchButton.Visible = false
  585. RemovedoorsButton.Visible = false
  586. wait(0.1)
  587. KillallButton.Visible = false
  588. AllgunsButton.Visible = false
  589. wait(0.1)
  590. GodmodeButton.Visible = false
  591. ArrestallButton.Visible = false
  592. wait(0.1)
  593. FlyButton.Visible = false
  594. NoclipButton.Visible = false
  595. wait(0.1)
  596. WalkonwallsButton.Visible = false
  597. Line1.Visible = false
  598. wait(0.1)
  599. Name.Visible = false
  600. Minus.Visible = false
  601. wait(1)
  602. CloseMain.Visible = false
  603. Main.Visible = false
  604. end)
  605.  
  606. Minus.MouseButton1Up:connect(function()
  607. BelowCredit.Visible = false
  608. Main:TweenSize(UDim2.new(0, 374,0, 46), "Out", "Quint", 4)
  609. ModGunButton.Visible = false
  610. TeamsOpenButton.Visible = false
  611. TpsOpenButton.Visible = false
  612. GUIname.Visible = false
  613. Line3.Visible = false
  614. TazeAllButton.Visible = false
  615. SuperPunchButton.Visible = false
  616. RemovedoorsButton.Visible = false
  617. KillallButton.Visible = false
  618. AllgunsButton.Visible = false
  619. GodmodeButton.Visible = false
  620. ArrestallButton.Visible = false
  621. FlyButton.Visible = false
  622. NoclipButton.Visible = false
  623. WalkonwallsButton.Visible = false
  624. Line1.Visible = false
  625. Minus.Text = "+"
  626. end)
  627.  
  628. Minus.MouseButton1Click:connect(function()
  629. BelowCredit.Visible = true
  630. Minus.Text = "-"
  631. ModGunButton.Visible = true
  632. TeamsOpenButton.Visible = true
  633. TpsOpenButton.Visible = true
  634. wait(1)
  635. Main:TweenSize(UDim2.new(0, 374,0, 387), "Out", "Quint", 4)
  636. GUIname.Visible = true
  637. Line3.Visible = true
  638. TazeAllButton.Visible = true
  639. SuperPunchButton.Visible = true
  640. KillallButton.Visible = true
  641. AllgunsButton.Visible = true
  642. RemovedoorsButton.Visible = true
  643. GodmodeButton.Visible = true
  644. ArrestallButton.Visible = true
  645. FlyButton.Visible = true
  646. NoclipButton.Visible = true
  647. WalkonwallsButton.Visible = true
  648. Line1.Visible = true
  649. Name.Visible = true
  650. Minus.Visible = true
  651. CloseMain.Visible = true
  652. Main.Visible = true
  653. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement