Advertisement
Inferosum

PrisonLife

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