The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
script pastebin roblox
By on 2024-09-22 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PrisonRunnerV1 = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local ScriptsTab = Instance.new("Frame")
  9. local AllGuns = Instance.new("TextButton")
  10. local KillAura = Instance.new("TextButton")
  11. local BTools = Instance.new("TextButton")
  12. local ModGun = Instance.new("TextButton")
  13. local Speed = Instance.new("TextButton")
  14. local ArrestCrim = Instance.new("TextButton")
  15. local KillAll = Instance.new("TextButton")
  16. local SuperPunch = Instance.new("TextButton")
  17. local Title = Instance.new("TextLabel")
  18. local ScriptsBut = Instance.new("TextButton")
  19. local Teleports = Instance.new("TextButton")
  20. local TeleportsTab = Instance.new("Frame")
  21. local Armory = Instance.new("TextButton")
  22. local Nexus = Instance.new("TextButton")
  23. local BackTP = Instance.new("TextButton")
  24. local CafeTP = Instance.new("TextButton")
  25. local Yard = Instance.new("TextButton")
  26. local CrimBaseTP = Instance.new("TextButton")
  27. local AdminsTab = Instance.new("Frame")
  28. local Septex = Instance.new("TextButton")
  29. local TigerAdmin = Instance.new("TextButton")
  30. local OpAdmin = Instance.new("TextButton")
  31. local PrisonFricker = Instance.new("TextButton")
  32. local OPGui = Instance.new("TextButton")
  33. local PrevailX = Instance.new("TextButton")
  34. local Extra = Instance.new("TextButton")
  35. local CreditsTab = Instance.new("Frame")
  36. local Note1 = Instance.new("TextLabel")
  37. local Credit = Instance.new("TextLabel")
  38. local Page2 = Instance.new("TextButton")
  39. local ScriptsTab2 = Instance.new("Frame")
  40. local InvGuns = Instance.new("TextButton")
  41. local Arrest = Instance.new("TextButton")
  42. local Fling = Instance.new("TextButton")
  43. local TextLabel = Instance.new("TextLabel")
  44. local Page1 = Instance.new("TextButton")
  45. local Teams = Instance.new("TextButton")
  46. local TeamsTab = Instance.new("Frame")
  47. local TextLabel_2 = Instance.new("TextLabel")
  48. local Inmate = Instance.new("TextButton")
  49. local Cop = Instance.new("TextButton")
  50. local Neutral = Instance.new("TextButton")
  51. local Criminal = Instance.new("TextButton")
  52. local HomeTab = Instance.new("Frame")
  53. local TextLabel_3 = Instance.new("TextLabel")
  54. local TextLabel_4 = Instance.new("TextLabel")
  55. local Title_2 = Instance.new("TextLabel")
  56. local Credit_2 = Instance.new("TextLabel")
  57. local Page3 = Instance.new("TextButton")
  58. local ScriptsTab3 = Instance.new("Frame")
  59. local Fly = Instance.new("TextButton")
  60. local TextLabel_5 = Instance.new("TextLabel")
  61. local Noclip = Instance.new("TextButton")
  62.  
  63. --Properties:
  64.  
  65. PrisonRunnerV1.Name = "PrisonRunner V.1"
  66. PrisonRunnerV1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  67.  
  68. Main.Name = "Main"
  69. Main.Parent = PrisonRunnerV1
  70. Main.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  71. Main.BorderColor3 = Color3.fromRGB(117, 117, 117)
  72. Main.Position = UDim2.new(0.0477975644, 0, 0.396584451, 0)
  73. Main.Size = UDim2.new(0, 517, 0, 277)
  74. Main.Active = true
  75. Main.Draggable = true
  76.  
  77. ScriptsTab.Name = "ScriptsTab"
  78. ScriptsTab.Parent = Main
  79. ScriptsTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  80. ScriptsTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  81. ScriptsTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  82. ScriptsTab.Size = UDim2.new(0, 283, 0, 263)
  83.  
  84. AllGuns.Name = "All Guns"
  85. AllGuns.Parent = ScriptsTab
  86. AllGuns.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  87. AllGuns.BorderColor3 = Color3.fromRGB(184, 184, 184)
  88. AllGuns.Position = UDim2.new(0.541627347, 0, 0.0385581441, 0)
  89. AllGuns.Size = UDim2.new(0, 119, 0, 50)
  90. AllGuns.Font = Enum.Font.TitilliumWeb
  91. AllGuns.Text = "Guns Giver"
  92. AllGuns.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. AllGuns.TextSize = 36.000
  94.  
  95. KillAura.Name = "Kill Aura"
  96. KillAura.Parent = ScriptsTab
  97. KillAura.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  98. KillAura.BorderColor3 = Color3.fromRGB(184, 184, 184)
  99. KillAura.Position = UDim2.new(0.541627347, 0, 0.281904161, 0)
  100. KillAura.Size = UDim2.new(0, 119, 0, 50)
  101. KillAura.Font = Enum.Font.TitilliumWeb
  102. KillAura.Text = "Kill Aura"
  103. KillAura.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. KillAura.TextSize = 36.000
  105.  
  106. BTools.Name = "BTools"
  107. BTools.Parent = ScriptsTab
  108. BTools.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  109. BTools.BorderColor3 = Color3.fromRGB(184, 184, 184)
  110. BTools.Position = UDim2.new(0.0411598161, 0, 0.510041118, 0)
  111. BTools.Size = UDim2.new(0, 119, 0, 50)
  112. BTools.Font = Enum.Font.TitilliumWeb
  113. BTools.Text = "BTools"
  114. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. BTools.TextSize = 36.000
  116.  
  117. ModGun.Name = "Mod Gun"
  118. ModGun.Parent = ScriptsTab
  119. ModGun.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  120. ModGun.BorderColor3 = Color3.fromRGB(184, 184, 184)
  121. ModGun.Position = UDim2.new(0.541627347, 0, 0.510041118, 0)
  122. ModGun.Size = UDim2.new(0, 119, 0, 50)
  123. ModGun.Font = Enum.Font.TitilliumWeb
  124. ModGun.Text = "Mod Guns"
  125. ModGun.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. ModGun.TextSize = 36.000
  127.  
  128. Speed.Name = "Speed"
  129. Speed.Parent = ScriptsTab
  130. Speed.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  131. Speed.BorderColor3 = Color3.fromRGB(184, 184, 184)
  132. Speed.Position = UDim2.new(0.541627347, 0, 0.753387094, 0)
  133. Speed.Size = UDim2.new(0, 119, 0, 50)
  134. Speed.Font = Enum.Font.TitilliumWeb
  135. Speed.Text = "Speed (50)"
  136. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. Speed.TextSize = 36.000
  138.  
  139. ArrestCrim.Name = "ArrestCrim"
  140. ArrestCrim.Parent = ScriptsTab
  141. ArrestCrim.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  142. ArrestCrim.BorderColor3 = Color3.fromRGB(184, 184, 184)
  143. ArrestCrim.Position = UDim2.new(0.0414601639, 0, 0.281904161, 0)
  144. ArrestCrim.Size = UDim2.new(0, 119, 0, 50)
  145. ArrestCrim.Font = Enum.Font.TitilliumWeb
  146. ArrestCrim.Text = "Arrest Criminals"
  147. ArrestCrim.TextColor3 = Color3.fromRGB(0, 0, 0)
  148. ArrestCrim.TextScaled = true
  149. ArrestCrim.TextSize = 25.000
  150. ArrestCrim.TextWrapped = true
  151.  
  152. KillAll.Name = "KillAll"
  153. KillAll.Parent = ScriptsTab
  154. KillAll.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  155. KillAll.BorderColor3 = Color3.fromRGB(184, 184, 184)
  156. KillAll.Position = UDim2.new(0.0446933843, 0, 0.749584854, 0)
  157. KillAll.Size = UDim2.new(0, 119, 0, 50)
  158. KillAll.Font = Enum.Font.TitilliumWeb
  159. KillAll.Text = "Kill All"
  160. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. KillAll.TextSize = 36.000
  162.  
  163. SuperPunch.Name = "SuperPunch"
  164. SuperPunch.Parent = ScriptsTab
  165. SuperPunch.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  166. SuperPunch.BorderColor3 = Color3.fromRGB(184, 184, 184)
  167. SuperPunch.Position = UDim2.new(0.0433941223, 0, 0.0385581255, 0)
  168. SuperPunch.Size = UDim2.new(0, 119, 0, 50)
  169. SuperPunch.Font = Enum.Font.TitilliumWeb
  170. SuperPunch.Text = "Super Punch"
  171. SuperPunch.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. SuperPunch.TextSize = 27.000
  173. SuperPunch.TextWrapped = true
  174.  
  175. Title.Name = "Title"
  176. Title.Parent = Main
  177. Title.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  178. Title.BorderColor3 = Color3.fromRGB(184, 184, 184)
  179. Title.Position = UDim2.new(0, 0, -0.133574009, 0)
  180. Title.Size = UDim2.new(0, 192, 0, 37)
  181. Title.Font = Enum.Font.TitilliumWeb
  182. Title.Text = "PrisonRunner v.1"
  183. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  184. Title.TextSize = 28.000
  185.  
  186. ScriptsBut.Name = "ScriptsBut"
  187. ScriptsBut.Parent = Main
  188. ScriptsBut.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  189. ScriptsBut.BorderColor3 = Color3.fromRGB(184, 184, 184)
  190. ScriptsBut.Position = UDim2.new(0.0154738883, 0, 0.0613718405, 0)
  191. ScriptsBut.Size = UDim2.new(0, 119, 0, 50)
  192. ScriptsBut.Font = Enum.Font.TitilliumWeb
  193. ScriptsBut.Text = "Normal Scripts"
  194. ScriptsBut.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. ScriptsBut.TextSize = 23.000
  196.  
  197. Teleports.Name = "Teleports"
  198. Teleports.Parent = Main
  199. Teleports.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  200. Teleports.BorderColor3 = Color3.fromRGB(184, 184, 184)
  201. Teleports.Position = UDim2.new(0.0154738883, 0, 0.288808674, 0)
  202. Teleports.Size = UDim2.new(0, 119, 0, 50)
  203. Teleports.Font = Enum.Font.TitilliumWeb
  204. Teleports.Text = "Teleports"
  205. Teleports.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. Teleports.TextSize = 23.000
  207.  
  208. TeleportsTab.Name = "TeleportsTab"
  209. TeleportsTab.Parent = Main
  210. TeleportsTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  211. TeleportsTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  212. TeleportsTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  213. TeleportsTab.Size = UDim2.new(0, 283, 0, 263)
  214. TeleportsTab.Visible = false
  215.  
  216. Armory.Name = "Armory"
  217. Armory.Parent = TeleportsTab
  218. Armory.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  219. Armory.BorderColor3 = Color3.fromRGB(184, 184, 184)
  220. Armory.Position = UDim2.new(0.0414601639, 0, 0.0385581441, 0)
  221. Armory.Size = UDim2.new(0, 119, 0, 50)
  222. Armory.Font = Enum.Font.TitilliumWeb
  223. Armory.Text = "Armory TP"
  224. Armory.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. Armory.TextSize = 36.000
  226.  
  227. Nexus.Name = "Nexus"
  228. Nexus.Parent = TeleportsTab
  229. Nexus.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  230. Nexus.BorderColor3 = Color3.fromRGB(184, 184, 184)
  231. Nexus.Position = UDim2.new(0.0414601639, 0, 0.281904161, 0)
  232. Nexus.Size = UDim2.new(0, 119, 0, 50)
  233. Nexus.Font = Enum.Font.TitilliumWeb
  234. Nexus.Text = "Nexus TP"
  235. Nexus.TextColor3 = Color3.fromRGB(0, 0, 0)
  236. Nexus.TextScaled = true
  237. Nexus.TextSize = 25.000
  238. Nexus.TextWrapped = true
  239.  
  240. BackTP.Name = "BackTP"
  241. BackTP.Parent = TeleportsTab
  242. BackTP.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  243. BackTP.BorderColor3 = Color3.fromRGB(184, 184, 184)
  244. BackTP.Position = UDim2.new(0.541627347, 0, 0.0385581441, 0)
  245. BackTP.Size = UDim2.new(0, 119, 0, 50)
  246. BackTP.Font = Enum.Font.TitilliumWeb
  247. BackTP.Text = "Back TP"
  248. BackTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  249. BackTP.TextSize = 36.000
  250.  
  251. CafeTP.Name = "Cafe TP"
  252. CafeTP.Parent = TeleportsTab
  253. CafeTP.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  254. CafeTP.BorderColor3 = Color3.fromRGB(184, 184, 184)
  255. CafeTP.Position = UDim2.new(0.541627347, 0, 0.281904161, 0)
  256. CafeTP.Size = UDim2.new(0, 119, 0, 50)
  257. CafeTP.Font = Enum.Font.TitilliumWeb
  258. CafeTP.Text = "Cafe TP"
  259. CafeTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  260. CafeTP.TextSize = 36.000
  261.  
  262. Yard.Name = "Yard"
  263. Yard.Parent = TeleportsTab
  264. Yard.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  265. Yard.BorderColor3 = Color3.fromRGB(184, 184, 184)
  266. Yard.Position = UDim2.new(0.0411598161, 0, 0.510041118, 0)
  267. Yard.Size = UDim2.new(0, 119, 0, 50)
  268. Yard.Font = Enum.Font.TitilliumWeb
  269. Yard.Text = "Yard TP"
  270. Yard.TextColor3 = Color3.fromRGB(0, 0, 0)
  271. Yard.TextSize = 36.000
  272.  
  273. CrimBaseTP.Name = "CrimBaseTP"
  274. CrimBaseTP.Parent = TeleportsTab
  275. CrimBaseTP.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  276. CrimBaseTP.BorderColor3 = Color3.fromRGB(184, 184, 184)
  277. CrimBaseTP.Position = UDim2.new(0.541627347, 0, 0.510041118, 0)
  278. CrimBaseTP.Size = UDim2.new(0, 119, 0, 50)
  279. CrimBaseTP.Font = Enum.Font.TitilliumWeb
  280. CrimBaseTP.Text = "Crim Base TP"
  281. CrimBaseTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. CrimBaseTP.TextSize = 36.000
  283.  
  284. AdminsTab.Name = "AdminsTab"
  285. AdminsTab.Parent = Main
  286. AdminsTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  287. AdminsTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  288. AdminsTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  289. AdminsTab.Size = UDim2.new(0, 283, 0, 263)
  290. AdminsTab.Visible = false
  291.  
  292. Septex.Name = "Septex"
  293. Septex.Parent = AdminsTab
  294. Septex.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  295. Septex.BorderColor3 = Color3.fromRGB(184, 184, 184)
  296. Septex.Position = UDim2.new(0.0555944741, 0, 0.0385581441, 0)
  297. Septex.Size = UDim2.new(0, 119, 0, 50)
  298. Septex.Font = Enum.Font.TitilliumWeb
  299. Septex.Text = "Septex Admin"
  300. Septex.TextColor3 = Color3.fromRGB(0, 85, 127)
  301. Septex.TextScaled = true
  302. Septex.TextSize = 36.000
  303. Septex.TextWrapped = true
  304.  
  305. TigerAdmin.Name = "TigerAdmin"
  306. TigerAdmin.Parent = AdminsTab
  307. TigerAdmin.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  308. TigerAdmin.BorderColor3 = Color3.fromRGB(184, 184, 184)
  309. TigerAdmin.Position = UDim2.new(0.529092669, 0, 0.0385581441, 0)
  310. TigerAdmin.Size = UDim2.new(0, 119, 0, 50)
  311. TigerAdmin.Font = Enum.Font.TitilliumWeb
  312. TigerAdmin.Text = "Tiger Admin"
  313. TigerAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. TigerAdmin.TextScaled = true
  315. TigerAdmin.TextSize = 36.000
  316. TigerAdmin.TextWrapped = true
  317.  
  318. OpAdmin.Name = "OpAdmin"
  319. OpAdmin.Parent = AdminsTab
  320. OpAdmin.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  321. OpAdmin.BorderColor3 = Color3.fromRGB(184, 184, 184)
  322. OpAdmin.Position = UDim2.new(0.0555944443, 0, 0.342740655, 0)
  323. OpAdmin.Size = UDim2.new(0, 119, 0, 50)
  324. OpAdmin.Font = Enum.Font.TitilliumWeb
  325. OpAdmin.Text = "OP Admin"
  326. OpAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  327. OpAdmin.TextScaled = true
  328. OpAdmin.TextSize = 36.000
  329. OpAdmin.TextWrapped = true
  330.  
  331. PrisonFricker.Name = "PrisonFricker"
  332. PrisonFricker.Parent = AdminsTab
  333. PrisonFricker.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  334. PrisonFricker.BorderColor3 = Color3.fromRGB(184, 184, 184)
  335. PrisonFricker.Position = UDim2.new(0.52749306, 0, 0.342740655, 0)
  336. PrisonFricker.Size = UDim2.new(0, 119, 0, 50)
  337. PrisonFricker.Font = Enum.Font.TitilliumWeb
  338. PrisonFricker.Text = "PrisonFricker (GUI)"
  339. PrisonFricker.TextColor3 = Color3.fromRGB(0, 0, 0)
  340. PrisonFricker.TextScaled = true
  341. PrisonFricker.TextSize = 25.000
  342. PrisonFricker.TextWrapped = true
  343.  
  344. OPGui.Name = "OPGui"
  345. OPGui.Parent = AdminsTab
  346. OPGui.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  347. OPGui.BorderColor3 = Color3.fromRGB(184, 184, 184)
  348. OPGui.Position = UDim2.new(0.0539948344, 0, 0.654527724, 0)
  349. OPGui.Size = UDim2.new(0, 119, 0, 50)
  350. OPGui.Font = Enum.Font.TitilliumWeb
  351. OPGui.Text = "OP GUI"
  352. OPGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  353. OPGui.TextScaled = true
  354. OPGui.TextSize = 25.000
  355. OPGui.TextWrapped = true
  356.  
  357. PrevailX.Name = "PrevailX"
  358. PrevailX.Parent = AdminsTab
  359. PrevailX.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  360. PrevailX.BorderColor3 = Color3.fromRGB(184, 184, 184)
  361. PrevailX.Position = UDim2.new(0.52749306, 0, 0.654527724, 0)
  362. PrevailX.Size = UDim2.new(0, 119, 0, 50)
  363. PrevailX.Font = Enum.Font.TitilliumWeb
  364. PrevailX.Text = "Prevail X"
  365. PrevailX.TextColor3 = Color3.fromRGB(0, 0, 0)
  366. PrevailX.TextScaled = true
  367. PrevailX.TextSize = 25.000
  368. PrevailX.TextWrapped = true
  369.  
  370. Extra.Name = "Extra"
  371. Extra.Parent = Main
  372. Extra.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  373. Extra.BorderColor3 = Color3.fromRGB(184, 184, 184)
  374. Extra.Position = UDim2.new(0.0154738883, 0, 0.509025276, 0)
  375. Extra.Size = UDim2.new(0, 119, 0, 50)
  376. Extra.Font = Enum.Font.TitilliumWeb
  377. Extra.Text = "Guis And Admins"
  378. Extra.TextColor3 = Color3.fromRGB(0, 0, 0)
  379. Extra.TextScaled = true
  380. Extra.TextSize = 23.000
  381. Extra.TextWrapped = true
  382.  
  383. CreditsTab.Name = "CreditsTab"
  384. CreditsTab.Parent = Main
  385. CreditsTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  386. CreditsTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  387. CreditsTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  388. CreditsTab.Size = UDim2.new(0, 283, 0, 263)
  389. CreditsTab.Visible = false
  390.  
  391. Note1.Name = "Note1"
  392. Note1.Parent = CreditsTab
  393. Note1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  394. Note1.BackgroundTransparency = 1.000
  395. Note1.Position = UDim2.new(0.143550366, 0, 0.0385581516, 0)
  396. Note1.Size = UDim2.new(0, 200, 0, 50)
  397. Note1.Font = Enum.Font.SourceSans
  398. Note1.Text = "How To use the gun mod:  you first have to equip the gun and then press the button to work!"
  399. Note1.TextColor3 = Color3.fromRGB(0, 0, 0)
  400. Note1.TextScaled = true
  401. Note1.TextSize = 14.000
  402. Note1.TextWrapped = true
  403.  
  404. Credit.Name = "Credit"
  405. Credit.Parent = CreditsTab
  406. Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  407. Credit.BackgroundTransparency = 1.000
  408. Credit.Position = UDim2.new(0.143550366, 0, 0.342740655, 0)
  409. Credit.Size = UDim2.new(0, 200, 0, 50)
  410. Credit.Font = Enum.Font.TitilliumWeb
  411. Credit.Text = "GUI Made by: ThisIsPineApplePizza!"
  412. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
  413. Credit.TextScaled = true
  414. Credit.TextSize = 14.000
  415. Credit.TextWrapped = true
  416.  
  417. Page2.Name = "Page2"
  418. Page2.Parent = Main
  419. Page2.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  420. Page2.BorderColor3 = Color3.fromRGB(184, 184, 184)
  421. Page2.Position = UDim2.new(0.852998078, 0, 0.404332131, 0)
  422. Page2.Size = UDim2.new(0, 70, 0, 50)
  423. Page2.Font = Enum.Font.TitilliumWeb
  424. Page2.Text = "Page 2"
  425. Page2.TextColor3 = Color3.fromRGB(0, 0, 0)
  426. Page2.TextSize = 23.000
  427.  
  428. ScriptsTab2.Name = "ScriptsTab2"
  429. ScriptsTab2.Parent = Main
  430. ScriptsTab2.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  431. ScriptsTab2.BorderColor3 = Color3.fromRGB(143, 143, 143)
  432. ScriptsTab2.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  433. ScriptsTab2.Size = UDim2.new(0, 283, 0, 263)
  434. ScriptsTab2.Visible = false
  435.  
  436. InvGuns.Name = "Inv Guns"
  437. InvGuns.Parent = ScriptsTab2
  438. InvGuns.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  439. InvGuns.BorderColor3 = Color3.fromRGB(184, 184, 184)
  440. InvGuns.Position = UDim2.new(0.52749306, 0, 0.510041058, 0)
  441. InvGuns.Size = UDim2.new(0, 119, 0, 50)
  442. InvGuns.Font = Enum.Font.TitilliumWeb
  443. InvGuns.Text = "Invisible Guns"
  444. InvGuns.TextColor3 = Color3.fromRGB(0, 0, 0)
  445. InvGuns.TextSize = 25.000
  446.  
  447. Arrest.Name = "Arrest"
  448. Arrest.Parent = ScriptsTab2
  449. Arrest.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  450. Arrest.BorderColor3 = Color3.fromRGB(184, 184, 184)
  451. Arrest.Position = UDim2.new(0.52749306, 0, 0.749584794, 0)
  452. Arrest.Size = UDim2.new(0, 119, 0, 50)
  453. Arrest.Font = Enum.Font.TitilliumWeb
  454. Arrest.Text = "Arrest"
  455. Arrest.TextColor3 = Color3.fromRGB(0, 0, 0)
  456. Arrest.TextSize = 36.000
  457.  
  458. Fling.Name = "Fling"
  459. Fling.Parent = ScriptsTab2
  460. Fling.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  461. Fling.BorderColor3 = Color3.fromRGB(184, 184, 184)
  462. Fling.Position = UDim2.new(0.0539948344, 0, 0.510041058, 0)
  463. Fling.Size = UDim2.new(0, 119, 0, 50)
  464. Fling.Font = Enum.Font.TitilliumWeb
  465. Fling.Text = "Fling"
  466. Fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  467. Fling.TextSize = 25.000
  468.  
  469. TextLabel.Parent = ScriptsTab2
  470. TextLabel.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  471. TextLabel.BorderColor3 = Color3.fromRGB(184, 184, 184)
  472. TextLabel.Position = UDim2.new(0.144876331, 0, 0.0874524713, 0)
  473. TextLabel.Size = UDim2.new(0, 200, 0, 69)
  474. TextLabel.Font = Enum.Font.TitilliumWeb
  475. TextLabel.Text = "Comming Soon!"
  476. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  477. TextLabel.TextSize = 33.000
  478. TextLabel.TextWrapped = true
  479.  
  480. Page1.Name = "Page1"
  481. Page1.Parent = Main
  482. Page1.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  483. Page1.BorderColor3 = Color3.fromRGB(184, 184, 184)
  484. Page1.Position = UDim2.new(0.852998078, 0, 0.657039762, 0)
  485. Page1.Size = UDim2.new(0, 70, 0, 50)
  486. Page1.Font = Enum.Font.TitilliumWeb
  487. Page1.Text = "Page 1"
  488. Page1.TextColor3 = Color3.fromRGB(0, 0, 0)
  489. Page1.TextSize = 23.000
  490.  
  491. Teams.Name = "Teams"
  492. Teams.Parent = Main
  493. Teams.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  494. Teams.BorderColor3 = Color3.fromRGB(184, 184, 184)
  495. Teams.Position = UDim2.new(0.0154738883, 0, 0.736462116, 0)
  496. Teams.Size = UDim2.new(0, 119, 0, 50)
  497. Teams.Font = Enum.Font.TitilliumWeb
  498. Teams.Text = "Teams"
  499. Teams.TextColor3 = Color3.fromRGB(0, 0, 0)
  500. Teams.TextSize = 23.000
  501.  
  502. TeamsTab.Name = "TeamsTab"
  503. TeamsTab.Parent = Main
  504. TeamsTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  505. TeamsTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  506. TeamsTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  507. TeamsTab.Size = UDim2.new(0, 283, 0, 263)
  508. TeamsTab.Visible = false
  509.  
  510. TextLabel_2.Parent = TeamsTab
  511. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  512. TextLabel_2.BackgroundTransparency = 0.900
  513. TextLabel_2.Position = UDim2.new(0.144876331, 0, 0.0418250933, 0)
  514. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  515. TextLabel_2.Font = Enum.Font.TitilliumWeb
  516. TextLabel_2.Text = "Teams"
  517. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  518. TextLabel_2.TextScaled = true
  519. TextLabel_2.TextSize = 14.000
  520. TextLabel_2.TextWrapped = true
  521.  
  522. Inmate.Name = "Inmate"
  523. Inmate.Parent = TeamsTab
  524. Inmate.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  525. Inmate.BorderColor3 = Color3.fromRGB(255, 85, 0)
  526. Inmate.Position = UDim2.new(0.52749306, 0, 0.631714046, 0)
  527. Inmate.Size = UDim2.new(0, 119, 0, 50)
  528. Inmate.Font = Enum.Font.TitilliumWeb
  529. Inmate.Text = "Inmate"
  530. Inmate.TextColor3 = Color3.fromRGB(0, 0, 0)
  531. Inmate.TextSize = 36.000
  532.  
  533. Cop.Name = "Cop"
  534. Cop.Parent = TeamsTab
  535. Cop.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  536. Cop.BorderColor3 = Color3.fromRGB(0, 85, 127)
  537. Cop.Position = UDim2.new(0.0469276905, 0, 0.631714046, 0)
  538. Cop.Size = UDim2.new(0, 119, 0, 50)
  539. Cop.Font = Enum.Font.TitilliumWeb
  540. Cop.Text = "Cop"
  541. Cop.TextColor3 = Color3.fromRGB(0, 0, 0)
  542. Cop.TextSize = 36.000
  543.  
  544. Neutral.Name = "Neutral"
  545. Neutral.Parent = TeamsTab
  546. Neutral.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  547. Neutral.BorderColor3 = Color3.fromRGB(117, 117, 117)
  548. Neutral.Position = UDim2.new(0.0469276905, 0, 0.39217031, 0)
  549. Neutral.Size = UDim2.new(0, 119, 0, 50)
  550. Neutral.Font = Enum.Font.TitilliumWeb
  551. Neutral.Text = "Neutral"
  552. Neutral.TextColor3 = Color3.fromRGB(0, 0, 0)
  553. Neutral.TextSize = 36.000
  554.  
  555. Criminal.Name = "Criminal"
  556. Criminal.Parent = TeamsTab
  557. Criminal.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  558. Criminal.BorderColor3 = Color3.fromRGB(170, 0, 0)
  559. Criminal.Position = UDim2.new(0.52749306, 0, 0.39217031, 0)
  560. Criminal.Size = UDim2.new(0, 119, 0, 50)
  561. Criminal.Font = Enum.Font.TitilliumWeb
  562. Criminal.Text = "Criminal"
  563. Criminal.TextColor3 = Color3.fromRGB(0, 0, 0)
  564. Criminal.TextSize = 36.000
  565.  
  566. HomeTab.Name = "HomeTab"
  567. HomeTab.Parent = Main
  568. HomeTab.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  569. HomeTab.BorderColor3 = Color3.fromRGB(143, 143, 143)
  570. HomeTab.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  571. HomeTab.Size = UDim2.new(0, 283, 0, 263)
  572. HomeTab.Visible = false
  573.  
  574. TextLabel_3.Parent = HomeTab
  575. TextLabel_3.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  576. TextLabel_3.BorderColor3 = Color3.fromRGB(184, 184, 184)
  577. TextLabel_3.Position = UDim2.new(0.144876331, 0, 0.114068441, 0)
  578. TextLabel_3.Size = UDim2.new(0, 200, 0, 105)
  579. TextLabel_3.Font = Enum.Font.TitilliumWeb
  580. TextLabel_3.Text = "Welcome To Prison Runner!"
  581. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  582. TextLabel_3.TextSize = 33.000
  583. TextLabel_3.TextWrapped = true
  584.  
  585. TextLabel_4.Parent = HomeTab
  586. TextLabel_4.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  587. TextLabel_4.BorderColor3 = Color3.fromRGB(184, 184, 184)
  588. TextLabel_4.Position = UDim2.new(0.0848056525, 0, 0.543726265, 0)
  589. TextLabel_4.Size = UDim2.new(0, 232, 0, 92)
  590. TextLabel_4.Font = Enum.Font.TitilliumWeb
  591. TextLabel_4.Text = "This GUI includes prison life scripts with teleports GUIS and Admins and More!"
  592. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  593. TextLabel_4.TextSize = 22.000
  594. TextLabel_4.TextWrapped = true
  595.  
  596. Title_2.Name = "Title"
  597. Title_2.Parent = Main
  598. Title_2.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  599. Title_2.BorderColor3 = Color3.fromRGB(184, 184, 184)
  600. Title_2.Position = UDim2.new(0.371373296, 0, -0.133574009, 0)
  601. Title_2.Size = UDim2.new(0, 325, 0, 37)
  602. Title_2.Font = Enum.Font.TitilliumWeb
  603. Title_2.Text = "Prison Life HAX"
  604. Title_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  605. Title_2.TextSize = 28.000
  606.  
  607. Credit_2.Name = "Credit"
  608. Credit_2.Parent = Main
  609. Credit_2.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  610. Credit_2.BorderColor3 = Color3.fromRGB(184, 184, 184)
  611. Credit_2.Position = UDim2.new(0, 0, 1, 0)
  612. Credit_2.Size = UDim2.new(0, 517, 0, 31)
  613. Credit_2.Font = Enum.Font.TitilliumWeb
  614. Credit_2.Text = "GUI Made By: ThisPineApplePizza"
  615. Credit_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  616. Credit_2.TextSize = 28.000
  617.  
  618. Page3.Name = "Page3"
  619. Page3.Parent = Main
  620. Page3.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  621. Page3.BorderColor3 = Color3.fromRGB(184, 184, 184)
  622. Page3.Position = UDim2.new(0.852998078, 0, 0.148014471, 0)
  623. Page3.Size = UDim2.new(0, 70, 0, 50)
  624. Page3.Font = Enum.Font.TitilliumWeb
  625. Page3.Text = "Page 3"
  626. Page3.TextColor3 = Color3.fromRGB(0, 0, 0)
  627. Page3.TextSize = 23.000
  628.  
  629. ScriptsTab3.Name = "ScriptsTab3"
  630. ScriptsTab3.Parent = Main
  631. ScriptsTab3.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
  632. ScriptsTab3.BorderColor3 = Color3.fromRGB(143, 143, 143)
  633. ScriptsTab3.Position = UDim2.new(0.292107463, 0, 0.0216606501, 0)
  634. ScriptsTab3.Size = UDim2.new(0, 283, 0, 263)
  635. ScriptsTab3.Visible = false
  636.  
  637. Fly.Name = "Fly"
  638. Fly.Parent = ScriptsTab3
  639. Fly.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  640. Fly.BorderColor3 = Color3.fromRGB(184, 184, 184)
  641. Fly.Position = UDim2.new(0.0575283989, 0, 0.228672177, 0)
  642. Fly.Size = UDim2.new(0, 119, 0, 50)
  643. Fly.Font = Enum.Font.TitilliumWeb
  644. Fly.Text = "Fly"
  645. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  646. Fly.TextSize = 47.000
  647. Fly.TextWrapped = true
  648.  
  649. TextLabel_5.Parent = ScriptsTab3
  650. TextLabel_5.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  651. TextLabel_5.BorderColor3 = Color3.fromRGB(184, 184, 184)
  652. TextLabel_5.Position = UDim2.new(0.144876331, 0, 0.0418250933, 0)
  653. TextLabel_5.Size = UDim2.new(0, 200, 0, 31)
  654. TextLabel_5.Font = Enum.Font.TitilliumWeb
  655. TextLabel_5.Text = "Local Scripts!"
  656. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  657. TextLabel_5.TextSize = 33.000
  658. TextLabel_5.TextWrapped = true
  659.  
  660. Noclip.Name = "Noclip"
  661. Noclip.Parent = ScriptsTab3
  662. Noclip.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  663. Noclip.BorderColor3 = Color3.fromRGB(184, 184, 184)
  664. Noclip.Position = UDim2.new(0.541627347, 0, 0.228672177, 0)
  665. Noclip.Size = UDim2.new(0, 119, 0, 50)
  666. Noclip.Font = Enum.Font.TitilliumWeb
  667. Noclip.Text = "NoClip"
  668. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  669. Noclip.TextSize = 47.000
  670. Noclip.TextWrapped = true
  671.  
  672. -- Scripts:
  673.  
  674. local function VYVFQ_fake_script() -- AllGuns.LocalScript
  675.  local script = Instance.new('LocalScript', AllGuns)
  676.  
  677.  script.Parent.MouseButton1Click:Connect(function()
  678.   for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  679.  
  680.    lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  681.    print(lol)
  682.   end
  683.  end)
  684. end
  685. coroutine.wrap(VYVFQ_fake_script)()
  686. local function LOURGCF_fake_script() -- KillAura.LocalScript
  687.  local script = Instance.new('LocalScript', KillAura)
  688.  
  689.  script.Parent.MouseButton1Click:Connect(function()
  690.   while wait () do
  691.    for i, e in pairs(game.Players:GetChildren()) do
  692.     if e ~= game.Players.LocalPlayer then
  693.      local meleeEvent = game:GetService("ReplicatedStorage").meleeEvent
  694.      meleeEvent:FireServer(e)
  695.  
  696.     end end end
  697.  end)
  698.  
  699. end
  700. coroutine.wrap(LOURGCF_fake_script)()
  701. local function TMHLPV_fake_script() -- BTools.LocalScript
  702.  local script = Instance.new('LocalScript', BTools)
  703.  
  704.  script.Parent.MouseButton1Click:Connect(function()
  705.   local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  706.   local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  707.   local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  708.   local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  709.   local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  710.   tool1.BinType = "Clone"
  711.   tool2.BinType = "GameTool"
  712.   tool3.BinType = "Hammer"
  713.   tool4.BinType = "Script"
  714.   tool5.BinType = "Grab"
  715.  end)
  716.  
  717. end
  718. coroutine.wrap(TMHLPV_fake_script)()
  719. local function NGHL_fake_script() -- ModGun.LocalScript
  720.  local script = Instance.new('LocalScript', ModGun)
  721.  
  722.  script.Parent.MouseButton1Click:Connect(function()
  723.   local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  724.   m.Damage = 100
  725.   m.MaxAmmo = math.huge
  726.   m.CurrentAmmo = math.huge
  727.   m.AutoFire = true
  728.   m.FireRate = 0
  729.  end)
  730.  
  731. end
  732. coroutine.wrap(NGHL_fake_script)()
  733. local function RJGMM_fake_script() -- Speed.LocalScript
  734.  local script = Instance.new('LocalScript', Speed)
  735.  
  736.  script.Parent.MouseButton1Click:Connect(function()
  737.   game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  738.  end)
  739.  
  740. end
  741. coroutine.wrap(RJGMM_fake_script)()
  742. local function WITQ_fake_script() -- ArrestCrim.LocalScript
  743.  local script = Instance.new('LocalScript', ArrestCrim)
  744.  
  745.  script.Parent.MouseButton1Click:Connect(function()
  746.   local Player = game.Players.LocalPlayer
  747.   local cpos = Player.Character.HumanoidRootPart.CFrame
  748.   for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  749.    if v.Name ~= Player.Name then
  750.     local i = 10
  751.     repeat
  752.      wait()
  753.      i = i-1
  754.      game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  755.      Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  756.     until i == 0
  757.    end
  758.   end
  759.   game:GetService("StarterGui"):SetCore("SendNotification", {
  760.    Title = "Arrested all of the n00bs";
  761.    Text = "Yay!"
  762.   })
  763.  end)
  764. end
  765. coroutine.wrap(WITQ_fake_script)()
  766. local function QLAOCF_fake_script() -- KillAll.LocalScript
  767.  local script = Instance.new('LocalScript', KillAll)
  768.  
  769.  script.Parent.MouseButton1Click:Connect(function()
  770.   for i, v in pairs (game:GetService("Players"):GetPlayers()) do
  771.    v. Character:FindFirstChild("Humanoid"). Health = 0
  772.    end
  773.  end)
  774.  
  775. end
  776. coroutine.wrap(QLAOCF_fake_script)()
  777. local function JRUY_fake_script() -- SuperPunch.LocalScript
  778.  local script = Instance.new('LocalScript', SuperPunch)
  779.  
  780.  script.Parent.MouseButton1Click:Connect(function()
  781.   mainRemotes = game.ReplicatedStorage
  782.   meleeRemote = mainRemotes['meleeEvent']
  783.   mouse = game.Players.LocalPlayer:GetMouse()
  784.   punching = false
  785.   cooldown = false
  786.  
  787.   function punch()
  788.    cooldown = true
  789.    local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  790.    part.Transparency = 1
  791.    part.Size = Vector3.new(5, 2, 3)
  792.    part.CanCollide = false
  793.    local w1 = Instance.new("Weld", part)
  794.    w1.Part0 = game.Players.LocalPlayer.Character.Torso
  795.    w1.Part1 = part
  796.    w1.C1 = CFrame.new(0,0,2)
  797.    part.Touched:connect(function(hit)
  798.     if game.Players:FindFirstChild(hit.Parent.Name) then
  799.      local plr = game.Players:FindFirstChild(hit.Parent.Name)
  800.      if plr.Name ~= game.Players.LocalPlayer.Name then
  801.       part:Destroy()
  802.  
  803.       for i = 1,100 do
  804.        meleeRemote:FireServer(plr)
  805.       end
  806.      end
  807.     end
  808.    end)
  809.  
  810.    wait(1)
  811.    cooldown = false
  812.    part:Destroy()
  813.   end
  814.  
  815.  
  816.   mouse.KeyDown:connect(function(key)
  817.    if cooldown == false then
  818.     if key:lower() == "f" then
  819.  
  820.      punch()
  821.  
  822.     end
  823.    end
  824.   end)
  825.  end)
  826. end
  827. coroutine.wrap(JRUY_fake_script)()
  828. local function STMC_fake_script() -- ScriptsBut.LocalScript
  829.  local script = Instance.new('LocalScript', ScriptsBut)
  830.  
  831.  script.Parent.MouseButton1Click:Connect(function()
  832.   script.Parent.Parent.ScriptsTab.Visible = true
  833.   script.Parent.Parent.TeleportsTab.Visible = false
  834.   script.Parent.Parent.AdminsTab.Visible = false
  835.   script.Parent.Parent.CreditsTab.Visible = false
  836.   script.Parent.Parent.ScriptsTab2.Visible = false
  837.   script.Parent.Parent.Page2.Visible = true
  838.   script.Parent.Parent.Page1.Visible = true
  839.   script.Parent.Parent.TeamsTab.Visible = false
  840.   script.Parent.Parent.HomeTab.Visible = false
  841.   script.Parent.Parent.ScriptsTab3.Visible = false
  842.   script.Parent.Parent.Page3.Visible = true
  843.  end)
  844.  
  845. end
  846. coroutine.wrap(STMC_fake_script)()
  847. local function QAISU_fake_script() -- Teleports.LocalScript
  848.  local script = Instance.new('LocalScript', Teleports)
  849.  
  850.  script.Parent.MouseButton1Click:Connect(function()
  851.   script.Parent.Parent.ScriptsTab.Visible = false
  852.   script.Parent.Parent.TeleportsTab.Visible = true
  853.   script.Parent.Parent.AdminsTab.Visible = false
  854.   script.Parent.Parent.CreditsTab.Visible = false
  855.   script.Parent.Parent.ScriptsTab2.Visible = false
  856.   script.Parent.Parent.Page2.Visible = false
  857.   script.Parent.Parent.Page1.Visible = false
  858.   script.Parent.Parent.TeamsTab.Visible = false
  859.   script.Parent.Parent.HomeTab.Visible = false
  860.   script.Parent.Parent.ScriptsTab3.Visible = false
  861.   script.Parent.Parent.Page3.Visible = false
  862.  end)
  863.  
  864. end
  865. coroutine.wrap(QAISU_fake_script)()
  866. local function UXGKIQ_fake_script() -- Armory.LocalScript
  867.  local script = Instance.new('LocalScript', Armory)
  868.  
  869.  script.Parent.MouseButton1Click:Connect(function()
  870.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(798,99,2260)
  871.  end)
  872. end
  873. coroutine.wrap(UXGKIQ_fake_script)()
  874. local function VEKGUO_fake_script() -- Nexus.LocalScript
  875.  local script = Instance.new('LocalScript', Nexus)
  876.  
  877.  script.Parent.MouseButton1Click:Connect(function()
  878.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  879.  end)
  880. end
  881. coroutine.wrap(VEKGUO_fake_script)()
  882. local function EVQQLQI_fake_script() -- BackTP.LocalScript
  883.  local script = Instance.new('LocalScript', BackTP)
  884.  
  885.  script.Parent.MouseButton1Click:Connect(function()
  886.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(980, 101, 2327)
  887.  end)
  888. end
  889. coroutine.wrap(EVQQLQI_fake_script)()
  890. local function MZVFRID_fake_script() -- CafeTP.LocalScript
  891.  local script = Instance.new('LocalScript', CafeTP)
  892.  
  893.  script.Parent.MouseButton1Click:Connect(function()
  894.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2247)
  895.  end)
  896.  
  897. end
  898. coroutine.wrap(MZVFRID_fake_script)()
  899. local function NBKFQU_fake_script() -- Yard.LocalScript
  900.  local script = Instance.new('LocalScript', Yard)
  901.  
  902.  script.Parent.MouseButton1Click:Connect(function()
  903.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779,99,2477)
  904.  end)
  905.  
  906. end
  907. coroutine.wrap(NBKFQU_fake_script)()
  908. local function MBHSNI_fake_script() -- CrimBaseTP.LocalScript
  909.  local script = Instance.new('LocalScript', CrimBaseTP)
  910.  
  911.  script.Parent.MouseButton1Click:Connect(function()
  912.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  913.  end)
  914.  
  915. end
  916. coroutine.wrap(MBHSNI_fake_script)()
  917. local function BZEB_fake_script() -- Septex.LocalScript
  918.  local script = Instance.new('LocalScript', Septex)
  919.  
  920.  script.Parent.MouseButton1Click:Connect(function()
  921.   loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  922.  end)
  923. end
  924. coroutine.wrap(BZEB_fake_script)()
  925. local function ITHIWZB_fake_script() -- TigerAdmin.LocalScript
  926.  local script = Instance.new('LocalScript', TigerAdmin)
  927.  
  928.  script.Parent.MouseButton1Click:Connect(function()
  929.   loadstring(game:HttpGet(('https://raw.githubusercontent.com/h17s3/TIGERADMIN/main/TIGERADMINSCRIPTFREE'),true))()
  930.  end)
  931. end
  932. coroutine.wrap(ITHIWZB_fake_script)()
  933. local function BDJPJDV_fake_script() -- OpAdmin.LocalScript
  934.  local script = Instance.new('LocalScript', OpAdmin)
  935.  
  936.  script.Parent.MouseButton1Click:Connect(function()
  937.   local CmdGui = Instance.new("ScreenGui")
  938.   local Background = Instance.new("Frame")
  939.   local CmdName = Instance.new("TextLabel")
  940.   local FindCmd = Instance.new("TextBox")
  941.   local CmdHandler = Instance.new("ScrollingFrame")
  942.   local CmdText = Instance.new("TextButton")
  943.   local UIListLayout = Instance.new("UIListLayout")
  944.   local Background2 = Instance.new("Frame")
  945.   local Label = Instance.new("TextLabel")
  946.   local Execute = Instance.new("TextBox")
  947.   local Minimum = Instance.new("TextButton")
  948.   local Close = Instance.new("TextButton")
  949.   local Background3 = Instance.new("Frame")
  950.   local Topbar = Instance.new("TextLabel")
  951.   local CmdTitle = Instance.new("TextLabel")
  952.   local Background4 = Instance.new("Frame")
  953.   local Notify6 = Instance.new("TextLabel")
  954.   local Notify5 = Instance.new("TextLabel")
  955.   local Notify4 = Instance.new("TextLabel")
  956.   local Notify3 = Instance.new("TextLabel")
  957.   local Notify2 = Instance.new("TextLabel")
  958.   local Notify1 = Instance.new("TextLabel")
  959.   local CloseBar = Instance.new("TextButton")
  960.   local TransparencyBar = Instance.new("TextButton")
  961.   local Prefix = ";"
  962.  
  963.   CmdGui.Name = "CmdGui"
  964.   CmdGui.Parent = game:GetService("CoreGui")
  965.   CmdGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  966.  
  967.   Background.Name = "Background"
  968.   Background.Parent = CmdGui
  969.   Background.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  970.   Background.BorderSizePixel = 0
  971.   Background.Position = UDim2.new(0.368556708, 0, 0.11490047, 0)
  972.   Background.Size = UDim2.new(0, 350, 0, 350)
  973.   Background.Active = true
  974.   Background.Draggable = true
  975.  
  976.   CmdName.Name = "CmdName"
  977.   CmdName.Parent = Background
  978.   CmdName.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  979.   CmdName.BorderSizePixel = 0
  980.   CmdName.Size = UDim2.new(0, 350, 0, 25)
  981.   CmdName.Font = Enum.Font.GothamBlack
  982.   CmdName.Text = "Commands"
  983.   CmdName.TextColor3 = Color3.fromRGB(255, 255, 255)
  984.   CmdName.TextScaled = true
  985.   CmdName.TextSize = 14.000
  986.   CmdName.TextWrapped = true
  987.  
  988.   FindCmd.Name = "FindCmd"
  989.   FindCmd.Parent = Background
  990.   FindCmd.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  991.   FindCmd.BorderColor3 = Color3.fromRGB(0, 255, 0)
  992.   FindCmd.BorderSizePixel = 0
  993.   FindCmd.Position = UDim2.new(0.0714285746, 0, 0.0702347234, 0)
  994.   FindCmd.Size = UDim2.new(0, 300, 0, 20)
  995.   FindCmd.Font = Enum.Font.SourceSans
  996.   FindCmd.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  997.   FindCmd.PlaceholderText = "Search For Command"
  998.   FindCmd.Text = ""
  999.   FindCmd.TextColor3 = Color3.fromRGB(255, 255, 255)
  1000.   FindCmd.TextSize = 14.000
  1001.   FindCmd.TextWrapped = true
  1002.  
  1003.   CmdHandler.Name = "CmdHandler"
  1004.   CmdHandler.Parent = Background
  1005.   CmdHandler.Active = true
  1006.   CmdHandler.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1007.   CmdHandler.BackgroundTransparency = 1.000
  1008.   CmdHandler.BorderSizePixel = 0
  1009.   CmdHandler.AutomaticCanvasSize = "Y"
  1010.   CmdHandler.Position = UDim2.new(0.0714285746, 0, 0.142857149, 0)
  1011.   CmdHandler.Size = UDim2.new(0, 300, 0, 290)
  1012.   CmdHandler.ScrollBarThickness = 2
  1013.  
  1014.   CmdText.Name = "CmdText"
  1015.   CmdText.Parent = nil
  1016.   CmdText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1017.   CmdText.BackgroundTransparency = 1.000
  1018.   CmdText.BorderSizePixel = 0
  1019.   CmdText.Size = UDim2.new(0, 300, 0, 25)
  1020.   CmdText.Font = Enum.Font.SourceSans
  1021.   CmdText.Text = "Text"
  1022.   CmdText.TextColor3 = Color3.fromRGB(255, 255, 255)
  1023.   CmdText.TextScaled = true
  1024.   CmdText.TextSize = 14.000
  1025.   CmdText.TextWrapped = true
  1026.  
  1027.   UIListLayout.Parent = CmdHandler
  1028.   UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  1029.  
  1030.   Minimum.Name = "Minimum"
  1031.   Minimum.Parent = Background
  1032.   Minimum.BackgroundColor3 = Color3.fromRGB(0, 155, 155)
  1033.   Minimum.BorderSizePixel = 0
  1034.   Minimum.Position = UDim2.new(0.842857122, 0, 0.00571428565, 0)
  1035.   Minimum.Size = UDim2.new(0, 20, 0, 20)
  1036.   Minimum.Font = Enum.Font.SourceSans
  1037.   Minimum.Text = ""
  1038.   Minimum.TextColor3 = Color3.fromRGB(255, 255, 255)
  1039.   Minimum.TextSize = 14.000
  1040.   Minimum.MouseButton1Click:Connect(function()
  1041.    if Background.BackgroundTransparency == 0 then
  1042.     Background.BackgroundTransparency = 1
  1043.     Background.Size = UDim2.new(0, 350, 0, 25)
  1044.     FindCmd.Visible = false
  1045.     CmdHandler.Visible = false
  1046.    elseif Background.BackgroundTransparency == 1 then
  1047.     Background.BackgroundTransparency = 0
  1048.     Background.Size = UDim2.new(0, 350, 0, 350)
  1049.     FindCmd.Visible = true
  1050.     CmdHandler.Visible = true
  1051.    end
  1052.   end)
  1053.  
  1054.   Close.Name = "Close"
  1055.   Close.Parent = Background
  1056.   Close.BackgroundColor3 = Color3.fromRGB(155, 0, 0)
  1057.   Close.BorderSizePixel = 0
  1058.   Close.Position = UDim2.new(0.928571403, 0, 0.00571428565, 0)
  1059.   Close.Size = UDim2.new(0, 20, 0, 20)
  1060.   Close.Font = Enum.Font.SourceSans
  1061.   Close.Text = ""
  1062.   Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  1063.   Close.TextSize = 14.000
  1064.   Close.MouseButton1Click:Connect(function()
  1065.    Background.Visible = false
  1066.   end)
  1067.  
  1068.   -- New
  1069.  
  1070.   Background2.Name = "Background"
  1071.   Background2.Parent = CmdGui
  1072.   Background2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  1073.   Background2.BorderSizePixel = 0
  1074.   Background2.Position = UDim2.new(0.012, 0, 0.807, 0)
  1075.   Background2.Size = UDim2.new(0, 250, 0, 80)
  1076.   Background2.Active = true
  1077.   Background2.Draggable = true
  1078.  
  1079.   Label.Name = "Label"
  1080.   Label.Parent = Background2
  1081.   Label.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1082.   Label.BorderSizePixel = 0
  1083.   Label.Position = UDim2.new(0, 0, 0, 0)
  1084.   Label.Size = UDim2.new(0, 250, 0, 25)
  1085.   Label.Font = Enum.Font.GothamBlack
  1086.   Label.Text = "Execute Bar"
  1087.   Label.TextColor3 = Color3.fromRGB(255, 255, 255)
  1088.   Label.TextScaled = true
  1089.   Label.TextSize = 14.000
  1090.   Label.TextWrapped = true
  1091.  
  1092.   Execute.Name = "Execute"
  1093.   Execute.Parent = Background2
  1094.   Execute.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1095.   Execute.BorderColor3 = Color3.fromRGB(0, 255, 0)
  1096.   Execute.Position = UDim2.new(0.097, 0, 0.436, 0)
  1097.   Execute.Size = UDim2.new(0, 200, 0, 30)
  1098.   Execute.Font = Enum.Font.SourceSans
  1099.   Execute.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  1100.   Execute.PlaceholderText = "Press "..Prefix.." To Enter"
  1101.   Execute.Text = ""
  1102.   Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  1103.   Execute.TextSize = 16.000
  1104.   Execute.TextWrapped = true
  1105.  
  1106.   Background3.Name = "Background3"
  1107.   Background3.Parent = CmdGui
  1108.   Background3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1109.   Background3.BorderSizePixel = 0
  1110.   Background3.Position = UDim2.new(0.306701034, 0, 0.288421065, 0)
  1111.   Background3.Size = UDim2.new(0, 200, 0, 100)
  1112.   Background3.Active = true
  1113.   Background3.Visible = false
  1114.  
  1115.   Topbar.Name = "Topbar"
  1116.   Topbar.Parent = Background3
  1117.   Topbar.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  1118.   Topbar.BorderSizePixel = 0
  1119.   Topbar.Size = UDim2.new(0, 200, 0, 25)
  1120.   Topbar.Font = Enum.Font.GothamBlack
  1121.   Topbar.Text = ""
  1122.   Topbar.TextColor3 = Color3.fromRGB(255, 255, 255)
  1123.   Topbar.TextScaled = true
  1124.   Topbar.TextSize = 14.000
  1125.   Topbar.TextWrapped = true
  1126.  
  1127.   CmdTitle.Name = "CmdTitle"
  1128.   CmdTitle.Parent = Background3
  1129.   CmdTitle.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  1130.   CmdTitle.BackgroundTransparency = 1.000
  1131.   CmdTitle.BorderSizePixel = 0
  1132.   CmdTitle.Position = UDim2.new(0.0500000007, 0, 0.379999995, 0)
  1133.   CmdTitle.Size = UDim2.new(0, 180, 0, 40)
  1134.   CmdTitle.Font = Enum.Font.GothamBlack
  1135.   CmdTitle.Text = ""
  1136.   CmdTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  1137.   CmdTitle.TextSize = 14.000
  1138.   CmdTitle.TextWrapped = true
  1139.  
  1140.   Background4.Name = "Background4"
  1141.   Background4.Parent = CmdGui
  1142.   Background4.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  1143.   Background4.BorderSizePixel = 0
  1144.   Background4.Position = UDim2.new(0.0154639352, 0, 0.519107938, 0)
  1145.   Background4.Size = UDim2.new(0, 250, 0, 119)
  1146.   Background4.Active = true
  1147.   Background4.Draggable = true
  1148.  
  1149.   Notify6.Name = "Notify6"
  1150.   Notify6.Parent = Background4
  1151.   Notify6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1152.   Notify6.BackgroundTransparency = 1.000
  1153.   Notify6.BorderSizePixel = 0
  1154.   Notify6.Position = UDim2.new(0, 0, -0.00512820482, 0)
  1155.   Notify6.Size = UDim2.new(0, 250, 0, 20)
  1156.   Notify6.Font = Enum.Font.GothamBlack
  1157.   Notify6.Text = ""
  1158.   Notify6.TextColor3 = Color3.fromRGB(255, 255, 255)
  1159.   Notify6.TextScaled = true
  1160.   Notify6.TextSize = 14.000
  1161.   Notify6.TextWrapped = true
  1162.  
  1163.   Notify5.Name = "Notify5"
  1164.   Notify5.Parent = Background4
  1165.   Notify5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1166.   Notify5.BackgroundTransparency = 1.000
  1167.   Notify5.BorderSizePixel = 0
  1168.   Notify5.Position = UDim2.new(0, 0, 0.162939027, 0)
  1169.   Notify5.Size = UDim2.new(0, 250, 0, 20)
  1170.   Notify5.Font = Enum.Font.GothamBlack
  1171.   Notify5.Text = ""
  1172.   Notify5.TextColor3 = Color3.fromRGB(255, 255, 255)
  1173.   Notify5.TextScaled = true
  1174.   Notify5.TextSize = 14.000
  1175.   Notify5.TextWrapped = true
  1176.  
  1177.   Notify4.Name = "Notify4"
  1178.   Notify4.Parent = Background4
  1179.   Notify4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1180.   Notify4.BackgroundTransparency = 1.000
  1181.   Notify4.BorderSizePixel = 0
  1182.   Notify4.Position = UDim2.new(0, 0, 0.331006259, 0)
  1183.   Notify4.Size = UDim2.new(0, 250, 0, 20)
  1184.   Notify4.Font = Enum.Font.GothamBlack
  1185.   Notify4.Text = ""
  1186.   Notify4.TextColor3 = Color3.fromRGB(255, 255, 255)
  1187.   Notify4.TextScaled = true
  1188.   Notify4.TextSize = 14.000
  1189.   Notify4.TextWrapped = true
  1190.  
  1191.   Notify3.Name = "Notify3"
  1192.   Notify3.Parent = Background4
  1193.   Notify3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1194.   Notify3.BackgroundTransparency = 1.000
  1195.   Notify3.BorderSizePixel = 0
  1196.   Notify3.Position = UDim2.new(0, 0, 0.499073505, 0)
  1197.   Notify3.Size = UDim2.new(0, 250, 0, 20)
  1198.   Notify3.Font = Enum.Font.GothamBlack
  1199.   Notify3.Text = ""
  1200.   Notify3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1201.   Notify3.TextScaled = true
  1202.   Notify3.TextSize = 14.000
  1203.   Notify3.TextWrapped = true
  1204.  
  1205.   Notify2.Name = "Notify2"
  1206.   Notify2.Parent = Background4
  1207.   Notify2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1208.   Notify2.BackgroundTransparency = 1.000
  1209.   Notify2.BorderSizePixel = 0
  1210.   Notify2.Position = UDim2.new(0, 0, 0.667140722, 0)
  1211.   Notify2.Size = UDim2.new(0, 250, 0, 20)
  1212.   Notify2.Font = Enum.Font.GothamBlack
  1213.   Notify2.Text = ""
  1214.   Notify2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1215.   Notify2.TextScaled = true
  1216.   Notify2.TextSize = 14.000
  1217.   Notify2.TextWrapped = true
  1218.  
  1219.   Notify1.Name = "Notify1"
  1220.   Notify1.Parent = Background4
  1221.   Notify1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1222.   Notify1.BackgroundTransparency = 1.000
  1223.   Notify1.BorderSizePixel = 0
  1224.   Notify1.Position = UDim2.new(0, 0, 0.835207999, 0)
  1225.   Notify1.Size = UDim2.new(0, 250, 0, 20)
  1226.   Notify1.Font = Enum.Font.GothamBlack
  1227.   Notify1.Text = ""
  1228.   Notify1.TextColor3 = Color3.fromRGB(255, 255, 255)
  1229.   Notify1.TextScaled = true
  1230.   Notify1.TextSize = 14.000
  1231.   Notify1.TextWrapped = true
  1232.  
  1233.   CloseBar.Name = "CloseBar"
  1234.   CloseBar.Parent = Background4
  1235.   CloseBar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1236.   CloseBar.BorderSizePixel = 0
  1237.   CloseBar.Position = UDim2.new(0.899999976, 0, -0.210084036, 0)
  1238.   CloseBar.Size = UDim2.new(0, 25, 0, 25)
  1239.   CloseBar.Font = Enum.Font.GothamBlack
  1240.   CloseBar.Text = "X"
  1241.   CloseBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  1242.   CloseBar.TextScaled = true
  1243.   CloseBar.TextSize = 14.000
  1244.   CloseBar.TextWrapped = true
  1245.   CloseBar.MouseButton1Click:Connect(function()
  1246.    Background4.Visible = false
  1247.   end)
  1248.  
  1249.   TransparencyBar.Name = "TransparencyBar"
  1250.   TransparencyBar.Parent = Background4
  1251.   TransparencyBar.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  1252.   TransparencyBar.BorderSizePixel = 0
  1253.   TransparencyBar.Position = UDim2.new(0.799999952, 0, -0.210084036, 0)
  1254.   TransparencyBar.Size = UDim2.new(0, 25, 0, 25)
  1255.   TransparencyBar.Font = Enum.Font.GothamBlack
  1256.   TransparencyBar.Text = "="
  1257.   TransparencyBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  1258.   TransparencyBar.TextScaled = true
  1259.   TransparencyBar.TextSize = 14.000
  1260.   TransparencyBar.TextWrapped = true
  1261.   TransparencyBar.MouseButton1Click:Connect(function()
  1262.    if TransparencyBar.Text == "=" then
  1263.     Background4.BackgroundTransparency = 0.750
  1264.     CloseBar.BackgroundTransparency = 0.750
  1265.     TransparencyBar.BackgroundTransparency = 0.750
  1266.     TransparencyBar.Text = "+"
  1267.    else
  1268.     Background4.BackgroundTransparency = 0.000
  1269.     CloseBar.BackgroundTransparency = 0.000
  1270.     TransparencyBar.BackgroundTransparency = 0.000
  1271.     TransparencyBar.Text = "="
  1272.    end
  1273.   end)
  1274.  
  1275.   local Versions = "5.0"
  1276.   local Cmd = {}
  1277.  
  1278.   Cmd[#Cmd + 1] = {Text = "versions "..Versions,Title = "Script versions"}
  1279.   Cmd[#Cmd + 1] = {Text = "script by LocalPlayer#7434",Title = "Script owner"}
  1280.   Cmd[#Cmd + 1] = {Text = "cmd / cmds",Title = "Show commands bar"}
  1281.   Cmd[#Cmd + 1] = {Text = "rejoin / rj",Title = "Rejoin the game"}
  1282.   Cmd[#Cmd + 1] = {Text = "leave / leaveserver / quit",Title = "Leave the server"}
  1283.   Cmd[#Cmd + 1] = {Text = "admin / giveadmin [plr]",Title = "Give a commands to player"}
  1284.   Cmd[#Cmd + 1] = {Text = "unadmin / removeadmin [plr]",Title = "Remove a commands from player"}
  1285.   Cmd[#Cmd + 1] = {Text = "kill [plr]",Title = "Kill the player"}
  1286.   Cmd[#Cmd + 1] = {Text = "killall",Title = "Kill all players"}
  1287.   Cmd[#Cmd + 1] = {Text = "killguard / killsguard",Title = "Kill all guards"}
  1288.   Cmd[#Cmd + 1] = {Text = "killinmate / killsinmate",Title = "Kill all inmates"}
  1289.   Cmd[#Cmd + 1] = {Text = "killcriminal / killscriminal",Title = "Kill all criminals"}
  1290.   Cmd[#Cmd + 1] = {Text = "tase [plr]",Title = "Tase the player"}
  1291.   Cmd[#Cmd + 1] = {Text = "loopkill / loopkills [plr]",Title = "Loop kills player"}
  1292.   Cmd[#Cmd + 1] = {Text = "unloopkill / unloopkills [plr]",Title = "Unloop kills player"}
  1293.   Cmd[#Cmd + 1] = {Text = "loopkillall / loopkillsall",Title = "Loop kills all players"}
  1294.   Cmd[#Cmd + 1] = {Text = "loopkillguard / loopkillsguard",Title = "Loop kills all guards"}
  1295.   Cmd[#Cmd + 1] = {Text = "loopkillinmate / loopkillinmates",Title = "Loop kills all inmates"}
  1296.   Cmd[#Cmd + 1] = {Text = "loopkillcriminal / loopkillcriminals",Title = "Loop kills all criminals"}
  1297.   Cmd[#Cmd + 1] = {Text = "unloopkillall / unloopkillsall",Title = "Unloop kills all players"}
  1298.   Cmd[#Cmd + 1] = {Text = "unloopkillguard / unloopkillsguard",Title = "Unloop kills all guards"}
  1299.   Cmd[#Cmd + 1] = {Text = "unloopkillinmate / unloopkillinmates",Title = "Unloop kills all inmates"}
  1300.   Cmd[#Cmd + 1] = {Text = "unloopkillcriminal / unloopkillcriminals",Title = "Unloop kills all criminals"}
  1301.   Cmd[#Cmd + 1] = {Text = "inmate / inmates / prisoner / prisoners",Title = "Become inmate team"}
  1302.   Cmd[#Cmd + 1] = {Text = "guard / guards / cop / polices",Title = "Become guard team"}
  1303.   Cmd[#Cmd + 1] = {Text = "crim / criminals / criminal",Title = "Become criminal team"}
  1304.   Cmd[#Cmd + 1] = {Text = "neutral / neutrals",Title = "Become neutral team"}
  1305.   Cmd[#Cmd + 1] = {Text = "re / refresh",Title = "Respawn on old position"}
  1306.   Cmd[#Cmd + 1] = {Text = "res / respawn",Title = "Respawn on respawn pads"}
  1307.   Cmd[#Cmd + 1] = {Text = "goto / to [plr]",Title = "Teleports to the player"}
  1308.   Cmd[#Cmd + 1] = {Text = "bring [plr]",Title = "Teleports player to you"}
  1309.   Cmd[#Cmd + 1] = {Text = "tp / teleport [plr] [plr2]",Title = "Teleports player to another player"}
  1310.   Cmd[#Cmd + 1] = {Text = "arrest [plr] [time]",Title = "Arrest player that is a criminal"}
  1311.   Cmd[#Cmd + 1] = {Text = "arrestall / arrestothers",Title = "Arrest all criminals"}
  1312.   Cmd[#Cmd + 1] = {Text = "spamarrest / looparrest [plr]",Title = "Spam arrest player & lag player and server"}
  1313.   Cmd[#Cmd + 1] = {Text = "unspamarrest / unlooparrest [plr]",Title = "Stop spam arrest player"}
  1314.   Cmd[#Cmd + 1] = {Text = "clearloopkill / clearloopkills",Title = "clear all loop kills table"}
  1315.   Cmd[#Cmd + 1] = {Text = "auto / autore / autorefresh",Title = "Auto respawn on old position when died"}
  1316.   Cmd[#Cmd + 1] = {Text = "unauto / unautore / unautorefresh",Title = "Stop auto respawn on old position when died"}
  1317.   Cmd[#Cmd + 1] = {Text = "killaura",Title = "Activate kill aura"}
  1318.   Cmd[#Cmd + 1] = {Text = "nokillaura / unkillaura",Title = "Unactivate kill aura"}
  1319.   Cmd[#Cmd + 1] = {Text = "antifling",Title = "Activate anti fling"}
  1320.   Cmd[#Cmd + 1] = {Text = "unantifling",Title = "Unactivate anti fling"}
  1321.   Cmd[#Cmd + 1] = {Text = "god",Title = "Become a god mode"}
  1322.   Cmd[#Cmd + 1] = {Text = "ungod",Title = "Unbecome a god mode"}
  1323.   Cmd[#Cmd + 1] = {Text = "view / spectate / watch [plr]",Title = "Spectates the player"}
  1324.   Cmd[#Cmd + 1] = {Text = "unview / unspectate / stopwatch",Title = "Unspectates the player"}
  1325.   Cmd[#Cmd + 1] = {Text = "fastpunch / speedpunchh",Title = "Activate fast punch"}
  1326.   Cmd[#Cmd + 1] = {Text = "slowpunch / nofastpunch / normalspeedpunch",Title = "unactivate fast punch"}
  1327.   Cmd[#Cmd + 1] = {Text = "superpunch / onepunch",Title = "Activate super punch"}
  1328.   Cmd[#Cmd + 1] = {Text = "nosuperpunch / normalpunch",Title = "Unactivate super punch"}
  1329.   Cmd[#Cmd + 1] = {Text = "prefix / newprefix / changeprefix [prefix text]",Title = "Changes prefix"}
  1330.   Cmd[#Cmd + 1] = {Text = "red",Title = "Changes name tag color to red color"}
  1331.   Cmd[#Cmd + 1] = {Text = "antilag / boostfps",Title = "Boost a little fps"}
  1332.   Cmd[#Cmd + 1] = {Text = "unantilag",Title = "Stop boost the fps"}
  1333.   Cmd[#Cmd + 1] = {Text = "noclip / noclips",Title = "Activate no clips"}
  1334.   Cmd[#Cmd + 1] = {Text = "clip / clips",Title = "Unactivate no clips"}
  1335.   Cmd[#Cmd + 1] = {Text = "orange",Title = "Changes name tag color to orange color"}
  1336.   Cmd[#Cmd + 1] = {Text = "blue",Title = "Changes name tag color to blue color"}
  1337.   Cmd[#Cmd + 1] = {Text = "black",Title = "Changes name tag color to black color"}
  1338.   Cmd[#Cmd + 1] = {Text = "purple",Title = "Changes name tag color to purple color"}
  1339.   Cmd[#Cmd + 1] = {Text = "brown",Title = "Changes name tag color to brown color"}
  1340.   Cmd[#Cmd + 1] = {Text = "white",Title = "Changes name tag color to white color"}
  1341.   Cmd[#Cmd + 1] = {Text = "pink",Title = "Changes name tag color to pink color"}
  1342.   Cmd[#Cmd + 1] = {Text = "grey",Title = "Changes name tag color to grey color"}
  1343.   Cmd[#Cmd + 1] = {Text = "green",Title = "Changes name tag color to green color"}
  1344.   Cmd[#Cmd + 1] = {Text = "yellow",Title = "Changes name tag color to yellow color"}
  1345.   Cmd[#Cmd + 1] = {Text = "getpos",Title = "Prints positions"}
  1346.   Cmd[#Cmd + 1] = {Text = "unload / destroygui",Title = "Unload the scripts"}
  1347.   Cmd[#Cmd + 1] = {Text = "reload / update",Title = "Reload the script to new version"}
  1348.   Cmd[#Cmd + 1] = {Text = "How to open console?",Title = "To open console chat /console or press F9 or Fn + F9"}
  1349.   Cmd[#Cmd + 1] = {Text = "lagserver / disconnect",Title = "Lag server and disconnect after 5 minutes of lagging"}
  1350.   Cmd[#Cmd + 1] = {Text = "unlagserver / undisconnect",Title = "Stop lag server"}
  1351.   Cmd[#Cmd + 1] = {Text = "speed / setspeed / walkspeed [count]",Title = "Changes walk speeds"}
  1352.   Cmd[#Cmd + 1] = {Text = "jumppower / setjumppower [count]",Title = "Changes jump powers"}
  1353.   Cmd[#Cmd + 1] = {Text = "hipheight / sethipheight [count]",Title = "Changes hip heights"}
  1354.   Cmd[#Cmd + 1] = {Text = "gravity / setgravity [count]",Title = "Changes gravity"}
  1355.   Cmd[#Cmd + 1] = {Text = "resetspeed / resetwalkspeed",Title = "Reset walk speeds"}
  1356.   Cmd[#Cmd + 1] = {Text = "resetjumppower / rejumppower",Title = "Reset jump powers"}
  1357.   Cmd[#Cmd + 1] = {Text = "resethipheight / rehipheight",Title = "Reset hip heights"}
  1358.   Cmd[#Cmd + 1] = {Text = "resetgravity / regravity",Title = "Reset gravity"}
  1359.   Cmd[#Cmd + 1] = {Text = "makecrim [plr]",Title = "Make the player become a criminal"}
  1360.   Cmd[#Cmd + 1] = {Text = "makecrimall",Title = "Make all players become a criminals"}
  1361.   Cmd[#Cmd + 1] = {Text = "loopbring [plr]",Title = "Loop bring player"}
  1362.   Cmd[#Cmd + 1] = {Text = "unloopbring ",Title = "Unloop bring player"}
  1363.   Cmd[#Cmd + 1] = {Text = "baseballbat / bat",Title = "Gets bat"}
  1364.   Cmd[#Cmd + 1] = {Text = "superknife",Title = "Gets super knife"}
  1365.   Cmd[#Cmd + 1] = {Text = "firespeed / setfirespeed [count]",Title = "Changes fire speed for the gun"}
  1366.   Cmd[#Cmd + 1] = {Text = "autofire",Title = "Changes gun ststes to auto fire"}
  1367.   Cmd[#Cmd + 1] = {Text = "semifire",Title = "Changes gun ststes to semi fire"}
  1368.   Cmd[#Cmd + 1] = {Text = "burst / burstbullets / bullets [count]",Title = "Changes a bullets for the gun will come out when shot"}
  1369.   Cmd[#Cmd + 1] = {Text = "reloadtime / reloadtimes [count]",Title = "Changes reload times for the gun"}
  1370.   Cmd[#Cmd + 1] = {Text = "gun / guns / allguns",Title = "Obtains all guns"}
  1371.   Cmd[#Cmd + 1] = {Text = "autogun / autoguns / autoallguns",Title = "Activate auto gun when respawned"}
  1372.   Cmd[#Cmd + 1] = {Text = "unautogun / unautoguns / unautoallguns",Title = "Unactivate auto gun when respawned"}
  1373.   Cmd[#Cmd + 1] = {Text = "taserbypass / antitaser / lock",Title = "Bypass taser when got tased"}
  1374.   Cmd[#Cmd + 1] = {Text = "untaserbypass / notaserbypass / unlock",Title = "Unbypass taser when got tased"}
  1375.   Cmd[#Cmd + 1] = {Text = "nodoors / deletedoors",Title = "Deletes all doors"}
  1376.   Cmd[#Cmd + 1] = {Text = "restoredoors / doors",Title = "Restores all doors"}
  1377.   Cmd[#Cmd + 1] = {Text = "nowalls / deletewalls - delete walls",Title = "Deletes all walls"}
  1378.   Cmd[#Cmd + 1] = {Text = "walls / restorewalls - restore walls",Title = "Restore all walls"}
  1379.   Cmd[#Cmd + 1] = {Text = "anticrash / antivest",Title = "Anti crash when someone spamming armor"}
  1380.   Cmd[#Cmd + 1] = {Text = "unanticrash / unantivest",Title = "Unanti crash when someone spamming armor"}
  1381.   Cmd[#Cmd + 1] = {Text = "antishield / noshield",Title = "Anti shield users"}
  1382.   Cmd[#Cmd + 1] = {Text = "unantishield",Title = "Unanti shield users"}
  1383.   Cmd[#Cmd + 1] = {Text = "gatetower",Title = "Teleports to the gate tower"}
  1384.   Cmd[#Cmd + 1] = {Text = "tower",Title = "Teleports to the yard tower"}
  1385.   Cmd[#Cmd + 1] = {Text = "sewer",Title = "Teleports to the sewer"}
  1386.   Cmd[#Cmd + 1] = {Text = "yard",Title = "Teleports to yard"}
  1387.   Cmd[#Cmd + 1] = {Text = "backnexus",Title = "Teleports to the back nexus"}
  1388.   Cmd[#Cmd + 1] = {Text = "nexus",Title = "Teleports to the nexus"}
  1389.   Cmd[#Cmd + 1] = {Text = "gate",Title = "Teleports to the gate"}
  1390.   Cmd[#Cmd + 1] = {Text = "findowner / checkscriptowner",Title = "Find a script owner in the server"}
  1391.   Cmd[#Cmd + 1] = {Text = "getplayer / getplayers",Title = "Get a players counts in the server"}
  1392.   Cmd[#Cmd + 1] = {Text = "rapidfire",Title = "Activate rapid fire"}
  1393.   Cmd[#Cmd + 1] = {Text = "autorapidfire",Title = "Auto activate rapid fire"}
  1394.   Cmd[#Cmd + 1] = {Text = "unautorapidfire",Title = "Unauto activate rapid fire"}
  1395.   Cmd[#Cmd + 1] = {Text = "armory",Title = "Teleports to the armory"}
  1396.   Cmd[#Cmd + 1] = {Text = "cafe - teleport to cafe",Title = "Teleports to the cafeteria"}
  1397.   Cmd[#Cmd + 1] = {Text = "crimbase / criminalbase",Title = "Teleports to the criminals base"}
  1398.   Cmd[#Cmd + 1] = {Text = "lunchroom",Title = "Teleports to the cafeteria room"}
  1399.   Cmd[#Cmd + 1] = {Text = "spamchat [delay]",Title = "Spam the chat"}
  1400.   Cmd[#Cmd + 1] = {Text = "unspamchat",Title = "Unspam the chat"}
  1401.   Cmd[#Cmd + 1] = {Text = "savepos / saveposition",Title = "Saves positions"}
  1402.   Cmd[#Cmd + 1] = {Text = "loadpos / loadposition",Title = "Loads positions"}
  1403.   Cmd[#Cmd + 1] = {Text = "notify",Title = "Send a message when player leave / join"}
  1404.   Cmd[#Cmd + 1] = {Text = "nonotify",Title = "Stop send a message when player leave / join"}
  1405.   Cmd[#Cmd + 1] = {Text = "copychat",Title = "Copies all players chats"}
  1406.   Cmd[#Cmd + 1] = {Text = "uncopychat",Title = "uncopies all players chats"}
  1407.   Cmd[#Cmd + 1] = {Text = "chatnotify",Title = "Chats when player leave / join"}
  1408.   Cmd[#Cmd + 1] = {Text = "unchatnotify / nochatnotify",Title = "Stop chat when player leave / join"}
  1409.   Cmd[#Cmd + 1] = {Text = "opengate",Title = "Open the gate"}
  1410.   Cmd[#Cmd + 1] = {Text = "antifell / antivoid",Title = "Activate anti fell to the void when respawn as custom team"}
  1411.   Cmd[#Cmd + 1] = {Text = "unantifell / unantivoid",Title = "Unactivate anti fell to the void when respawn as custom team"}
  1412.   Cmd[#Cmd + 1] = {Text = "beam [plr]",Title = "Shoot a beam to player"}
  1413.   Cmd[#Cmd + 1] = {Text = "lagbeam / beam2 [plr]",Title = "Shoot a beam to player but lag"}
  1414.   Cmd[#Cmd + 1] = {Text = "crash / beam3 [plr]",Title = "Shoot a beam to player but even more lag"}
  1415.   Cmd[#Cmd + 1] = {Text = "antispamarrest",Title = "Activate anti spam arrest"}
  1416.   Cmd[#Cmd + 1] = {Text = "unantispamarrest",Title = "Unactivate anti spam arrest"}
  1417.   Cmd[#Cmd + 1] = {Text = "!getprefix",Title = "If you for get prefix you can type this in chat"}
  1418.  
  1419.   local Mouse = game.Players.LocalPlayer:GetMouse()
  1420.  
  1421.   for i = 1,#Cmd do
  1422.    local clone = CmdText:Clone()
  1423.    clone.Text = Cmd[i].Text
  1424.    clone.Name = "COMMANDS"
  1425.    local Ins = Instance.new("StringValue", clone)
  1426.    Ins.Name = "Title"
  1427.    Ins.Value = Cmd[i].Title
  1428.    local Ins2 = Instance.new("StringValue", clone)
  1429.    Ins2.Name = "TopbarName"
  1430.    Ins2.Value = Cmd[i].Text:split(" ")[1]
  1431.    clone.Parent = CmdHandler
  1432.    clone.MouseButton1Click:Connect(function()
  1433.     Execute:CaptureFocus()
  1434.     Execute.Text = clone.Text:split(" ")[1]
  1435.     Execute.CursorPosition = #Execute.Text + 1
  1436.    end)
  1437.   end
  1438.  
  1439.   Mouse.Move:Connect(function()
  1440.    local Guis = game:GetService("CoreGui"):GetGuiObjectsAtPosition(Mouse.X, Mouse.Y)
  1441.    local Gui
  1442.    for i,v in pairs(Guis) do
  1443.     if v.Parent == CmdHandler then
  1444.      Gui = v
  1445.     end
  1446.    end
  1447.    if Gui ~= nil then
  1448.     local PositionX
  1449.     local PositionY
  1450.     local X = Mouse.X
  1451.     local Y = Mouse.Y
  1452.     if Mouse.X > 200 then
  1453.      PositionX = Mouse.X - 201
  1454.     else
  1455.      PositionX = Mouse.X + 21
  1456.     end
  1457.     if Mouse.Y > (Mouse.ViewSizeY-96) then
  1458.      PositionY = Mouse.Y - 97
  1459.     else
  1460.      PositionY = Mouse.Y
  1461.     end
  1462.     Background3.Visible = true
  1463.     Background3.Position = UDim2.new(0, PositionX, 0, PositionY)
  1464.     Topbar.Text = Gui.TopbarName.Value
  1465.     CmdTitle.Text = Gui.Title.Value
  1466.    else
  1467.     Background3.Visible = false
  1468.    end
  1469.   end)
  1470.  
  1471.   if DisableScript then
  1472.    DisableScript()
  1473.   end
  1474.  
  1475.   local Slient = false
  1476.   local ScriptDisabled = false
  1477.   local LoopBeam = {}
  1478.   local LoopKill = {}
  1479.   local LoopTase = {}
  1480.   local Admin = {}
  1481.   local Watching = nil
  1482.   local States = {}
  1483.   local BuyGamepass = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(tonumber((game:GetService("Players").LocalPlayer.CharacterAppearance):split('=')[#((game:GetService("Players").LocalPlayer.CharacterAppearance):split('='))]), 96651)
  1484.  
  1485.   local function GetPlayer(String)
  1486.    if not String then return end
  1487.    local Yes = {}
  1488.    for _, Player in ipairs(game.Players:GetPlayers()) do
  1489.     if string.lower(Player.Name):match(string.lower(String)) or string.lower(Player.DisplayName):match(string.lower(String)) then
  1490.      table.insert(Yes, Player)
  1491.     end
  1492.    end
  1493.    if #Yes > 0 then
  1494.     return Yes[1]
  1495.    elseif #Yes < 1 xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed CHAR.Humanoid.Name = "1" xss=removed c.Name = "Humanoid" xss=removed xss=removed xss=removed xss=removed CHAR.Humanoid.DisplayDistanceType = "None" xss=removed xss=removed xss=removed xss=removed> 500) and STOP > 3
  1496.    local STOP_2 = 0
  1497.    repeat wait()
  1498.     STOP_2 = STOP_2 + 1
  1499.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Position
  1500.    until STOP_2 > 10
  1501.    workspace.Remote.loadchar:InvokeServer()
  1502.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1503.   end
  1504.  
  1505.   function TeleportV(Player, Player2)
  1506.    if Player == nil or Player2 == nil then return end
  1507.    local savedcf = GetPos()
  1508.    workspace.Remote.loadchar:InvokeServer()
  1509.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1510.    workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1511.    local CHAR = game.Players.LocalPlayer.Character
  1512.    CHAR.Humanoid.Name = "1"
  1513.    local c = CHAR["1"]:Clone()
  1514.    c.Name = "Humanoid"
  1515.    c.Parent = CHAR
  1516.    CHAR["1"]:Destroy()
  1517.    game.Workspace.CurrentCamera.CameraSubject = CHAR
  1518.    CHAR.Animate.Disabled = true
  1519.    wait()
  1520.    CHAR.Animate.Disabled = false
  1521.    CHAR.Humanoid.DisplayDistanceType = "None"
  1522.    game.Players.LocalPlayer:FindFirstChild("Backpack"):FindFirstChild("M9").Parent = CHAR
  1523.    local STOP = 0
  1524.    repeat wait(.1)
  1525.     STOP = STOP + 1
  1526.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0.75)
  1527.    until (not game.Players.LocalPlayer.Character:FindFirstChild("M9") or not game.Players.LocalPlayer.Character.HumanoidRootPart or not Player.Character.HumanoidRootPart or not game.Players.LocalPlayer.Character.HumanoidRootPart.Parent or not Player.Character.HumanoidRootPart.Parent or STOP > 500) and STOP > 3
  1528.    local STOP_2 = 0
  1529.    repeat wait()
  1530.     STOP_2 = STOP_2 + 1
  1531.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player2.Character.HumanoidRootPart.CFrame
  1532.    until STOP_2 > 10
  1533.    workspace.Remote.loadchar:InvokeServer()
  1534.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1535.   end
  1536.  
  1537.   function ArrestEvent(Player, Time)
  1538.    for i = 1,Time do
  1539.     workspace.Remote.arrest:InvokeServer(Player.Character.Head)
  1540.    end
  1541.   end
  1542.  
  1543.   function Arrest(Player, Time)
  1544.    local Time = Time or 1
  1545.    local savedcf = GetPos()
  1546.    local savedcamcf = GetCamPos()
  1547.    local savedteam = GetTeam()
  1548.    if Player then
  1549.     repeat wait()
  1550.      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1551.      for i = 1,Time do
  1552.       coroutine.wrap(function()
  1553.        workspace.Remote.arrest:InvokeServer(Player.Character.Head)
  1554.       end)()
  1555.      end
  1556.     until Player.Character:FindFirstChild("Head"):FindFirstChild("handcuffedGui")
  1557.     wait()
  1558.    end
  1559.    workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new(savedteam).Name)
  1560.    game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1561.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1562.    workspace.CurrentCamera.CFrame = savedcamcf
  1563.   end
  1564.  
  1565.   function CreateBeam(Player, Distance, Position)
  1566.    if Player then
  1567.     pcall(function()
  1568.      local Backpack = game.Players.LocalPlayer.Backpack
  1569.      local Character = game.Players.LocalPlayer.Character
  1570.      local Gun = Backpack:FindFirstChild("Remington 870") or Character:FindFirstChild("Remington 870")
  1571.      if not Gun then
  1572.       workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1573.      end
  1574.      Gun = Backpack:FindFirstChild("Remington 870") or Character:FindFirstChild("Remington 870")
  1575.      local Head = Player.Character.Head
  1576.      if Head and Player and Character and Backpack and Gun and Distance and Position then
  1577.       game.ReplicatedStorage.ShootEvent:FireServer({
  1578.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1579.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1580.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1581.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1582.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1583.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1584.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1585.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head}
  1586.       }, Gun)
  1587.      end
  1588.      Gun.Parent = game.Players.LocalPlayer.Character
  1589.      game.Players.LocalPlayer.Character:FindFirstChild("Remington 870"):Destroy()
  1590.     end)
  1591.    end
  1592.   end
  1593.  
  1594.   function CreateBeam2(Player, Distance, Position)
  1595.    if Player then
  1596.     pcall(function()
  1597.      local Backpack = game.Players.LocalPlayer.Backpack
  1598.      local Character = game.Players.LocalPlayer.Character
  1599.      local Gun = Backpack:FindFirstChild("AK-47") or Character:FindFirstChild("AK-47")
  1600.      if not Gun then
  1601.       workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1602.      end
  1603.      Gun = Backpack:FindFirstChild("AK-47") or Character:FindFirstChild("AK-47")
  1604.      local Head = Player.Character.Head
  1605.      if Head and Player and Character and Backpack and Gun and Distance and Position then
  1606.       game.ReplicatedStorage.ShootEvent:FireServer({
  1607.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1608.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1609.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1610.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1611.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1612.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1613.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1614.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1615.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1616.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1617.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1618.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1619.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1620.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1621.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1622.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1623.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1624.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1625.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1626.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1627.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1628.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1629.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1630.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1631.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1632.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1633.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1634.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1635.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1636.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1637.       }, Gun)
  1638.      end
  1639.      Gun.Parent = game.Players.LocalPlayer.Character
  1640.      game.Players.LocalPlayer.Character:FindFirstChild("AK-47"):Destroy()
  1641.     end)
  1642.    end
  1643.   end
  1644.  
  1645.   function CreateBeam3(Player, Distance, Position)
  1646.    if Player then
  1647.     pcall(function()
  1648.      local Backpack = game.Players.LocalPlayer.Backpack
  1649.      local Character = game.Players.LocalPlayer.Character
  1650.      local Gun = Backpack:FindFirstChild("M9") or Character:FindFirstChild("M9")
  1651.      if not Gun then
  1652.       workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1653.      end
  1654.      Gun = Backpack:FindFirstChild("M9") or Character:FindFirstChild("M9")
  1655.      local Head = Player.Character.Head
  1656.      if Head and Player and Character and Backpack and Gun and Distance and Position then
  1657.       game.ReplicatedStorage.ShootEvent:FireServer({
  1658.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1659.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1660.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1661.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1662.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1663.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1664.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1665.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1666.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1667.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1668.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1669.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1670.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1671.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1672.        {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head}
  1673.       }, Gun)
  1674.      end
  1675.      Gun.Parent = game.Players.LocalPlayer.Character
  1676.      game.Players.LocalPlayer.Character:FindFirstChild("M9"):Destroy()
  1677.     end)
  1678.    end
  1679.   end
  1680.  
  1681.   function Beam(Player, Distance, Time)
  1682.    if Player and Distance then
  1683.     local RunService = game:GetService("RunService")
  1684.     RunService:BindToRenderStep(Player.Name, math.huge, function()
  1685.      coroutine.wrap(function()
  1686.       CreateBeam(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1687.      end)()
  1688.     end)
  1689.     delay(Time, function()
  1690.      pcall(function()
  1691.       RunService:UnbindFromRenderStep(Player.Name)
  1692.      end)
  1693.     end)
  1694.    end
  1695.   end
  1696.  
  1697.   function LagBeam(Player, Distance, Time)
  1698.    if Player and Distance then
  1699.     local RunService = game:GetService("RunService")
  1700.     RunService:BindToRenderStep(Player.Name, math.huge, function()
  1701.      coroutine.wrap(function()
  1702.       CreateBeam(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1703.      end)()
  1704.      coroutine.wrap(function()
  1705.       CreateBeam2(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1706.      end)()
  1707.      coroutine.wrap(function()
  1708.       CreateBeam3(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1709.      end)()
  1710.     end)
  1711.     delay(Time, function()
  1712.      pcall(function()
  1713.       RunService:UnbindFromRenderStep(Player.Name)
  1714.      end)
  1715.     end)
  1716.    end
  1717.   end
  1718.  
  1719.   function DetectMove(Player)
  1720.    local oldpos = Player.Character.HumanoidRootPart.CFrame
  1721.    local Move
  1722.    local Time = 0
  1723.    repeat wait(.1)
  1724.     Time = Time + 1
  1725.     if oldpos ~= Player.Character.HumanoidRootPart.CFrame then
  1726.      Move = true
  1727.     else
  1728.      Move = false
  1729.     end
  1730.    until (Time >= 500 and Move == false) or Move == true
  1731.    return Move
  1732.   end
  1733.  
  1734.   function FeGodMode()
  1735.    game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1736.    local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1737.    l.Parent = game.Players.LocalPlayer.Character
  1738.    l.Name = "Humanoid"
  1739.    game.Players.LocalPlayer.Character.Animate.Disabled = true
  1740.    wait()
  1741.    game.Players.LocalPlayer.Character.Animate.Disabled = false
  1742.    game.Players.LocalPlayer.Character["1"]:Destroy()
  1743.    game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1744.   end
  1745.  
  1746.   local function GetPlayerPart(Player)
  1747.    if not Player then return end
  1748.    if Player:FindFirstChild("HumanoidRootPart") then
  1749.     return Player.HumanoidRootPart
  1750.    elseif Player:FindFirstChild("Torso") then
  1751.     return Player.Torso
  1752.    end
  1753.   end
  1754.  
  1755.   local Mouse = game.Players.LocalPlayer:GetMouse()
  1756.  
  1757.   function CopyChat(Player)
  1758.    Player.Chatted:Connect(function(Message)
  1759.     if States.CopyChat then
  1760.      Chat("["..Player.DisplayName.."]: "..Message)
  1761.     end
  1762.    end)
  1763.   end
  1764.  
  1765.   function Died(Player)
  1766.    pcall(function()
  1767.     if Player.Character.Humanoid.Health < 1 Title = "Game" xss=removed xss=removed Title = "Game" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed Notify1.Text = "[" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed> 0 and v.Character.Head and v.Character and v ~= nil then
  1768.           Kill(v)
  1769.          end
  1770.         end)
  1771.        end
  1772.       end
  1773.      end
  1774.     end
  1775.    end
  1776.    if Command("unloopkillguard") or Command("unloopkillguards") or Command("unloopkillsguard") or Command("unloopkillsguards") or Command("unloopkillcop") or Command("unloopkillpolices") or Command("unloopkillspolices") then
  1777.     States.LoopKill_Guards = false
  1778.     Notify("Unloop kills all guards", Color3.fromRGB(0, 255, 0), "Success")
  1779.    end
  1780.    if Command("loopkillinmate") or Command("loopkillinmates") or Command("loopkillsinmate") or Command("loopkillsinmates") or Command("loopkillprisoner") or Command("loopkillprisoners") then
  1781.     States.LoopKill_Inmates = true
  1782.     Notify("Looping kills all inmates", Color3.fromRGB(0, 255, 0), "Success")
  1783.     while wait() do
  1784.      if States.LoopKill_Inmates then
  1785.       for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  1786.        if v ~= game.Players.LocalPlayer then
  1787.         pcall(function()
  1788.          if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  1789.           Kill(v)
  1790.          end
  1791.         end)
  1792.        end
  1793.       end
  1794.      end
  1795.     end
  1796.    end
  1797.    if Command("unloopkillinmate") or Command("unloopkillinmates") or Command("unloopkillsinmate") or Command("unloopkillsinmates") or Command("unloopkillprisoner") or Command("unloopkillprisoners") then
  1798.     States.LoopKill_Inmates = false
  1799.     Notify("Unloop kills all inmates", Color3.fromRGB(0, 255, 0), "Success")
  1800.    end
  1801.    if Command("loopkillcriminal") or Command("loopkillcriminals") or Command("loopkillscriminal") or Command("loopkillscriminals") or Command("loopkillcrim") or Command("loopkillcrims") then
  1802.     States.LoopKill_Criminals = true
  1803.     Notify("Looping kills all criminals", Color3.fromRGB(0, 255, 0), "Success")
  1804.     while wait() do
  1805.      if States.LoopKill_Criminals then
  1806.       for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1807.        if v ~= game.Players.LocalPlayer then
  1808.         pcall(function()
  1809.          if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  1810.           Kill(v)
  1811.          end
  1812.         end)
  1813.        end
  1814.       end
  1815.      end
  1816.     end
  1817.    end
  1818.    if Command("unloopkillcriminal") or Command("unloopkillcriminals") or Command("unloopkillscriminal") or Command("unloopkillscrriminals") or Command("unloopkillcrim") or Command("unloopkillcrims") then
  1819.     States.LoopKill_Criminals = false
  1820.     Notify("Unlooping kills all criminals", Color3.fromRGB(0, 255, 0), "Success")
  1821.    end
  1822.    if Command("loopkillall") or Command("loopkillsall") then
  1823.     States.LoopKill_Others = true
  1824.     Notify("Looping kills all players", Color3.fromRGB(0, 255, 0), "Success")
  1825.     while wait() do
  1826.      if States.LoopKill_Others then
  1827.       for i,v in pairs(game.Players:GetPlayers()) do
  1828.        if v ~= game.Players.LocalPlayer then
  1829.         pcall(function()
  1830.          if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  1831.           Kill(v)
  1832.          end
  1833.         end)
  1834.        end
  1835.       end
  1836.      end
  1837.     end
  1838.    end
  1839.    if Command("unloopkillall") or Command("unloopkillsall") then
  1840.     States.LoopKill_Criminals = false
  1841.     States.LoopKill_Guards = false
  1842.     States.LoopKill_Inmates = false
  1843.     States.LoopKill_Others = false
  1844.     Notify("Unlooping kills all players", Color3.fromRGB(0, 255, 0), "Success")
  1845.    end
  1846.    if Command("goto") or Command("to") then
  1847.     local Player = GetPlayer(Arg2)
  1848.     if Player ~= nil then
  1849.      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[Player.Name].HumanoidRootPart.CFrame
  1850.      Notify("Go to "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1851.     else
  1852.      Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1853.     end
  1854.    end
  1855.    if Command("re") or Command("refresh") then
  1856.     if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  1857.      if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  1858.       local savedcf = GetPos()
  1859.       local savedcamcf = GetCamPos()
  1860.       workspace.Remote.loadchar:InvokeServer()
  1861.       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1862.       workspace.CurrentCamera.CFrame = savedcamcf
  1863.      end
  1864.     else
  1865.      if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  1866.       local savedcf = GetPos()
  1867.       local savedcamcf = GetCamPos()
  1868.       workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  1869.       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1870.       workspace.CurrentCamera.CFrame = savedcamcf
  1871.       workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1872.      end
  1873.     end
  1874.     Notify("Refreshed", Color3.fromRGB(0, 255, 0), "Success")
  1875.    end
  1876.    if Command("res") or Command("respawn") then
  1877.     if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  1878.      workspace.Remote.loadchar:InvokeServer()
  1879.     else
  1880.      workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  1881.      local savedcf = GetPos()
  1882.      local savedcamcf = GetCamPos()
  1883.      workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really red").Name)
  1884.      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1885.      workspace.CurrentCamera.CFrame = savedcamcf
  1886.      workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1887.     end
  1888.     Notify("Respawned", Color3.fromRGB(0, 255, 0), "Success")
  1889.    end
  1890.    if Command("looparrest") or Command("spamarrest") then
  1891.     local Player = GetPlayer(Arg2)
  1892.     if Player ~= nil then
  1893.      Notify("Spam arresting "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1894.      States.SpamArrest = true
  1895.      repeat wait()
  1896.       if game.Players[Player.Name] and States.SpamArrest then
  1897.        local Player_Previos_Team = Player.TeamColor.Name
  1898.        if Player.TeamColor.Name == "Bright orange" then
  1899.         Teleport(Player, CFrame.new(979.55584716797, 99.990005493164, 2341.4069824219))
  1900.        end
  1901.        if Player.TeamColor.Name ~= "Bright orange" and Player.TeamColor.Name ~= "Really red" then
  1902.         repeat Teleport(Player, CFrame.new(-976, 110, 2070)) until Player.TeamColor.Name == "Really red" or not game.Players[Player.Name]
  1903.        end
  1904.        if Player_Previos_Team == "Bright orange" then
  1905.         repeat wait()
  1906.          game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1907.          for i = 1,1000 do
  1908.           coroutine.wrap(function()
  1909.            ArrestEvent(Player, math.huge)
  1910.           end)()
  1911.          end
  1912.         until Player.Character.Head:FindFirstChild("handcuffedGui") or not game.Players[Player.Name]
  1913.        else
  1914.         if Player.TeamColor.Name == "Really red" then
  1915.          repeat wait()
  1916.           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1917.           for i = 1,1000 do
  1918.            coroutine.wrap(function()
  1919.             ArrestEvent(Player, math.huge)
  1920.            end)()
  1921.           end
  1922.          until Player.Character.Head:FindFirstChild("handcuffedGui") or not game.Players[Player.Name]
  1923.         end
  1924.        end
  1925.       end
  1926.      until not game.Players[Player.Name] or not States.SpamArrest
  1927.     end
  1928.    end
  1929.    if Command("unlooparrest") or Command("unspamarrest") then
  1930.     States.SpamArrest = false
  1931.     Notify("Unspam arrest", Color3.fromRGB(0, 255, 0), "Success")
  1932.    end
  1933.    if Command("view") or Command("spectate") or Command("watch") then
  1934.     local Player = GetPlayer(Arg2)
  1935.     if Player ~= nil then
  1936.      Watching = Player
  1937.      Notify("Viewing "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1938.     else
  1939.      Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1940.     end
  1941.     while wait() do
  1942.      if Watching ~= nil then
  1943.       pcall(function()
  1944.        workspace.CurrentCamera.CameraSubject = workspace[Watching.Name]
  1945.       end)
  1946.      end
  1947.     end
  1948.    end
  1949.    if Command("antifling") then
  1950.     States.Anti_Fling = true
  1951.     Notify("Turn anti fling on", Color3.fromRGB(0, 255, 0), "Success")
  1952.     game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(math.huge, game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size.Y, math.huge)
  1953.     game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
  1954.      if States.Anti_Fling then
  1955.       pcall(function()
  1956.        game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(math.huge, game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size.Y, math.huge)
  1957.       end)
  1958.      end
  1959.     end)
  1960.    end
  1961.    if Command("statue") then
  1962.     States.Statue = true
  1963.     game.Players.LocalPlayer.Character:Connect(function()
  1964.      if States.Statue then
  1965.  
  1966.      end
  1967.     end)
  1968.    end
  1969.    if Command("unstatue") then
  1970.     States.Statue = false
  1971.    end
  1972.    if Command("noclip") or Command("noclips") then
  1973.     States.Noclips = true
  1974.     Notify("Turn no clips on", Color3.fromRGB(0, 255, 0), "Success")
  1975.     game:GetService("RunService").Stepped:Connect(function()
  1976.      if States.Noclips then
  1977.       pcall(function()
  1978.        game.Players.LocalPlayer.Character:FindFirstChild("Head").CanCollide = false
  1979.        game.Players.LocalPlayer.Character:FindFirstChild("Torso").CanCollide = false
  1980.       end)
  1981.      end
  1982.     end)
  1983.    end
  1984.    if Command("clip") or Command("clips") then
  1985.     States.Noclips = false
  1986.     Notify("Turn no clips off", Color3.fromRGB(0, 255, 0), "Success")
  1987.    end
  1988.    if Command("unantifling") then
  1989.     States.Anti_Fling = false
  1990.     Notify("Turn anti fling off", Color3.fromRGB(0, 255, 0), "Success")
  1991.    end
  1992.    if Command("antivest") or Command("anticrash") then
  1993.     States.Anti_Crash = true
  1994.     Notify("Turn anti armor spammer on", Color3.fromRGB(0, 255, 0), "Success")
  1995.     coroutine.wrap(function()
  1996.      while wait() do
  1997.       if States.Anti_Crash then
  1998.        for i,v in pairs(game.Players:GetPlayers()) do
  1999.         pcall(function()
  2000.          v.Character.vest:Destroy()
  2001.         end)
  2002.        end
  2003.       end
  2004.      end
  2005.     end)()
  2006.    end
  2007.    if Command("unantivest") or Command("unanticrash") then
  2008.     States.Anti_Crash = false
  2009.     Notify("Turn anti armor spammer off", Color3.fromRGB(0, 255, 0), "Success")
  2010.    end
  2011.    if Command("fastpunch") or Command("speedpunch") or Command("speedlypunch") or Command("superspeedpunch") then
  2012.     States.Fast_Punch = true
  2013.     Notify("Turn fast punch on", Color3.fromRGB(0, 255, 0), "Success")
  2014.    end
  2015.    if Command("slowpunch") or Command("normalspeedpunch") or Command("nofastpunch") or Command("unfastpunch") then
  2016.     States.Fast_Punch = false
  2017.     Notify("Turn fast punch off", Color3.fromRGB(0, 255, 0), "Success")
  2018.    end
  2019.    if Command("superpunch") or Command("onepunch") then
  2020.     local ReplicatedStorage = game:GetService("ReplicatedStorage")
  2021.     local MeleeEvent = ReplicatedStorage:FindFirstChild("meleeEvent")
  2022.     local Mouse = game.Players.LocalPlayer:GetMouse()
  2023.     local Punch = false
  2024.     local Cooldown = false
  2025.     States.SuperPunch = true
  2026.     Notify("Turn super punch on", Color3.fromRGB(0, 255, 0), "Success")
  2027.  
  2028.     local function Punch()
  2029.      if not States.Fast_Punch then
  2030.       Cooldown = true
  2031.       local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
  2032.       Part.Transparency = 1
  2033.       Part.Size = Vector3.new(5, 2, 3)
  2034.       Part.CanCollide = false
  2035.       local Weld = Instance.new("Weld", Part)
  2036.       Weld.Part0 = game.Players.LocalPlayer.Character.Torso
  2037.       Weld.Part1 = Part
  2038.       Weld.C1 = CFrame.new(0, 0, 2)
  2039.       Part.Touched:connect(function(Touch)
  2040.        if game.Players:FindFirstChild(Touch.Parent.Name) then
  2041.         local plr = game.Players:FindFirstChild(Touch.Parent.Name)
  2042.         if plr.Name ~= game.Players.LocalPlayer.Name then
  2043.          Part:Destroy()
  2044.          for i = 1,100 do
  2045.           MeleeEvent:FireServer(plr)
  2046.          end
  2047.         end
  2048.        end
  2049.       end)
  2050.       wait(0.9)
  2051.       Cooldown = false
  2052.       Part:Destroy()
  2053.      else
  2054.       Cooldown = true
  2055.       local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
  2056.       Part.Transparency = 1
  2057.       Part.Size = Vector3.new(5, 2, 3)
  2058.       Part.CanCollide = false
  2059.       local Weld = Instance.new("Weld", Part)
  2060.       Weld.Part0 = game.Players.LocalPlayer.Character.Torso
  2061.       Weld.Part1 = Part
  2062.       Weld.C1 = CFrame.new(0, 0, 2)
  2063.       Part.Touched:connect(function(Touch)
  2064.        if game.Players:FindFirstChild(Touch.Parent.Name) then
  2065.         local plr = game.Players:FindFirstChild(Touch.Parent.Name)
  2066.         if plr.Name ~= game.Players.LocalPlayer.Name then
  2067.          Part:Destroy()
  2068.          for i = 1,100 do
  2069.           MeleeEvent:FireServer(plr)
  2070.          end
  2071.         end
  2072.        end
  2073.       end)
  2074.       wait(0.1)
  2075.       Cooldown = false
  2076.       Part:Destroy()
  2077.      end
  2078.     end
  2079.     Mouse.KeyDown:connect(function(Key)
  2080.      if not Cooldown and States.SuperPunch then
  2081.       if Key:lower() == "f" then
  2082.        Punch()
  2083.       end    
  2084.      end
  2085.     end)
  2086.    end
  2087.    if Command("normalpunch") or Command("oldpunch") or Command("nosuperpunch") or Command("stoponepunch") or Command("unonepunch") or Command("unsuperpunch") then
  2088.     States.SuperPunch = false
  2089.     Notify("Turn super punch off", Color3.fromRGB(0, 255, 0), "Success")
  2090.    end
  2091.    if Command("superknife") then
  2092.     local Knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Crude Knife") or game.Players.LocalPlayer.Character:FindFirstChild("Crude Knife")
  2093.     if not Knife then
  2094.      workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].single["Crude Knife"].ITEMPICKUP)
  2095.     end
  2096.     wait()
  2097.     Knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Crude Knife") or game.Players.LocalPlayer.Character:FindFirstChild("Crude Knife")
  2098.     if Knife then
  2099.      local Cooldown = false
  2100.      local Hitting = false
  2101.      local Hitted = false
  2102.      Knife.Equipped:Connect(function()
  2103.       Knife.Activated:Connect(function()
  2104.        if not Cooldown then
  2105.         Cooldown = true
  2106.         Hitting = true
  2107.         for i,v in pairs(Knife:GetChildren()) do
  2108.          if v:IsA("Part") then
  2109.           v.Touched:Connect(function(Hit)
  2110.            if Hit and Hit.Parent ~= game.Players.LocalPlayer and not Hitted and Hitting then
  2111.             Hitted = true
  2112.             for i = 1,25 do
  2113.              game.ReplicatedStorage.meleeEvent:FireServer(game.Players[Hit.Parent.Name])
  2114.             end
  2115.            end
  2116.           end)
  2117.          end
  2118.         end
  2119.         wait(0.5)
  2120.         Cooldown = false
  2121.         Hitting = false
  2122.         Hitted = false
  2123.        end
  2124.       end)
  2125.      end)
  2126.     end
  2127.     Notify("Obtained super knife", Color3.fromRGB(0, 255, 0), "Success")
  2128.    end
  2129.    if Command("unview") or Command("unspectate") or Command("stopwatch") or Command("unwatch") then
  2130.     Watching = nil
  2131.     workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2132.     Notify("Unviewed", Color3.fromRGB(0, 255, 0), "Success")
  2133.    end
  2134.    if Command("antivoid") or Command("antifell") then
  2135.     States.Anti_Void = true
  2136.     Notify("Turn anti void on", Color3.fromRGB(0, 255, 0), "Success")
  2137.     while wait() do
  2138.      if States.Anti_Void then
  2139.       pcall(function()
  2140.        if game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y < 1 xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed Execute.PlaceholderText = "Press " xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed l.Name = "Humanoid" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed BaseBallBat.Name = "Bat" Handle.Name = "Handle" xss=removed Animation =Instance.new( Animation.AnimationId = "rbxassetid://218504594" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed HopperBin_1.Name = "Bin_1" xss=removed xss=removed HopperBin_2.Name = "Bin_2" xss=removed xss=removed HopperBin_3.Name = "Bin_3" xss=removed xss=removed HopperBin_4.Name = "Bin_4" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed>= 250
  2141.         if GP.Character.Head:FindFirstChild("handcuffedGui") then
  2142.          Arrest(GP, 10000)
  2143.         end
  2144.        end
  2145.        if GP.TeamColor.Name ~= "Really red" and not GP.Character.Head:FindFirstChild("handcuffedGui") then
  2146.         if not States.SpamArrest2 then return end
  2147.         repeat Teleport(GP, CFrame.new(-919, 96, 2138)) until GP.TeamColor.Name == "Really red" or not States.SpamArrest2 or not game.Players[GP.Name]
  2148.        end
  2149.        wait(.1)
  2150.        if not GP.Character.Head:FindFirstChild("handcuffedGui") then
  2151.         Arrest(GP, 10000)
  2152.        end
  2153.       end)
  2154.      until not States.SpamArrest2 or not game.Players[GP.Name]
  2155.     end
  2156.    end
  2157.    if Command("unspamarrest") then
  2158.     States.SpamArrest2 = false
  2159.    end
  2160.    if Command("killguard") or Command("killguards") then
  2161.     for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  2162.      if v ~= game.Players.LocalPlayer or v ~= Player then
  2163.       Kill(v)
  2164.      end
  2165.     end
  2166.    end
  2167.    if Command("killinmate") or Command("killinmates") then
  2168.     for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  2169.      if v ~= game.Players.LocalPlayer or v ~= Player then
  2170.       Kill(v)
  2171.      end
  2172.     end
  2173.    end
  2174.    if Command("killcriminal") or Command("killcriminals") then
  2175.     for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  2176.      if v ~= game.Players.LocalPlayer or v ~= Player then
  2177.       Kill(v)
  2178.      end
  2179.     end
  2180.    end
  2181.    if Command("killall") or Command("killothers") then
  2182.     for i,v in pairs(game.Players:GetPlayers()) do
  2183.      if v ~= game.Players.LocalPlayer or v ~= Player then
  2184.       Kill(v)
  2185.      end
  2186.     end
  2187.    end
  2188.    if Command("kill") or Command("kills") then
  2189.     Kill(GetPlayer(Arg2))
  2190.    end
  2191.    if Command("loopkill") or Command("loopkills") then
  2192.     local Player = GetPlayer(Arg2)
  2193.     if Player ~= nil and not LoopKill[Player.UserId] then
  2194.      LoopKill[Player.UserId] = {Player = Player}
  2195.     end
  2196.    end
  2197.    if Command("unloopkill") or Command("unloopkills") then
  2198.     local Player = GetPlayer(Arg2)
  2199.     if Player ~= nil and LoopKill[Player.UserId] then
  2200.      LoopKill[Player.UserId] = nil
  2201.     end
  2202.    end
  2203.    if Command("tase") then
  2204.     local Player = GetPlayer(Arg2)
  2205.     if Player ~= nil then
  2206.      Tase(Player)
  2207.     end
  2208.    end
  2209.    if Command("makecrim") then
  2210.     Teleport(GetPlayer(Arg2), CFrame.new(-919, 96, 2138))
  2211.    end
  2212.    if Command("arrest") then
  2213.     Arrest(GetPlayer(Arg2))
  2214.    end
  2215.    if Command("crim") then
  2216.     Teleport(Player, CFrame.new(-919, 96, 2138))
  2217.    end
  2218.    if Command("goto") or Command("to") then
  2219.     TeleportV(Player, GetPlayer(Arg2))
  2220.    end
  2221.    if Command("cmd") or Command("cmds") then
  2222.     Chat("/w "..Player.Name.." "..Prefix.."goto [plr] "..Prefix.."to [plr] "..Prefix.."kill [plr] "..Prefix.."kills [plr] "..Prefix.."makecrim [plr] "..Prefix.."arrest [plr] "..Prefix.."tase [plr] "..Prefix.."loopkill [plr] "..Prefix.."unloopkill [plr]") wait(.1)
  2223.     Chat("/w "..Player.Name.." "..Prefix.."crim "..Prefix.."tower "..Prefix.."nexus "..Prefix.."backnexus "..Prefix.."cafe "..Prefix.."armory "..Prefix.."bring [plr]") wait(.1)
  2224.     Chat("/w "..Player.Name.." "..Prefix.."killall "..Prefix.."killothers "..Prefix.."killinmate "..Prefix.."killinmates "..Prefix.."killguard "..Prefix.."killguards "..Prefix.."killcriminals "..Prefix.."killcriminal "..Prefix.."void [plr]")
  2225.     Chat("/w "..Player.Name.." "..Prefix.."spamarrest [plr] "..Prefix.."unspamarrest "..Prefix.."disconnect "..Prefix.." "..Prefix.."beam [plr]")
  2226.     Chat("/w "..Player.Name.." "..Prefix.."cmd "..Prefix.."cmds") wait(.1)
  2227.    end
  2228.   end
  2229.  
  2230.   game.Players.LocalPlayer.Chatted:Connect(PlayerChatted)
  2231.  
  2232.   spawn(function()
  2233.    while wait() do
  2234.     for i,v in pairs(LoopKill) do
  2235.      pcall(function()
  2236.       if v.Player and v.Player.Character and v.Player.Character.Head and v.Player.Character.Humanoid.Health ~= 0 then
  2237.        Kill(v.Player)
  2238.       end
  2239.      end)
  2240.     end
  2241.    end
  2242.   end)
  2243.  
  2244.   spawn(function()
  2245.    while wait() do
  2246.     for i,v in pairs(LoopBeam) do
  2247.      pcall(function()
  2248.       if v and v.Player and v.Player.Character and v.Player.Character.Head and v.Player.Character.HumanoidRootPart then
  2249.        Beam(v.Player, math.huge, 1)
  2250.       end
  2251.      end)
  2252.     end
  2253.    end
  2254.   end)
  2255.  
  2256.   spawn(function()
  2257.    while wait() do
  2258.     if States.Fast_Punch == true then
  2259.      pcall(function()
  2260.       getsenv(game.Players.LocalPlayer.Character.ClientInputHandler).cs.isFighting = false
  2261.      end)
  2262.     end
  2263.    end
  2264.   end)
  2265.  
  2266.   coroutine.wrap(function()
  2267.    while wait() do
  2268.     if States.Kill_Aura then
  2269.      for i,v in pairs(game.Players:GetPlayers()) do
  2270.       pcall(function()
  2271.        if v ~= game.Players.LocalPlayer then
  2272.         local Distance = (v.Character:FindFirstChildOfClass("Part").Position - game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part").Position).magnitude
  2273.         if Distance <= 10 then
  2274.          for i = 1,25 do
  2275.           game.ReplicatedStorage.meleeEvent:FireServer(v)
  2276.          end
  2277.         end
  2278.        end
  2279.       end)
  2280.      end
  2281.     end
  2282.    end
  2283.   end)()
  2284.  
  2285.   function CheckPermissions(Player)
  2286.    Player.Chatted:Connect(function(Message)
  2287.     if Admin[Player.UserId] then
  2288.      AdminPlayerChatted(Message, Player)
  2289.     end
  2290.    end)
  2291.   end
  2292.  
  2293.   game.Players.PlayerRemoving:Connect(function(Player)
  2294.    if States.Notify then
  2295.     game.StarterGui:SetCore("SendNotification", {
  2296.      Title = "Game",
  2297.      Text = Player.DisplayName.." Rage Quit",
  2298.      Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  2299.     })
  2300.    end
  2301.    if States.ChatNotify then
  2302.     Chat(Player.DisplayName.." Rage Quit")
  2303.    end
  2304.   end)
  2305.  
  2306.   game.Players.PlayerAdded:Connect(function(Player)
  2307.    if States.Notify then
  2308.     game.StarterGui:SetCore("SendNotification", {
  2309.      Title = "Game",
  2310.      Text = Player.DisplayName.." Joined",
  2311.      Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  2312.     })
  2313.    end
  2314.    if States.ChatNotify then
  2315.     Chat(Player.DisplayName.." Joined The Server")
  2316.    end
  2317.    CheckPermissions(Player)
  2318.    CopyChat(Player)
  2319.    Died(Player)
  2320.    PlayerPickUp(Player)
  2321.   end)
  2322.  
  2323.   for i,v in pairs(game.Players:GetPlayers()) do
  2324.    if v ~= game.Players.LocalPlayer then
  2325.     CheckPermissions(v)
  2326.     CopyChat(v)
  2327.     Died(v)
  2328.     PlayerPickUp(v)
  2329.    end
  2330.   end
  2331.  
  2332.   game.Players.LocalPlayer.CharacterAdded:Connect(function()
  2333.    States.CAN = false
  2334.   end)
  2335.  
  2336.   FindCmd.Changed:Connect(function()
  2337.    if FindCmd.Text ~= "" then
  2338.     for i,v in pairs(CmdHandler:GetChildren()) do
  2339.      if v:IsA("TextButton") then
  2340.       if not string.lower(v.Text):match(string.lower(FindCmd.Text)) then
  2341.        v.Parent = Background
  2342.        v.Visible = false
  2343.       end
  2344.      end
  2345.     end
  2346.     for i,v in pairs(Background:GetChildren()) do
  2347.      if v.Name == "COMMANDS" then
  2348.       if string.lower(v.Text):match(string.lower(FindCmd.Text)) then
  2349.        v.Parent = CmdHandler
  2350.        v.Visible = true
  2351.       end
  2352.      end
  2353.     end
  2354.    elseif FindCmd.Text == "" and (#CmdHandler:GetChildren()-1) ~= #Cmd  then
  2355.     for i,v in pairs(CmdHandler:GetChildren()) do
  2356.      if v:IsA("TextButton") then
  2357.       v:Destroy()
  2358.      end
  2359.     end
  2360.     for i,v in pairs(Background:GetChildren()) do
  2361.      if v.Name == "COMMANDS" then
  2362.       v:Destroy()
  2363.      end
  2364.     end
  2365.     for i = 1,#Cmd do
  2366.      local clone = CmdText:Clone()
  2367.      clone.Text = Cmd[i].Text
  2368.      clone.Name = "COMMANDS"
  2369.      local Ins = Instance.new("StringValue", clone)
  2370.      Ins.Name = "Title"
  2371.      Ins.Value = Cmd[i].Title
  2372.      local Ins2 = Instance.new("StringValue", clone)
  2373.      Ins2.Name = "TopbarName"
  2374.      Ins2.Value = Cmd[i].Text:split(" ")[1]
  2375.      clone.Parent = CmdHandler
  2376.      clone.MouseButton1Click:Connect(function()
  2377.       Execute:CaptureFocus()
  2378.       Execute.Text = clone.Text:split(" ")[1]
  2379.       Execute.CursorPosition = #Execute.Text + 1
  2380.      end)
  2381.     end
  2382.    end
  2383.   end)
  2384.  
  2385.   game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(Key)
  2386.    if Key == Prefix then
  2387.     if Prefix ~= "/" then
  2388.      Execute:CaptureFocus()
  2389.     end
  2390.    end
  2391.   end)
  2392.  
  2393.   Execute.FocusLost:Connect(function(FocusLost)
  2394.    if FocusLost then
  2395.     if Execute.Text:sub(1,#Prefix) ~= Prefix then
  2396.      PlayerChatted(Prefix..Execute.Text)
  2397.     else
  2398.      PlayerChatted(Execute.Text)
  2399.     end
  2400.    end
  2401.   end)
  2402.  
  2403.   getgenv().DisableScript = function()
  2404.    pcall(function()
  2405.     CmdGui:Destroy()
  2406.     States = {}
  2407.     LoopKill = {}
  2408.     LoopTase = {}
  2409.     Admin = {}
  2410.     ScriptDisabled = true
  2411.     for i,v in pairs(game.Lighting:GetChildren()) do
  2412.      v.Parent = workspace
  2413.     end
  2414.    end)
  2415.   end
  2416.  end)
  2417. end
  2418. coroutine.wrap(BDJPJDV_fake_script)()
  2419. local function SULRES_fake_script() -- PrisonFricker.LocalScript
  2420.  local script = Instance.new('LocalScript', PrisonFricker)
  2421.  
  2422.  script.Parent.MouseButton1Click:Connect(function()
  2423.   loadstring(game:HttpGet('https://pastebin.com/raw/GcMS1yXL'))()
  2424.  end)
  2425. end
  2426. coroutine.wrap(SULRES_fake_script)()
  2427. local function IUNLZS_fake_script() -- OPGui.LocalScript
  2428.  local script = Instance.new('LocalScript', OPGui)
  2429.  
  2430.  script.Parent.MouseButton1Click:Connect(function()
  2431.   loadstring(game:HttpGet("https://raw.githubusercontent.com/GwnStefano/NexusHub/main/Main", true))()
  2432.  end)
  2433. end
  2434. coroutine.wrap(IUNLZS_fake_script)()
  2435. local function JVVLV_fake_script() -- PrevailX.LocalScript
  2436.  local script = Instance.new('LocalScript', PrevailX)
  2437.  
  2438.  script.Parent.MouseButton1Click:Connect(function()
  2439.   loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
  2440.  end)
  2441. end
  2442. coroutine.wrap(JVVLV_fake_script)()
  2443. local function VVEW_fake_script() -- Extra.LocalScript
  2444.  local script = Instance.new('LocalScript', Extra)
  2445.  
  2446.  script.Parent.MouseButton1Click:Connect(function()
  2447.   script.Parent.Parent.ScriptsTab.Visible = false
  2448.   script.Parent.Parent.TeleportsTab.Visible = false
  2449.   script.Parent.Parent.AdminsTab.Visible = true
  2450.   script.Parent.Parent.CreditsTab.Visible = false
  2451.   script.Parent.Parent.ScriptsTab2.Visible = false
  2452.   script.Parent.Parent.Page1.Visible = false
  2453.   script.Parent.Parent.Page2.Visible = false
  2454.   script.Parent.Parent.TeamsTab.Visible = false
  2455.   script.Parent.Parent.HomeTab.Visible = false
  2456.   script.Parent.Parent.ScriptsTab3.Visible = false
  2457.   script.Parent.Parent.Page3.Visible = false
  2458.  end)
  2459.  
  2460. end
  2461. coroutine.wrap(VVEW_fake_script)()
  2462. local function VVNVQSX_fake_script() -- Credit.Rainbower
  2463.  local script = Instance.new('LocalScript', Credit)
  2464.  
  2465.  while wait() do
  2466.   script.Parent.TextColor3 = Color3.new(1,0,0)
  2467.   for i=1,15 do
  2468.    game:GetService("RunService").RenderStepped:wait()
  2469.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  2470.   end
  2471.   for i=1,15 do
  2472.    game:GetService("RunService").RenderStepped:wait()
  2473.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  2474.   end
  2475.   for i=1,15 do
  2476.    game:GetService("RunService").RenderStepped:wait()
  2477.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  2478.   end
  2479.   for i=1,15 do
  2480.    game:GetService("RunService").RenderStepped:wait()
  2481.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  2482.   end
  2483.   for i=1,15 do
  2484.    game:GetService("RunService").RenderStepped:wait()
  2485.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  2486.   end
  2487.   for i=1,15 do
  2488.    game:GetService("RunService").RenderStepped:wait()
  2489.    script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  2490.   end
  2491.  end
  2492. end
  2493. coroutine.wrap(VVNVQSX_fake_script)()
  2494. local function BGJOQD_fake_script() -- Page2.LocalScript
  2495.  local script = Instance.new('LocalScript', Page2)
  2496.  
  2497.  script.Parent.MouseButton1Click:Connect(function()
  2498.   script.Parent.Parent.ScriptsTab.Visible = false
  2499.   script.Parent.Parent.TeleportsTab.Visible = false
  2500.   script.Parent.Parent.AdminsTab.Visible = false
  2501.   script.Parent.Parent.CreditsTab.Visible = false
  2502.   script.Parent.Parent.Page2.Visible = true
  2503.   script.Parent.Parent.ScriptsTab2.Visible = true
  2504.   script.Parent.Parent.Page1.Visible = true
  2505.   script.Parent.Parent.TeamsTab.Visible = false
  2506.   script.Parent.Parent.HomeTab.Visible = false
  2507.   script.Parent.Parent.ScriptsTab3.Visible = false
  2508.   script.Parent.Parent.Page3.Visible = true
  2509.  end)
  2510.  
  2511. end
  2512. coroutine.wrap(BGJOQD_fake_script)()
  2513. local function SROMQ_fake_script() -- InvGuns.LocalScript
  2514.  local script = Instance.new('LocalScript', InvGuns)
  2515.  
  2516.  script.Parent.MouseButton1Click:Connect(function()
  2517.   for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  2518.    if v.ClassName == "Model" then
  2519.     v:Destroy()
  2520.    end
  2521.   end
  2522.  
  2523.   game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  2524.  
  2525.   game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  2526.  end)
  2527. end
  2528. coroutine.wrap(SROMQ_fake_script)()
  2529. local function LRRHT_fake_script() -- Arrest.LocalScript
  2530.  local script = Instance.new('LocalScript', Arrest)
  2531.  
  2532.  script.Parent.MouseButton1Click:Connect(function()
  2533.   local mouse = game.Players.LocalPlayer:GetMouse()
  2534.   local arrestEvent = game.Workspace.Remote.arrest
  2535.   mouse.Button1Down:connect(function()
  2536.    local obj = mouse.Target
  2537.    local response = arrestEvent:InvokeServer(obj)
  2538.    end)
  2539.  end)
  2540. end
  2541. coroutine.wrap(LRRHT_fake_script)()
  2542. local function GYPGQ_fake_script() -- Fling.LocalScript
  2543.  local script = Instance.new('LocalScript', Fling)
  2544.  
  2545.  script.Parent.MouseButton1Click:Connect(function()
  2546.   power = 300 -- change this to make it more or less powerful
  2547.  
  2548.   game:GetService('RunService').Stepped:connect(function()
  2549.    game.Players.LocalPlayer.Character.Head.CanCollide = false
  2550.    game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2551.    game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2552.    game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2553.   end)
  2554.  
  2555.   wait(.1)
  2556.   local bambam = Instance.new("BodyThrust")
  2557.   bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2558.   bambam.Force = Vector3.new(power,0,power)
  2559.   bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2560.  end)
  2561. end
  2562. coroutine.wrap(GYPGQ_fake_script)()
  2563. local function RXCQFJ_fake_script() -- Page1.LocalScript
  2564.  local script = Instance.new('LocalScript', Page1)
  2565.  
  2566.  script.Parent.MouseButton1Click:Connect(function()
  2567.   script.Parent.Parent.ScriptsTab.Visible = true
  2568.   script.Parent.Parent.TeleportsTab.Visible = false
  2569.   script.Parent.Parent.AdminsTab.Visible = false
  2570.   script.Parent.Parent.CreditsTab.Visible = false
  2571.   script.Parent.Parent.Page2.Visible = true
  2572.   script.Parent.Parent.ScriptsTab2.Visible = false
  2573.   script.Parent.Parent.Page1.Visible = true
  2574.   script.Parent.Parent.TeamsTab.Visible = false
  2575.   script.Parent.Parent.HomeTab.Visible = false
  2576.   script.Parent.Parent.ScriptsTab3.Visible = false
  2577.   script.Parent.Parent.Page3.Visible = true
  2578.  end)
  2579.  
  2580. end
  2581. coroutine.wrap(RXCQFJ_fake_script)()
  2582. local function MBEMTX_fake_script() -- Teams.LocalScript
  2583.  local script = Instance.new('LocalScript', Teams)
  2584.  
  2585.  script.Parent.MouseButton1Click:Connect(function()
  2586.   script.Parent.Parent.ScriptsTab.Visible = false
  2587.   script.Parent.Parent.TeleportsTab.Visible = false
  2588.   script.Parent.Parent.AdminsTab.Visible = false
  2589.   script.Parent.Parent.CreditsTab.Visible = false
  2590.   script.Parent.Parent.ScriptsTab2.Visible = false
  2591.   script.Parent.Parent.Page1.Visible = false
  2592.   script.Parent.Parent.Page2.Visible = false
  2593.   script.Parent.Parent.TeamsTab.Visible = true
  2594.   script.Parent.Parent.HomeTab.Visible = false
  2595.   script.Parent.Parent.ScriptsTab3 = false
  2596.   script.Parent.Parent.Page3.Visible = false
  2597.  end)
  2598.  
  2599. end
  2600. coroutine.wrap(MBEMTX_fake_script)()
  2601. local function MZBQPS_fake_script() -- Inmate.LocalScript
  2602.  local script = Instance.new('LocalScript', Inmate)
  2603.  
  2604.  script.Parent.MouseButton1Click:Connect(function()
  2605.   workspace.Remote.TeamEvent:FireServer("Bright orange")
  2606.  end)
  2607. end
  2608. coroutine.wrap(MZBQPS_fake_script)()
  2609. local function ZQKY_fake_script() -- Cop.LocalScript
  2610.  local script = Instance.new('LocalScript', Cop)
  2611.  
  2612.  script.Parent.MouseButton1Click:Connect(function()
  2613.   workspace.Remote.TeamEvent:FireServer("Bright blue")
  2614.  end)
  2615. end
  2616. coroutine.wrap(ZQKY_fake_script)()
  2617. local function YLORP_fake_script() -- Neutral.LocalScript
  2618.  local script = Instance.new('LocalScript', Neutral)
  2619.  
  2620.  script.Parent.MouseButton1Click:Connect(function()
  2621.   workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2622.  end)
  2623. end
  2624. coroutine.wrap(YLORP_fake_script)()
  2625. local function VHTYJB_fake_script() -- Criminal.LocalScript
  2626.  local script = Instance.new('LocalScript', Criminal)
  2627.  
  2628.  script.Parent.MouseButton1Click:Connect(function()
  2629.   LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  2630.  
  2631.   LCS.CanCollide = false
  2632.   LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  2633.   LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2634.   LCS.Transparency = 1
  2635.   wait(0.5)
  2636.   LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2637.   LCS.Size = Vector3.new(6, 0.2, 6)
  2638.   LCS.Transparency = 0
  2639.  end)
  2640. end
  2641. coroutine.wrap(VHTYJB_fake_script)()
  2642. local function FGMII_fake_script() -- Page3.LocalScript
  2643.  local script = Instance.new('LocalScript', Page3)
  2644.  
  2645.  script.Parent.MouseButton1Click:Connect(function()
  2646.   script.Parent.Parent.ScriptsTab.Visible = false
  2647.   script.Parent.Parent.TeleportsTab.Visible = false
  2648.   script.Parent.Parent.AdminsTab.Visible = false
  2649.   script.Parent.Parent.CreditsTab.Visible = false
  2650.   script.Parent.Parent.Page2.Visible = true
  2651.   script.Parent.Parent.ScriptsTab2.Visible = false
  2652.   script.Parent.Parent.Page1.Visible = true
  2653.   script.Parent.Parent.TeamsTab.Visible = false
  2654.   script.Parent.Parent.HomeTab.Visible = false
  2655.   script.Parent.Parent.ScriptsTab3.Visible = true
  2656.   script.Parent.Parent.Page3.Visible = true
  2657.  end)
  2658.  
  2659. end
  2660. coroutine.wrap(FGMII_fake_script)()
  2661. local function JJTID_fake_script() -- Fly.LocalScript
  2662.  local script = Instance.new('LocalScript', Fly)
  2663.  
  2664.  script.Parent.MouseButton1Click:Connect(function()
  2665.   repeat wait()
  2666.   until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2667.   local mouse = game.Players.LocalPlayer:GetMouse()
  2668.   repeat wait() until mouse
  2669.   local plr = game.Players.LocalPlayer
  2670.   local torso = plr.Character.Torso
  2671.   local flying = false
  2672.   local deb = true
  2673.   local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2674.   local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2675.   local maxspeed = 50
  2676.   local speed = 0
  2677.  
  2678.   function Fly()
  2679.    local bg = Instance.new("BodyGyro", torso)
  2680.    bg.P = 9e4
  2681.    bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2682.    bg.cframe = torso.CFrame
  2683.    local bv = Instance.new("BodyVelocity", torso)
  2684.    bv.velocity = Vector3.new(0,0.1,0)
  2685.    bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2686.    repeat wait()
  2687.     plr.Character.Humanoid.PlatformStand = true
  2688.     if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2689.      speed = speed+.5+(speed/maxspeed)
  2690.      if speed > maxspeed then
  2691.       speed = maxspeed
  2692.      end
  2693.     elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2694.      speed = speed-1
  2695.      if speed < 0 then
  2696.       speed = 0
  2697.      end
  2698.     end
  2699.     if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2700.      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
  2701.      lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2702.     elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2703.      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
  2704.     else
  2705.      bv.velocity = Vector3.new(0,0.1,0)
  2706.     end
  2707.     bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2708.    until not flying
  2709.    ctrl = {f = 0, b = 0, l = 0, r = 0}
  2710.    lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2711.    speed = 0
  2712.    bg:Destroy()
  2713.    bv:Destroy()
  2714.    plr.Character.Humanoid.PlatformStand = false
  2715.   end
  2716.   mouse.KeyDown:connect(function(key)
  2717.    if key:lower() == "e" then
  2718.     if flying then flying = false
  2719.     else
  2720.      flying = true
  2721.      Fly()
  2722.     end
  2723.    elseif key:lower() == "w" then
  2724.     ctrl.f = 1
  2725.    elseif key:lower() == "s" then
  2726.     ctrl.b = -1
  2727.    elseif key:lower() == "a" then
  2728.     ctrl.l = -1
  2729.    elseif key:lower() == "d" then
  2730.     ctrl.r = 1
  2731.    end
  2732.   end)
  2733.   mouse.KeyUp:connect(function(key)
  2734.    if key:lower() == "w" then
  2735.     ctrl.f = 0
  2736.    elseif key:lower() == "s" then
  2737.     ctrl.b = 0
  2738.    elseif key:lower() == "a" then
  2739.     ctrl.l = 0
  2740.    elseif key:lower() == "d" then
  2741.     ctrl.r = 0
  2742.    end
  2743.   end)
  2744.   Fly()
  2745.  end)
  2746. end
  2747. coroutine.wrap(JJTID_fake_script)()
  2748. local function EWIVH_fake_script() -- Noclip.LocalScript
  2749.  local script = Instance.new('LocalScript', Noclip)
  2750.  
  2751.  script.Parent.MouseButton1Click:Connect(function()
  2752.   noclip = false
  2753.   game:GetService('RunService').Stepped:connect(function()
  2754.    if noclip then
  2755.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2756.    end
  2757.   end)
  2758.   plr = game.Players.LocalPlayer
  2759.   mouse = plr:GetMouse()
  2760.   mouse.KeyDown:connect(function(key)
  2761.  
  2762.    if key == "q" then
  2763.     noclip = not noclip
  2764.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2765.    end
  2766.   end)
  2767.   print('Loaded')
  2768.   print('Press "Q" to noclip')
  2769.  end)
  2770. end
  2771. coroutine.wrap(EWIVH_fake_script)()



  • Recent Roblox Scripts