Advertisement
YT_PatricioTGN

Prison sourcwe

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