Advertisement
whyualwaylie

Prison Life 2.0 GUI

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