Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.55 KB | None | 0 0
  1. wait()
  2. local Player = game:GetService("Players").LocalPlayer
  3. Character = Player.Character
  4. CharacterBody = Character:findFirstChild("HumanoidRootPart")
  5. local p = game.Players.LocalPlayer
  6.  
  7. -- Objects
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local StarterFrame = Instance.new("Frame")
  11. local DoNotTouch7 = Instance.new("TextLabel")
  12. local HideStarterFrame = Instance.new("TextButton")
  13. local CloseStarterFrame = Instance.new("TextButton")
  14. local MainFrame = Instance.new("Frame")
  15. local Decoration1 = Instance.new("Frame")
  16. local HomeOpenButton = Instance.new("TextButton")
  17. local PlayersOpenButton = Instance.new("TextButton")
  18. local LocalPlayersOpenButton = Instance.new("TextButton")
  19. local FunctionsOpenButton = Instance.new("TextButton")
  20. local TeleportsOpenButoon = Instance.new("TextButton")
  21. local SpecialOpenButoon = Instance.new("TextButton")
  22. local PlayersFrame = Instance.new("Frame")
  23. local PlayersScrollingList = Instance.new("ScrollingFrame")
  24. local Player1 = Instance.new("TextButton")
  25. local Player2 = Instance.new("TextButton")
  26. local Player4 = Instance.new("TextButton")
  27. local Player3 = Instance.new("TextButton")
  28. local Player8 = Instance.new("TextButton")
  29. local Player5 = Instance.new("TextButton")
  30. local Player6 = Instance.new("TextButton")
  31. local Player7 = Instance.new("TextButton")
  32. local Player9 = Instance.new("TextButton")
  33. local Player11 = Instance.new("TextButton")
  34. local Player10 = Instance.new("TextButton")
  35. local Player12 = Instance.new("TextButton")
  36. local Player17 = Instance.new("TextButton")
  37. local Player19 = Instance.new("TextButton")
  38. local Player13 = Instance.new("TextButton")
  39. local Player15 = Instance.new("TextButton")
  40. local Player21 = Instance.new("TextButton")
  41. local Player23 = Instance.new("TextButton")
  42. local Player14 = Instance.new("TextButton")
  43. local Player16 = Instance.new("TextButton")
  44. local Player20 = Instance.new("TextButton")
  45. local Player18 = Instance.new("TextButton")
  46. local Player22 = Instance.new("TextButton")
  47. local Player24 = Instance.new("TextButton")
  48. local NoTouch8 = Instance.new("TextLabel")
  49. local HomeFrame = Instance.new("Frame")
  50. local NoTouch6 = Instance.new("Frame")
  51. local NoTouch5 = Instance.new("TextLabel")
  52. local NoTouch1 = Instance.new("TextLabel")
  53. local NoTouch2 = Instance.new("TextLabel")
  54. local NoTouch3 = Instance.new("TextLabel")
  55. local NoTouch4 = Instance.new("TextLabel")
  56. local GameImage = Instance.new("ImageLabel")
  57. local LocalPlayerFrame = Instance.new("Frame")
  58. local YourDumbName = Instance.new("TextLabel")
  59. local FlyScriptButton = Instance.new("TextButton")
  60. local WSPlusTen = Instance.new("TextButton")
  61. local HHPlusThree = Instance.new("TextButton")
  62. local JPPlusTen = Instance.new("TextButton")
  63. local WSMinusTen = Instance.new("TextButton")
  64. local JPMinusTen = Instance.new("TextButton")
  65. local HHMinusThree = Instance.new("TextButton")
  66. local ChangeStringBox = Instance.new("TextBox")
  67. local ChangeWS = Instance.new("TextButton")
  68. local ChangeHH = Instance.new("TextButton")
  69. local ChangeJP = Instance.new("TextButton")
  70. local ResetAll = Instance.new("TextButton")
  71. local Functions = Instance.new("Frame")
  72. local GiveBtools = Instance.new("TextButton")
  73. local GiveGuns = Instance.new("TextButton")
  74. local GiveMelee = Instance.new("TextButton")
  75. local RemoveDoors = Instance.new("TextButton")
  76. local BypassTaser = Instance.new("TextButton")
  77. local Teleports = Instance.new("Frame")
  78. local CriminalBaseTeleport = Instance.new("TextButton")
  79. local PoliceBaseTeleport = Instance.new("TextButton")
  80. local PrisonTowerTeleport = Instance.new("TextButton")
  81. local LaunchRoomTeleport = Instance.new("TextButton")
  82. local CellsTeleport = Instance.new("TextButton")
  83. local YardTEleport = Instance.new("TextButton")
  84. local OutsidePrisonTeleport = Instance.new("TextButton")
  85. local PrisonTeleport = Instance.new("TextButton")
  86. local Special = Instance.new("Frame")
  87. local GrabKnifeScript = Instance.new("TextButton")
  88. local KillauraScript = Instance.new("TextButton")
  89.  
  90. -- Properties
  91.  
  92. ScreenGui.Parent = game.CoreGui
  93.  
  94. StarterFrame.Name = "StarterFrame"
  95. StarterFrame.Parent = ScreenGui
  96. StarterFrame.Active = true
  97. StarterFrame.Draggable = true
  98. StarterFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  99. StarterFrame.BorderSizePixel = 0
  100. StarterFrame.Position = UDim2.new(-8.38190317e-09, 0, 0, 0)
  101. StarterFrame.Size = UDim2.new(0, 357, 0, 38)
  102.  
  103. DoNotTouch7.Name = "DoNotTouch7"
  104. DoNotTouch7.Parent = StarterFrame
  105. DoNotTouch7.BackgroundColor3 = Color3.new(0, 0, 0)
  106. DoNotTouch7.BackgroundTransparency = 1
  107. DoNotTouch7.BorderSizePixel = 0
  108. DoNotTouch7.Position = UDim2.new(0.030812325, 0, -0.157894731, 0)
  109. DoNotTouch7.Size = UDim2.new(0, 293, 0, 44)
  110. DoNotTouch7.Font = Enum.Font.SourceSansBold
  111. DoNotTouch7.Text = "Prison Life GUI"
  112. DoNotTouch7.TextColor3 = Color3.new(1, 1, 1)
  113. DoNotTouch7.TextSize = 35
  114. DoNotTouch7.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. HideStarterFrame.Name = "HideStarterFrame"
  117. HideStarterFrame.Parent = StarterFrame
  118. HideStarterFrame.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  119. HideStarterFrame.BorderSizePixel = 0
  120. HideStarterFrame.Position = UDim2.new(0.819999993, 0, 0.163000003, 0)
  121. HideStarterFrame.Size = UDim2.new(0, 25, 0, 25)
  122. HideStarterFrame.Font = Enum.Font.SourceSans
  123. HideStarterFrame.Text = ""
  124. HideStarterFrame.TextColor3 = Color3.new(0, 0, 0)
  125. HideStarterFrame.TextSize = 14
  126.  
  127. CloseStarterFrame.Name = "CloseStarterFrame"
  128. CloseStarterFrame.Parent = StarterFrame
  129. CloseStarterFrame.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  130. CloseStarterFrame.BorderSizePixel = 0
  131. CloseStarterFrame.Position = UDim2.new(0.910000026, 0, 0.163000003, 0)
  132. CloseStarterFrame.Size = UDim2.new(0, 25, 0, 25)
  133. CloseStarterFrame.Font = Enum.Font.SourceSans
  134. CloseStarterFrame.Text = ""
  135. CloseStarterFrame.TextColor3 = Color3.new(0, 0, 0)
  136. CloseStarterFrame.TextSize = 14
  137.  
  138. MainFrame.Name = "MainFrame"
  139. MainFrame.Parent = StarterFrame
  140. MainFrame.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  141. MainFrame.BorderSizePixel = 0
  142. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  143. MainFrame.Size = UDim2.new(0, 357, 0, 338)
  144.  
  145. Decoration1.Name = "Decoration1"
  146. Decoration1.Parent = MainFrame
  147. Decoration1.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  148. Decoration1.BorderColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  149. Decoration1.BorderSizePixel = 0
  150. Decoration1.Size = UDim2.new(0, 100, 0, 338)
  151.  
  152. HomeOpenButton.Name = "HomeOpenButton"
  153. HomeOpenButton.Parent = Decoration1
  154. HomeOpenButton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  155. HomeOpenButton.BorderSizePixel = 0
  156. HomeOpenButton.Size = UDim2.new(0, 101, 0, 29)
  157. HomeOpenButton.Font = Enum.Font.SourceSansBold
  158. HomeOpenButton.Text = "Home"
  159. HomeOpenButton.TextColor3 = Color3.new(1, 1, 1)
  160. HomeOpenButton.TextSize = 20
  161.  
  162. PlayersOpenButton.Name = "PlayersOpenButton"
  163. PlayersOpenButton.Parent = Decoration1
  164. PlayersOpenButton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  165. PlayersOpenButton.BorderSizePixel = 0
  166. PlayersOpenButton.Position = UDim2.new(0, 0, 0.105999999, 0)
  167. PlayersOpenButton.Size = UDim2.new(0, 100, 0, 29)
  168. PlayersOpenButton.Font = Enum.Font.SourceSansBold
  169. PlayersOpenButton.Text = "Players"
  170. PlayersOpenButton.TextColor3 = Color3.new(1, 1, 1)
  171. PlayersOpenButton.TextSize = 20
  172.  
  173. LocalPlayersOpenButton.Name = "LocalPlayersOpenButton"
  174. LocalPlayersOpenButton.Parent = Decoration1
  175. LocalPlayersOpenButton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  176. LocalPlayersOpenButton.BorderSizePixel = 0
  177. LocalPlayersOpenButton.Position = UDim2.new(0, 0, 0.211999997, 0)
  178. LocalPlayersOpenButton.Size = UDim2.new(0, 100, 0, 29)
  179. LocalPlayersOpenButton.Font = Enum.Font.SourceSansBold
  180. LocalPlayersOpenButton.Text = "LocalPlayer"
  181. LocalPlayersOpenButton.TextColor3 = Color3.new(1, 1, 1)
  182. LocalPlayersOpenButton.TextSize = 20
  183.  
  184. FunctionsOpenButton.Name = "FunctionsOpenButton"
  185. FunctionsOpenButton.Parent = Decoration1
  186. FunctionsOpenButton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  187. FunctionsOpenButton.BorderSizePixel = 0
  188. FunctionsOpenButton.Position = UDim2.new(0, 0, 0.317999989, 0)
  189. FunctionsOpenButton.Size = UDim2.new(0, 100, 0, 29)
  190. FunctionsOpenButton.Font = Enum.Font.SourceSansBold
  191. FunctionsOpenButton.Text = "Functions"
  192. FunctionsOpenButton.TextColor3 = Color3.new(1, 1, 1)
  193. FunctionsOpenButton.TextSize = 20
  194.  
  195. TeleportsOpenButoon.Name = "TeleportsOpenButoon"
  196. TeleportsOpenButoon.Parent = Decoration1
  197. TeleportsOpenButoon.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  198. TeleportsOpenButoon.BorderSizePixel = 0
  199. TeleportsOpenButoon.Position = UDim2.new(0, 0, 0.423076928, 0)
  200. TeleportsOpenButoon.Size = UDim2.new(0, 100, 0, 29)
  201. TeleportsOpenButoon.Font = Enum.Font.SourceSansBold
  202. TeleportsOpenButoon.Text = "Teleports"
  203. TeleportsOpenButoon.TextColor3 = Color3.new(1, 1, 1)
  204. TeleportsOpenButoon.TextSize = 20
  205.  
  206. SpecialOpenButoon.Name = "SpecialOpenButoon"
  207. SpecialOpenButoon.Parent = Decoration1
  208. SpecialOpenButoon.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  209. SpecialOpenButoon.BorderSizePixel = 0
  210. SpecialOpenButoon.Position = UDim2.new(0.00999999978, 0, 0.529585779, 0)
  211. SpecialOpenButoon.Size = UDim2.new(0, 100, 0, 29)
  212. SpecialOpenButoon.Font = Enum.Font.SourceSansBold
  213. SpecialOpenButoon.Text = "Special"
  214. SpecialOpenButoon.TextColor3 = Color3.new(1, 1, 1)
  215. SpecialOpenButoon.TextSize = 20
  216.  
  217. PlayersFrame.Name = "PlayersFrame"
  218. PlayersFrame.Parent = MainFrame
  219. PlayersFrame.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  220. PlayersFrame.BorderSizePixel = 0
  221. PlayersFrame.Position = UDim2.new(0.282913178, 0, 0, 0)
  222. PlayersFrame.Size = UDim2.new(0, 256, 0, 338)
  223. PlayersFrame.Visible = false
  224.  
  225. PlayersScrollingList.Name = "PlayersScrollingList"
  226. PlayersScrollingList.Parent = PlayersFrame
  227. PlayersScrollingList.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  228. PlayersScrollingList.BorderSizePixel = 0
  229. PlayersScrollingList.Position = UDim2.new(0.03515625, 0, 0.17159763, 0)
  230. PlayersScrollingList.Size = UDim2.new(0, 238, 0, 272)
  231. PlayersScrollingList.CanvasSize = UDim2.new(0, 0, 3, 0)
  232.  
  233. Player1.Name = "Player1"
  234. Player1.Parent = PlayersScrollingList
  235. Player1.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  236. Player1.BorderSizePixel = 0
  237. Player1.Position = UDim2.new(0.0420168079, 0, 0.00654832274, 0)
  238. Player1.Size = UDim2.new(0, 205, 0, 21)
  239. Player1.Font = Enum.Font.SourceSansBold
  240. Player1.Text = ""
  241. Player1.TextColor3 = Color3.new(1, 1, 1)
  242. Player1.TextSize = 14
  243.  
  244. Player2.Name = "Player2"
  245. Player2.Parent = PlayersScrollingList
  246. Player2.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  247. Player2.BorderSizePixel = 0
  248. Player2.Position = UDim2.new(0.0420168117, 0, 0.0330552272, 0)
  249. Player2.Size = UDim2.new(0, 205, 0, 21)
  250. Player2.Font = Enum.Font.SourceSansBold
  251. Player2.Text = ""
  252. Player2.TextColor3 = Color3.new(1, 1, 1)
  253. Player2.TextSize = 14
  254.  
  255. Player4.Name = "Player4"
  256. Player4.Parent = PlayersScrollingList
  257. Player4.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  258. Player4.BorderSizePixel = 0
  259. Player4.Position = UDim2.new(0.0420168117, 0, 0.0863096714, 0)
  260. Player4.Size = UDim2.new(0, 205, 0, 21)
  261. Player4.Font = Enum.Font.SourceSansBold
  262. Player4.Text = ""
  263. Player4.TextColor3 = Color3.new(1, 1, 1)
  264. Player4.TextSize = 14
  265.  
  266. Player3.Name = "Player3"
  267. Player3.Parent = PlayersScrollingList
  268. Player3.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  269. Player3.BorderSizePixel = 0
  270. Player3.Position = UDim2.new(0.0420168079, 0, 0.0598027594, 0)
  271. Player3.Size = UDim2.new(0, 205, 0, 21)
  272. Player3.Font = Enum.Font.SourceSansBold
  273. Player3.Text = ""
  274. Player3.TextColor3 = Color3.new(1, 1, 1)
  275. Player3.TextSize = 14
  276.  
  277. Player8.Name = "Player8"
  278. Player8.Parent = PlayersScrollingList
  279. Player8.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  280. Player8.BorderSizePixel = 0
  281. Player8.Position = UDim2.new(0.0420168117, 0, 0.193804741, 0)
  282. Player8.Size = UDim2.new(0, 205, 0, 21)
  283. Player8.Font = Enum.Font.SourceSansBold
  284. Player8.Text = ""
  285. Player8.TextColor3 = Color3.new(1, 1, 1)
  286. Player8.TextSize = 14
  287.  
  288. Player5.Name = "Player5"
  289. Player5.Parent = PlayersScrollingList
  290. Player5.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  291. Player5.BorderSizePixel = 0
  292. Player5.Position = UDim2.new(0.0420168079, 0, 0.1140434, 0)
  293. Player5.Size = UDim2.new(0, 205, 0, 21)
  294. Player5.Font = Enum.Font.SourceSansBold
  295. Player5.Text = ""
  296. Player5.TextColor3 = Color3.new(1, 1, 1)
  297. Player5.TextSize = 14
  298.  
  299. Player6.Name = "Player6"
  300. Player6.Parent = PlayersScrollingList
  301. Player6.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  302. Player6.BorderSizePixel = 0
  303. Player6.Position = UDim2.new(0.0420168117, 0, 0.1405503, 0)
  304. Player6.Size = UDim2.new(0, 205, 0, 21)
  305. Player6.Font = Enum.Font.SourceSansBold
  306. Player6.Text = ""
  307. Player6.TextColor3 = Color3.new(1, 1, 1)
  308. Player6.TextSize = 14
  309.  
  310. Player7.Name = "Player7"
  311. Player7.Parent = PlayersScrollingList
  312. Player7.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  313. Player7.BorderSizePixel = 0
  314. Player7.Position = UDim2.new(0.0420168079, 0, 0.167297825, 0)
  315. Player7.Size = UDim2.new(0, 205, 0, 21)
  316. Player7.Font = Enum.Font.SourceSansBold
  317. Player7.Text = ""
  318. Player7.TextColor3 = Color3.new(1, 1, 1)
  319. Player7.TextSize = 14
  320.  
  321. Player9.Name = "Player9"
  322. Player9.Parent = PlayersScrollingList
  323. Player9.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  324. Player9.BorderSizePixel = 0
  325. Player9.Position = UDim2.new(0.0420168079, 0, 0.221538469, 0)
  326. Player9.Size = UDim2.new(0, 205, 0, 21)
  327. Player9.Font = Enum.Font.SourceSansBold
  328. Player9.Text = ""
  329. Player9.TextColor3 = Color3.new(1, 1, 1)
  330. Player9.TextSize = 14
  331.  
  332. Player11.Name = "Player11"
  333. Player11.Parent = PlayersScrollingList
  334. Player11.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  335. Player11.BorderSizePixel = 0
  336. Player11.Position = UDim2.new(0.0420168079, 0, 0.27479288, 0)
  337. Player11.Size = UDim2.new(0, 205, 0, 21)
  338. Player11.Font = Enum.Font.SourceSansBold
  339. Player11.Text = ""
  340. Player11.TextColor3 = Color3.new(1, 1, 1)
  341. Player11.TextSize = 14
  342.  
  343. Player10.Name = "Player10"
  344. Player10.Parent = PlayersScrollingList
  345. Player10.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  346. Player10.BorderSizePixel = 0
  347. Player10.Position = UDim2.new(0.0420168117, 0, 0.24804537, 0)
  348. Player10.Size = UDim2.new(0, 205, 0, 21)
  349. Player10.Font = Enum.Font.SourceSansBold
  350. Player10.Text = ""
  351. Player10.TextColor3 = Color3.new(1, 1, 1)
  352. Player10.TextSize = 14
  353.  
  354. Player12.Name = "Player12"
  355. Player12.Parent = PlayersScrollingList
  356. Player12.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  357. Player12.BorderSizePixel = 0
  358. Player12.Position = UDim2.new(0.0420168117, 0, 0.301299781, 0)
  359. Player12.Size = UDim2.new(0, 205, 0, 21)
  360. Player12.Font = Enum.Font.SourceSansBold
  361. Player12.Text = ""
  362. Player12.TextColor3 = Color3.new(1, 1, 1)
  363. Player12.TextSize = 14
  364.  
  365. Player17.Name = "Player17"
  366. Player17.Parent = PlayersScrollingList
  367. Player17.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  368. Player17.BorderSizePixel = 0
  369. Player17.Position = UDim2.new(0.0420168079, 0, 0.436528593, 0)
  370. Player17.Size = UDim2.new(0, 205, 0, 21)
  371. Player17.Font = Enum.Font.SourceSansBold
  372. Player17.Text = ""
  373. Player17.TextColor3 = Color3.new(1, 1, 1)
  374. Player17.TextSize = 14
  375.  
  376. Player19.Name = "Player19"
  377. Player19.Parent = PlayersScrollingList
  378. Player19.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  379. Player19.BorderSizePixel = 0
  380. Player19.Position = UDim2.new(0.0420168079, 0, 0.489783019, 0)
  381. Player19.Size = UDim2.new(0, 205, 0, 21)
  382. Player19.Font = Enum.Font.SourceSansBold
  383. Player19.Text = ""
  384. Player19.TextColor3 = Color3.new(1, 1, 1)
  385. Player19.TextSize = 14
  386.  
  387. Player13.Name = "Player13"
  388. Player13.Parent = PlayersScrollingList
  389. Player13.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  390. Player13.BorderSizePixel = 0
  391. Player13.Position = UDim2.new(0.0420168079, 0, 0.329033524, 0)
  392. Player13.Size = UDim2.new(0, 205, 0, 21)
  393. Player13.Font = Enum.Font.SourceSansBold
  394. Player13.Text = ""
  395. Player13.TextColor3 = Color3.new(1, 1, 1)
  396. Player13.TextSize = 14
  397.  
  398. Player15.Name = "Player15"
  399. Player15.Parent = PlayersScrollingList
  400. Player15.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  401. Player15.BorderSizePixel = 0
  402. Player15.Position = UDim2.new(0.0420168079, 0, 0.382287949, 0)
  403. Player15.Size = UDim2.new(0, 205, 0, 21)
  404. Player15.Font = Enum.Font.SourceSansBold
  405. Player15.Text = ""
  406. Player15.TextColor3 = Color3.new(1, 1, 1)
  407. Player15.TextSize = 14
  408.  
  409. Player21.Name = "Player21"
  410. Player21.Parent = PlayersScrollingList
  411. Player21.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  412. Player21.BorderSizePixel = 0
  413. Player21.Position = UDim2.new(0.0420168079, 0, 0.544023693, 0)
  414. Player21.Size = UDim2.new(0, 205, 0, 21)
  415. Player21.Font = Enum.Font.SourceSansBold
  416. Player21.Text = ""
  417. Player21.TextColor3 = Color3.new(1, 1, 1)
  418. Player21.TextSize = 14
  419.  
  420. Player23.Name = "Player23"
  421. Player23.Parent = PlayersScrollingList
  422. Player23.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  423. Player23.BorderSizePixel = 0
  424. Player23.Position = UDim2.new(0.0420168079, 0, 0.597278118, 0)
  425. Player23.Size = UDim2.new(0, 205, 0, 21)
  426. Player23.Font = Enum.Font.SourceSansBold
  427. Player23.Text = ""
  428. Player23.TextColor3 = Color3.new(1, 1, 1)
  429. Player23.TextSize = 14
  430.  
  431. Player14.Name = "Player14"
  432. Player14.Parent = PlayersScrollingList
  433. Player14.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  434. Player14.BorderSizePixel = 0
  435. Player14.Position = UDim2.new(0.0420168117, 0, 0.355540425, 0)
  436. Player14.Size = UDim2.new(0, 205, 0, 21)
  437. Player14.Font = Enum.Font.SourceSansBold
  438. Player14.Text = ""
  439. Player14.TextColor3 = Color3.new(1, 1, 1)
  440. Player14.TextSize = 14
  441.  
  442. Player16.Name = "Player16"
  443. Player16.Parent = PlayersScrollingList
  444. Player16.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  445. Player16.BorderSizePixel = 0
  446. Player16.Position = UDim2.new(0.0420168117, 0, 0.40879485, 0)
  447. Player16.Size = UDim2.new(0, 205, 0, 21)
  448. Player16.Font = Enum.Font.SourceSansBold
  449. Player16.Text = ""
  450. Player16.TextColor3 = Color3.new(1, 1, 1)
  451. Player16.TextSize = 14
  452.  
  453. Player20.Name = "Player20"
  454. Player20.Parent = PlayersScrollingList
  455. Player20.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  456. Player20.BorderSizePixel = 0
  457. Player20.Position = UDim2.new(0.0420168117, 0, 0.516289949, 0)
  458. Player20.Size = UDim2.new(0, 205, 0, 21)
  459. Player20.Font = Enum.Font.SourceSansBold
  460. Player20.Text = ""
  461. Player20.TextColor3 = Color3.new(1, 1, 1)
  462. Player20.TextSize = 14
  463.  
  464. Player18.Name = "Player18"
  465. Player18.Parent = PlayersScrollingList
  466. Player18.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  467. Player18.BorderSizePixel = 0
  468. Player18.Position = UDim2.new(0.0420168117, 0, 0.463035494, 0)
  469. Player18.Size = UDim2.new(0, 205, 0, 21)
  470. Player18.Font = Enum.Font.SourceSansBold
  471. Player18.Text = ""
  472. Player18.TextColor3 = Color3.new(1, 1, 1)
  473. Player18.TextSize = 14
  474.  
  475. Player22.Name = "Player22"
  476. Player22.Parent = PlayersScrollingList
  477. Player22.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  478. Player22.BorderSizePixel = 0
  479. Player22.Position = UDim2.new(0.0420168117, 0, 0.570530593, 0)
  480. Player22.Size = UDim2.new(0, 205, 0, 21)
  481. Player22.Font = Enum.Font.SourceSansBold
  482. Player22.Text = ""
  483. Player22.TextColor3 = Color3.new(1, 1, 1)
  484. Player22.TextSize = 14
  485.  
  486. Player24.Name = "Player24"
  487. Player24.Parent = PlayersScrollingList
  488. Player24.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  489. Player24.BorderSizePixel = 0
  490. Player24.Position = UDim2.new(0.0420168117, 0, 0.623785019, 0)
  491. Player24.Size = UDim2.new(0, 205, 0, 21)
  492. Player24.Font = Enum.Font.SourceSansBold
  493. Player24.Text = ""
  494. Player24.TextColor3 = Color3.new(1, 1, 1)
  495. Player24.TextSize = 14
  496.  
  497. NoTouch8.Name = "NoTouch8"
  498. NoTouch8.Parent = PlayersFrame
  499. NoTouch8.BackgroundColor3 = Color3.new(0, 0, 0)
  500. NoTouch8.BackgroundTransparency = 1
  501. NoTouch8.BorderSizePixel = 0
  502. NoTouch8.Position = UDim2.new(0.04296875, 0, 0, 0)
  503. NoTouch8.Size = UDim2.new(0, 238, 0, 58)
  504. NoTouch8.Font = Enum.Font.SourceSansBold
  505. NoTouch8.Text = "Click On Any Names To Teleport To Them !"
  506. NoTouch8.TextColor3 = Color3.new(1, 1, 1)
  507. NoTouch8.TextSize = 20
  508. NoTouch8.TextWrapped = true
  509.  
  510. HomeFrame.Name = "HomeFrame"
  511. HomeFrame.Parent = MainFrame
  512. HomeFrame.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  513. HomeFrame.BorderSizePixel = 0
  514. HomeFrame.Position = UDim2.new(0.280112058, 0, 0, 0)
  515. HomeFrame.Size = UDim2.new(0, 257, 0, 338)
  516.  
  517. NoTouch6.Name = "NoTouch6"
  518. NoTouch6.Parent = HomeFrame
  519. NoTouch6.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  520. NoTouch6.BorderSizePixel = 0
  521. NoTouch6.Position = UDim2.new(0.0311284047, 0, 0.17159763, 0)
  522. NoTouch6.Size = UDim2.new(0, 240, 0, 252)
  523.  
  524. NoTouch5.Name = "NoTouch5"
  525. NoTouch5.Parent = HomeFrame
  526. NoTouch5.BackgroundColor3 = Color3.new(0, 0, 0)
  527. NoTouch5.BackgroundTransparency = 1
  528. NoTouch5.BorderSizePixel = 0
  529. NoTouch5.Position = UDim2.new(0.0301474929, 0, 0.0270943735, 0)
  530. NoTouch5.Size = UDim2.new(0, 240, 0, 41)
  531. NoTouch5.Font = Enum.Font.SourceSansBold
  532. NoTouch5.Text = "Prison Life GUI"
  533. NoTouch5.TextColor3 = Color3.new(1, 1, 1)
  534. NoTouch5.TextSize = 45
  535.  
  536. NoTouch1.Name = "NoTouch1"
  537. NoTouch1.Parent = HomeFrame
  538. NoTouch1.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  539. NoTouch1.BorderSizePixel = 0
  540. NoTouch1.Position = UDim2.new(0.0544747077, 0, 0.192307696, 0)
  541. NoTouch1.Size = UDim2.new(0, 228, 0, 42)
  542. NoTouch1.Font = Enum.Font.SourceSansBold
  543. NoTouch1.Text = "Scripts By:"
  544. NoTouch1.TextColor3 = Color3.new(1, 1, 1)
  545. NoTouch1.TextSize = 35
  546.  
  547. NoTouch2.Name = "NoTouch2"
  548. NoTouch2.Parent = HomeFrame
  549. NoTouch2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  550. NoTouch2.BackgroundTransparency = 1
  551. NoTouch2.BorderSizePixel = 0
  552. NoTouch2.Position = UDim2.new(0.0311284047, 0, 0.917159736, 0)
  553. NoTouch2.Size = UDim2.new(0, 240, 0, 28)
  554. NoTouch2.Font = Enum.Font.SourceSansBold
  555. NoTouch2.Text = "UI By DSD#1567"
  556. NoTouch2.TextColor3 = Color3.new(1, 1, 1)
  557. NoTouch2.TextSize = 25
  558.  
  559. NoTouch3.Name = "NoTouch3"
  560. NoTouch3.Parent = HomeFrame
  561. NoTouch3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  562. NoTouch3.BorderSizePixel = 0
  563. NoTouch3.Position = UDim2.new(0.0540000014, 0, 0.335999995, 0)
  564. NoTouch3.Size = UDim2.new(0, 228, 0, 25)
  565. NoTouch3.Font = Enum.Font.SourceSansBold
  566. NoTouch3.Text = "LeLx (V3rm)"
  567. NoTouch3.TextColor3 = Color3.new(1, 1, 1)
  568. NoTouch3.TextSize = 20
  569.  
  570. NoTouch4.Name = "NoTouch4"
  571. NoTouch4.Parent = HomeFrame
  572. NoTouch4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  573. NoTouch4.BorderSizePixel = 0
  574. NoTouch4.Position = UDim2.new(0.0540000014, 0, 0.419999987, 0)
  575. NoTouch4.Size = UDim2.new(0, 228, 0, 25)
  576. NoTouch4.Font = Enum.Font.SourceSansBold
  577. NoTouch4.Text = "A Sad Cat (V3rm)"
  578. NoTouch4.TextColor3 = Color3.new(1, 1, 1)
  579. NoTouch4.TextSize = 20
  580.  
  581. GameImage.Name = "GameImage"
  582. GameImage.Parent = HomeFrame
  583. GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  584. GameImage.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  585. GameImage.BorderSizePixel = 0
  586. GameImage.Position = UDim2.new(0.245136186, 0, 0.508875728, 0)
  587. GameImage.Size = UDim2.new(0, 130, 0, 130)
  588. GameImage.Image = "rbxassetid://811846956"
  589.  
  590. LocalPlayerFrame.Name = "LocalPlayerFrame"
  591. LocalPlayerFrame.Parent = MainFrame
  592. LocalPlayerFrame.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  593. LocalPlayerFrame.BorderSizePixel = 0
  594. LocalPlayerFrame.Position = UDim2.new(0.280112058, 0, 0, 0)
  595. LocalPlayerFrame.Size = UDim2.new(0, 257, 0, 338)
  596. LocalPlayerFrame.Visible = false
  597.  
  598. YourDumbName.Name = "YourDumbName"
  599. YourDumbName.Parent = LocalPlayerFrame
  600. YourDumbName.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  601. YourDumbName.BorderSizePixel = 0
  602. YourDumbName.Position = UDim2.new(0.0428015552, 0, 0.0236686394, 0)
  603. YourDumbName.Size = UDim2.new(0, 233, 0, 39)
  604. YourDumbName.Font = Enum.Font.SourceSansBold
  605. YourDumbName.Text = ""
  606. YourDumbName.TextColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  607. YourDumbName.TextScaled = true
  608. YourDumbName.TextSize = 20
  609. YourDumbName.TextWrapped = true
  610.  
  611. FlyScriptButton.Name = "FlyScriptButton"
  612. FlyScriptButton.Parent = LocalPlayerFrame
  613. FlyScriptButton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  614. FlyScriptButton.BorderSizePixel = 0
  615. FlyScriptButton.Position = UDim2.new(0.0428015552, 0, 0.162721902, 0)
  616. FlyScriptButton.Size = UDim2.new(0, 233, 0, 28)
  617. FlyScriptButton.Font = Enum.Font.SourceSansBold
  618. FlyScriptButton.Text = "Fly (Toggle With \"E\")"
  619. FlyScriptButton.TextColor3 = Color3.new(1, 1, 1)
  620. FlyScriptButton.TextScaled = true
  621. FlyScriptButton.TextSize = 14
  622. FlyScriptButton.TextWrapped = true
  623.  
  624. WSPlusTen.Name = "WSPlusTen"
  625. WSPlusTen.Parent = LocalPlayerFrame
  626. WSPlusTen.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  627. WSPlusTen.BorderSizePixel = 0
  628. WSPlusTen.Position = UDim2.new(0.0428015552, 0, 0.264461547, 0)
  629. WSPlusTen.Size = UDim2.new(0, 73, 0, 28)
  630. WSPlusTen.Font = Enum.Font.SourceSansBold
  631. WSPlusTen.Text = "WS + 10"
  632. WSPlusTen.TextColor3 = Color3.new(1, 1, 1)
  633. WSPlusTen.TextSize = 20
  634.  
  635. HHPlusThree.Name = "HHPlusThree"
  636. HHPlusThree.Parent = LocalPlayerFrame
  637. HHPlusThree.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  638. HHPlusThree.BorderSizePixel = 0
  639. HHPlusThree.Position = UDim2.new(0.657587528, 0, 0.264461547, 0)
  640. HHPlusThree.Size = UDim2.new(0, 75, 0, 28)
  641. HHPlusThree.Font = Enum.Font.SourceSansBold
  642. HHPlusThree.Text = "HH + 3"
  643. HHPlusThree.TextColor3 = Color3.new(1, 1, 1)
  644. HHPlusThree.TextSize = 20
  645.  
  646. JPPlusTen.Name = "JPPlusTen"
  647. JPPlusTen.Parent = LocalPlayerFrame
  648. JPPlusTen.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  649. JPPlusTen.BorderSizePixel = 0
  650. JPPlusTen.Position = UDim2.new(0.350194544, 0, 0.264461547, 0)
  651. JPPlusTen.Size = UDim2.new(0, 73, 0, 28)
  652. JPPlusTen.Font = Enum.Font.SourceSansBold
  653. JPPlusTen.Text = "JP + 10"
  654. JPPlusTen.TextColor3 = Color3.new(1, 1, 1)
  655. JPPlusTen.TextSize = 20
  656.  
  657. WSMinusTen.Name = "WSMinusTen"
  658. WSMinusTen.Parent = LocalPlayerFrame
  659. WSMinusTen.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  660. WSMinusTen.BorderSizePixel = 0
  661. WSMinusTen.Position = UDim2.new(0.0428015552, 0, 0.365053266, 0)
  662. WSMinusTen.Size = UDim2.new(0, 73, 0, 28)
  663. WSMinusTen.Font = Enum.Font.SourceSansBold
  664. WSMinusTen.Text = "WS - 10"
  665. WSMinusTen.TextColor3 = Color3.new(1, 1, 1)
  666. WSMinusTen.TextSize = 20
  667.  
  668. JPMinusTen.Name = "JPMinusTen"
  669. JPMinusTen.Parent = LocalPlayerFrame
  670. JPMinusTen.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  671. JPMinusTen.BorderSizePixel = 0
  672. JPMinusTen.Position = UDim2.new(0.350194544, 0, 0.365053266, 0)
  673. JPMinusTen.Size = UDim2.new(0, 73, 0, 28)
  674. JPMinusTen.Font = Enum.Font.SourceSansBold
  675. JPMinusTen.Text = "JP - 10"
  676. JPMinusTen.TextColor3 = Color3.new(1, 1, 1)
  677. JPMinusTen.TextSize = 20
  678.  
  679. HHMinusThree.Name = "HHMinusThree"
  680. HHMinusThree.Parent = LocalPlayerFrame
  681. HHMinusThree.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  682. HHMinusThree.BorderSizePixel = 0
  683. HHMinusThree.Position = UDim2.new(0.657587528, 0, 0.363905311, 0)
  684. HHMinusThree.Size = UDim2.new(0, 75, 0, 28)
  685. HHMinusThree.Font = Enum.Font.SourceSansBold
  686. HHMinusThree.Text = "HH - 3"
  687. HHMinusThree.TextColor3 = Color3.new(1, 1, 1)
  688. HHMinusThree.TextSize = 20
  689.  
  690. ChangeStringBox.Name = "ChangeStringBox"
  691. ChangeStringBox.Parent = LocalPlayerFrame
  692. ChangeStringBox.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  693. ChangeStringBox.BorderSizePixel = 0
  694. ChangeStringBox.Position = UDim2.new(0.0410000011, 0, 0.611000001, 0)
  695. ChangeStringBox.Size = UDim2.new(0, 233, 0, 27)
  696. ChangeStringBox.Font = Enum.Font.SourceSansBold
  697. ChangeStringBox.Text = ""
  698. ChangeStringBox.TextColor3 = Color3.new(1, 1, 1)
  699. ChangeStringBox.TextSize = 25
  700.  
  701. ChangeWS.Name = "ChangeWS"
  702. ChangeWS.Parent = LocalPlayerFrame
  703. ChangeWS.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  704. ChangeWS.BorderSizePixel = 0
  705. ChangeWS.Position = UDim2.new(0.0428015552, 0, 0.464497089, 0)
  706. ChangeWS.Size = UDim2.new(0, 73, 0, 43)
  707. ChangeWS.Font = Enum.Font.SourceSansBold
  708. ChangeWS.Text = "Change WS"
  709. ChangeWS.TextColor3 = Color3.new(1, 1, 1)
  710. ChangeWS.TextSize = 20
  711. ChangeWS.TextWrapped = true
  712.  
  713. ChangeHH.Name = "ChangeHH"
  714. ChangeHH.Parent = LocalPlayerFrame
  715. ChangeHH.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  716. ChangeHH.BorderSizePixel = 0
  717. ChangeHH.Position = UDim2.new(0.657587528, 0, 0.464497089, 0)
  718. ChangeHH.Size = UDim2.new(0, 75, 0, 43)
  719. ChangeHH.Font = Enum.Font.SourceSansBold
  720. ChangeHH.Text = "Change HH"
  721. ChangeHH.TextColor3 = Color3.new(1, 1, 1)
  722. ChangeHH.TextSize = 20
  723. ChangeHH.TextWrapped = true
  724.  
  725. ChangeJP.Name = "ChangeJP"
  726. ChangeJP.Parent = LocalPlayerFrame
  727. ChangeJP.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  728. ChangeJP.BorderSizePixel = 0
  729. ChangeJP.Position = UDim2.new(0.350194544, 0, 0.464497089, 0)
  730. ChangeJP.Size = UDim2.new(0, 73, 0, 43)
  731. ChangeJP.Font = Enum.Font.SourceSansBold
  732. ChangeJP.Text = "Change JP"
  733. ChangeJP.TextColor3 = Color3.new(1, 1, 1)
  734. ChangeJP.TextSize = 20
  735. ChangeJP.TextWrapped = true
  736.  
  737. ResetAll.Name = "ResetAll"
  738. ResetAll.Parent = LocalPlayerFrame
  739. ResetAll.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  740. ResetAll.BorderSizePixel = 0
  741. ResetAll.Position = UDim2.new(0.0428015552, 0, 0.710059166, 0)
  742. ResetAll.Size = UDim2.new(0, 233, 0, 43)
  743. ResetAll.Font = Enum.Font.SourceSansBold
  744. ResetAll.Text = "Reset"
  745. ResetAll.TextColor3 = Color3.new(1, 1, 1)
  746. ResetAll.TextSize = 20
  747. ResetAll.TextWrapped = true
  748.  
  749. Functions.Name = "Functions"
  750. Functions.Parent = MainFrame
  751. Functions.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  752. Functions.BorderSizePixel = 0
  753. Functions.Position = UDim2.new(0.280112058, 0, 0, 0)
  754. Functions.Size = UDim2.new(0, 257, 0, 338)
  755. Functions.Visible = false
  756.  
  757. GiveBtools.Name = "GiveBtools"
  758. GiveBtools.Parent = Functions
  759. GiveBtools.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  760. GiveBtools.BorderSizePixel = 0
  761. GiveBtools.Position = UDim2.new(0.0272373538, 0, 0, 0)
  762. GiveBtools.Size = UDim2.new(0, 243, 0, 29)
  763. GiveBtools.Font = Enum.Font.SourceSansBold
  764. GiveBtools.Text = "Give Btools"
  765. GiveBtools.TextColor3 = Color3.new(1, 1, 1)
  766. GiveBtools.TextSize = 20
  767.  
  768. GiveGuns.Name = "GiveGuns"
  769. GiveGuns.Parent = Functions
  770. GiveGuns.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  771. GiveGuns.BorderSizePixel = 0
  772. GiveGuns.Position = UDim2.new(0.0272373538, 0, 0.106508873, 0)
  773. GiveGuns.Size = UDim2.new(0, 243, 0, 29)
  774. GiveGuns.Font = Enum.Font.SourceSansBold
  775. GiveGuns.Text = "Give Guns"
  776. GiveGuns.TextColor3 = Color3.new(1, 1, 1)
  777. GiveGuns.TextSize = 20
  778.  
  779. GiveMelee.Name = "GiveMelee"
  780. GiveMelee.Parent = Functions
  781. GiveMelee.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  782. GiveMelee.BorderSizePixel = 0
  783. GiveMelee.Position = UDim2.new(0.0272373538, 0, 0.210059166, 0)
  784. GiveMelee.Size = UDim2.new(0, 243, 0, 29)
  785. GiveMelee.Font = Enum.Font.SourceSansBold
  786. GiveMelee.Text = "Give Melee"
  787. GiveMelee.TextColor3 = Color3.new(1, 1, 1)
  788. GiveMelee.TextSize = 20
  789.  
  790. RemoveDoors.Name = "RemoveDoors"
  791. RemoveDoors.Parent = Functions
  792. RemoveDoors.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  793. RemoveDoors.BorderSizePixel = 0
  794. RemoveDoors.Position = UDim2.new(0.0272373538, 0, 0.316568047, 0)
  795. RemoveDoors.Size = UDim2.new(0, 243, 0, 29)
  796. RemoveDoors.Font = Enum.Font.SourceSansBold
  797. RemoveDoors.Text = "Remove Doors"
  798. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  799. RemoveDoors.TextSize = 20
  800.  
  801. BypassTaser.Name = "BypassTaser"
  802. BypassTaser.Parent = Functions
  803. BypassTaser.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  804. BypassTaser.BorderSizePixel = 0
  805. BypassTaser.Position = UDim2.new(0.0272373538, 0, 0.423076957, 0)
  806. BypassTaser.Size = UDim2.new(0, 243, 0, 29)
  807. BypassTaser.Font = Enum.Font.SourceSansBold
  808. BypassTaser.Text = "Bypass Taser/Arrest (can't punch)"
  809. BypassTaser.TextColor3 = Color3.new(1, 1, 1)
  810. BypassTaser.TextSize = 17
  811.  
  812. Teleports.Name = "Teleports"
  813. Teleports.Parent = MainFrame
  814. Teleports.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  815. Teleports.BorderSizePixel = 0
  816. Teleports.Position = UDim2.new(0.280112058, 0, 0, 0)
  817. Teleports.Size = UDim2.new(0, 257, 0, 338)
  818. Teleports.Visible = false
  819.  
  820. CriminalBaseTeleport.Name = "CriminalBaseTeleport"
  821. CriminalBaseTeleport.Parent = Teleports
  822. CriminalBaseTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  823. CriminalBaseTeleport.BorderSizePixel = 0
  824. CriminalBaseTeleport.Position = UDim2.new(0.0272373538, 0, 0, 0)
  825. CriminalBaseTeleport.Size = UDim2.new(0, 118, 0, 29)
  826. CriminalBaseTeleport.Font = Enum.Font.SourceSansBold
  827. CriminalBaseTeleport.Text = "Criminal Base"
  828. CriminalBaseTeleport.TextColor3 = Color3.new(1, 1, 1)
  829. CriminalBaseTeleport.TextSize = 20
  830.  
  831. PoliceBaseTeleport.Name = "PoliceBaseTeleport"
  832. PoliceBaseTeleport.Parent = Teleports
  833. PoliceBaseTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  834. PoliceBaseTeleport.BorderSizePixel = 0
  835. PoliceBaseTeleport.Position = UDim2.new(0.513618648, 0, 0, 0)
  836. PoliceBaseTeleport.Size = UDim2.new(0, 118, 0, 29)
  837. PoliceBaseTeleport.Font = Enum.Font.SourceSansBold
  838. PoliceBaseTeleport.Text = "Police Base"
  839. PoliceBaseTeleport.TextColor3 = Color3.new(1, 1, 1)
  840. PoliceBaseTeleport.TextSize = 20
  841.  
  842. PrisonTowerTeleport.Name = "PrisonTowerTeleport"
  843. PrisonTowerTeleport.Parent = Teleports
  844. PrisonTowerTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  845. PrisonTowerTeleport.BorderSizePixel = 0
  846. PrisonTowerTeleport.Position = UDim2.new(0.0272373538, 0, 0.106508873, 0)
  847. PrisonTowerTeleport.Size = UDim2.new(0, 118, 0, 29)
  848. PrisonTowerTeleport.Font = Enum.Font.SourceSansBold
  849. PrisonTowerTeleport.Text = "Prison Tower"
  850. PrisonTowerTeleport.TextColor3 = Color3.new(1, 1, 1)
  851. PrisonTowerTeleport.TextSize = 20
  852.  
  853. LaunchRoomTeleport.Name = "LaunchRoomTeleport"
  854. LaunchRoomTeleport.Parent = Teleports
  855. LaunchRoomTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  856. LaunchRoomTeleport.BorderSizePixel = 0
  857. LaunchRoomTeleport.Position = UDim2.new(0.513618648, 0, 0.106508873, 0)
  858. LaunchRoomTeleport.Size = UDim2.new(0, 118, 0, 29)
  859. LaunchRoomTeleport.Font = Enum.Font.SourceSansBold
  860. LaunchRoomTeleport.Text = "Launch Room"
  861. LaunchRoomTeleport.TextColor3 = Color3.new(1, 1, 1)
  862. LaunchRoomTeleport.TextSize = 20
  863.  
  864. CellsTeleport.Name = "CellsTeleport"
  865. CellsTeleport.Parent = Teleports
  866. CellsTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  867. CellsTeleport.BorderSizePixel = 0
  868. CellsTeleport.Position = UDim2.new(0.0272373259, 0, 0.213017747, 0)
  869. CellsTeleport.Size = UDim2.new(0, 118, 0, 29)
  870. CellsTeleport.Font = Enum.Font.SourceSansBold
  871. CellsTeleport.Text = "Cells"
  872. CellsTeleport.TextColor3 = Color3.new(1, 1, 1)
  873. CellsTeleport.TextSize = 20
  874.  
  875. YardTEleport.Name = "YardTEleport"
  876. YardTEleport.Parent = Teleports
  877. YardTEleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  878. YardTEleport.BorderSizePixel = 0
  879. YardTEleport.Position = UDim2.new(0.513618648, 0, 0.213017747, 0)
  880. YardTEleport.Size = UDim2.new(0, 118, 0, 29)
  881. YardTEleport.Font = Enum.Font.SourceSansBold
  882. YardTEleport.Text = "Yard"
  883. YardTEleport.TextColor3 = Color3.new(1, 1, 1)
  884. YardTEleport.TextSize = 20
  885.  
  886. OutsidePrisonTeleport.Name = "OutsidePrisonTeleport"
  887. OutsidePrisonTeleport.Parent = Teleports
  888. OutsidePrisonTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  889. OutsidePrisonTeleport.BorderSizePixel = 0
  890. OutsidePrisonTeleport.Position = UDim2.new(0.0272373538, 0, 0.316568047, 0)
  891. OutsidePrisonTeleport.Size = UDim2.new(0, 118, 0, 29)
  892. OutsidePrisonTeleport.Font = Enum.Font.SourceSansBold
  893. OutsidePrisonTeleport.Text = "Outside Prison"
  894. OutsidePrisonTeleport.TextColor3 = Color3.new(1, 1, 1)
  895. OutsidePrisonTeleport.TextSize = 20
  896.  
  897. PrisonTeleport.Name = "PrisonTeleport"
  898. PrisonTeleport.Parent = Teleports
  899. PrisonTeleport.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  900. PrisonTeleport.BorderSizePixel = 0
  901. PrisonTeleport.Position = UDim2.new(0.513618648, 0, 0.316568047, 0)
  902. PrisonTeleport.Size = UDim2.new(0, 118, 0, 29)
  903. PrisonTeleport.Font = Enum.Font.SourceSansBold
  904. PrisonTeleport.Text = "Prison"
  905. PrisonTeleport.TextColor3 = Color3.new(1, 1, 1)
  906. PrisonTeleport.TextSize = 20
  907.  
  908. Special.Name = "Special"
  909. Special.Parent = MainFrame
  910. Special.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  911. Special.BorderSizePixel = 0
  912. Special.Position = UDim2.new(0.280112058, 0, 0, 0)
  913. Special.Size = UDim2.new(0, 257, 0, 338)
  914. Special.Visible = false
  915.  
  916. GrabKnifeScript.Name = "GrabKnifeScript"
  917. GrabKnifeScript.Parent = Special
  918. GrabKnifeScript.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  919. GrabKnifeScript.BorderSizePixel = 0
  920. GrabKnifeScript.Position = UDim2.new(0.0272373538, 0, 0, 0)
  921. GrabKnifeScript.Size = UDim2.new(0, 243, 0, 65)
  922. GrabKnifeScript.Font = Enum.Font.SourceSansBold
  923. GrabKnifeScript.Text = "Grab Knife"
  924. GrabKnifeScript.TextColor3 = Color3.new(1, 1, 1)
  925. GrabKnifeScript.TextSize = 35
  926.  
  927. KillauraScript.Name = "KillauraScript"
  928. KillauraScript.Parent = Special
  929. KillauraScript.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  930. KillauraScript.BorderSizePixel = 0
  931. KillauraScript.Position = UDim2.new(0.0272373538, 0, 0.213017747, 0)
  932. KillauraScript.Size = UDim2.new(0, 243, 0, 65)
  933. KillauraScript.Font = Enum.Font.SourceSansBold
  934. KillauraScript.Text = "Killaura (may be laggy)"
  935. KillauraScript.TextColor3 = Color3.new(1, 1, 1)
  936. KillauraScript.TextSize = 27
  937.  
  938. local OnlinePlayers = {
  939. Player1,
  940. Player2,
  941. Player3,
  942. Player4,
  943. Player5,
  944. Player6,
  945. Player7,
  946. Player8,
  947. Player9,
  948. Player10,
  949. Player11,
  950. Player12,
  951. Player13,
  952. Player14,
  953. Player15,
  954. Player16,
  955. Player17,
  956. Player18,
  957. Player19,
  958. Player20,
  959. Player21,
  960. Player22,
  961. Player23,
  962. Player24
  963. }
  964. spawn(function()
  965. while true do
  966. Player1.Text = ""
  967. Player2.Text = ""
  968. Player3.Text = ""
  969. Player4.Text = ""
  970. Player5.Text = ""
  971. Player6.Text = ""
  972. Player7.Text = ""
  973. Player8.Text = ""
  974. Player9.Text = ""
  975. Player10.Text = ""
  976. Player11.Text = ""
  977. Player12.Text = ""
  978. Player13.Text = ""
  979. Player14.Text = ""
  980. Player15.Text = ""
  981. Player16.Text = ""
  982. Player17.Text = ""
  983. Player18.Text = ""
  984. Player19.Text = ""
  985. Player20.Text = ""
  986. Player21.Text = ""
  987. Player22.Text = ""
  988. Player23.Text = ""
  989. Player24.Text = ""
  990. for i, v in pairs(game.Players:GetChildren()) do
  991. OnlinePlayers[i].Text = v.Name
  992. end
  993. wait(5)
  994. end
  995. end)
  996.  
  997. Player1.MouseButton1Down:connect(function()
  998. CharacterBody.CFrame = workspace[Player1.Text].HumanoidRootPart.CFrame
  999. end)
  1000.  
  1001. Player2.MouseButton1Down:connect(function()
  1002. CharacterBody.CFrame = workspace[Player2.Text].HumanoidRootPart.CFrame
  1003. end)
  1004.  
  1005. Player3.MouseButton1Down:connect(function()
  1006. CharacterBody.CFrame = workspace[Player3.Text].HumanoidRootPart.CFrame
  1007. end)
  1008.  
  1009. Player4.MouseButton1Down:connect(function()
  1010. CharacterBody.CFrame = workspace[Player4.Text].HumanoidRootPart.CFrame
  1011. end)
  1012.  
  1013. Player5.MouseButton1Down:connect(function()
  1014. CharacterBody.CFrame = workspace[Player5.Text].HumanoidRootPart.CFrame
  1015. end)
  1016.  
  1017. Player6.MouseButton1Down:connect(function()
  1018. CharacterBody.CFrame = workspace[Player6.Text].HumanoidRootPart.CFrame
  1019. end)
  1020.  
  1021. Player7.MouseButton1Down:connect(function()
  1022. CharacterBody.CFrame = workspace[Player7.Text].HumanoidRootPart.CFrame
  1023. end)
  1024.  
  1025. Player8.MouseButton1Down:connect(function()
  1026. CharacterBody.CFrame = workspace[Player9.Text].HumanoidRootPart.CFrame
  1027. end)
  1028.  
  1029. Player9.MouseButton1Down:connect(function()
  1030. CharacterBody.CFrame = workspace[Player9.Text].HumanoidRootPart.CFrame
  1031. end)
  1032.  
  1033. Player10.MouseButton1Down:connect(function()
  1034. CharacterBody.CFrame = workspace[Player10.Text].HumanoidRootPart.CFrame
  1035. end)
  1036.  
  1037. Player11.MouseButton1Down:connect(function()
  1038. CharacterBody.CFrame = workspace[Player11.Text].HumanoidRootPart.CFrame
  1039. end)
  1040.  
  1041. Player12.MouseButton1Down:connect(function()
  1042. CharacterBody.CFrame = workspace[Player12.Text].HumanoidRootPart.CFrame
  1043. end)
  1044.  
  1045. Player13.MouseButton1Down:connect(function()
  1046. CharacterBody.CFrame = workspace[Player13.Text].HumanoidRootPart.CFrame
  1047. end)
  1048.  
  1049. Player14.MouseButton1Down:connect(function()
  1050. CharacterBody.CFrame = workspace[Player14.Text].HumanoidRootPart.CFrame
  1051. end)
  1052.  
  1053. Player15.MouseButton1Down:connect(function()
  1054. CharacterBody.CFrame = workspace[Player15.Text].HumanoidRootPart.CFrame
  1055. end)
  1056.  
  1057. Player16.MouseButton1Down:connect(function()
  1058. CharacterBody.CFrame = workspace[Player16.Text].HumanoidRootPart.CFrame
  1059. end)
  1060.  
  1061. Player17.MouseButton1Down:connect(function()
  1062. CharacterBody.CFrame = workspace[Player17.Text].HumanoidRootPart.CFrame
  1063. end)
  1064.  
  1065. Player18.MouseButton1Down:connect(function()
  1066. CharacterBody.CFrame = workspace[Player18.Text].HumanoidRootPart.CFrame
  1067. end)
  1068.  
  1069. Player19.MouseButton1Down:connect(function()
  1070. CharacterBody.CFrame = workspace[Player19.Text].HumanoidRootPart.CFrame
  1071. end)
  1072.  
  1073. Player20.MouseButton1Down:connect(function()
  1074. CharacterBody.CFrame = workspace[Player20.Text].HumanoidRootPart.CFrame
  1075. end)
  1076.  
  1077. Player21.MouseButton1Down:connect(function()
  1078. CharacterBody.CFrame = workspace[Player21.Text].HumanoidRootPart.CFrame
  1079. end)
  1080.  
  1081. Player22.MouseButton1Down:connect(function()
  1082. CharacterBody.CFrame = workspace[Player22.Text].HumanoidRootPart.CFrame
  1083. end)
  1084.  
  1085. Player23.MouseButton1Down:connect(function()
  1086. CharacterBody.CFrame = workspace[Player23.Text].HumanoidRootPart.CFrame
  1087. end)
  1088.  
  1089. Player24.MouseButton1Down:connect(function()
  1090. CharacterBody.CFrame = workspace[Player24.Text].HumanoidRootPart.CFrame
  1091. end)
  1092.  
  1093.  
  1094. local OnlinePlayers = {
  1095. YourDumbName
  1096. }
  1097. spawn(function()
  1098. while true do
  1099. YourDumbName.Text = ""
  1100.  
  1101. for i, v in pairs(game.Players:GetChildren()) do
  1102. OnlinePlayers[i].Text = v.Name
  1103. end
  1104. wait(5)
  1105. end
  1106. end)
  1107.  
  1108. FlyScriptButton.MouseButton1Down:connect(function()
  1109. loadstring(game:HttpGet(("https://pastebin.com/raw/mFfXWYRg"),true))()
  1110. end)
  1111.  
  1112. WSPlusTen.MouseButton1Down:connect(function()
  1113. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  1114. end)
  1115.  
  1116. WSMinusTen.MouseButton1Down:connect(function()
  1117. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  1118. end)
  1119.  
  1120. JPPlusTen.MouseButton1Down:connect(function()
  1121. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  1122. end)
  1123.  
  1124. JPMinusTen.MouseButton1Down:connect(function()
  1125. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  1126. end)
  1127.  
  1128. HHPlusThree.MouseButton1Down:connect(function()
  1129. p.Character.Humanoid.HipHeight = p.Character.Humanoid.HipHeight + 3
  1130. end)
  1131.  
  1132. HHMinusThree.MouseButton1Down:connect(function()
  1133. p.Character.Humanoid.HipHeight = p.Character.Humanoid.HipHeight - 3
  1134. end)
  1135.  
  1136. ResetAll.MouseButton1Down:connect(function()
  1137. Character.Humanoid.WalkSpeed = 16
  1138. Character.Humanoid.HipHeight = 0
  1139. Character.Humanoid.JumpPower = 50
  1140. end)
  1141.  
  1142. ChangeWS.MouseButton1Down:connect(function()
  1143. Character.Humanoid.WalkSpeed = (ChangeStringBox.Text)
  1144. end)
  1145.  
  1146. ChangeJP.MouseButton1Down:connect(function()
  1147. Character.Humanoid.JumpPower = (ChangeStringBox.Text)
  1148. end)
  1149.  
  1150. ChangeHH.MouseButton1Down:connect(function()
  1151. Character.Humanoid.HipHeight = (ChangeStringBox.Text)
  1152. end)
  1153.  
  1154. BypassTaser.MouseButton1Down:connect(function()
  1155. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1156. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1157. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1158. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1159. end)
  1160. end)
  1161.  
  1162. RemoveDoors.MouseButton1Down:connect(function()
  1163. game.Workspace.Doors:Destroy()
  1164. end)
  1165.  
  1166. GiveGuns.MouseButton1Down:connect(function()
  1167. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  1168. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1169. for j, k in pairs(weapons) do
  1170. if v.Name == k then
  1171. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1172. end
  1173. end
  1174. end
  1175. end)
  1176.  
  1177. GiveMelee.MouseButton1Down:connect(function()
  1178. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  1179. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  1180. for j, k in pairs(weapons) do
  1181. if v.Name == k then
  1182. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  1183. end
  1184. end
  1185. end
  1186. end)
  1187.  
  1188. GiveBtools.MouseButton1Down:connect(function()
  1189. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  1190. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  1191. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  1192. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  1193. end)
  1194.  
  1195. CriminalBaseTeleport.MouseButton1Down:connect(function()
  1196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(856, 95, 2066)
  1197. end)
  1198.  
  1199. PoliceBaseTeleport.MouseButton1Down:connect(function()
  1200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(828, 101, 2306)
  1201. end)
  1202.  
  1203. PrisonTowerTeleport.MouseButton1Down:connect(function()
  1204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(822, 131, 2569)
  1205. end)
  1206.  
  1207. LaunchRoomTeleport.MouseButton1Down:connect(function()
  1208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(925, 101, 2321)
  1209. end)
  1210.  
  1211. CellsTeleport.MouseButton1Down:connect(function()
  1212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917, 101, 2435)
  1213. end)
  1214.  
  1215. YardTEleport.MouseButton1Down:connect(function()
  1216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779, 99, 2464)
  1217. end)
  1218.  
  1219. OutsidePrisonTeleport.MouseButton1Down:connect(function()
  1220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(484, 99, 2213)
  1221. end)
  1222.  
  1223. PrisonTeleport.MouseButton1Down:connect(function()
  1224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(912, 101, 2368)
  1225. end)
  1226.  
  1227. KillauraScript.MouseButton1Down:connect(function()
  1228. while wait(0.1) do
  1229. for i, plr in pairs(game.Players:GetChildren()) do
  1230. if plr.Name ~= game.Players.LocalPlayer.Name then
  1231. for i = 1, 10 do
  1232. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1233. end
  1234. end
  1235. end
  1236. end
  1237. end)
  1238.  
  1239. GrabKnifeScript.MouseButton1Down:connect(function()
  1240. loadstring(game:HttpGet(("https://pastebin.com/raw/sPbN4EdF"),true))()
  1241. end)
  1242.  
  1243. HomeOpenButton.MouseButton1Down:connect(function()
  1244. Teleports.Visible = false
  1245. HomeFrame.Visible = true
  1246. LocalPlayerFrame.Visible = false
  1247. Functions.Visible = false
  1248. PlayersFrame.Visible = false
  1249. Special.Visible = false
  1250. end)
  1251.  
  1252. PlayersOpenButton.MouseButton1Down:connect(function()
  1253. Teleports.Visible = false
  1254. HomeFrame.Visible = false
  1255. LocalPlayerFrame.Visible = false
  1256. Functions.Visible = false
  1257. PlayersFrame.Visible = true
  1258. Special.Visible = false
  1259. end)
  1260.  
  1261. LocalPlayersOpenButton.MouseButton1Down:connect(function()
  1262. Teleports.Visible = false
  1263. HomeFrame.Visible = false
  1264. LocalPlayerFrame.Visible = true
  1265. Functions.Visible = false
  1266. PlayersFrame.Visible = false
  1267. Special.Visible = false
  1268. end)
  1269.  
  1270. FunctionsOpenButton.MouseButton1Down:connect(function()
  1271. Teleports.Visible = false
  1272. HomeFrame.Visible = false
  1273. LocalPlayerFrame.Visible = false
  1274. Functions.Visible = true
  1275. PlayersFrame.Visible = false
  1276. Special.Visible = false
  1277. end)
  1278.  
  1279. TeleportsOpenButoon.MouseButton1Down:connect(function()
  1280. Teleports.Visible = true
  1281. HomeFrame.Visible = false
  1282. LocalPlayerFrame.Visible = false
  1283. Functions.Visible = false
  1284. PlayersFrame.Visible = false
  1285. Special.Visible = false
  1286. end)
  1287.  
  1288. SpecialOpenButoon.MouseButton1Down:connect(function()
  1289. Teleports.Visible = false
  1290. HomeFrame.Visible = false
  1291. LocalPlayerFrame.Visible = false
  1292. Functions.Visible = false
  1293. PlayersFrame.Visible = false
  1294. Special.Visible = true
  1295. end)
  1296.  
  1297. CloseStarterFrame.MouseButton1Down:connect(function()
  1298. StarterFrame.Visible = false
  1299. end)
  1300.  
  1301. local toggle = false
  1302.  
  1303. HideStarterFrame.MouseButton1Down:connect(function()
  1304. if toggle == false then
  1305. MainFrame.Visible = true
  1306. toggle = true
  1307. else
  1308. MainFrame.Visible = false
  1309. toggle = false
  1310. end
  1311. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement