Advertisement
Guest User

Prison Life Breaker

a guest
Apr 15th, 2019
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.89 KB | None | 0 0
  1. local PrisonGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local TitleBar = Instance.new("TextLabel")
  5. local ObGuns = Instance.new("TextButton")
  6. local Close = Instance.new("TextButton")
  7. local KillAll = Instance.new("TextButton")
  8. local TaseBypass = Instance.new("TextButton")
  9. local RemoveDoors = Instance.new("TextButton")
  10. local Btools = Instance.new("TextButton")
  11. local BeNeutral = Instance.new("TextButton")
  12. local ModGun = Instance.new("TextButton")
  13. local ForceCgui = Instance.new("Frame")
  14. local ComSeperateBar = Instance.new("TextLabel")
  15. local InsertUser = Instance.new("TextBox")
  16. local UserHolder = Instance.new("TextLabel")
  17. local CrimTitle = Instance.new("TextLabel")
  18. local CrimTitleBar = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local CrimHideButton = Instance.new("TextButton")
  21. local TPshow = Instance.new("TextButton")
  22. local LocalCommands = Instance.new("Frame")
  23. local LocalCMD_Title = Instance.new("TextLabel")
  24. local NexusTPbut = Instance.new("TextButton")
  25. local CrimBaseTPbut = Instance.new("TextButton")
  26. local GuardAreaTPbut = Instance.new("TextButton")
  27. local FLY = Instance.new("TextButton")
  28. local NWalk = Instance.new("TextButton")
  29. local Njump = Instance.new("TextButton")
  30. local tfJump = Instance.new("TextButton")
  31. local Respawn = Instance.new("TextButton")
  32. local tfWalk = Instance.new("TextButton")
  33. local LocalCMD_BarTitle = Instance.new("TextLabel")
  34. local TheLocal = Instance.new("TextButton")
  35. local CrimG = Instance.new("TextButton")
  36. local tpgui = Instance.new("Frame")
  37. local TPtileBar = Instance.new("TextLabel")
  38. local TPYEET = Instance.new("TextButton")
  39. local UserHolderTP = Instance.new("TextLabel")
  40. local InsertUserTP = Instance.new("TextBox")
  41. local TpTitle = Instance.new("TextLabel")
  42. local RightSepBarTp = Instance.new("TextLabel")
  43. local TpHideButton = Instance.new("TextButton")
  44. local AmokahsLogo = Instance.new("ImageLabel")
  45. local SuperPunch = Instance.new("TextButton")
  46. local KillAura = Instance.new("TextButton")
  47. local BeCriminal = Instance.new("TextButton")
  48. local BeGuard = Instance.new("TextButton")
  49. local BeInmate = Instance.new("TextButton")
  50. local ArrestAll = Instance.new("TextButton")
  51. local InvGuns = Instance.new("TextButton")
  52. local CrimPunch = Instance.new("TextButton")
  53. local Trans = Instance.new("TextButton")
  54. local Open = Instance.new("Frame")
  55. local OpenGUI = Instance.new("TextButton")
  56. local Credit = Instance.new("TextLabel")
  57. local Dino = Instance.new("TextLabel")
  58. local KA = Instance.new("Frame")
  59. local NameOfKa = Instance.new("TextLabel")
  60. local TrueOrFalse = Instance.new("TextLabel")
  61. local TeamGUIOC = Instance.new("Frame")
  62. local TeamOPorCL = Instance.new("TextButton")
  63. local TeamMain = Instance.new("Frame")
  64. local TextLabel = Instance.new("TextLabel")
  65. local TextLabel_2 = Instance.new("TextLabel")
  66. local SOG = Instance.new("TextButton")
  67. local SOC = Instance.new("TextButton")
  68. local SOI = Instance.new("TextButton")
  69. local Disable = Instance.new("TextButton")
  70. local Apart = Instance.new("Part")
  71.  
  72. Apart.Name = "PlrsPos"
  73. Apart.Parent = workspace
  74. Apart.Anchored = true
  75. Apart.Archivable = true
  76. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  77.  
  78. -- Properties
  79.  
  80. PrisonGui.Name = "PrisonGui"
  81. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  82.  
  83. Main.Name = "Main"
  84. Main.Parent = PrisonGui
  85. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  86. Main.BorderSizePixel = 0
  87. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  88. Main.Size = UDim2.new(0, 338, 0, 301)
  89. Main.Visible = false
  90.  
  91. Title.Name = "Title"
  92. Title.Parent = Main
  93. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Title.BackgroundTransparency = 1
  95. Title.BorderSizePixel = 0
  96. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  97. Title.Size = UDim2.new(0, 162, 0, 31)
  98. Title.Font = Enum.Font.SourceSansLight
  99. Title.FontSize = Enum.FontSize.Size14
  100. Title.Text = "Prison Life v2.0.2 GUI"
  101. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  102. Title.TextScaled = true
  103. Title.TextStrokeTransparency = 0
  104. Title.TextWrapped = true
  105.  
  106. TitleBar.Name = "TitleBar"
  107. TitleBar.Parent = Main
  108. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  109. TitleBar.BackgroundTransparency = 0.5
  110. TitleBar.BorderSizePixel = 0
  111. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  112. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  113. TitleBar.Font = Enum.Font.SourceSans
  114. TitleBar.FontSize = Enum.FontSize.Size14
  115. TitleBar.Text = ""
  116. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  117.  
  118. ObGuns.Name = "ObGuns"
  119. ObGuns.Parent = Main
  120. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  121. ObGuns.BackgroundTransparency = 0.5
  122. ObGuns.BorderSizePixel = 0
  123. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  124. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  125. ObGuns.Font = Enum.Font.SourceSans
  126. ObGuns.FontSize = Enum.FontSize.Size14
  127. ObGuns.Text = "OBTAIN GUNS"
  128. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  129. ObGuns.TextScaled = true
  130. ObGuns.TextStrokeTransparency = 0
  131. ObGuns.TextWrapped = true
  132.  
  133. Close.Name = "Close"
  134. Close.Parent = Main
  135. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  136. Close.BackgroundTransparency = 0.30000001192093
  137. Close.BorderSizePixel = 0
  138. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  139. Close.Size = UDim2.new(0, 24, 0, 24)
  140. Close.Font = Enum.Font.SourceSans
  141. Close.FontSize = Enum.FontSize.Size14
  142. Close.Text = ""
  143. Close.TextColor3 = Color3.new(0, 0, 0)
  144.  
  145. KillAll.Name = "KillAll"
  146. KillAll.Parent = Main
  147. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  148. KillAll.BackgroundTransparency = 0.5
  149. KillAll.BorderSizePixel = 0
  150. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  151. KillAll.Size = UDim2.new(0, 159, 0, 22)
  152. KillAll.Font = Enum.Font.SourceSans
  153. KillAll.FontSize = Enum.FontSize.Size14
  154. KillAll.Text = "KILL ALL"
  155. KillAll.TextColor3 = Color3.new(1, 1, 1)
  156. KillAll.TextScaled = true
  157. KillAll.TextStrokeTransparency = 0
  158. KillAll.TextWrapped = true
  159.  
  160. TaseBypass.Name = "TaseBypass"
  161. TaseBypass.Parent = Main
  162. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TaseBypass.BackgroundTransparency = 0.5
  164. TaseBypass.BorderSizePixel = 0
  165. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  166. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  167. TaseBypass.Font = Enum.Font.SourceSans
  168. TaseBypass.FontSize = Enum.FontSize.Size14
  169. TaseBypass.Text = "TASER BYPASS"
  170. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  171. TaseBypass.TextScaled = true
  172. TaseBypass.TextStrokeTransparency = 0
  173. TaseBypass.TextWrapped = true
  174.  
  175. RemoveDoors.Name = "RemoveDoors"
  176. RemoveDoors.Parent = Main
  177. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  178. RemoveDoors.BackgroundTransparency = 0.5
  179. RemoveDoors.BorderSizePixel = 0
  180. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  181. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  182. RemoveDoors.Font = Enum.Font.SourceSans
  183. RemoveDoors.FontSize = Enum.FontSize.Size14
  184. RemoveDoors.Text = "REMOVE ALL DOORS"
  185. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  186. RemoveDoors.TextScaled = true
  187. RemoveDoors.TextStrokeTransparency = 0
  188. RemoveDoors.TextWrapped = true
  189.  
  190. Btools.Name = "Btools"
  191. Btools.Parent = Main
  192. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Btools.BackgroundTransparency = 0.5
  194. Btools.BorderSizePixel = 0
  195. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  196. Btools.Size = UDim2.new(0, 159, 0, 22)
  197. Btools.Font = Enum.Font.SourceSans
  198. Btools.FontSize = Enum.FontSize.Size14
  199. Btools.Text = "BTOOLS"
  200. Btools.TextColor3 = Color3.new(1, 1, 1)
  201. Btools.TextScaled = true
  202. Btools.TextStrokeTransparency = 0
  203. Btools.TextWrapped = true
  204.  
  205. BeNeutral.Name = "BeNeutral"
  206. BeNeutral.Parent = Main
  207. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  208. BeNeutral.BackgroundTransparency = 0.5
  209. BeNeutral.BorderSizePixel = 0
  210. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  211. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  212. BeNeutral.Font = Enum.Font.SourceSans
  213. BeNeutral.FontSize = Enum.FontSize.Size14
  214. BeNeutral.Text = "NEUTRAL"
  215. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  216. BeNeutral.TextScaled = true
  217. BeNeutral.TextStrokeTransparency = 0
  218. BeNeutral.TextWrapped = true
  219.  
  220. ModGun.Name = "ModGun"
  221. ModGun.Parent = Main
  222. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  223. ModGun.BackgroundTransparency = 0.5
  224. ModGun.BorderSizePixel = 0
  225. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  226. ModGun.Size = UDim2.new(0, 325, 0, 22)
  227. ModGun.Font = Enum.Font.SourceSans
  228. ModGun.FontSize = Enum.FontSize.Size14
  229. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  230. ModGun.TextColor3 = Color3.new(1, 1, 1)
  231. ModGun.TextScaled = true
  232. ModGun.TextStrokeTransparency = 0
  233. ModGun.TextWrapped = true
  234.  
  235. ForceCgui.Name = "ForceCgui"
  236. ForceCgui.Parent = Main
  237. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  238. ForceCgui.BorderSizePixel = 0
  239. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  240. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  241.  
  242. ComSeperateBar.Name = "ComSeperateBar"
  243. ComSeperateBar.Parent = ForceCgui
  244. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  245. ComSeperateBar.BackgroundTransparency = 0.5
  246. ComSeperateBar.BorderSizePixel = 0
  247. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  248. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  249. ComSeperateBar.Font = Enum.Font.SourceSans
  250. ComSeperateBar.FontSize = Enum.FontSize.Size14
  251. ComSeperateBar.Text = ""
  252. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  253.  
  254. InsertUser.Name = "InsertUser"
  255. InsertUser.Parent = ForceCgui
  256. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  257. InsertUser.BackgroundTransparency = 1
  258. InsertUser.BorderSizePixel = 0
  259. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  260. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  261. InsertUser.Font = Enum.Font.SourceSansLight
  262. InsertUser.FontSize = Enum.FontSize.Size14
  263. InsertUser.Text = "USERNAME"
  264. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  265. InsertUser.TextScaled = true
  266. InsertUser.TextWrapped = true
  267.  
  268. UserHolder.Name = "UserHolder"
  269. UserHolder.Parent = ForceCgui
  270. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  271. UserHolder.BorderSizePixel = 0
  272. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  273. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  274. UserHolder.Font = Enum.Font.SourceSans
  275. UserHolder.FontSize = Enum.FontSize.Size14
  276. UserHolder.Text = ""
  277. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  278.  
  279. CrimTitle.Name = "CrimTitle"
  280. CrimTitle.Parent = ForceCgui
  281. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  282. CrimTitle.BackgroundTransparency = 1
  283. CrimTitle.BorderSizePixel = 0
  284. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  285. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  286. CrimTitle.Font = Enum.Font.SourceSansLight
  287. CrimTitle.FontSize = Enum.FontSize.Size14
  288. CrimTitle.Text = "CRIMINAL GUI"
  289. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  290. CrimTitle.TextScaled = true
  291. CrimTitle.TextStrokeTransparency = 0
  292. CrimTitle.TextWrapped = true
  293.  
  294. CrimTitleBar.Name = "CrimTitleBar"
  295. CrimTitleBar.Parent = ForceCgui
  296. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  297. CrimTitleBar.BackgroundTransparency = 0.5
  298. CrimTitleBar.BorderSizePixel = 0
  299. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  300. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  301. CrimTitleBar.Font = Enum.Font.SourceSans
  302. CrimTitleBar.FontSize = Enum.FontSize.Size14
  303. CrimTitleBar.Text = ""
  304. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  305.  
  306. TextButton.Parent = ForceCgui
  307. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  308. TextButton.BackgroundTransparency = 0.5
  309. TextButton.BorderSizePixel = 0
  310. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  311. TextButton.Size = UDim2.new(0, 139, 0, 50)
  312. TextButton.Font = Enum.Font.SourceSansLight
  313. TextButton.FontSize = Enum.FontSize.Size14
  314. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  315. TextButton.TextColor3 = Color3.new(1, 1, 1)
  316. TextButton.TextScaled = true
  317. TextButton.TextStrokeTransparency = 0
  318. TextButton.TextWrapped = true
  319.  
  320. CrimHideButton.Name = "CrimHideButton"
  321. CrimHideButton.Parent = ForceCgui
  322. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  323. CrimHideButton.BackgroundTransparency = 0.30000001192093
  324. CrimHideButton.BorderSizePixel = 0
  325. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  326. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  327. CrimHideButton.Font = Enum.Font.SourceSansLight
  328. CrimHideButton.FontSize = Enum.FontSize.Size14
  329. CrimHideButton.Text = "HIDE"
  330. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  331. CrimHideButton.TextScaled = true
  332. CrimHideButton.TextStrokeTransparency = 0
  333. CrimHideButton.TextWrapped = true
  334.  
  335. TPshow.Name = "TPshow"
  336. TPshow.Parent = Main
  337. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  338. TPshow.BackgroundTransparency = 0.5
  339. TPshow.BorderSizePixel = 0
  340. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  341. TPshow.Size = UDim2.new(0, 104, 0, 22)
  342. TPshow.Font = Enum.Font.SourceSans
  343. TPshow.FontSize = Enum.FontSize.Size14
  344. TPshow.Text = "TELEPORT TO PLAYER"
  345. TPshow.TextColor3 = Color3.new(1, 1, 1)
  346. TPshow.TextScaled = true
  347. TPshow.TextStrokeTransparency = 0
  348. TPshow.TextWrapped = true
  349.  
  350. LocalCommands.Name = "LocalCommands"
  351. LocalCommands.Parent = Main
  352. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  353. LocalCommands.BorderSizePixel = 0
  354. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  355. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  356.  
  357. LocalCMD_Title.Name = "LocalCMD_Title"
  358. LocalCMD_Title.Parent = LocalCommands
  359. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  360. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  361. LocalCMD_Title.BorderSizePixel = 0
  362. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  363. LocalCMD_Title.Font = Enum.Font.SourceSans
  364. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  365. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  366. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  367. LocalCMD_Title.TextStrokeTransparency = 0
  368.  
  369. NexusTPbut.Name = "NexusTPbut"
  370. NexusTPbut.Parent = LocalCommands
  371. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  372. NexusTPbut.BackgroundTransparency = 0.40000000596046
  373. NexusTPbut.BorderSizePixel = 0
  374. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  375. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  376. NexusTPbut.Font = Enum.Font.SourceSans
  377. NexusTPbut.FontSize = Enum.FontSize.Size14
  378. NexusTPbut.Text = "TP TO NEXUS"
  379. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  380. NexusTPbut.TextScaled = true
  381. NexusTPbut.TextStrokeTransparency = 0
  382. NexusTPbut.TextWrapped = true
  383.  
  384. CrimBaseTPbut.Name = "CrimBaseTPbut"
  385. CrimBaseTPbut.Parent = LocalCommands
  386. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  387. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  388. CrimBaseTPbut.BorderSizePixel = 0
  389. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  390. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  391. CrimBaseTPbut.Font = Enum.Font.SourceSans
  392. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  393. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  394. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  395. CrimBaseTPbut.TextScaled = true
  396. CrimBaseTPbut.TextStrokeTransparency = 0
  397. CrimBaseTPbut.TextWrapped = true
  398.  
  399. GuardAreaTPbut.Name = "GuardAreaTPbut"
  400. GuardAreaTPbut.Parent = LocalCommands
  401. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  402. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  403. GuardAreaTPbut.BorderSizePixel = 0
  404. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  405. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  406. GuardAreaTPbut.Font = Enum.Font.SourceSans
  407. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  408. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  409. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  410. GuardAreaTPbut.TextScaled = true
  411. GuardAreaTPbut.TextStrokeTransparency = 0
  412. GuardAreaTPbut.TextWrapped = true
  413.  
  414. FLY.Name = "FLY"
  415. FLY.Parent = LocalCommands
  416. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  417. FLY.BackgroundTransparency = 0.40000000596046
  418. FLY.BorderSizePixel = 0
  419. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  420. FLY.Size = UDim2.new(0, 98, 0, 16)
  421. FLY.Font = Enum.Font.SourceSans
  422. FLY.FontSize = Enum.FontSize.Size14
  423. FLY.Text = "FLY 'E'"
  424. FLY.TextColor3 = Color3.new(1, 1, 1)
  425. FLY.TextScaled = true
  426. FLY.TextStrokeTransparency = 0
  427. FLY.TextWrapped = true
  428.  
  429. NWalk.Name = "NWalk"
  430. NWalk.Parent = LocalCommands
  431. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  432. NWalk.BackgroundTransparency = 0.40000000596046
  433. NWalk.BorderSizePixel = 0
  434. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  435. NWalk.Size = UDim2.new(0, 98, 0, 16)
  436. NWalk.Font = Enum.Font.SourceSans
  437. NWalk.FontSize = Enum.FontSize.Size14
  438. NWalk.Text = "NORMAL WALKSPEED"
  439. NWalk.TextColor3 = Color3.new(1, 1, 1)
  440. NWalk.TextScaled = true
  441. NWalk.TextStrokeTransparency = 0
  442. NWalk.TextWrapped = true
  443.  
  444. Njump.Name = "Njump"
  445. Njump.Parent = LocalCommands
  446. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  447. Njump.BackgroundTransparency = 0.40000000596046
  448. Njump.BorderSizePixel = 0
  449. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  450. Njump.Size = UDim2.new(0, 98, 0, 16)
  451. Njump.Font = Enum.Font.SourceSans
  452. Njump.FontSize = Enum.FontSize.Size14
  453. Njump.Text = "NORMAL JUMP HEIGHT"
  454. Njump.TextColor3 = Color3.new(1, 1, 1)
  455. Njump.TextScaled = true
  456. Njump.TextStrokeTransparency = 0
  457. Njump.TextWrapped = true
  458.  
  459. tfJump.Name = "tfJump"
  460. tfJump.Parent = LocalCommands
  461. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  462. tfJump.BackgroundTransparency = 0.40000000596046
  463. tfJump.BorderSizePixel = 0
  464. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  465. tfJump.Size = UDim2.new(0, 98, 0, 16)
  466. tfJump.Font = Enum.Font.SourceSans
  467. tfJump.FontSize = Enum.FontSize.Size14
  468. tfJump.Text = "+25 JUMP HEIGHT"
  469. tfJump.TextColor3 = Color3.new(1, 1, 1)
  470. tfJump.TextScaled = true
  471. tfJump.TextStrokeTransparency = 0
  472. tfJump.TextWrapped = true
  473.  
  474. Respawn.Name = "Respawn"
  475. Respawn.Parent = LocalCommands
  476. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  477. Respawn.BackgroundTransparency = 0.40000000596046
  478. Respawn.BorderSizePixel = 0
  479. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  480. Respawn.Size = UDim2.new(0, 98, 0, 16)
  481. Respawn.Font = Enum.Font.SourceSans
  482. Respawn.FontSize = Enum.FontSize.Size14
  483. Respawn.Text = "RESPAWN"
  484. Respawn.TextColor3 = Color3.new(1, 1, 1)
  485. Respawn.TextScaled = true
  486. Respawn.TextStrokeTransparency = 0
  487. Respawn.TextWrapped = true
  488.  
  489. tfWalk.Name = "tfWalk"
  490. tfWalk.Parent = LocalCommands
  491. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  492. tfWalk.BackgroundTransparency = 0.40000000596046
  493. tfWalk.BorderSizePixel = 0
  494. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  495. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  496. tfWalk.Font = Enum.Font.SourceSans
  497. tfWalk.FontSize = Enum.FontSize.Size14
  498. tfWalk.Text = "+25 WALKSPEED"
  499. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  500. tfWalk.TextScaled = true
  501. tfWalk.TextStrokeTransparency = 0
  502. tfWalk.TextWrapped = true
  503.  
  504. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  505. LocalCMD_BarTitle.Parent = LocalCommands
  506. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  507. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  508. LocalCMD_BarTitle.BorderSizePixel = 0
  509. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  510. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  511. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  512. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  513. LocalCMD_BarTitle.Text = ""
  514. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  515. LocalCMD_BarTitle.TextStrokeTransparency = 0
  516.  
  517. TheLocal.Name = "TheLocal"
  518. TheLocal.Parent = Main
  519. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  520. TheLocal.BackgroundTransparency = 0.5
  521. TheLocal.BorderSizePixel = 0
  522. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  523. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  524. TheLocal.Font = Enum.Font.SourceSans
  525. TheLocal.FontSize = Enum.FontSize.Size14
  526. TheLocal.Text = "MORE LOCAL COMMANDS"
  527. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  528. TheLocal.TextScaled = true
  529. TheLocal.TextStrokeTransparency = 0
  530. TheLocal.TextWrapped = true
  531.  
  532. CrimG.Name = "CrimG"
  533. CrimG.Parent = Main
  534. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  535. CrimG.BackgroundTransparency = 0.5
  536. CrimG.BorderSizePixel = 0
  537. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  538. CrimG.Size = UDim2.new(0, 104, 0, 22)
  539. CrimG.Font = Enum.Font.SourceSans
  540. CrimG.FontSize = Enum.FontSize.Size14
  541. CrimG.Text = "FORCE CRIMINAL PLAYER"
  542. CrimG.TextColor3 = Color3.new(1, 1, 1)
  543. CrimG.TextScaled = true
  544. CrimG.TextStrokeTransparency = 0
  545. CrimG.TextWrapped = true
  546.  
  547. tpgui.Name = "tpgui"
  548. tpgui.Parent = Main
  549. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  550. tpgui.BorderSizePixel = 0
  551. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  552. tpgui.Size = UDim2.new(0, 155, 0, 198)
  553.  
  554. TPtileBar.Name = "TPtileBar"
  555. TPtileBar.Parent = tpgui
  556. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  557. TPtileBar.BackgroundTransparency = 0.5
  558. TPtileBar.BorderSizePixel = 0
  559. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  560. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  561. TPtileBar.Font = Enum.Font.SourceSans
  562. TPtileBar.FontSize = Enum.FontSize.Size14
  563. TPtileBar.Text = ""
  564. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  565.  
  566. TPYEET.Name = "TPYEET"
  567. TPYEET.Parent = tpgui
  568. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  569. TPYEET.BackgroundTransparency = 0.5
  570. TPYEET.BorderSizePixel = 0
  571. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  572. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  573. TPYEET.Font = Enum.Font.SourceSansLight
  574. TPYEET.FontSize = Enum.FontSize.Size14
  575. TPYEET.Text = "TELEPORT"
  576. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  577. TPYEET.TextScaled = true
  578. TPYEET.TextStrokeTransparency = 0
  579. TPYEET.TextWrapped = true
  580.  
  581. UserHolderTP.Name = "UserHolderTP"
  582. UserHolderTP.Parent = tpgui
  583. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  584. UserHolderTP.BorderSizePixel = 0
  585. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  586. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  587. UserHolderTP.Font = Enum.Font.SourceSans
  588. UserHolderTP.FontSize = Enum.FontSize.Size14
  589. UserHolderTP.Text = ""
  590. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  591.  
  592. InsertUserTP.Name = "InsertUserTP"
  593. InsertUserTP.Parent = tpgui
  594. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  595. InsertUserTP.BackgroundTransparency = 1
  596. InsertUserTP.BorderSizePixel = 0
  597. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  598. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  599. InsertUserTP.Font = Enum.Font.SourceSansLight
  600. InsertUserTP.FontSize = Enum.FontSize.Size14
  601. InsertUserTP.Text = "USERNAME"
  602. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  603. InsertUserTP.TextScaled = true
  604. InsertUserTP.TextWrapped = true
  605.  
  606. TpTitle.Name = "TpTitle"
  607. TpTitle.Parent = tpgui
  608. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  609. TpTitle.BackgroundTransparency = 1
  610. TpTitle.BorderSizePixel = 0
  611. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  612. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  613. TpTitle.Font = Enum.Font.SourceSansLight
  614. TpTitle.FontSize = Enum.FontSize.Size14
  615. TpTitle.Text = "TELEPORT GUI"
  616. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  617. TpTitle.TextScaled = true
  618. TpTitle.TextStrokeTransparency = 0
  619. TpTitle.TextWrapped = true
  620.  
  621. RightSepBarTp.Name = "RightSepBarTp"
  622. RightSepBarTp.Parent = tpgui
  623. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  624. RightSepBarTp.BackgroundTransparency = 0.5
  625. RightSepBarTp.BorderSizePixel = 0
  626. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  627. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  628. RightSepBarTp.Font = Enum.Font.SourceSans
  629. RightSepBarTp.FontSize = Enum.FontSize.Size14
  630. RightSepBarTp.Text = ""
  631. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  632.  
  633. TpHideButton.Name = "TpHideButton"
  634. TpHideButton.Parent = tpgui
  635. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  636. TpHideButton.BackgroundTransparency = 0.30000001192093
  637. TpHideButton.BorderSizePixel = 0
  638. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  639. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  640. TpHideButton.Font = Enum.Font.SourceSansLight
  641. TpHideButton.FontSize = Enum.FontSize.Size14
  642. TpHideButton.Text = "HIDE"
  643. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  644. TpHideButton.TextScaled = true
  645. TpHideButton.TextStrokeTransparency = 0
  646. TpHideButton.TextWrapped = true
  647.  
  648. AmokahsLogo.Name = "AmokahsLogo"
  649. AmokahsLogo.Parent = Main
  650. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  651. AmokahsLogo.BackgroundTransparency = 1
  652. AmokahsLogo.BorderSizePixel = 0
  653. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  654. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  655. AmokahsLogo.Image = "rbxassetid://2715559615"
  656.  
  657. SuperPunch.Name = "SuperPunch"
  658. SuperPunch.Parent = Main
  659. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  660. SuperPunch.BackgroundTransparency = 0.5
  661. SuperPunch.BorderSizePixel = 0
  662. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  663. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  664. SuperPunch.Font = Enum.Font.SourceSans
  665. SuperPunch.FontSize = Enum.FontSize.Size14
  666. SuperPunch.Text = "SUPER PUNCH"
  667. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  668. SuperPunch.TextScaled = true
  669. SuperPunch.TextStrokeTransparency = 0
  670. SuperPunch.TextWrapped = true
  671.  
  672. KillAura.Name = "KillAura"
  673. KillAura.Parent = Main
  674. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  675. KillAura.BackgroundTransparency = 0.5
  676. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  677. KillAura.BorderSizePixel = 0
  678. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  679. KillAura.Size = UDim2.new(0, 157, 0, 22)
  680. KillAura.Font = Enum.Font.SourceSans
  681. KillAura.FontSize = Enum.FontSize.Size14
  682. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  683. KillAura.TextColor3 = Color3.new(1, 1, 1)
  684. KillAura.TextScaled = true
  685. KillAura.TextStrokeTransparency = 0
  686. KillAura.TextWrapped = true
  687.  
  688. BeCriminal.Name = "BeCriminal"
  689. BeCriminal.Parent = Main
  690. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  691. BeCriminal.BackgroundTransparency = 0.5
  692. BeCriminal.BorderSizePixel = 0
  693. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  694. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  695. BeCriminal.Font = Enum.Font.SourceSans
  696. BeCriminal.FontSize = Enum.FontSize.Size14
  697. BeCriminal.Text = "CRIMINAL"
  698. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  699. BeCriminal.TextScaled = true
  700. BeCriminal.TextStrokeTransparency = 0
  701. BeCriminal.TextWrapped = true
  702.  
  703. BeGuard.Name = "BeGuard"
  704. BeGuard.Parent = Main
  705. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  706. BeGuard.BackgroundTransparency = 0.5
  707. BeGuard.BorderSizePixel = 0
  708. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  709. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  710. BeGuard.Font = Enum.Font.SourceSans
  711. BeGuard.FontSize = Enum.FontSize.Size14
  712. BeGuard.Text = "GUARD"
  713. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  714. BeGuard.TextScaled = true
  715. BeGuard.TextStrokeTransparency = 0
  716. BeGuard.TextWrapped = true
  717.  
  718. BeInmate.Name = "BeInmate"
  719. BeInmate.Parent = Main
  720. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  721. BeInmate.BackgroundTransparency = 0.5
  722. BeInmate.BorderSizePixel = 0
  723. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  724. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  725. BeInmate.Font = Enum.Font.SourceSans
  726. BeInmate.FontSize = Enum.FontSize.Size14
  727. BeInmate.Text = "INMATE"
  728. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  729. BeInmate.TextScaled = true
  730. BeInmate.TextStrokeTransparency = 0
  731. BeInmate.TextWrapped = true
  732.  
  733. ArrestAll.Name = "ArrestAll"
  734. ArrestAll.Parent = Main
  735. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  736. ArrestAll.BackgroundTransparency = 0.5
  737. ArrestAll.BorderSizePixel = 0
  738. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  739. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  740. ArrestAll.Font = Enum.Font.SourceSans
  741. ArrestAll.FontSize = Enum.FontSize.Size14
  742. ArrestAll.Text = "ARREST ALL"
  743. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  744. ArrestAll.TextScaled = true
  745. ArrestAll.TextStrokeTransparency = 0
  746. ArrestAll.TextWrapped = true
  747.  
  748. InvGuns.Name = "InvGuns"
  749. InvGuns.Parent = Main
  750. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  751. InvGuns.BackgroundTransparency = 0.5
  752. InvGuns.BorderSizePixel = 0
  753. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  754. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  755. InvGuns.Font = Enum.Font.SourceSans
  756. InvGuns.FontSize = Enum.FontSize.Size14
  757. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  758. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  759. InvGuns.TextScaled = true
  760. InvGuns.TextStrokeTransparency = 0
  761. InvGuns.TextWrapped = true
  762.  
  763. CrimPunch.Name = "CrimPunch"
  764. CrimPunch.Parent = Main
  765. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  766. CrimPunch.BackgroundTransparency = 0.5
  767. CrimPunch.BorderSizePixel = 0
  768. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  769. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  770. CrimPunch.Font = Enum.Font.SourceSans
  771. CrimPunch.FontSize = Enum.FontSize.Size14
  772. CrimPunch.Text = "REMOVE TOOLS"
  773. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  774. CrimPunch.TextScaled = true
  775. CrimPunch.TextStrokeTransparency = 0
  776. CrimPunch.TextWrapped = true
  777.  
  778. Trans.Name = "Trans"
  779. Trans.Parent = Main
  780. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  781. Trans.BackgroundTransparency = 0.5
  782. Trans.BorderSizePixel = 0
  783. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  784. Trans.Size = UDim2.new(0, 80, 0, 25)
  785. Trans.Font = Enum.Font.SourceSans
  786. Trans.FontSize = Enum.FontSize.Size14
  787. Trans.Text = "TRANSPARENT"
  788. Trans.TextColor3 = Color3.new(1, 1, 1)
  789. Trans.TextScaled = true
  790. Trans.TextStrokeTransparency = 0
  791. Trans.TextWrapped = true
  792.  
  793. Open.Name = "Open"
  794. Open.Parent = PrisonGui
  795. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Open.BackgroundTransparency = 1
  797. Open.BorderSizePixel = 0
  798. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  799. Open.Size = UDim2.new(0, 154, 0, 34)
  800.  
  801. OpenGUI.Name = "OpenGUI"
  802. OpenGUI.Parent = Open
  803. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  804. OpenGUI.BackgroundTransparency = 0.5
  805. OpenGUI.BorderSizePixel = 0
  806. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  807. OpenGUI.Font = Enum.Font.SourceSansLight
  808. OpenGUI.FontSize = Enum.FontSize.Size14
  809. OpenGUI.Text = "OPEN"
  810. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  811. OpenGUI.TextScaled = true
  812. OpenGUI.TextStrokeTransparency = 0
  813. OpenGUI.TextWrapped = true
  814.  
  815. Credit.Name = "Credit"
  816. Credit.Parent = PrisonGui
  817. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  818. Credit.BackgroundTransparency = 1
  819. Credit.BorderSizePixel = 0
  820. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  821. Credit.Size = UDim2.new(0, 156, 0, 43)
  822. Credit.Font = Enum.Font.SourceSansSemibold
  823. Credit.FontSize = Enum.FontSize.Size14
  824. Credit.Text = "Lame Prison Life GUI by Amokah"
  825. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  826. Credit.TextScaled = true
  827. Credit.TextStrokeTransparency = 0.80000001192093
  828. Credit.TextTransparency = 0.5
  829. Credit.TextWrapped = true
  830. Credit.TextXAlignment = Enum.TextXAlignment.Left
  831.  
  832. Dino.Name = "Dino"
  833. Dino.Parent = PrisonGui
  834. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  835. Dino.BackgroundTransparency = 0.80000001192093
  836. Dino.BorderColor3 = Color3.new(1, 0, 0)
  837. Dino.BorderSizePixel = 5
  838. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  839. Dino.Size = UDim2.new(0, 1025, 0, 101)
  840. Dino.Visible = false
  841. Dino.Font = Enum.Font.SourceSans
  842. Dino.FontSize = Enum.FontSize.Size14
  843. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  844. Dino.TextColor3 = Color3.new(1, 1, 1)
  845. Dino.TextScaled = true
  846. Dino.TextStrokeTransparency = 0.80000001192093
  847. Dino.TextTransparency = 0.80000001192093
  848. Dino.TextWrapped = true
  849.  
  850. KA.Name = "KA"
  851. KA.Parent = PrisonGui
  852. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  853. KA.BackgroundTransparency = 1
  854. KA.BorderSizePixel = 0
  855. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  856. KA.Size = UDim2.new(0, 162, 0, 62)
  857.  
  858. NameOfKa.Name = "NameOfKa"
  859. NameOfKa.Parent = KA
  860. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  861. NameOfKa.BackgroundTransparency = 1
  862. NameOfKa.BorderSizePixel = 0
  863. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  864. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  865. NameOfKa.Font = Enum.Font.SourceSans
  866. NameOfKa.FontSize = Enum.FontSize.Size14
  867. NameOfKa.Text = "KILL AURA "
  868. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  869. NameOfKa.TextScaled = true
  870. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  871. NameOfKa.TextStrokeTransparency = 0.5
  872. NameOfKa.TextWrapped = true
  873. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  874.  
  875. TrueOrFalse.Name = "TrueOrFalse"
  876. TrueOrFalse.Parent = KA
  877. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  878. TrueOrFalse.BackgroundTransparency = 1
  879. TrueOrFalse.BorderSizePixel = 0
  880. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  881. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  882. TrueOrFalse.Font = Enum.Font.SourceSans
  883. TrueOrFalse.FontSize = Enum.FontSize.Size14
  884. TrueOrFalse.Text = "nil"
  885. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  886. TrueOrFalse.TextScaled = true
  887. TrueOrFalse.TextStrokeTransparency = 0.5
  888. TrueOrFalse.TextWrapped = true
  889. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  890.  
  891. TeamGUIOC.Name = "TeamGUIOC"
  892. TeamGUIOC.Parent = PrisonGui
  893. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  894. TeamGUIOC.BackgroundTransparency = 1
  895. TeamGUIOC.BorderSizePixel = 0
  896. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  897. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  898.  
  899. TeamOPorCL.Name = "TeamOPorCL"
  900. TeamOPorCL.Parent = TeamGUIOC
  901. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  902. TeamOPorCL.BackgroundTransparency = 0.5
  903. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  904. TeamOPorCL.BorderSizePixel = 0
  905. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  906. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  907. TeamOPorCL.Font = Enum.Font.SourceSansLight
  908. TeamOPorCL.FontSize = Enum.FontSize.Size14
  909. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  910. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  911. TeamOPorCL.TextScaled = true
  912. TeamOPorCL.TextStrokeTransparency = 0
  913. TeamOPorCL.TextWrapped = true
  914.  
  915. TeamMain.Name = "TeamMain"
  916. TeamMain.Parent = PrisonGui
  917. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  918. TeamMain.BorderSizePixel = 0
  919. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  920. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  921. TeamMain.Visible = false
  922.  
  923. TextLabel.Parent = TeamMain
  924. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  925. TextLabel.BackgroundTransparency = 0.5
  926. TextLabel.BorderSizePixel = 0
  927. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  928. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  929. TextLabel.Font = Enum.Font.SourceSans
  930. TextLabel.FontSize = Enum.FontSize.Size14
  931. TextLabel.Text = ""
  932. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  933.  
  934. TextLabel_2.Parent = TeamMain
  935. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  936. TextLabel_2.BackgroundTransparency = 1
  937. TextLabel_2.BorderSizePixel = 0
  938. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  939. TextLabel_2.Font = Enum.Font.SourceSansLight
  940. TextLabel_2.FontSize = Enum.FontSize.Size14
  941. TextLabel_2.Text = "Stay On Team GUI"
  942. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  943. TextLabel_2.TextScaled = true
  944. TextLabel_2.TextStrokeTransparency = 0
  945. TextLabel_2.TextWrapped = true
  946.  
  947. SOG.Name = "SOG"
  948. SOG.Parent = TeamMain
  949. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  950. SOG.BackgroundTransparency = 0.5
  951. SOG.BorderSizePixel = 0
  952. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  953. SOG.Size = UDim2.new(0, 214, 0, 25)
  954. SOG.Font = Enum.Font.SourceSansLight
  955. SOG.FontSize = Enum.FontSize.Size14
  956. SOG.Text = "Stay on guards team!"
  957. SOG.TextColor3 = Color3.new(1, 1, 1)
  958. SOG.TextScaled = true
  959. SOG.TextStrokeTransparency = 0
  960. SOG.TextWrapped = true
  961.  
  962. SOC.Name = "SOC"
  963. SOC.Parent = TeamMain
  964. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  965. SOC.BackgroundTransparency = 0.5
  966. SOC.BorderSizePixel = 0
  967. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  968. SOC.Size = UDim2.new(0, 214, 0, 25)
  969. SOC.Font = Enum.Font.SourceSansLight
  970. SOC.FontSize = Enum.FontSize.Size14
  971. SOC.Text = "Stay on criminals team!"
  972. SOC.TextColor3 = Color3.new(1, 1, 1)
  973. SOC.TextScaled = true
  974. SOC.TextStrokeTransparency = 0
  975. SOC.TextWrapped = true
  976.  
  977. SOI.Name = "SOI"
  978. SOI.Parent = TeamMain
  979. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  980. SOI.BackgroundTransparency = 0.5
  981. SOI.BorderSizePixel = 0
  982. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  983. SOI.Size = UDim2.new(0, 214, 0, 25)
  984. SOI.Font = Enum.Font.SourceSansLight
  985. SOI.FontSize = Enum.FontSize.Size14
  986. SOI.Text = "Stay on inmates team!"
  987. SOI.TextColor3 = Color3.new(1, 1, 1)
  988. SOI.TextScaled = true
  989. SOI.TextStrokeTransparency = 0
  990. SOI.TextWrapped = true
  991.  
  992. Disable.Name = "Disable"
  993. Disable.Parent = TeamMain
  994. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  995. Disable.BackgroundTransparency = 0.5
  996. Disable.BorderSizePixel = 0
  997. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  998. Disable.Size = UDim2.new(0, 214, 0, 29)
  999. Disable.Font = Enum.Font.SourceSansSemibold
  1000. Disable.FontSize = Enum.FontSize.Size14
  1001. Disable.Text = "Disable"
  1002. Disable.TextColor3 = Color3.new(1, 1, 1)
  1003. Disable.TextScaled = true
  1004. Disable.TextStrokeTransparency = 0
  1005. Disable.TextWrapped = true
  1006.  
  1007.  
  1008. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  1009. TeamOPorCL.Visible = false
  1010. TeamMain.Visible = false
  1011. TeamGUIOC.Visible = false
  1012. LocalCommands.Visible = false
  1013. ForceCgui.Visible = false
  1014. tpgui.Visible = false
  1015. KA.Visible = true
  1016. TrueOrFalse.Text = "nil"
  1017. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  1018.  
  1019. wait(0.5)
  1020. Dino.Visible = true
  1021. Dino.TextTransparency = 0.8
  1022. Dino.TextStrokeTransparency = 0.8
  1023. wait(0.1)
  1024. Dino.TextTransparency = 0.7
  1025. Dino.TextStrokeTransparency = 0.7
  1026. wait(0.1)
  1027. Dino.TextTransparency = 0.6
  1028. Dino.TextStrokeTransparency = 0.6
  1029. wait(0.1)
  1030. Dino.TextTransparency = 0.5
  1031. Dino.TextStrokeTransparency = 0.5
  1032. wait(0.1)
  1033. Dino.TextTransparency = 0.4
  1034. Dino.TextStrokeTransparency = 0.4
  1035. wait(0.1)
  1036. Dino.TextTransparency = 0.3
  1037. Dino.TextStrokeTransparency = 0.3
  1038. wait(0.1)
  1039. Dino.TextTransparency = 0.2
  1040. Dino.TextStrokeTransparency = 0.2
  1041. wait(0.1)
  1042. Dino.TextTransparency = 0.1
  1043. Dino.TextStrokeTransparency = 0.1
  1044.  
  1045. wait(5)
  1046.  
  1047. Dino.TextTransparency = 0.1
  1048. Dino.TextStrokeTransparency = 0.1
  1049. wait(0.1)
  1050. Dino.TextTransparency = 0.2
  1051. Dino.TextStrokeTransparency = 0.2
  1052. wait(0.1)
  1053. Dino.TextTransparency = 0.3
  1054. Dino.TextStrokeTransparency = 0.3
  1055. wait(0.1)
  1056. Dino.TextTransparency = 0.4
  1057. Dino.TextStrokeTransparency = 0.4
  1058. wait(0.1)
  1059. Dino.TextTransparency = 0.5
  1060. Dino.TextStrokeTransparency = 0.5
  1061. wait(0.1)
  1062. Dino.TextTransparency = 0.6
  1063. Dino.TextStrokeTransparency = 0.6
  1064. wait(0.1)
  1065. Dino.TextTransparency = 0.7
  1066. Dino.TextStrokeTransparency = 0.7
  1067. wait(0.1)
  1068. Dino.TextTransparency = 0.8
  1069. Dino.TextStrokeTransparency = 0.8
  1070. wait(0.1)
  1071. Dino.Visible = false
  1072.  
  1073. OpenGUI.MouseButton1Down:connect(function()
  1074. Main.Visible = true
  1075.  
  1076. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  1077. end)
  1078.  
  1079. Close.MouseButton1Down:connect(function()
  1080. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  1081. wait(1)
  1082. Main.Visible = false
  1083. end)
  1084.  
  1085. CrimG.MouseButton1Down:connect(function()
  1086. ForceCgui.Visible = true
  1087. end)
  1088.  
  1089. CrimHideButton.MouseButton1Down:connect(function()
  1090. ForceCgui.Visible = false
  1091. end)
  1092.  
  1093. TheLocal.MouseButton1Down:connect(function()
  1094. if LocalCommands.Visible == false then
  1095. LocalCommands.Visible = true
  1096. elseif LocalCommands.Visible == true then
  1097. LocalCommands.Visible = false
  1098. end
  1099. end)
  1100.  
  1101. NWalk.MouseButton1Down:connect(function()
  1102. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1103. end)
  1104.  
  1105. NexusTPbut.MouseButton1Down:connect(function()
  1106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  1107. end)
  1108.  
  1109. CrimBaseTPbut.MouseButton1Down:connect(function()
  1110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  1111. end)
  1112.  
  1113. tfWalk.MouseButton1Down:connect(function()
  1114. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  1115. end)
  1116.  
  1117. tfJump.MouseButton1Down:connect(function()
  1118. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  1119. end)
  1120.  
  1121. Njump.MouseButton1Down:connect(function()
  1122. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1123. end)
  1124.  
  1125. GuardAreaTPbut.MouseButton1Down:connect(function()
  1126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  1127. end)
  1128.  
  1129. Respawn.MouseButton1Down:connect(function()
  1130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  1131. end)
  1132.  
  1133. ObGuns.MouseButton1Down:connect(function()
  1134. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1135.  
  1136. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1137. end
  1138. end)
  1139.  
  1140. TaseBypass.MouseButton1Down:connect(function()
  1141. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1142. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1143. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1144. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1145. end)
  1146. end)
  1147.  
  1148. RemoveDoors.MouseButton1Down:connect(function()
  1149. Workspace.Prison_Cellblock.doors:Destroy()
  1150.  
  1151. for i,v in pairs(workspace:GetChildren())do
  1152. if v.Name == "Doors" then
  1153. v:Destroy()
  1154. end
  1155. end
  1156. end)
  1157.  
  1158. Btools.MouseButton1Down:connect(function()
  1159. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1160. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1161. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1162. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1163. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1164. tool1.BinType = "Clone"
  1165. tool2.BinType = "GameTool"
  1166. tool3.BinType = "Hammer"
  1167. tool4.BinType = "Script"
  1168. tool5.BinType = "Grab"
  1169. end)
  1170.  
  1171. ModGun.MouseButton1Down:connect(function()
  1172. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1173. m.Damage = 100
  1174. m.MaxAmmo = math.huge
  1175. m.CurrentAmmo = math.huge
  1176. m.AutoFire = true
  1177. m.FireRate = 0
  1178. end)
  1179.  
  1180. KillAll.MouseButton1Down:connect(function()
  1181.  
  1182. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1183.  
  1184. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1185.  
  1186. wait(0.5)
  1187. function kill(a)
  1188. local A_1 =
  1189. {
  1190. [1] =
  1191. {
  1192. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1193. ["Distance"] = 3.2524313926697,
  1194. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  1195. ["Hit"] = a.Character.Head
  1196. },
  1197. [2] =
  1198. {
  1199. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1200. ["Distance"] = 3.2699294090271,
  1201. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  1202. ["Hit"] = a.Character.Head
  1203. },
  1204. [3] =
  1205. {
  1206. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1207. ["Distance"] = 3.1665518283844,
  1208. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  1209. ["Hit"] = a.Character.Head
  1210. },
  1211. [4] =
  1212. {
  1213. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1214. ["Distance"] = 3.3218522071838,
  1215. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  1216. ["Hit"] = a.Character.Head
  1217. },
  1218. [5] =
  1219. {
  1220. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1221. ["Distance"] = 3.222757101059,
  1222. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  1223. ["Hit"] = a.Character.Head
  1224. }
  1225. }
  1226. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1227. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1228. Event:FireServer(A_1, A_2)
  1229. Event:FireServer(A_1, A_2)
  1230. end
  1231.  
  1232. for i,v in pairs(game.Players:GetChildren())do
  1233. if v.Name ~= game.Players.LocalPlayer.Name then
  1234. kill(v)
  1235. end
  1236. end
  1237. wait(1)
  1238. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1239.  
  1240. end)
  1241.  
  1242. TPshow.MouseButton1Down:connect(function()
  1243. tpgui.Visible = true
  1244. end)
  1245.  
  1246. TpHideButton.MouseButton1Down:connect(function()
  1247. tpgui.Visible = false
  1248. end)
  1249.  
  1250. TPYEET.MouseButton1Down:connect(function()
  1251. Target = InsertUserTP.Text
  1252.  
  1253. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1254. end)
  1255.  
  1256. FLY.MouseButton1Down:connect(function()
  1257. repeat wait()
  1258. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1259. local mouse = game.Players.LocalPlayer:GetMouse()
  1260. repeat wait() until mouse
  1261. local plr = game.Players.LocalPlayer
  1262. local torso = plr.Character.Torso
  1263. local flying = true
  1264. local deb = true
  1265. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1266. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1267. local maxspeed = 50
  1268. local speed = 0
  1269.  
  1270. function Fly()
  1271. local bg = Instance.new("BodyGyro", torso)
  1272. bg.P = 9e4
  1273. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1274. bg.cframe = torso.CFrame
  1275. local bv = Instance.new("BodyVelocity", torso)
  1276. bv.velocity = Vector3.new(0,0.1,0)
  1277. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1278. repeat wait()
  1279. plr.Character.Humanoid.PlatformStand = true
  1280. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1281. speed = speed+.5+(speed/maxspeed)
  1282. if speed > maxspeed then
  1283. speed = maxspeed
  1284. end
  1285. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1286. speed = speed-1
  1287. if speed < 0 then
  1288. speed = 0
  1289. end
  1290. end
  1291. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1292. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1293. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1294. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1295. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1296. else
  1297. bv.velocity = Vector3.new(0,0.1,0)
  1298. end
  1299. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1300. until not flying
  1301. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1302. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1303. speed = 0
  1304. bg:Destroy()
  1305. bv:Destroy()
  1306. plr.Character.Humanoid.PlatformStand = false
  1307. end
  1308. mouse.KeyDown:connect(function(key)
  1309. if key:lower() == "e" then
  1310. if flying then flying = false
  1311. else
  1312. flying = true
  1313. Fly()
  1314. end
  1315. elseif key:lower() == "w" then
  1316. ctrl.f = 1
  1317. elseif key:lower() == "s" then
  1318. ctrl.b = -1
  1319. elseif key:lower() == "a" then
  1320. ctrl.l = -1
  1321. elseif key:lower() == "d" then
  1322. ctrl.r = 1
  1323. end
  1324. end)
  1325. mouse.KeyUp:connect(function(key)
  1326. if key:lower() == "w" then
  1327. ctrl.f = 0
  1328. elseif key:lower() == "s" then
  1329. ctrl.b = 0
  1330. elseif key:lower() == "a" then
  1331. ctrl.l = 0
  1332. elseif key:lower() == "d" then
  1333. ctrl.r = 0
  1334. end
  1335. end)
  1336. Fly()
  1337. end)
  1338.  
  1339. SuperPunch.MouseButton1Down:connect(function()
  1340. mainRemotes = game.ReplicatedStorage
  1341. meleeRemote = mainRemotes['meleeEvent']
  1342. mouse = game.Players.LocalPlayer:GetMouse()
  1343. punching = false
  1344. cooldown = false
  1345.  
  1346. function punch()
  1347. cooldown = true
  1348. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1349. part.Transparency = 1
  1350. part.Size = Vector3.new(5, 2, 3)
  1351. part.CanCollide = false
  1352. local w1 = Instance.new("Weld", part)
  1353. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1354. w1.Part1 = part
  1355. w1.C1 = CFrame.new(0,0,2)
  1356. part.Touched:connect(function(hit)
  1357. if game.Players:FindFirstChild(hit.Parent.Name) then
  1358. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1359. if plr.Name ~= game.Players.LocalPlayer.Name then
  1360. part:Destroy()
  1361.  
  1362. for i = 1,100 do
  1363. meleeRemote:FireServer(plr)
  1364. end
  1365. end
  1366. end
  1367. end)
  1368.  
  1369. wait(1)
  1370. cooldown = false
  1371. part:Destroy()
  1372. end
  1373.  
  1374.  
  1375. mouse.KeyDown:connect(function(key)
  1376. if cooldown == false then
  1377. if key:lower() == "f" then
  1378.  
  1379. punch()
  1380.  
  1381. end
  1382. end
  1383. end)
  1384. end)
  1385.  
  1386. BeInmate.MouseButton1Down:connect(function()
  1387. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1388. end)
  1389.  
  1390. BeGuard.MouseButton1Down:connect(function()
  1391. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1392. end)
  1393.  
  1394. BeCriminal.MouseButton1Down:connect(function()
  1395. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1396.  
  1397. LCS.CanCollide = false
  1398. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1399. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1400. LCS.Transparency = 1
  1401. wait(0.5)
  1402. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1403. LCS.Size = Vector3.new(6, 0.2, 6)
  1404. LCS.Transparency = 0
  1405. end)
  1406.  
  1407. InvGuns.MouseButton1Down:connect(function()
  1408. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  1409. if v.ClassName == "Model" then
  1410. v:Destroy()
  1411. end
  1412. end
  1413.  
  1414. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1415.  
  1416. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1417. end)
  1418.  
  1419. CrimPunch.MouseButton1Down:connect(function()
  1420. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  1421. if v.ClassName == "Tool" then
  1422. v:Destroy()
  1423. end
  1424. end
  1425. end)
  1426.  
  1427. BeNeutral.MouseButton1Down:connect(function()
  1428. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1429. end)
  1430.  
  1431. TeamOPorCL.MouseButton1Down:connect(function()
  1432. if TeamMain.Visible == true then
  1433.  
  1434. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  1435. wait(2)
  1436. TeamMain.Visible = false
  1437. elseif
  1438. TeamMain.Visible == false then
  1439. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  1440. TeamMain.Visible = true
  1441. end
  1442. end)
  1443.  
  1444. local yee = false
  1445.  
  1446. SOC.MouseButton1Down:connect(function()
  1447. yee = true
  1448. wait(0.2)
  1449. if yee == true then
  1450. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1451.  
  1452. LCS.CanCollide = false
  1453. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1454. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1455. LCS.Transparency = 1
  1456. wait(0.5)
  1457. while yee do
  1458. wait(0.003)
  1459. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1460. end
  1461. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1462. LCS.Size = Vector3.new(6, 0.2, 6)
  1463. LCS.Transparency = 1
  1464. wait(2)
  1465. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1466. LCS.Size = Vector3.new(6, 0.2, 6)
  1467. LCS.Transparency = 1
  1468. end
  1469. end)
  1470.  
  1471. local GuTe = false
  1472.  
  1473. SOG.MouseButton1Down:connect(function()
  1474. if GuTe == false then
  1475. GuTe = true
  1476. if GuTe == true then
  1477. while GuTe do
  1478. wait(0.2)
  1479. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1480. end
  1481. end
  1482. end
  1483. end)
  1484.  
  1485. local InTe = false
  1486.  
  1487. SOI.MouseButton1Down:connect(function()
  1488. if InTe == false then
  1489. InTe = true
  1490. if InTe == true then
  1491. wait(0.2)
  1492. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1493. end
  1494. end
  1495. end)
  1496.  
  1497. Disable.MouseButton1Down:connect(function()
  1498. InTe = false
  1499.  
  1500. GuTe = false
  1501.  
  1502. yee = false
  1503. wait(0.2)
  1504. if yee == false then
  1505. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1506. LCS.Size = Vector3.new(6, 0.2, 6)
  1507. LCS.Transparency = 1
  1508. wait(2)
  1509. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1510. LCS.Size = Vector3.new(6, 0.2, 6)
  1511. LCS.Transparency = 1
  1512. end
  1513. end)
  1514.  
  1515. Trans.MouseButton1Down:connect(function()
  1516. PLMain = Main
  1517. PLCgui = ForceCgui
  1518. PLLc = LocalCommands
  1519. PLtp = tpgui
  1520. TMain = TeamMain
  1521.  
  1522. TLble = TitleBar
  1523. LCTitleBar = LocalCMD_BarTitle
  1524. LCTitle = LocalCMD_Title
  1525.  
  1526. if LCTitle.BackgroundTransparency == 0 then
  1527. LCTitle.BackgroundTransparency = 0.5
  1528. elseif
  1529. LCTitle.BackgroundTransparency == 0.5 then
  1530. LCTitle.BackgroundTransparency = 0
  1531. end
  1532.  
  1533. if LCTitleBar.BackgroundTransparency == 0 then
  1534. LCTitleBar.BackgroundTransparency = 0.5
  1535. elseif
  1536. LCTitleBar.BackgroundTransparency == 0.5 then
  1537. LCTitleBar.BackgroundTransparency = 0
  1538. end
  1539.  
  1540. if TLble.BackgroundTransparency == 0.8 then
  1541. TLble.BackgroundTransparency = 0.5
  1542. elseif
  1543. TLble.BackgroundTransparency == 0.5 then
  1544. TLble.BackgroundTransparency = 0.8
  1545. end
  1546.  
  1547. if PLMain.BackgroundTransparency == 0 then
  1548. PLMain.BackgroundTransparency = 0.5
  1549. elseif
  1550. PLMain.BackgroundTransparency == 0.5 then
  1551. PLMain.BackgroundTransparency = 0
  1552. end
  1553.  
  1554. if PLCgui.BackgroundTransparency == 0 then
  1555. PLCgui.BackgroundTransparency = 0.5
  1556. elseif
  1557. PLCgui.BackgroundTransparency == 0.5 then
  1558. PLCgui.BackgroundTransparency = 0
  1559. end
  1560.  
  1561. if PLLc.BackgroundTransparency == 0 then
  1562. PLLc.BackgroundTransparency = 0.5
  1563. elseif
  1564. PLLc.BackgroundTransparency == 0.5 then
  1565. PLLc.BackgroundTransparency = 0
  1566. end
  1567.  
  1568. if PLtp.BackgroundTransparency == 0 then
  1569. PLtp.BackgroundTransparency = 0.5
  1570. elseif
  1571. PLtp.BackgroundTransparency == 0.5 then
  1572. PLtp.BackgroundTransparency = 0
  1573. end
  1574.  
  1575. if TMain.BackgroundTransparency == 0 then
  1576. TMain.BackgroundTransparency = 0.5
  1577. elseif
  1578. TMain.BackgroundTransparency == 0.5 then
  1579. TMain.BackgroundTransparency = 0
  1580. end
  1581. end)
  1582.  
  1583. ArrestAll.MouseButton1Down:connect(function()
  1584. wait(0.1)
  1585. Player = game.Players.LocalPlayer
  1586. Pcf = Player.Character.HumanoidRootPart.CFrame
  1587. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1588. if v.Name ~= Player.Name then
  1589. local i = 10
  1590. repeat
  1591. wait()
  1592. i = i-1
  1593. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1594. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1595. until i == 0
  1596. end
  1597. end
  1598. end)
  1599.  
  1600. KillAura.MouseButton1Down:connect(function()
  1601. TrueOrFalse.Text = "FALSE"
  1602. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1603.  
  1604. mainRemotes = game.ReplicatedStorage
  1605. meleeRemote = mainRemotes['meleeEvent']
  1606.  
  1607. _G.killAura = false
  1608.  
  1609. contextactionservice = game.ContextActionService
  1610.  
  1611. function toggleKillAura(actionName, inputState, inputObject)
  1612. if inputState == Enum.UserInputState.Begin then
  1613. if _G.killAura == true then
  1614. _G.killAura = false
  1615. TrueOrFalse.Text = "FALSE"
  1616. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1617. else
  1618. _G.killAura = true
  1619. TrueOrFalse.Text = "TRUE"
  1620. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1621. end
  1622. end
  1623. end
  1624.  
  1625.  
  1626.  
  1627. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1628.  
  1629. while wait() do
  1630. if _G.killAura == true then
  1631. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1632. if plr.Name ~= game.Players.LocalPlayer.Name then
  1633. meleeRemote:FireServer(plr)
  1634.  
  1635. end
  1636. end
  1637. end
  1638. end
  1639. end)
  1640.  
  1641. local istptoplr = false
  1642. local metoplr = false
  1643.  
  1644. TextButton.MouseButton1Down:connect(function()
  1645. Target = InsertUser.Text
  1646.  
  1647. _G.killAura = true
  1648. wait(0.2)
  1649.  
  1650. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1651. Apart.Transparency = 1
  1652. Apart.Anchored = true
  1653. Apart.CanCollide = false
  1654. wait(0.3)
  1655. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1656.  
  1657. istptoplr = true
  1658. wait(0.004)
  1659.  
  1660. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  1661. wait(6)
  1662. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1663. elseif
  1664. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  1665. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1666. end
  1667.  
  1668. if istptoplr == true then
  1669. while istptoplr do
  1670. wait()
  1671.  
  1672. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1673.  
  1674. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1675.  
  1676. LCS.CanCollide = false
  1677. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1678. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1679. LCS.Transparency = 1
  1680.  
  1681. wait(2)
  1682.  
  1683. istptoplr = false
  1684. _G.killAura = false
  1685.  
  1686. wait(0.04)
  1687.  
  1688. if istptoplr == false then
  1689. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1690. LCS.Size = Vector3.new(6, 0.2, 6)
  1691. LCS.Transparency = 0
  1692. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  1693. wait()
  1694. istptoplr = false
  1695. end
  1696. end
  1697. end
  1698. end)
  1699.  
  1700. TeamOPorCL:Destroy()
  1701.  
  1702.  
  1703. function dragify(Main)
  1704. dragToggle = nil
  1705. dragSpeed = .20 -- You can edit this.
  1706. dragInput = nil
  1707. dragStart = nil
  1708. dragPos = nil
  1709.  
  1710. function updateInput(input)
  1711. Delta = input.Position - dragStart
  1712. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1713. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1714. end
  1715.  
  1716. Main.InputBegan:Connect(function(input)
  1717. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1718. dragToggle = true
  1719. dragStart = input.Position
  1720. startPos = Main.Position
  1721. input.Changed:Connect(function()
  1722. if (input.UserInputState == Enum.UserInputState.End) then
  1723. dragToggle = false
  1724. end
  1725. end)
  1726. end
  1727. end)
  1728.  
  1729. Main.InputChanged:Connect(function(input)
  1730. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1731. dragInput = input
  1732. end
  1733. end)
  1734.  
  1735. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1736. if (input == dragInput and dragToggle) then
  1737. updateInput(input)
  1738. end
  1739. end)
  1740. end
  1741.  
  1742. dragify(Main)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement