Advertisement
Guest User

Prision Life Gui

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