Advertisement
DiveGamerV2

Prison Life Script Admin OP

May 29th, 2022
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 140.18 KB | None | 0 0
  1. function GetPlayer(String)
  2. local Found = {}
  3. local strl = String:lower()
  4. for i,v in pairs(game.Players:GetPlayers()) do
  5. if v.Name:lower():sub(1, #String) == String:lower() then
  6. table.insert(Found,v.Name)
  7. end
  8. end
  9. return Found
  10. end
  11. local PrisonRuinerGui = Instance.new("ScreenGui")
  12. local Frame = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Kill = Instance.new("TextButton")
  15. local Merge = Instance.new("TextButton")
  16. local Kick = Instance.new("TextButton")
  17. local KillAll = Instance.new("TextButton")
  18. local Sword = Instance.new("TextButton")
  19. local Player = Instance.new("TextBox")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local Line = Instance.new("TextLabel")
  22. local Spectate = Instance.new("TextButton")
  23. local Goto = Instance.new("TextButton")
  24. local Unspectate = Instance.new("TextButton")
  25. PrisonRuinerGui.Name = "Prison Ruiner Gui"
  26. PrisonRuinerGui.Parent = game.CoreGui
  27. PrisonRuinerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28. Frame.Active = true
  29. Frame.Draggable = true
  30. Frame.Parent = PrisonRuinerGui
  31. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  32. Frame.BorderColor3 = Color3.new(0, 0, 0)
  33. Frame.BorderSizePixel = 0
  34. Frame.Position = UDim2.new(0.0496657118, 0, 0.473186165, 0)
  35. Frame.Size = UDim2.new(0, 337, 0, 319)
  36. TextLabel.Parent = Frame
  37. TextLabel.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  38. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Size = UDim2.new(0, 337, 0, 42)
  41. TextLabel.Font = Enum.Font.Cartoon
  42. TextLabel.Text = "Prison Ruiner Gui"
  43. TextLabel.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14
  46. TextLabel.TextWrapped = true
  47. Kill.Name = "Kill"
  48. Kill.Parent = Frame
  49. Kill.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  50. Kill.BorderColor3 = Color3.new(0, 0, 0)
  51. Kill.BorderSizePixel = 0
  52. Kill.Position = UDim2.new(0.0579999983, 0, 0.173843265, 0)
  53. Kill.Size = UDim2.new(0, 131, 0, 33)
  54. Kill.Font = Enum.Font.Cartoon
  55. Kill.Text = "Kill"
  56. Kill.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  57. Kill.TextScaled = true
  58. Kill.TextSize = 14
  59. Kill.TextWrapped = true
  60. Merge.Name = "Merge"
  61. Merge.Parent = Frame
  62. Merge.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  63. Merge.BorderColor3 = Color3.new(0, 0, 0)
  64. Merge.BorderSizePixel = 0
  65. Merge.Position = UDim2.new(0.550999999, 0, 0.173131928, 0)
  66. Merge.Size = UDim2.new(0, 131, 0, 33)
  67. Merge.Font = Enum.Font.Cartoon
  68. Merge.Text = "Merge"
  69. Merge.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  70. Merge.TextScaled = true
  71. Merge.TextSize = 14
  72. Merge.TextWrapped = true
  73. Kick.Name = "Kick"
  74. Kick.Parent = Frame
  75. Kick.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  76. Kick.BorderColor3 = Color3.new(0, 0, 0)
  77. Kick.BorderSizePixel = 0
  78. Kick.Position = UDim2.new(0.0579999983, 0, 0.300999999, 0)
  79. Kick.Size = UDim2.new(0, 131, 0, 33)
  80. Kick.Font = Enum.Font.Cartoon
  81. Kick.Text = "Kick"
  82. Kick.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  83. Kick.TextScaled = true
  84. Kick.TextSize = 14
  85. Kick.TextWrapped = true
  86. KillAll.Name = "Kill All"
  87. KillAll.Parent = Frame
  88. KillAll.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  89. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  90. KillAll.BorderSizePixel = 0
  91. KillAll.Position = UDim2.new(0.550999999, 0, 0.302032351, 0)
  92. KillAll.Size = UDim2.new(0, 131, 0, 33)
  93. KillAll.Font = Enum.Font.Cartoon
  94. KillAll.Text = "Kill All"
  95. KillAll.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  96. KillAll.TextScaled = true
  97. KillAll.TextSize = 14
  98. KillAll.TextWrapped = true
  99. Sword.Name = "Sword"
  100. Sword.Parent = Frame
  101. Sword.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  102. Sword.BorderColor3 = Color3.new(0, 0, 0)
  103. Sword.BorderSizePixel = 0
  104. Sword.Position = UDim2.new(0.0579999685, 0, 0.855558157, 0)
  105. Sword.Size = UDim2.new(0, 131, 0, 33)
  106. Sword.Font = Enum.Font.Cartoon
  107. Sword.Text = "Sword"
  108. Sword.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  109. Sword.TextScaled = true
  110. Sword.TextSize = 14
  111. Sword.TextWrapped = true
  112. Player.Name = "Player"
  113. Player.Parent = Frame
  114. Player.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  115. Player.BorderColor3 = Color3.new(0, 0, 0)
  116. Player.BorderSizePixel = 0
  117. Player.Position = UDim2.new(0.202000022, 0, 0.609539211, 0)
  118. Player.Size = UDim2.new(0, 200, 0, 33)
  119. Player.Font = Enum.Font.Cartoon
  120. Player.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  121. Player.PlaceholderText = "Player"
  122. Player.Text = ""
  123. Player.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  124. Player.TextScaled = true
  125. Player.TextSize = 14
  126. Player.TextWrapped = true
  127. TextLabel_2.Parent = Frame
  128. TextLabel_2.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  129. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  130. TextLabel_2.BorderSizePixel = 0
  131. TextLabel_2.Position = UDim2.new(0.855000019, 0, 0.654999971, 0)
  132. TextLabel_2.Size = UDim2.new(0, 49, 0, 40)
  133. TextLabel_2.Font = Enum.Font.Cartoon
  134. TextLabel_2.Text = "Gui by Uctron"
  135. TextLabel_2.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  136. TextLabel_2.TextScaled = true
  137. TextLabel_2.TextSize = 14
  138. TextLabel_2.TextWrapped = true
  139. Line.Name = "Line"
  140. Line.Parent = Frame
  141. Line.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  142. Line.BorderColor3 = Color3.new(0, 0, 0)
  143. Line.BorderSizePixel = 0
  144. Line.Position = UDim2.new(0, 0, 0.78076911, 0)
  145. Line.Size = UDim2.new(0, 337, 0, 10)
  146. Line.Font = Enum.Font.Cartoon
  147. Line.Text = ""
  148. Line.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  149. Line.TextScaled = true
  150. Line.TextSize = 14
  151. Line.TextWrapped = true
  152. Spectate.Name = "Spectate"
  153. Spectate.Parent = Frame
  154. Spectate.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  155. Spectate.BorderColor3 = Color3.new(0, 0, 0)
  156. Spectate.BorderSizePixel = 0
  157. Spectate.Position = UDim2.new(0.0579999983, 0, 0.42899999, 0)
  158. Spectate.Size = UDim2.new(0, 131, 0, 33)
  159. Spectate.Font = Enum.Font.Cartoon
  160. Spectate.Text = "Spectate"
  161. Spectate.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  162. Spectate.TextScaled = true
  163. Spectate.TextSize = 14
  164. Spectate.TextWrapped = true
  165. Goto.Name = "Goto"
  166. Goto.Parent = Frame
  167. Goto.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  168. Goto.BorderColor3 = Color3.new(0, 0, 0)
  169. Goto.BorderSizePixel = 0
  170. Goto.Position = UDim2.new(0.551999986, 0, 0.430999994, 0)
  171. Goto.Size = UDim2.new(0, 131, 0, 33)
  172. Goto.Font = Enum.Font.Cartoon
  173. Goto.Text = "Goto"
  174. Goto.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  175. Goto.TextScaled = true
  176. Goto.TextSize = 14
  177. Goto.TextWrapped = true
  178. Unspectate.Name = "Unspectate"
  179. Unspectate.Parent = Frame
  180. Unspectate.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  181. Unspectate.BorderColor3 = Color3.new(0, 0, 0)
  182. Unspectate.BorderSizePixel = 0
  183. Unspectate.Position = UDim2.new(0.550581574, 0, 0.855558157, 0)
  184. Unspectate.Size = UDim2.new(0, 131, 0, 33)
  185. Unspectate.Font = Enum.Font.Cartoon
  186. Unspectate.Text = "Unspectate"
  187. Unspectate.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  188. Unspectate.TextScaled = true
  189. Unspectate.TextSize = 14
  190. Unspectate.TextWrapped = true
  191.  
  192. Kill.MouseButton1Click:Connect(function()
  193. local savedteam = game.Players.LocalPlayer.TeamColor.Name
  194. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  195. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  196. for i,v in pairs(GetPlayer(Player.Text)) do
  197. local A_1 = {[1] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)), ["Distance"] = 3.2524313926697, ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576), ["Hit"] = game.Players[v].Character.Head}, [2] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)), ["Distance"] = 3.2699294090271, ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377), ["Hit"] = game.Players[v].Character.Head}, [3] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)), ["Distance"] = 3.1665518283844, ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652), ["Hit"] = game.Players[v].Character.Head}, [4] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)), ["Distance"] = 3.3218522071838, ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611), ["Hit"] = game.Players[v].Character.Head}, [5] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)), ["Distance"] = 3.222757101059, ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302), ["Hit"] = game.Players[v].Character.Head}}
  198. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  199. local Event = game:GetService("ReplicatedStorage").ShootEvent
  200. Event:FireServer(A_1, A_2)
  201. Event:FireServer(A_1, A_2)
  202. end
  203. workspace.Remote.TeamEvent:FireServer(savedteam)
  204. end)
  205.  
  206. KillAll.MouseButton1Click:Connect(function()
  207. local savedteam = game.Players.LocalPlayer.TeamColor.Name
  208. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  209. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  210. for i,v in pairs(game.Players:GetPlayers()) do
  211. local A_1 = {[1] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)), ["Distance"] = 3.2524313926697, ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576), ["Hit"] = v.Character.Head}, [2] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)), ["Distance"] = 3.2699294090271, ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377), ["Hit"] = v.Character.Head}, [3] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)), ["Distance"] = 3.1665518283844, ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652), ["Hit"] = v.Character.Head}, [4] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)), ["Distance"] = 3.3218522071838, ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611), ["Hit"] = v.Character.Head}, [5] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)), ["Distance"] = 3.222757101059, ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302), ["Hit"] = v.Character.Head}}
  212. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  213. local Event = game:GetService("ReplicatedStorage").ShootEvent
  214. Event:FireServer(A_1, A_2)
  215. Event:FireServer(A_1, A_2)
  216. end
  217. game.Players.LocalPlayer.Character:BreakJoints()
  218. workspace.Remote.TeamEvent:FireServer(savedteam)
  219. end)
  220.  
  221. Merge.MouseButton1Click:Connect(function()
  222. for i,v in pairs(GetPlayer(Player.Text)) do
  223. repeat
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  225. game:GetService("RunService").Heartbeat:Wait()
  226. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  227. end
  228. end)
  229.  
  230. Kick.MouseButton1Click:Connect(function()
  231. for i,v in pairs(GetPlayer(Player.Text)) do
  232. workspace.Remote.loadchar:InvokeServer(game.Players.LocalPlayer,game.Players[v].TeamColor.Name)
  233. wait(.1)
  234. game:GetService("StarterGui"):SetCore("SendNotification", {
  235. Title = "Starting...";
  236. Text = "Now attempting to kick "..v;
  237. Duration = 5;
  238. })
  239. for i=1,10 do
  240. workspace.Remote.votekick:InvokeServer("Start",game.Players[v])
  241. workspace.Remote.votekick:InvokeServer("Vote")
  242. game:GetService("RunService").Stepped:Wait()
  243. end
  244. if not game.Players:FindFirstChild(v) then
  245. game:GetService("StarterGui"):SetCore("SendNotification", {
  246. Title = "Success!";
  247. Text = v.." has been kicked.";
  248. Duration = 5;
  249. })
  250. end
  251. end
  252. end)
  253.  
  254. Spectate.MouseButton1Click:Connect(function()
  255. for i,v in pairs(GetPlayer(Player.Text)) do
  256. workspace.CurrentCamera.CameraSubject = game.Players[v].Character.Humanoid
  257. end
  258. end)
  259.  
  260. Goto.MouseButton1Click:Connect(function()
  261. for i,v in pairs(GetPlayer(Player.Text)) do
  262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  263. end
  264. end)
  265.  
  266. Unspectate.MouseButton1Click:Connect(function()
  267. for i,v in pairs(GetPlayer(Player.Text)) do
  268. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  269. end
  270. end)
  271.  
  272. Sword.MouseButton1Click:Connect(function()
  273. for i,v in pairs(GetPlayer(Player.Text)) do
  274. local Sword = Instance.new("Tool")
  275. local Handle = Instance.new("Part")
  276. local Mesh = Instance.new("SpecialMesh")
  277. local Unsheath = Instance.new("Sound")
  278. local SwordSlash = Instance.new("Sound")
  279. SwordSlash.Name = "SwordSlash"
  280. Unsheath.Name = "Unsheath"
  281. Unsheath.SoundId = "http://www.roblox.com/asset/?id=12222225"
  282. Unsheath.Volume = 1
  283. SwordSlash.SoundId = "http://www.roblox.com/asset/?id=12222216"
  284. SwordSlash.Volume = .7
  285. Unsheath.Parent = Handle
  286. SwordSlash.Parent = Handle
  287. Mesh.Parent = Handle
  288. Mesh.MeshId = "rbxassetid://497078148"
  289. Mesh.Scale = Vector3.new(5,5,5)
  290. Handle.Name = "Handle"
  291. Handle.Parent = Sword
  292. Sword.GripForward = Vector3.new(-1,0,0)
  293. Sword.GripPos = Vector3.new(0,0,-1.5)
  294. Sword.GripRight = Vector3.new(0,1,0)
  295. Sword.GripUp = Vector3.new(0,0,1)
  296. Sword.ToolTip = "Uctron's Sword"
  297. Sword.TextureId = "rbxasset://Textures/Sword128.png"
  298. Sword.CanBeDropped = false
  299. Sword.RequiresHandle = true
  300. Handle.Orientation = Vector3.new(-46.24, 42.14, 50.93)
  301. Handle.Position = Vector3.new(-3.174,1.57,3.04)
  302. Handle.CanCollide = true
  303. Handle.Size = Vector3.new(1,.8,4)
  304. Mesh.MeshId = "rbxasset://fonts/sword.mesh"
  305. Mesh.MeshType = "FileMesh"
  306. Mesh.Offset = Vector3.new(0,0,0)
  307. Mesh.Scale = Vector3.new(1,1,1)
  308. Mesh.TextureId = "rbxasset://textures/SwordTexture.png"
  309. Sword.Equipped:Connect(function()
  310. Unsheath:Play()
  311. end)
  312. Sword.Activated:Connect(function()
  313. SwordSlash:Play()
  314. Handle.Touched:Connect(function(Handle)
  315. p=game.Players:FindFirstChild(Handle.Parent.Name)
  316. game.ReplicatedStorage.meleeEvent:FireServer(p)
  317. end)
  318. local Anim = Instance.new("StringValue")
  319. Anim.Name = "toolanim"
  320. Anim.Value = "Slash"
  321. Anim.Parent = Sword
  322. end)
  323. Mouse_Icon = "rbxasset://textures/GunCursor.png"
  324. Reloading_Icon = "rbxasset://textures/GunWaitCursor.png"
  325. Tool = Sword
  326. Mouse = nil
  327. function UpdateIcon()
  328. if Mouse then
  329. Mouse.Icon = Tool.Enabled and Mouse_Icon or Reloading_Icon
  330. end
  331. end
  332. function OnEquipped(ToolMouse)
  333. Mouse = ToolMouse
  334. UpdateIcon()
  335. end
  336. function OnChanged(Property)
  337. if Property == "Enabled" then
  338. UpdateIcon()
  339. end
  340. end
  341. Tool.Equipped:Connect(OnEquipped)
  342. Tool.Changed:Connect(OnChanged)
  343. Sword.Parent = game.Players.LocalPlayer.Backpack
  344. end
  345. end)
  346.  
  347. local CmdGui = Instance.new("ScreenGui")
  348. local Background = Instance.new("Frame")
  349. local CmdName = Instance.new("TextLabel")
  350. local FindCmd = Instance.new("TextBox")
  351. local CmdHandler = Instance.new("ScrollingFrame")
  352. local CmdText = Instance.new("TextButton")
  353. local UIListLayout = Instance.new("UIListLayout")
  354. local Background2 = Instance.new("Frame")
  355. local Label = Instance.new("TextLabel")
  356. local Execute = Instance.new("TextBox")
  357. local Minimum = Instance.new("TextButton")
  358. local Close = Instance.new("TextButton")
  359. local Background3 = Instance.new("Frame")
  360. local Topbar = Instance.new("TextLabel")
  361. local CmdTitle = Instance.new("TextLabel")
  362. local Background4 = Instance.new("Frame")
  363. local Notify6 = Instance.new("TextLabel")
  364. local Notify5 = Instance.new("TextLabel")
  365. local Notify4 = Instance.new("TextLabel")
  366. local Notify3 = Instance.new("TextLabel")
  367. local Notify2 = Instance.new("TextLabel")
  368. local Notify1 = Instance.new("TextLabel")
  369. local CloseBar = Instance.new("TextButton")
  370. local TransparencyBar = Instance.new("TextButton")
  371. local Prefix = ";"
  372.  
  373. CmdGui.Name = "CmdGui"
  374. CmdGui.Parent = game:GetService("CoreGui")
  375. CmdGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  376.  
  377. Background.Name = "Background"
  378. Background.Parent = CmdGui
  379. Background.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  380. Background.BorderSizePixel = 0
  381. Background.Position = UDim2.new(0.368556708, 0, 0.11490047, 0)
  382. Background.Size = UDim2.new(0, 350, 0, 350)
  383. Background.Active = true
  384. Background.Draggable = true
  385.  
  386. CmdName.Name = "CmdName"
  387. CmdName.Parent = Background
  388. CmdName.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  389. CmdName.BorderSizePixel = 0
  390. CmdName.Size = UDim2.new(0, 350, 0, 25)
  391. CmdName.Font = Enum.Font.GothamBlack
  392. CmdName.Text = "Commands"
  393. CmdName.TextColor3 = Color3.fromRGB(255, 255, 255)
  394. CmdName.TextScaled = true
  395. CmdName.TextSize = 14.000
  396. CmdName.TextWrapped = true
  397.  
  398. FindCmd.Name = "FindCmd"
  399. FindCmd.Parent = Background
  400. FindCmd.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  401. FindCmd.BorderColor3 = Color3.fromRGB(0, 255, 0)
  402. FindCmd.BorderSizePixel = 0
  403. FindCmd.Position = UDim2.new(0.0714285746, 0, 0.0702347234, 0)
  404. FindCmd.Size = UDim2.new(0, 300, 0, 20)
  405. FindCmd.Font = Enum.Font.SourceSans
  406. FindCmd.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  407. FindCmd.PlaceholderText = "Search For Command"
  408. FindCmd.Text = ""
  409. FindCmd.TextColor3 = Color3.fromRGB(255, 255, 255)
  410. FindCmd.TextSize = 14.000
  411. FindCmd.TextWrapped = true
  412.  
  413. CmdHandler.Name = "CmdHandler"
  414. CmdHandler.Parent = Background
  415. CmdHandler.Active = true
  416. CmdHandler.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  417. CmdHandler.BackgroundTransparency = 1.000
  418. CmdHandler.BorderSizePixel = 0
  419. CmdHandler.AutomaticCanvasSize = "Y"
  420. CmdHandler.Position = UDim2.new(0.0714285746, 0, 0.142857149, 0)
  421. CmdHandler.Size = UDim2.new(0, 300, 0, 290)
  422. CmdHandler.ScrollBarThickness = 2
  423.  
  424. CmdText.Name = "CmdText"
  425. CmdText.Parent = nil
  426. CmdText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  427. CmdText.BackgroundTransparency = 1.000
  428. CmdText.BorderSizePixel = 0
  429. CmdText.Size = UDim2.new(0, 300, 0, 25)
  430. CmdText.Font = Enum.Font.SourceSans
  431. CmdText.Text = "Text"
  432. CmdText.TextColor3 = Color3.fromRGB(255, 255, 255)
  433. CmdText.TextScaled = true
  434. CmdText.TextSize = 14.000
  435. CmdText.TextWrapped = true
  436.  
  437. UIListLayout.Parent = CmdHandler
  438. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  439.  
  440. Minimum.Name = "Minimum"
  441. Minimum.Parent = Background
  442. Minimum.BackgroundColor3 = Color3.fromRGB(0, 155, 155)
  443. Minimum.BorderSizePixel = 0
  444. Minimum.Position = UDim2.new(0.842857122, 0, 0.00571428565, 0)
  445. Minimum.Size = UDim2.new(0, 20, 0, 20)
  446. Minimum.Font = Enum.Font.SourceSans
  447. Minimum.Text = ""
  448. Minimum.TextColor3 = Color3.fromRGB(255, 255, 255)
  449. Minimum.TextSize = 14.000
  450. Minimum.MouseButton1Click:Connect(function()
  451. if Background.BackgroundTransparency == 0 then
  452. Background.BackgroundTransparency = 1
  453. Background.Size = UDim2.new(0, 350, 0, 25)
  454. FindCmd.Visible = false
  455. CmdHandler.Visible = false
  456. elseif Background.BackgroundTransparency == 1 then
  457. Background.BackgroundTransparency = 0
  458. Background.Size = UDim2.new(0, 350, 0, 350)
  459. FindCmd.Visible = true
  460. CmdHandler.Visible = true
  461. end
  462. end)
  463.  
  464. Close.Name = "Close"
  465. Close.Parent = Background
  466. Close.BackgroundColor3 = Color3.fromRGB(155, 0, 0)
  467. Close.BorderSizePixel = 0
  468. Close.Position = UDim2.new(0.928571403, 0, 0.00571428565, 0)
  469. Close.Size = UDim2.new(0, 20, 0, 20)
  470. Close.Font = Enum.Font.SourceSans
  471. Close.Text = ""
  472. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  473. Close.TextSize = 14.000
  474. Close.MouseButton1Click:Connect(function()
  475. Background.Visible = false
  476. end)
  477.  
  478. -- New
  479.  
  480. Background2.Name = "Background"
  481. Background2.Parent = CmdGui
  482. Background2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  483. Background2.BorderSizePixel = 0
  484. Background2.Position = UDim2.new(0.012, 0, 0.807, 0)
  485. Background2.Size = UDim2.new(0, 250, 0, 80)
  486. Background2.Active = true
  487. Background2.Draggable = true
  488.  
  489. Label.Name = "Label"
  490. Label.Parent = Background2
  491. Label.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  492. Label.BorderSizePixel = 0
  493. Label.Position = UDim2.new(0, 0, 0, 0)
  494. Label.Size = UDim2.new(0, 250, 0, 25)
  495. Label.Font = Enum.Font.GothamBlack
  496. Label.Text = "Execute Bar"
  497. Label.TextColor3 = Color3.fromRGB(255, 255, 255)
  498. Label.TextScaled = true
  499. Label.TextSize = 14.000
  500. Label.TextWrapped = true
  501.  
  502. Execute.Name = "Execute"
  503. Execute.Parent = Background2
  504. Execute.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  505. Execute.BorderColor3 = Color3.fromRGB(0, 255, 0)
  506. Execute.Position = UDim2.new(0.097, 0, 0.436, 0)
  507. Execute.Size = UDim2.new(0, 200, 0, 30)
  508. Execute.Font = Enum.Font.SourceSans
  509. Execute.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  510. Execute.PlaceholderText = "Press "..Prefix.." To Enter"
  511. Execute.Text = ""
  512. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  513. Execute.TextSize = 16.000
  514. Execute.TextWrapped = true
  515.  
  516. Background3.Name = "Background3"
  517. Background3.Parent = CmdGui
  518. Background3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  519. Background3.BorderSizePixel = 0
  520. Background3.Position = UDim2.new(0.306701034, 0, 0.288421065, 0)
  521. Background3.Size = UDim2.new(0, 200, 0, 100)
  522. Background3.Active = true
  523. Background3.Visible = false
  524.  
  525. Topbar.Name = "Topbar"
  526. Topbar.Parent = Background3
  527. Topbar.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  528. Topbar.BorderSizePixel = 0
  529. Topbar.Size = UDim2.new(0, 200, 0, 25)
  530. Topbar.Font = Enum.Font.GothamBlack
  531. Topbar.Text = ""
  532. Topbar.TextColor3 = Color3.fromRGB(255, 255, 255)
  533. Topbar.TextScaled = true
  534. Topbar.TextSize = 14.000
  535. Topbar.TextWrapped = true
  536.  
  537. CmdTitle.Name = "CmdTitle"
  538. CmdTitle.Parent = Background3
  539. CmdTitle.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  540. CmdTitle.BackgroundTransparency = 1.000
  541. CmdTitle.BorderSizePixel = 0
  542. CmdTitle.Position = UDim2.new(0.0500000007, 0, 0.379999995, 0)
  543. CmdTitle.Size = UDim2.new(0, 180, 0, 40)
  544. CmdTitle.Font = Enum.Font.GothamBlack
  545. CmdTitle.Text = ""
  546. CmdTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  547. CmdTitle.TextSize = 14.000
  548. CmdTitle.TextWrapped = true
  549.  
  550. Background4.Name = "Background4"
  551. Background4.Parent = CmdGui
  552. Background4.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  553. Background4.BorderSizePixel = 0
  554. Background4.Position = UDim2.new(0.0154639352, 0, 0.519107938, 0)
  555. Background4.Size = UDim2.new(0, 250, 0, 119)
  556. Background4.Active = true
  557. Background4.Draggable = true
  558.  
  559. Notify6.Name = "Notify6"
  560. Notify6.Parent = Background4
  561. Notify6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  562. Notify6.BackgroundTransparency = 1.000
  563. Notify6.BorderSizePixel = 0
  564. Notify6.Position = UDim2.new(0, 0, -0.00512820482, 0)
  565. Notify6.Size = UDim2.new(0, 250, 0, 20)
  566. Notify6.Font = Enum.Font.GothamBlack
  567. Notify6.Text = ""
  568. Notify6.TextColor3 = Color3.fromRGB(255, 255, 255)
  569. Notify6.TextScaled = true
  570. Notify6.TextSize = 14.000
  571. Notify6.TextWrapped = true
  572.  
  573. Notify5.Name = "Notify5"
  574. Notify5.Parent = Background4
  575. Notify5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  576. Notify5.BackgroundTransparency = 1.000
  577. Notify5.BorderSizePixel = 0
  578. Notify5.Position = UDim2.new(0, 0, 0.162939027, 0)
  579. Notify5.Size = UDim2.new(0, 250, 0, 20)
  580. Notify5.Font = Enum.Font.GothamBlack
  581. Notify5.Text = ""
  582. Notify5.TextColor3 = Color3.fromRGB(255, 255, 255)
  583. Notify5.TextScaled = true
  584. Notify5.TextSize = 14.000
  585. Notify5.TextWrapped = true
  586.  
  587. Notify4.Name = "Notify4"
  588. Notify4.Parent = Background4
  589. Notify4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  590. Notify4.BackgroundTransparency = 1.000
  591. Notify4.BorderSizePixel = 0
  592. Notify4.Position = UDim2.new(0, 0, 0.331006259, 0)
  593. Notify4.Size = UDim2.new(0, 250, 0, 20)
  594. Notify4.Font = Enum.Font.GothamBlack
  595. Notify4.Text = ""
  596. Notify4.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. Notify4.TextScaled = true
  598. Notify4.TextSize = 14.000
  599. Notify4.TextWrapped = true
  600.  
  601. Notify3.Name = "Notify3"
  602. Notify3.Parent = Background4
  603. Notify3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  604. Notify3.BackgroundTransparency = 1.000
  605. Notify3.BorderSizePixel = 0
  606. Notify3.Position = UDim2.new(0, 0, 0.499073505, 0)
  607. Notify3.Size = UDim2.new(0, 250, 0, 20)
  608. Notify3.Font = Enum.Font.GothamBlack
  609. Notify3.Text = ""
  610. Notify3.TextColor3 = Color3.fromRGB(255, 255, 255)
  611. Notify3.TextScaled = true
  612. Notify3.TextSize = 14.000
  613. Notify3.TextWrapped = true
  614.  
  615. Notify2.Name = "Notify2"
  616. Notify2.Parent = Background4
  617. Notify2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  618. Notify2.BackgroundTransparency = 1.000
  619. Notify2.BorderSizePixel = 0
  620. Notify2.Position = UDim2.new(0, 0, 0.667140722, 0)
  621. Notify2.Size = UDim2.new(0, 250, 0, 20)
  622. Notify2.Font = Enum.Font.GothamBlack
  623. Notify2.Text = ""
  624. Notify2.TextColor3 = Color3.fromRGB(255, 255, 255)
  625. Notify2.TextScaled = true
  626. Notify2.TextSize = 14.000
  627. Notify2.TextWrapped = true
  628.  
  629. Notify1.Name = "Notify1"
  630. Notify1.Parent = Background4
  631. Notify1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  632. Notify1.BackgroundTransparency = 1.000
  633. Notify1.BorderSizePixel = 0
  634. Notify1.Position = UDim2.new(0, 0, 0.835207999, 0)
  635. Notify1.Size = UDim2.new(0, 250, 0, 20)
  636. Notify1.Font = Enum.Font.GothamBlack
  637. Notify1.Text = ""
  638. Notify1.TextColor3 = Color3.fromRGB(255, 255, 255)
  639. Notify1.TextScaled = true
  640. Notify1.TextSize = 14.000
  641. Notify1.TextWrapped = true
  642.  
  643. CloseBar.Name = "CloseBar"
  644. CloseBar.Parent = Background4
  645. CloseBar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  646. CloseBar.BorderSizePixel = 0
  647. CloseBar.Position = UDim2.new(0.899999976, 0, -0.210084036, 0)
  648. CloseBar.Size = UDim2.new(0, 25, 0, 25)
  649. CloseBar.Font = Enum.Font.GothamBlack
  650. CloseBar.Text = "X"
  651. CloseBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  652. CloseBar.TextScaled = true
  653. CloseBar.TextSize = 14.000
  654. CloseBar.TextWrapped = true
  655. CloseBar.MouseButton1Click:Connect(function()
  656. Background4.Visible = false
  657. end)
  658.  
  659. TransparencyBar.Name = "TransparencyBar"
  660. TransparencyBar.Parent = Background4
  661. TransparencyBar.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  662. TransparencyBar.BorderSizePixel = 0
  663. TransparencyBar.Position = UDim2.new(0.799999952, 0, -0.210084036, 0)
  664. TransparencyBar.Size = UDim2.new(0, 25, 0, 25)
  665. TransparencyBar.Font = Enum.Font.GothamBlack
  666. TransparencyBar.Text = "="
  667. TransparencyBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  668. TransparencyBar.TextScaled = true
  669. TransparencyBar.TextSize = 14.000
  670. TransparencyBar.TextWrapped = true
  671. TransparencyBar.MouseButton1Click:Connect(function()
  672. if TransparencyBar.Text == "=" then
  673. Background4.BackgroundTransparency = 0.750
  674. CloseBar.BackgroundTransparency = 0.750
  675. TransparencyBar.BackgroundTransparency = 0.750
  676. TransparencyBar.Text = "+"
  677. else
  678. Background4.BackgroundTransparency = 0.000
  679. CloseBar.BackgroundTransparency = 0.000
  680. TransparencyBar.BackgroundTransparency = 0.000
  681. TransparencyBar.Text = "="
  682. end
  683. end)
  684.  
  685. local Versions = "5.0"
  686. local Cmd = {}
  687.  
  688. Cmd[#Cmd + 1] = {Text = "versions "..Versions,Title = "Script versions"}
  689. Cmd[#Cmd + 1] = {Text = "script by LocalPlayer#7434",Title = "Script owner"}
  690. Cmd[#Cmd + 1] = {Text = "cmd / cmds",Title = "Show commands bar"}
  691. Cmd[#Cmd + 1] = {Text = "rejoin / rj",Title = "Rejoin the game"}
  692. Cmd[#Cmd + 1] = {Text = "leave / leaveserver / quit",Title = "Leave the server"}
  693. Cmd[#Cmd + 1] = {Text = "admin / giveadmin [plr]",Title = "Give a commands to player"}
  694. Cmd[#Cmd + 1] = {Text = "unadmin / removeadmin [plr]",Title = "Remove a commands from player"}
  695. Cmd[#Cmd + 1] = {Text = "kill [plr]",Title = "Kill the player"}
  696. Cmd[#Cmd + 1] = {Text = "killall",Title = "Kill all players"}
  697. Cmd[#Cmd + 1] = {Text = "killguard / killsguard",Title = "Kill all guards"}
  698. Cmd[#Cmd + 1] = {Text = "killinmate / killsinmate",Title = "Kill all inmates"}
  699. Cmd[#Cmd + 1] = {Text = "killcriminal / killscriminal",Title = "Kill all criminals"}
  700. Cmd[#Cmd + 1] = {Text = "tase [plr]",Title = "Tase the player"}
  701. Cmd[#Cmd + 1] = {Text = "loopkill / loopkills [plr]",Title = "Loop kills player"}
  702. Cmd[#Cmd + 1] = {Text = "unloopkill / unloopkills [plr]",Title = "Unloop kills player"}
  703. Cmd[#Cmd + 1] = {Text = "loopkillall / loopkillsall",Title = "Loop kills all players"}
  704. Cmd[#Cmd + 1] = {Text = "loopkillguard / loopkillsguard",Title = "Loop kills all guards"}
  705. Cmd[#Cmd + 1] = {Text = "loopkillinmate / loopkillinmates",Title = "Loop kills all inmates"}
  706. Cmd[#Cmd + 1] = {Text = "loopkillcriminal / loopkillcriminals",Title = "Loop kills all criminals"}
  707. Cmd[#Cmd + 1] = {Text = "unloopkillall / unloopkillsall",Title = "Unloop kills all players"}
  708. Cmd[#Cmd + 1] = {Text = "unloopkillguard / unloopkillsguard",Title = "Unloop kills all guards"}
  709. Cmd[#Cmd + 1] = {Text = "unloopkillinmate / unloopkillinmates",Title = "Unloop kills all inmates"}
  710. Cmd[#Cmd + 1] = {Text = "unloopkillcriminal / unloopkillcriminals",Title = "Unloop kills all criminals"}
  711. Cmd[#Cmd + 1] = {Text = "inmate / inmates / prisoner / prisoners",Title = "Become inmate team"}
  712. Cmd[#Cmd + 1] = {Text = "guard / guards / cop / polices",Title = "Become guard team"}
  713. Cmd[#Cmd + 1] = {Text = "crim / criminals / criminal",Title = "Become criminal team"}
  714. Cmd[#Cmd + 1] = {Text = "neutral / neutrals",Title = "Become neutral team"}
  715. Cmd[#Cmd + 1] = {Text = "re / refresh",Title = "Respawn on old position"}
  716. Cmd[#Cmd + 1] = {Text = "res / respawn",Title = "Respawn on respawn pads"}
  717. Cmd[#Cmd + 1] = {Text = "goto / to [plr]",Title = "Teleports to the player"}
  718. Cmd[#Cmd + 1] = {Text = "bring [plr]",Title = "Teleports player to you"}
  719. Cmd[#Cmd + 1] = {Text = "tp / teleport [plr] [plr2]",Title = "Teleports player to another player"}
  720. Cmd[#Cmd + 1] = {Text = "arrest [plr] [time]",Title = "Arrest player that is a criminal"}
  721. Cmd[#Cmd + 1] = {Text = "arrestall / arrestothers",Title = "Arrest all criminals"}
  722. Cmd[#Cmd + 1] = {Text = "spamarrest / looparrest [plr]",Title = "Spam arrest player & lag player and server"}
  723. Cmd[#Cmd + 1] = {Text = "unspamarrest / unlooparrest [plr]",Title = "Stop spam arrest player"}
  724. Cmd[#Cmd + 1] = {Text = "clearloopkill / clearloopkills",Title = "clear all loop kills table"}
  725. Cmd[#Cmd + 1] = {Text = "auto / autore / autorefresh",Title = "Auto respawn on old position when died"}
  726. Cmd[#Cmd + 1] = {Text = "unauto / unautore / unautorefresh",Title = "Stop auto respawn on old position when died"}
  727. Cmd[#Cmd + 1] = {Text = "killaura",Title = "Activate kill aura"}
  728. Cmd[#Cmd + 1] = {Text = "nokillaura / unkillaura",Title = "Unactivate kill aura"}
  729. Cmd[#Cmd + 1] = {Text = "antifling",Title = "Activate anti fling"}
  730. Cmd[#Cmd + 1] = {Text = "unantifling",Title = "Unactivate anti fling"}
  731. Cmd[#Cmd + 1] = {Text = "god",Title = "Become a god mode"}
  732. Cmd[#Cmd + 1] = {Text = "ungod",Title = "Unbecome a god mode"}
  733. Cmd[#Cmd + 1] = {Text = "view / spectate / watch [plr]",Title = "Spectates the player"}
  734. Cmd[#Cmd + 1] = {Text = "unview / unspectate / stopwatch",Title = "Unspectates the player"}
  735. Cmd[#Cmd + 1] = {Text = "fastpunch / speedpunchh",Title = "Activate fast punch"}
  736. Cmd[#Cmd + 1] = {Text = "slowpunch / nofastpunch / normalspeedpunch",Title = "unactivate fast punch"}
  737. Cmd[#Cmd + 1] = {Text = "superpunch / onepunch",Title = "Activate super punch"}
  738. Cmd[#Cmd + 1] = {Text = "nosuperpunch / normalpunch",Title = "Unactivate super punch"}
  739. Cmd[#Cmd + 1] = {Text = "prefix / newprefix / changeprefix [prefix text]",Title = "Changes prefix"}
  740. Cmd[#Cmd + 1] = {Text = "red",Title = "Changes name tag color to red color"}
  741. Cmd[#Cmd + 1] = {Text = "antilag / boostfps",Title = "Boost a little fps"}
  742. Cmd[#Cmd + 1] = {Text = "unantilag",Title = "Stop boost the fps"}
  743. Cmd[#Cmd + 1] = {Text = "noclip / noclips",Title = "Activate no clips"}
  744. Cmd[#Cmd + 1] = {Text = "clip / clips",Title = "Unactivate no clips"}
  745. Cmd[#Cmd + 1] = {Text = "orange",Title = "Changes name tag color to orange color"}
  746. Cmd[#Cmd + 1] = {Text = "blue",Title = "Changes name tag color to blue color"}
  747. Cmd[#Cmd + 1] = {Text = "black",Title = "Changes name tag color to black color"}
  748. Cmd[#Cmd + 1] = {Text = "purple",Title = "Changes name tag color to purple color"}
  749. Cmd[#Cmd + 1] = {Text = "brown",Title = "Changes name tag color to brown color"}
  750. Cmd[#Cmd + 1] = {Text = "white",Title = "Changes name tag color to white color"}
  751. Cmd[#Cmd + 1] = {Text = "pink",Title = "Changes name tag color to pink color"}
  752. Cmd[#Cmd + 1] = {Text = "grey",Title = "Changes name tag color to grey color"}
  753. Cmd[#Cmd + 1] = {Text = "green",Title = "Changes name tag color to green color"}
  754. Cmd[#Cmd + 1] = {Text = "yellow",Title = "Changes name tag color to yellow color"}
  755. Cmd[#Cmd + 1] = {Text = "getpos",Title = "Prints positions"}
  756. Cmd[#Cmd + 1] = {Text = "unload / destroygui",Title = "Unload the scripts"}
  757. Cmd[#Cmd + 1] = {Text = "reload / update",Title = "Reload the script to new version"}
  758. Cmd[#Cmd + 1] = {Text = "How to open console?",Title = "To open console chat /console or press F9 or Fn + F9"}
  759. Cmd[#Cmd + 1] = {Text = "lagserver / disconnect",Title = "Lag server and disconnect after 5 minutes of lagging"}
  760. Cmd[#Cmd + 1] = {Text = "unlagserver / undisconnect",Title = "Stop lag server"}
  761. Cmd[#Cmd + 1] = {Text = "speed / setspeed / walkspeed [count]",Title = "Changes walk speeds"}
  762. Cmd[#Cmd + 1] = {Text = "jumppower / setjumppower [count]",Title = "Changes jump powers"}
  763. Cmd[#Cmd + 1] = {Text = "hipheight / sethipheight [count]",Title = "Changes hip heights"}
  764. Cmd[#Cmd + 1] = {Text = "gravity / setgravity [count]",Title = "Changes gravity"}
  765. Cmd[#Cmd + 1] = {Text = "resetspeed / resetwalkspeed",Title = "Reset walk speeds"}
  766. Cmd[#Cmd + 1] = {Text = "resetjumppower / rejumppower",Title = "Reset jump powers"}
  767. Cmd[#Cmd + 1] = {Text = "resethipheight / rehipheight",Title = "Reset hip heights"}
  768. Cmd[#Cmd + 1] = {Text = "resetgravity / regravity",Title = "Reset gravity"}
  769. Cmd[#Cmd + 1] = {Text = "makecrim [plr]",Title = "Make the player become a criminal"}
  770. Cmd[#Cmd + 1] = {Text = "makecrimall",Title = "Make all players become a criminals"}
  771. Cmd[#Cmd + 1] = {Text = "loopbring [plr]",Title = "Loop bring player"}
  772. Cmd[#Cmd + 1] = {Text = "unloopbring ",Title = "Unloop bring player"}
  773. Cmd[#Cmd + 1] = {Text = "baseballbat / bat",Title = "Gets bat"}
  774. Cmd[#Cmd + 1] = {Text = "superknife",Title = "Gets super knife"}
  775. Cmd[#Cmd + 1] = {Text = "firespeed / setfirespeed [count]",Title = "Changes fire speed for the gun"}
  776. Cmd[#Cmd + 1] = {Text = "autofire",Title = "Changes gun ststes to auto fire"}
  777. Cmd[#Cmd + 1] = {Text = "semifire",Title = "Changes gun ststes to semi fire"}
  778. Cmd[#Cmd + 1] = {Text = "burst / burstbullets / bullets [count]",Title = "Changes a bullets for the gun will come out when shot"}
  779. Cmd[#Cmd + 1] = {Text = "reloadtime / reloadtimes [count]",Title = "Changes reload times for the gun"}
  780. Cmd[#Cmd + 1] = {Text = "gun / guns / allguns",Title = "Obtains all guns"}
  781. Cmd[#Cmd + 1] = {Text = "autogun / autoguns / autoallguns",Title = "Activate auto gun when respawned"}
  782. Cmd[#Cmd + 1] = {Text = "unautogun / unautoguns / unautoallguns",Title = "Unactivate auto gun when respawned"}
  783. Cmd[#Cmd + 1] = {Text = "taserbypass / antitaser / lock",Title = "Bypass taser when got tased"}
  784. Cmd[#Cmd + 1] = {Text = "untaserbypass / notaserbypass / unlock",Title = "Unbypass taser when got tased"}
  785. Cmd[#Cmd + 1] = {Text = "nodoors / deletedoors",Title = "Deletes all doors"}
  786. Cmd[#Cmd + 1] = {Text = "restoredoors / doors",Title = "Restores all doors"}
  787. Cmd[#Cmd + 1] = {Text = "nowalls / deletewalls - delete walls",Title = "Deletes all walls"}
  788. Cmd[#Cmd + 1] = {Text = "walls / restorewalls - restore walls",Title = "Restore all walls"}
  789. Cmd[#Cmd + 1] = {Text = "anticrash / antivest",Title = "Anti crash when someone spamming armor"}
  790. Cmd[#Cmd + 1] = {Text = "unanticrash / unantivest",Title = "Unanti crash when someone spamming armor"}
  791. Cmd[#Cmd + 1] = {Text = "antishield / noshield",Title = "Anti shield users"}
  792. Cmd[#Cmd + 1] = {Text = "unantishield",Title = "Unanti shield users"}
  793. Cmd[#Cmd + 1] = {Text = "gatetower",Title = "Teleports to the gate tower"}
  794. Cmd[#Cmd + 1] = {Text = "tower",Title = "Teleports to the yard tower"}
  795. Cmd[#Cmd + 1] = {Text = "sewer",Title = "Teleports to the sewer"}
  796. Cmd[#Cmd + 1] = {Text = "yard",Title = "Teleports to yard"}
  797. Cmd[#Cmd + 1] = {Text = "backnexus",Title = "Teleports to the back nexus"}
  798. Cmd[#Cmd + 1] = {Text = "nexus",Title = "Teleports to the nexus"}
  799. Cmd[#Cmd + 1] = {Text = "gate",Title = "Teleports to the gate"}
  800. Cmd[#Cmd + 1] = {Text = "findowner / checkscriptowner",Title = "Find a script owner in the server"}
  801. Cmd[#Cmd + 1] = {Text = "getplayer / getplayers",Title = "Get a players counts in the server"}
  802. Cmd[#Cmd + 1] = {Text = "rapidfire",Title = "Activate rapid fire"}
  803. Cmd[#Cmd + 1] = {Text = "autorapidfire",Title = "Auto activate rapid fire"}
  804. Cmd[#Cmd + 1] = {Text = "unautorapidfire",Title = "Unauto activate rapid fire"}
  805. Cmd[#Cmd + 1] = {Text = "armory",Title = "Teleports to the armory"}
  806. Cmd[#Cmd + 1] = {Text = "cafe - teleport to cafe",Title = "Teleports to the cafeteria"}
  807. Cmd[#Cmd + 1] = {Text = "crimbase / criminalbase",Title = "Teleports to the criminals base"}
  808. Cmd[#Cmd + 1] = {Text = "lunchroom",Title = "Teleports to the cafeteria room"}
  809. Cmd[#Cmd + 1] = {Text = "spamchat [delay]",Title = "Spam the chat"}
  810. Cmd[#Cmd + 1] = {Text = "unspamchat",Title = "Unspam the chat"}
  811. Cmd[#Cmd + 1] = {Text = "savepos / saveposition",Title = "Saves positions"}
  812. Cmd[#Cmd + 1] = {Text = "loadpos / loadposition",Title = "Loads positions"}
  813. Cmd[#Cmd + 1] = {Text = "notify",Title = "Send a message when player leave / join"}
  814. Cmd[#Cmd + 1] = {Text = "nonotify",Title = "Stop send a message when player leave / join"}
  815. Cmd[#Cmd + 1] = {Text = "copychat",Title = "Copies all players chats"}
  816. Cmd[#Cmd + 1] = {Text = "uncopychat",Title = "uncopies all players chats"}
  817. Cmd[#Cmd + 1] = {Text = "chatnotify",Title = "Chats when player leave / join"}
  818. Cmd[#Cmd + 1] = {Text = "unchatnotify / nochatnotify",Title = "Stop chat when player leave / join"}
  819. Cmd[#Cmd + 1] = {Text = "opengate",Title = "Open the gate"}
  820. Cmd[#Cmd + 1] = {Text = "antifell / antivoid",Title = "Activate anti fell to the void when respawn as custom team"}
  821. Cmd[#Cmd + 1] = {Text = "unantifell / unantivoid",Title = "Unactivate anti fell to the void when respawn as custom team"}
  822. Cmd[#Cmd + 1] = {Text = "beam [plr]",Title = "Shoot a beam to player"}
  823. Cmd[#Cmd + 1] = {Text = "lagbeam / beam2 [plr]",Title = "Shoot a beam to player but lag"}
  824. Cmd[#Cmd + 1] = {Text = "crash / beam3 [plr]",Title = "Shoot a beam to player but even more lag"}
  825. Cmd[#Cmd + 1] = {Text = "antispamarrest",Title = "Activate anti spam arrest"}
  826. Cmd[#Cmd + 1] = {Text = "unantispamarrest",Title = "Unactivate anti spam arrest"}
  827. Cmd[#Cmd + 1] = {Text = "!getprefix",Title = "If you for get prefix you can type this in chat"}
  828.  
  829. local Mouse = game.Players.LocalPlayer:GetMouse()
  830.  
  831. for i = 1,#Cmd do
  832. local clone = CmdText:Clone()
  833. clone.Text = Cmd[i].Text
  834. clone.Name = "COMMANDS"
  835. local Ins = Instance.new("StringValue", clone)
  836. Ins.Name = "Title"
  837. Ins.Value = Cmd[i].Title
  838. local Ins2 = Instance.new("StringValue", clone)
  839. Ins2.Name = "TopbarName"
  840. Ins2.Value = Cmd[i].Text:split(" ")[1]
  841. clone.Parent = CmdHandler
  842. clone.MouseButton1Click:Connect(function()
  843. Execute:CaptureFocus()
  844. Execute.Text = clone.Text:split(" ")[1]
  845. Execute.CursorPosition = #Execute.Text + 1
  846. end)
  847. end
  848.  
  849. Mouse.Move:Connect(function()
  850. local Guis = game:GetService("CoreGui"):GetGuiObjectsAtPosition(Mouse.X, Mouse.Y)
  851. local Gui
  852. for i,v in pairs(Guis) do
  853. if v.Parent == CmdHandler then
  854. Gui = v
  855. end
  856. end
  857. if Gui ~= nil then
  858. local PositionX
  859. local PositionY
  860. local X = Mouse.X
  861. local Y = Mouse.Y
  862. if Mouse.X > 200 then
  863. PositionX = Mouse.X - 201
  864. else
  865. PositionX = Mouse.X + 21
  866. end
  867. if Mouse.Y > (Mouse.ViewSizeY-96) then
  868. PositionY = Mouse.Y - 97
  869. else
  870. PositionY = Mouse.Y
  871. end
  872. Background3.Visible = true
  873. Background3.Position = UDim2.new(0, PositionX, 0, PositionY)
  874. Topbar.Text = Gui.TopbarName.Value
  875. CmdTitle.Text = Gui.Title.Value
  876. else
  877. Background3.Visible = false
  878. end
  879. end)
  880.  
  881. if DisableScript then
  882. DisableScript()
  883. end
  884.  
  885. local Slient = false
  886. local ScriptDisabled = false
  887. local LoopBeam = {}
  888. local LoopKill = {}
  889. local LoopTase = {}
  890. local Admin = {}
  891. local Watching = nil
  892. local States = {}
  893. local BuyGamepass = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(tonumber((game:GetService("Players").LocalPlayer.CharacterAppearance):split('=')[#((game:GetService("Players").LocalPlayer.CharacterAppearance):split('='))]), 96651)
  894.  
  895. local function GetPlayer(String)
  896. if not String then return end
  897. local Yes = {}
  898. for _, Player in ipairs(game.Players:GetPlayers()) do
  899. if string.lower(Player.Name):match(string.lower(String)) or string.lower(Player.DisplayName):match(string.lower(String)) then
  900. table.insert(Yes, Player)
  901. end
  902. end
  903. if #Yes > 0 then
  904. return Yes[1]
  905. elseif #Yes < 1 then
  906. return nil
  907. end
  908. end
  909.  
  910. local function GetPos()
  911. return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  912. end
  913.  
  914. local function GetCamPos()
  915. return workspace.CurrentCamera.CFrame
  916. end
  917.  
  918. local function GetTeam()
  919. return game.Players.LocalPlayer.TeamColor.Name
  920. end
  921.  
  922. function Goto(Player, Distance)
  923. local Distance = Distance or CFrame.new(0, 0, 0)
  924. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * Distance
  925. end
  926.  
  927. function Split(Arguaments, Split)
  928. if not Arguaments or not Split then return end
  929. return Arguaments:split(Split)
  930. end
  931.  
  932. function ChatNotify(Message, Colors, Size)
  933. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  934. Text = Message,
  935. Color = Colors or Color3.fromRGB(255, 255, 255),
  936. Font = Enum.Font.SourceSans,
  937. FontSize = Size or Enum.FontSize.Size48
  938. })
  939. end
  940.  
  941. function Chat(Message, Whisper)
  942. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Message, Whisper or "ALl")
  943. end
  944.  
  945. function WaitForChild(Time, Parent, Child)
  946. if not Parent or not Child then return end
  947. if Parent == "LocalPlayer" then Parent = game.Players.LocalPlayer end
  948. if Parent == "Character" then Parent = game.Players.LocalPlayer.Character end
  949. if Parent == "Backpack" then Parent = game.Players.LocalPlayer.Character.Backpack end
  950. local Times = Time * 10 or 1
  951. repeat wait(.1)
  952. Time = Time - 1
  953. until Parent:FindFirstChild(Child) or Time <= 0
  954. if Parent and Parent:FindFirstChild(Child) then
  955. return Parent:FindFirstChild(Child)
  956. else
  957. return nil
  958. end
  959. end
  960.  
  961. function Kill(Player)
  962. pcall(function()
  963. if Player.Character:FindFirstChild("ForceField") or not workspace:FindFirstChild(Player.Name) or not workspace:FindFirstChild(Player.Name):FindFirstChild("Head") or Player == nil or Player.Character.Parent ~= workspace then return end
  964. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  965.  
  966. local MyTeam = GetTeam()
  967. if Player.TeamColor.Name == game.Players.LocalPlayer.TeamColor.Name then
  968. local savedcf = GetPos()
  969. local savedcamcf = GetCamPos()
  970. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.random().Name)
  971. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  972. workspace.CurrentCamera.CFrame = savedcamcf
  973. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  974. end
  975.  
  976. local Gun = game.Players.LocalPlayer.Character:FindFirstChild("Remington 870") or game.Players.LocalPlayer.Backpack:FindFirstChild("Remington 870")
  977.  
  978. local FireEvent = {
  979. [1] = {
  980. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  981. ["Distance"] = 0,
  982. ["Cframe"] = CFrame.new(),
  983. ["Hit"] = workspace[Player.Name].Head
  984. }, [2] = {
  985. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  986. ["Distance"] = 0,
  987. ["Cframe"] = CFrame.new(),
  988. ["Hit"] = workspace[Player.Name].Head
  989. }, [3] = {
  990. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  991. ["Distance"] = 0,
  992. ["Cframe"] = CFrame.new(),
  993. ["Hit"] = workspace[Player.Name].Head
  994. }, [4] = {
  995. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  996. ["Distance"] = 0,
  997. ["Cframe"] = CFrame.new(),
  998. ["Hit"] = workspace[Player.Name].Head
  999. }, [5] = {
  1000. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1001. ["Distance"] = 0,
  1002. ["Cframe"] = CFrame.new(),
  1003. ["Hit"] = workspace[Player.Name].Head
  1004. }, [6] = {
  1005. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1006. ["Distance"] = 0,
  1007. ["Cframe"] = CFrame.new(),
  1008. ["Hit"] = workspace[Player.Name].Head
  1009. }, [7] = {
  1010. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1011. ["Distance"] = 0,
  1012. ["Cframe"] = CFrame.new(),
  1013. ["Hit"] = workspace[Player.Name].Head
  1014. }, [8] = {
  1015. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1016. ["Distance"] = 0,
  1017. ["Cframe"] = CFrame.new(),
  1018. ["Hit"] = workspace[Player.Name].Head
  1019. }
  1020. }
  1021.  
  1022. game:GetService("ReplicatedStorage").ShootEvent:FireServer(FireEvent, Gun)
  1023. Gun.Parent = game.Players.LocalPlayer.Character
  1024. game.Players.LocalPlayer.Character["Remington 870"]:Destroy()
  1025. end)
  1026. end
  1027.  
  1028. function Tase(Player)
  1029. if Player.TeamColor.Name == "Bright blue" or not workspace:FindFirstChild(Player.Name) or not workspace:FindFirstChild(Player.Name):FindFirstChild("Head") or Player == nil or Player.Character.Parent ~= workspace then return end
  1030. pcall(function()
  1031. local savedcf = GetPos()
  1032. local savedteam
  1033.  
  1034. local Gun = game.Players.LocalPlayer.Backpack:FindFirstChild("Taser") or game.Players.LocalPlayer.Character:FindFirstChild("Taser")
  1035.  
  1036. local changedteam = false
  1037. if game.Players.LocalPlayer.TeamColor.Name ~= "Bright blue" or not Gun then
  1038. savedteam = GetTeam()
  1039. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright blue").Name)
  1040. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1041. changedteam = true
  1042. end
  1043.  
  1044. local Guns = game.Players.LocalPlayer.Backpack:FindFirstChild("Taser") or game.Players.LocalPlayer.Character:FindFirstChild("Taser")
  1045.  
  1046. local TaseEvent =
  1047. {
  1048. [1] =
  1049. {
  1050. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1051. ["Distance"] = 0,
  1052. ["Cframe"] = CFrame.new(),
  1053. ["Hit"] = workspace[Player.Name].Torso
  1054. }
  1055. }
  1056.  
  1057. game:GetService("ReplicatedStorage").ShootEvent:FireServer(TaseEvent, Guns)
  1058. if changedteam then
  1059. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new(savedteam).Name)
  1060. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1061. end
  1062. end)
  1063. end
  1064.  
  1065. function Teleport(Player, Position)
  1066. if Player == nil or Position == nil then return end
  1067. local savedcf = GetPos()
  1068. workspace.Remote.loadchar:InvokeServer()
  1069. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1070. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1071. local CHAR = game.Players.LocalPlayer.Character
  1072. CHAR.Humanoid.Name = "1"
  1073. local c = CHAR["1"]:Clone()
  1074. c.Name = "Humanoid"
  1075. c.Parent = CHAR
  1076. CHAR["1"]:Destroy()
  1077. game.Workspace.CurrentCamera.CameraSubject = CHAR
  1078. CHAR.Animate.Disabled = true
  1079. wait()
  1080. CHAR.Animate.Disabled = false
  1081. CHAR.Humanoid.DisplayDistanceType = "None"
  1082. game.Players.LocalPlayer:FindFirstChild("Backpack"):FindFirstChild("M9").Parent = CHAR
  1083. local STOP = 0
  1084. repeat wait(.1)
  1085. STOP = STOP + 1
  1086. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0.75)
  1087. 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
  1088. local STOP_2 = 0
  1089. repeat wait()
  1090. STOP_2 = STOP_2 + 1
  1091. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Position
  1092. until STOP_2 > 10
  1093. workspace.Remote.loadchar:InvokeServer()
  1094. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1095. end
  1096.  
  1097. function TeleportV(Player, Player2)
  1098. if Player == nil or Player2 == nil then return end
  1099. local savedcf = GetPos()
  1100. workspace.Remote.loadchar:InvokeServer()
  1101. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1102. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1103. local CHAR = game.Players.LocalPlayer.Character
  1104. CHAR.Humanoid.Name = "1"
  1105. local c = CHAR["1"]:Clone()
  1106. c.Name = "Humanoid"
  1107. c.Parent = CHAR
  1108. CHAR["1"]:Destroy()
  1109. game.Workspace.CurrentCamera.CameraSubject = CHAR
  1110. CHAR.Animate.Disabled = true
  1111. wait()
  1112. CHAR.Animate.Disabled = false
  1113. CHAR.Humanoid.DisplayDistanceType = "None"
  1114. game.Players.LocalPlayer:FindFirstChild("Backpack"):FindFirstChild("M9").Parent = CHAR
  1115. local STOP = 0
  1116. repeat wait(.1)
  1117. STOP = STOP + 1
  1118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0.75)
  1119. 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
  1120. local STOP_2 = 0
  1121. repeat wait()
  1122. STOP_2 = STOP_2 + 1
  1123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player2.Character.HumanoidRootPart.CFrame
  1124. until STOP_2 > 10
  1125. workspace.Remote.loadchar:InvokeServer()
  1126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1127. end
  1128.  
  1129. function ArrestEvent(Player, Time)
  1130. for i = 1,Time do
  1131. workspace.Remote.arrest:InvokeServer(Player.Character.Head)
  1132. end
  1133. end
  1134.  
  1135. function Arrest(Player, Time)
  1136. local Time = Time or 1
  1137. local savedcf = GetPos()
  1138. local savedcamcf = GetCamPos()
  1139. local savedteam = GetTeam()
  1140. if Player then
  1141. repeat wait()
  1142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1143. for i = 1,Time do
  1144. coroutine.wrap(function()
  1145. workspace.Remote.arrest:InvokeServer(Player.Character.Head)
  1146. end)()
  1147. end
  1148. until Player.Character:FindFirstChild("Head"):FindFirstChild("handcuffedGui")
  1149. wait()
  1150. end
  1151. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new(savedteam).Name)
  1152. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1154. workspace.CurrentCamera.CFrame = savedcamcf
  1155. end
  1156.  
  1157. function CreateBeam(Player, Distance, Position)
  1158. if Player then
  1159. pcall(function()
  1160. local Backpack = game.Players.LocalPlayer.Backpack
  1161. local Character = game.Players.LocalPlayer.Character
  1162. local Gun = Backpack:FindFirstChild("Remington 870") or Character:FindFirstChild("Remington 870")
  1163. if not Gun then
  1164. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1165. end
  1166. Gun = Backpack:FindFirstChild("Remington 870") or Character:FindFirstChild("Remington 870")
  1167. local Head = Player.Character.Head
  1168. if Head and Player and Character and Backpack and Gun and Distance and Position then
  1169. game.ReplicatedStorage.ShootEvent:FireServer({
  1170. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1171. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1172. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1173. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1174. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1175. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1176. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1177. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head}
  1178. }, Gun)
  1179. end
  1180. Gun.Parent = game.Players.LocalPlayer.Character
  1181. game.Players.LocalPlayer.Character:FindFirstChild("Remington 870"):Destroy()
  1182. end)
  1183. end
  1184. end
  1185.  
  1186. function CreateBeam2(Player, Distance, Position)
  1187. if Player then
  1188. pcall(function()
  1189. local Backpack = game.Players.LocalPlayer.Backpack
  1190. local Character = game.Players.LocalPlayer.Character
  1191. local Gun = Backpack:FindFirstChild("AK-47") or Character:FindFirstChild("AK-47")
  1192. if not Gun then
  1193. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1194. end
  1195. Gun = Backpack:FindFirstChild("AK-47") or Character:FindFirstChild("AK-47")
  1196. local Head = Player.Character.Head
  1197. if Head and Player and Character and Backpack and Gun and Distance and Position then
  1198. game.ReplicatedStorage.ShootEvent:FireServer({
  1199. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1200. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1201. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1202. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1203. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1204. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1205. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1206. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1207. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1208. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1209. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1210. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1211. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1212. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1213. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1214. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1215. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1216. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1217. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1218. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1219. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1220. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1221. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1222. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1223. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1224. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1225. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1226. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1227. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1228. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1229. }, Gun)
  1230. end
  1231. Gun.Parent = game.Players.LocalPlayer.Character
  1232. game.Players.LocalPlayer.Character:FindFirstChild("AK-47"):Destroy()
  1233. end)
  1234. end
  1235. end
  1236.  
  1237. function CreateBeam3(Player, Distance, Position)
  1238. if Player then
  1239. pcall(function()
  1240. local Backpack = game.Players.LocalPlayer.Backpack
  1241. local Character = game.Players.LocalPlayer.Character
  1242. local Gun = Backpack:FindFirstChild("M9") or Character:FindFirstChild("M9")
  1243. if not Gun then
  1244. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1245. end
  1246. Gun = Backpack:FindFirstChild("M9") or Character:FindFirstChild("M9")
  1247. local Head = Player.Character.Head
  1248. if Head and Player and Character and Backpack and Gun and Distance and Position then
  1249. game.ReplicatedStorage.ShootEvent:FireServer({
  1250. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1251. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1252. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1253. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1254. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1255. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1256. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1257. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1258. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1259. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1260. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1261. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1262. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1263. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head},
  1264. {["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),["Distance"] = Distance,["Cframe"] = Position,["Hit"] = Head}
  1265. }, Gun)
  1266. end
  1267. Gun.Parent = game.Players.LocalPlayer.Character
  1268. game.Players.LocalPlayer.Character:FindFirstChild("M9"):Destroy()
  1269. end)
  1270. end
  1271. end
  1272.  
  1273. function Beam(Player, Distance, Time)
  1274. if Player and Distance then
  1275. local RunService = game:GetService("RunService")
  1276. RunService:BindToRenderStep(Player.Name, math.huge, function()
  1277. coroutine.wrap(function()
  1278. CreateBeam(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1279. end)()
  1280. end)
  1281. delay(Time, function()
  1282. pcall(function()
  1283. RunService:UnbindFromRenderStep(Player.Name)
  1284. end)
  1285. end)
  1286. end
  1287. end
  1288.  
  1289. function LagBeam(Player, Distance, Time)
  1290. if Player and Distance then
  1291. local RunService = game:GetService("RunService")
  1292. RunService:BindToRenderStep(Player.Name, math.huge, function()
  1293. coroutine.wrap(function()
  1294. CreateBeam(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1295. end)()
  1296. coroutine.wrap(function()
  1297. CreateBeam2(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1298. end)()
  1299. coroutine.wrap(function()
  1300. CreateBeam3(Player, Distance, Player.Character.HumanoidRootPart.CFrame)
  1301. end)()
  1302. end)
  1303. delay(Time, function()
  1304. pcall(function()
  1305. RunService:UnbindFromRenderStep(Player.Name)
  1306. end)
  1307. end)
  1308. end
  1309. end
  1310.  
  1311. function DetectMove(Player)
  1312. local oldpos = Player.Character.HumanoidRootPart.CFrame
  1313. local Move
  1314. local Time = 0
  1315. repeat wait(.1)
  1316. Time = Time + 1
  1317. if oldpos ~= Player.Character.HumanoidRootPart.CFrame then
  1318. Move = true
  1319. else
  1320. Move = false
  1321. end
  1322. until (Time >= 500 and Move == false) or Move == true
  1323. return Move
  1324. end
  1325.  
  1326. function FeGodMode()
  1327. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1328. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1329. l.Parent = game.Players.LocalPlayer.Character
  1330. l.Name = "Humanoid"
  1331. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1332. wait()
  1333. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1334. game.Players.LocalPlayer.Character["1"]:Destroy()
  1335. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1336. end
  1337.  
  1338. local function GetPlayerPart(Player)
  1339. if not Player then return end
  1340. if Player:FindFirstChild("HumanoidRootPart") then
  1341. return Player.HumanoidRootPart
  1342. elseif Player:FindFirstChild("Torso") then
  1343. return Player.Torso
  1344. end
  1345. end
  1346.  
  1347. local Mouse = game.Players.LocalPlayer:GetMouse()
  1348.  
  1349. function CopyChat(Player)
  1350. Player.Chatted:Connect(function(Message)
  1351. if States.CopyChat then
  1352. Chat("["..Player.DisplayName.."]: "..Message)
  1353. end
  1354. end)
  1355. end
  1356.  
  1357. function Died(Player)
  1358. pcall(function()
  1359. if Player.Character.Humanoid.Health < 1 then
  1360. if States.ChatNotify then
  1361. Chat(Player.DisplayName.." Died")
  1362. end
  1363. if States.Notify then
  1364. game.StarterGui:SetCore("SendNotification", {
  1365. Title = "Game",
  1366. Text = Player.DisplayName.." Died",
  1367. Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  1368. })
  1369. end
  1370. end
  1371. end)
  1372. end
  1373.  
  1374. function PlayerPickUp(Player)
  1375. Player.Backpack.ChildAdded:Connect(function(Item)
  1376. if States.ChatNotify then
  1377. Chat(Player.DisplayName.." Pick Up "..Item.Name)
  1378. end
  1379. if States.Notify then
  1380. game.StarterGui:SetCore("SendNotification", {
  1381. Title = "Game",
  1382. Text = Player.DisplayName.." Pick Up "..Item.Name,
  1383. Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  1384. })
  1385. end
  1386. end)
  1387. end
  1388.  
  1389. local function Notify(Message, Color, Text)
  1390. Notify6.Text = Notify5.Text
  1391. Notify6.TextColor3 = Notify5.TextColor3
  1392. Notify5.Text = Notify4.Text
  1393. Notify5.TextColor3 = Notify4.TextColor3
  1394. Notify4.Text = Notify3.Text
  1395. Notify4.TextColor3 = Notify3.TextColor3
  1396. Notify3.Text = Notify2.Text
  1397. Notify3.TextColor3 = Notify2.TextColor3
  1398. Notify2.Text = Notify1.Text
  1399. Notify2.TextColor3 = Notify1.TextColor3
  1400. Notify1.Text = "["..Text.."] "..Message
  1401. Notify1.TextColor3 = Color or Color3.fromRGB(255, 255, 255)
  1402. end
  1403.  
  1404. local function Loadstring(Https)
  1405. if not Https then return end
  1406. loadstring(game:HttpGet((Https), true))()
  1407. end
  1408.  
  1409. local function Command(Cmd)
  1410. return Arg1 == Prefix..Cmd
  1411. end
  1412.  
  1413. local function PrefixCommand(Cmd)
  1414. return Arg1 == "!"..Cmd
  1415. end
  1416.  
  1417. local Walls = {
  1418. game.Workspace.Prison_Halls.walls,
  1419. game.Workspace.Prison_Halls.roof,
  1420. game.Workspace.Prison_Halls.outlines,
  1421. game.Workspace.Prison_Halls.lights,
  1422. game.Workspace.Prison_Halls.accent,
  1423. game.Workspace.Prison_Halls.glass,
  1424. game.Workspace.Prison_Cellblock.b_front,
  1425. game.Workspace.Prison_Cellblock.doors,
  1426. game.Workspace.Prison_Cellblock.c_tables,
  1427. game.Workspace.Prison_Cellblock.a_front,
  1428. game.Workspace.Prison_Cellblock.b_outerwall,
  1429. game.Workspace.Prison_Cellblock.c_wall,
  1430. game.Workspace.Prison_Cellblock.b_wall,
  1431. game.Workspace.Prison_Cellblock.c_hallwall,
  1432. game.Workspace.Prison_Cellblock.a_outerwall,
  1433. game.Workspace.Prison_Cellblock.b_ramp,
  1434. game.Workspace.Prison_Cellblock.a_ramp,
  1435. game.Workspace.Prison_Cellblock.a_walls,
  1436. game.Workspace.Prison_Cellblock.Cells_B,
  1437. game.Workspace.Prison_Cellblock.Cells_A,
  1438. game.Workspace.Prison_Cellblock.c_corner,
  1439. game.Workspace.Prison_Cellblock.Wedge,
  1440. game.Workspace.Prison_Cellblock.a_ceiling,
  1441. game.Workspace.Prison_Cellblock.b_ceiling,
  1442. game.Workspace.City_buildings,
  1443. game.Workspace.Prison_OuterWall,
  1444. game.Workspace.Prison_Fences,
  1445. game.Workspace.Prison_Guard_Outpost,
  1446. game.Workspace.Prison_Cafeteria.building,
  1447. game.Workspace.Prison_Cafeteria.glass,
  1448. game.Workspace.Prison_Cafeteria.oven,
  1449. game.Workspace.Prison_Cafeteria.shelves,
  1450. game.Workspace.Prison_Cafeteria.vents,
  1451. game.Workspace.Prison_Cafeteria.accents,
  1452. game.Workspace.Prison_Cafeteria["vending machine"],
  1453. game.Workspace.Prison_Cafeteria.Prison_table1,
  1454. game.Workspace.Prison_Cafeteria.counter,
  1455. game.Workspace.Prison_Cafeteria.boxes,
  1456. game.Workspace.Prison_Cafeteria["trash bins"]
  1457. }
  1458.  
  1459. --[[if not Slient then
  1460. Chat("Admin Commands By LocalPlayer # 7434")
  1461. Chat("Admin Commands Version "..Versions)
  1462. Chat("Current Prefix Is "..Prefix)
  1463. wait()
  1464. Chat("Admin Commands Loaded!")
  1465. else
  1466. Chat("Loaded")
  1467. Chat("P "..Prefix)
  1468. Chat("V "..Versions)
  1469. end]]
  1470.  
  1471. Notify("Loaded admin commands", Color3.fromRGB(0, 255, 0), "Loads")
  1472.  
  1473. function PlayerChatted(Message)
  1474. if ScriptDisabled then return end
  1475. Split = Message:split(" ")
  1476. Arg1 = Split[1]
  1477. Arg2 = Split[2]
  1478. Arg3 = Split[3]
  1479. Arg4 = Split[4]
  1480. if Command("unload") or Command("destroygui") then
  1481. Notify("Unloading...", Color3.fromRGB(0, 255, 255), "Unloads")
  1482. wait(.1)
  1483. pcall(function()
  1484. CmdGui:Destroy()
  1485. States = {}
  1486. LoopKill = {}
  1487. LoopTase = {}
  1488. Admin = {}
  1489. ScriptDisabled = true
  1490. for i,v in pairs(game.Lighting:GetChildren()) do
  1491. v.Parent = workspace
  1492. end
  1493. end)
  1494. end
  1495. if Command("reload") or Command("update") then
  1496. Notify("Updating versions...", Color3.fromRGB(0, 255, 255), "Updates")
  1497. pcall(function()
  1498. CmdGui:Destroy()
  1499. States = {}
  1500. LoopKill = {}
  1501. LoopTase = {}
  1502. Admin = {}
  1503. ScriptDisabled = true
  1504. for i,v in pairs(game.Lighting:GetChildren()) do
  1505. v.Parent = workspace
  1506. end
  1507. end)
  1508. Loadstring("https://pastebin.com/raw/9ab2s523")
  1509. end
  1510. if Command("beam") then
  1511. local Player = GetPlayer(Arg2)
  1512. if Player then
  1513. Beam(Player, math.huge, 7)
  1514. Notify("Beamed "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1515. else
  1516. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1517. end
  1518. end
  1519. if Command("lagbeam") or Command("beam2") then
  1520. local Player = GetPlayer(Arg2)
  1521. if Player then
  1522. LagBeam(Player, math.huge, 7)
  1523. Notify("Lag beamed "..Player.Name, Color3.fromRGB(255, 0, 0), "Success")
  1524. else
  1525. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1526. end
  1527. end
  1528. if Command("crash") or Command("beam3") then
  1529. local Player = GetPlayer(Arg2)
  1530. if Player then
  1531. LagBeam(Player, math.huge, 9000)
  1532. Notify("Crashed "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1533. else
  1534. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1535. end
  1536. end
  1537. if Command("antispamarrest") then
  1538. States.Anti_Spam_Arrest = true
  1539. Notify("Turn anti spam arrest on", Color3.fromRGB(0, 255, 0), "Success")
  1540. while wait() do
  1541. if States.Anti_Spam_Arrest then
  1542. pcall(function()
  1543. if game.Players.LocalPlayer.Character.Head:FindFirstChild("handcuffedGui") then
  1544. repeat wait()
  1545. coroutine.wrap(function()
  1546. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(888, 100, 2388)
  1547. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1548. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1549. end)()
  1550. until game.Players.LocalPlayer.TeamColor.Name == "Bright blue"
  1551. wait(.1)
  1552. for i = 1,10 do
  1553. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1554. end
  1555. end
  1556. end)
  1557. end
  1558. end
  1559. end
  1560. if Command("unantispamarrest") then
  1561. States.Anti_Spam_Arrest = false
  1562. Notify("Turn anti spam arrest off", Color3.fromRGB(0, 255, 0), "Success")
  1563. end
  1564. if Command("inmate") or Command("inmates") or Command("prisoner") or Command("prisoners") then
  1565. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1566. Notify("Become inmate", Color3.fromRGB(0, 255, 0), "Success")
  1567. end
  1568. if Command("guard") or Command("guards") or Command("cop") or Command("polices") or Command("cops") then
  1569. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1570. if game.Players.LocalPlayer.TeamColor.Name == "Bright blue" then
  1571. Notify("Become guard", Color3.fromRGB(0, 255, 0), "Success")
  1572. else
  1573. Notify("Fulled team", Color3.fromRGB(255, 0, 0), "Error")
  1574. end
  1575. end
  1576. if Command("gun") or Command("guns") or Command("allguns") then
  1577. if BuyGamepass then
  1578. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1579. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M4A1"].ITEMPICKUP)
  1580. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1581. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1582. else
  1583. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1584. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1585. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1586. end
  1587. Notify("Get all guns", Color3.fromRGB(0, 255, 0), "Success")
  1588. end
  1589. if Command("autogun") or Command("autoguns") or Command("autoallguns") then
  1590. States.Auto_Guns = true
  1591. Notify("Turn auto guns on", Color3.fromRGB(0, 255, 0), "Success")
  1592. if BuyGamepass then
  1593. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1594. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M4A1"].ITEMPICKUP)
  1595. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1596. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1597. else
  1598. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1599. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1600. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1601. end
  1602. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  1603. if States.Auto_Guns then
  1604. pcall(function()
  1605. if BuyGamepass then
  1606. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1607. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M4A1"].ITEMPICKUP)
  1608. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1609. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1610. else
  1611. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1612. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  1613. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  1614. end
  1615. end)
  1616. end
  1617. end)
  1618. end
  1619. if Command("unautogun") or Command("unautoguns") or Command("unautoallguns") then
  1620. States.Auto_Guns = false
  1621. Notify("Turn auto guns off", Color3.fromRGB(0, 255, 0), "Success")
  1622. end
  1623. if Command("loopgoto") or Command("loopto") then
  1624. local Player = GetPlayer(Arg2)
  1625. if Player then
  1626. States.LoopGoto = true
  1627. repeat wait()
  1628. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame
  1629. until not States.LoopGoto or not game.Players[Player.Name]
  1630. end
  1631. end
  1632. if Command("unloopgoto") or Command("unloopto") then
  1633. States.LoopGoto = false
  1634. end
  1635. if Command("checkscriptowner") or Command("findowner") then
  1636. for i,v in pairs(game.Players:GetPlayers()) do
  1637. if v.DisplayName == "Hack" and v.Name == "ih4xalots" then
  1638. ChatNotify("Script owner : "..v.Name.." / "..v.DisplayName, Color3.fromRGB(0, 255, 0))
  1639. end
  1640. end
  1641. end
  1642. if Command("getplayer") or Command("getplayers") then
  1643. ChatNotify("Players : "..#game.Players:GetPlayers(), Color3.fromRGB(255, 255, 255))
  1644. end
  1645. if Command("autofire") then
  1646. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("GunStates") then
  1647. local Gun = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1648. Gun["AutoFire"] = true
  1649. Notify("Turn auto fire", Color3.fromRGB(0, 255, 0), "Success")
  1650. else
  1651. Notify("Equip a gun", Color3.fromRGB(255, 0, 0), "Error")
  1652. end
  1653. end
  1654. if Command("semifire") then
  1655. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("GunStates") then
  1656. local Gun = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1657. Gun["AutoFire"] = false
  1658. Notify("Turn semi fire", Color3.fromRGB(0, 255, 0), "Success")
  1659. else
  1660. Notify("Equip a gun", Color3.fromRGB(255, 0, 0), "Error")
  1661. end
  1662. end
  1663. if Command("firespeed") or Command("setfirespeed") then
  1664. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("GunStates") then
  1665. local Gun = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1666. if tonumber(Arg2) ~= nil then
  1667. Gun["FireRate"] = tonumber(Arg2)
  1668. Notify("Set a gun fire speed to "..tonumber(Arg2), Color3.fromRGB(0, 255, 0), "Success")
  1669. else
  1670. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  1671. end
  1672. else
  1673. Notify("Equip a gun", Color3.fromRGB(255, 0, 0), "Error")
  1674. end
  1675. end
  1676. if Command("burst") or Command("burstbullets") or Command("bullets") then
  1677. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("GunStates") then
  1678. local Gun = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1679. if tonumber(Arg2) ~= nil then
  1680. Gun["Bullets"] = tonumber(Arg2)
  1681. Notify("Set a gun burst bullets to "..tonumber(Arg2), Color3.fromRGB(0, 255, 0), "Success")
  1682. else
  1683. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  1684. end
  1685. else
  1686. Notify("Equip a gun", Color3.fromRGB(255, 0, 0), "Error")
  1687. end
  1688. end
  1689. if Command("reloadtime") or Command("reloadtimes") then
  1690. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("GunStates") then
  1691. local Gun = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1692. if tonumber(Arg2) ~= nil then
  1693. Gun["ReloadTime"] = tonumber(Arg2)
  1694. Notify("Set a gun reload time to "..tonumber(Arg2), Color3.fromRGB(0, 255, 0), "Success")
  1695. else
  1696. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  1697. end
  1698. else
  1699. Notify("Equip a gun", Color3.fromRGB(255, 0, 0), "Error")
  1700. end
  1701. end
  1702. if Command("criminal") or Command("criminals") or Command("crim") or Command("crims") or Command("crimes") or Command("crime") then
  1703. local savedcf = GetPos()
  1704. local savedcamcf = GetCamPos()
  1705. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really red").Name)
  1706. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1707. workspace.CurrentCamera.CFrame = savedcamcf
  1708. Notify("Become a criminal", Color3.fromRGB(0, 255, 0), "Success")
  1709. end
  1710. if Command("neutral") or Command("neutrals") then
  1711. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1712. Notify("Become neutral", Color3.fromRGB(0, 255, 0), "Success")
  1713. end
  1714. if Command("red") then
  1715. local savedcf = GetPos()
  1716. local savedcamcf = GetCamPos()
  1717. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright red").Name)
  1718. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1719. workspace.CurrentCamera.CFrame = savedcamcf
  1720. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1721. end
  1722. if Command("blue") then
  1723. local savedcf = GetPos()
  1724. local savedcamcf = GetCamPos()
  1725. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Deep blue").Name)
  1726. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1727. workspace.CurrentCamera.CFrame = savedcamcf
  1728. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1729. end
  1730. if Command("black") then
  1731. local savedcf = GetPos()
  1732. local savedcamcf = GetCamPos()
  1733. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really black").Name)
  1734. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1735. workspace.CurrentCamera.CFrame = savedcamcf
  1736. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1737. end
  1738. if Command("pink") then
  1739. local savedcf = GetPos()
  1740. local savedcamcf = GetCamPos()
  1741. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Hot pink").Name)
  1742. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1743. workspace.CurrentCamera.CFrame = savedcamcf
  1744. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1745. end
  1746. if Command("grey") then
  1747. local savedcf = GetPos()
  1748. local savedcamcf = GetCamPos()
  1749. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Ghost grey").Name)
  1750. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1751. workspace.CurrentCamera.CFrame = savedcamcf
  1752. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1753. end
  1754. if Command("white") then
  1755. local savedcf = GetPos()
  1756. local savedcamcf = GetCamPos()
  1757. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("White").Name)
  1758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1759. workspace.CurrentCamera.CFrame = savedcamcf
  1760. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1761. end
  1762. if Command("brown") then
  1763. local savedcf = GetPos()
  1764. local savedcamcf = GetCamPos()
  1765. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Brown").Name)
  1766. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1767. workspace.CurrentCamera.CFrame = savedcamcf
  1768. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1769. end
  1770. if Command("purple") then
  1771. local savedcf = GetPos()
  1772. local savedcamcf = GetCamPos()
  1773. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Royal purple").Name)
  1774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1775. workspace.CurrentCamera.CFrame = savedcamcf
  1776. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1777. end
  1778. if Command("green") then
  1779. local savedcf = GetPos()
  1780. local savedcamcf = GetCamPos()
  1781. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright green").Name)
  1782. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1783. workspace.CurrentCamera.CFrame = savedcamcf
  1784. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1785. end
  1786. if Command("yellow") then
  1787. local savedcf = GetPos()
  1788. local savedcamcf = GetCamPos()
  1789. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright yellow").Name)
  1790. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1791. workspace.CurrentCamera.CFrame = savedcamcf
  1792. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1793. end
  1794. if Command("orange") then
  1795. local savedcf = GetPos()
  1796. local savedcamcf = GetCamPos()
  1797. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Neon orange").Name)
  1798. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1799. workspace.CurrentCamera.CFrame = savedcamcf
  1800. Notify("Changed name tag color to "..Arg1:split("."), Color3.fromRGB(0, 255, 0), "Success")
  1801. end
  1802. if Command("chatnotify") then
  1803. States.ChatNotify = true
  1804. Notify("Turn chat notify on", Color3.fromRGB(0, 255, 0), "Success")
  1805. end
  1806. if Command("nochatnotify") or Command("unchatnotify") then
  1807. States.ChatNotify = false
  1808. Notify("Turn chat notify off", Color3.fromRGB(0, 255, 0), "Success")
  1809. end
  1810. if Command("taserbypass") or Command("lock") or Command("antitaser") then
  1811. States.TaserBypass = true
  1812. Notify("Turn taser bypass on", Color3.fromRGB(0, 255, 0), "Success")
  1813. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  1814. if States.TaserBypass then
  1815. wait(.2)
  1816. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1817. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 24
  1818. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1819. end
  1820. end)
  1821. end
  1822. if Command("notaserbypass") or Command("unlock") or Command("untaserbypass") then
  1823. States.TaserBypass = false
  1824. Notify("Turn taser bypass off", Color3.fromRGB(0, 255, 0), "Success")
  1825. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  1826. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1827. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1828. end
  1829. if Command("color") then
  1830. if Arg2 ~= nil and Arg3 == nil then
  1831. local savedcf = GetPos()
  1832. workspace.Remote.loadchar:InvokeServer(nil, Arg2)
  1833. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1834. elseif Arg2 ~= nil and Arg3 ~= nil and Arg4 == nil then
  1835. local savedcf = GetPos()
  1836. workspace.Remote.loadchar:InvokeServer(nil, Arg2.." "..Arg3)
  1837. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1838. elseif Arg2 ~= nil and Arg3 ~= nil and Arg4 ~= nil then
  1839. local savedcf = GetPos()
  1840. workspace.Remote.loadchar:InvokeServer(nil, Arg2.." "..Arg3.." "..Arg4)
  1841. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1842. end
  1843. Notify("Changed name tag color", Color3.fromRGB(0, 255, 0), "Success")
  1844. end
  1845. if Command("print") then
  1846. print(Message)
  1847. Notify("Printed", Color3.fromRGB(0, 255, 0), "Success")
  1848. end
  1849. if Command("warn") then
  1850. warn(Message)
  1851. Notify("Warned", Color3.fromRGB(0, 255, 0), "Success")
  1852. end
  1853. if Command("error") then
  1854. Notify("Printed error", Color3.fromRGB(0, 255, 0), "Success")
  1855. error(Message)
  1856. end
  1857. if Command("chat") then
  1858. Chat(Message)
  1859. Notify("Chatted", Color3.fromRGB(0, 255, 0), "Success")
  1860. end
  1861. if Command("copychat") then
  1862. States.CopyChat = true
  1863. Notify("Turn copy chat on", Color3.fromRGB(0, 255, 0), "Success")
  1864. end
  1865. if Command("uncopychat") then
  1866. States.CopyChat = false
  1867. Notify("Turn copy chat off", Color3.fromRGB(0, 255, 0), "Success")
  1868. end
  1869. if Command("tase") then
  1870. local Player = GetPlayer(Arg2)
  1871. if Player ~= nil then
  1872. Tase(Player)
  1873. Notify("Tased "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1874. else
  1875. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1876. end
  1877. end
  1878. if Command("noshield") or Command("antishield") then
  1879. States.Anti_Shield = true
  1880. Notify("Turn anti shield users on", Color3.fromRGB(0, 255, 0), "Success")
  1881. while wait() do
  1882. for i,v in pairs(game.Players:GetPlayers()) do
  1883. pcall(function()
  1884. if workspace[v.Name].Torso:FindFirstChild("ShieldFolder") then
  1885. workspace[v.Name].Torso:FindFirstChild("ShieldFolder"):Destroy()
  1886. end
  1887. end)
  1888. end
  1889. end
  1890. end
  1891. if Command("unantishield") then
  1892. States.Anti_Shield = false
  1893. Notify("Turn anti shield users off", Color3.fromRGB(0, 255, 0), "Success")
  1894. end
  1895. if Command("kill") or Command("kills") then
  1896. local Player = GetPlayer(Arg2)
  1897. if Player ~= nil then
  1898. Kill(Player)
  1899. Notify("Killed "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1900. else
  1901. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  1902. end
  1903. end
  1904. if Command("killall") then
  1905. for i,v in pairs(game.Players:GetPlayers()) do
  1906. if v ~= game.Players.LocalPlayer then
  1907. Kill(v)
  1908. end
  1909. end
  1910. Notify("Killed all players", Color3.fromRGB(0, 255, 0), "Success")
  1911. end
  1912. if Command("killinmate") or Command("killinmates") or Command("killsinmate") or Command("killsinmates") then
  1913. for i,v in pairs(game.Players:GetPlayers()) do
  1914. if v ~= game.Players.LocalPlayer then
  1915. if v.TeamColor.Name == "Bright orange" then
  1916. Kill(v)
  1917. end
  1918. end
  1919. end
  1920. Notify("Killed all inmates", Color3.fromRGB(0, 255, 0), "Success")
  1921. end
  1922. if Command("killguard") or Command("killsguard") or Command("killguards") or Command("killsguards") then
  1923. for i,v in pairs(game.Players:GetPlayers()) do
  1924. if v ~= game.Players.LocalPlayer then
  1925. if v.TeamColor.Name == "Bright blue" then
  1926. Kill(v)
  1927. end
  1928. end
  1929. end
  1930. Notify("Killed all guards", Color3.fromRGB(0, 255, 0), "Success")
  1931. end
  1932. if Command("killcriminal") or Command("killscriminal") or Command("killcriminals") or Command("killscriminals") then
  1933. for i,v in pairs(game.Players:GetPlayers()) do
  1934. if v ~= game.Players.LocalPlayer then
  1935. if v.TeamColor.Name == "Really red" then
  1936. Kill(v)
  1937. end
  1938. end
  1939. end
  1940. Notify("Killed all criminals", Color3.fromRGB(0, 255, 0), "Success")
  1941. end
  1942. if Command("loopkill") or Command("loopkills") then
  1943. local Player = GetPlayer(Arg2)
  1944. if Player ~= nil and not LoopKill[Player.UserId] then
  1945. LoopKill[Player.UserId] = {Player = Player}
  1946. Notify("Looping kills "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1947. else
  1948. Notify("No player found / already loop kills", Color3.fromRGB(255, 0, 0), "Error")
  1949. end
  1950. end
  1951. if Command("unloopkill") or Command("unloopkills") then
  1952. local Player = GetPlayer(Arg2)
  1953. if Player ~= nil and LoopKill[Player.UserId] then
  1954. LoopKill[Player.UserId] = nil
  1955. Notify("Unloop kills "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  1956. else
  1957. Notify("No player found / Player has no loop kills", Color3.fromRGB(255, 0, 0), "Error")
  1958. end
  1959. end
  1960. if Command("loopkillguard") or Command("loopkillguards") or Command("loopkillsguard") or Command("loopkillsguards") or Command("loopkillcop") or Command("loopkillpolices") or Command("loopkillspolices") then
  1961. States.LoopKill_Guards = true
  1962. Notify("Looping kills all guards", Color3.fromRGB(0, 255, 0), "Success")
  1963. while wait() do
  1964. if States.LoopKill_Guards then
  1965. for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  1966. if v ~= game.Players.LocalPlayer then
  1967. pcall(function()
  1968. if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  1969. Kill(v)
  1970. end
  1971. end)
  1972. end
  1973. end
  1974. end
  1975. end
  1976. end
  1977. if Command("unloopkillguard") or Command("unloopkillguards") or Command("unloopkillsguard") or Command("unloopkillsguards") or Command("unloopkillcop") or Command("unloopkillpolices") or Command("unloopkillspolices") then
  1978. States.LoopKill_Guards = false
  1979. Notify("Unloop kills all guards", Color3.fromRGB(0, 255, 0), "Success")
  1980. end
  1981. if Command("loopkillinmate") or Command("loopkillinmates") or Command("loopkillsinmate") or Command("loopkillsinmates") or Command("loopkillprisoner") or Command("loopkillprisoners") then
  1982. States.LoopKill_Inmates = true
  1983. Notify("Looping kills all inmates", Color3.fromRGB(0, 255, 0), "Success")
  1984. while wait() do
  1985. if States.LoopKill_Inmates then
  1986. for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  1987. if v ~= game.Players.LocalPlayer then
  1988. pcall(function()
  1989. if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  1990. Kill(v)
  1991. end
  1992. end)
  1993. end
  1994. end
  1995. end
  1996. end
  1997. end
  1998. if Command("unloopkillinmate") or Command("unloopkillinmates") or Command("unloopkillsinmate") or Command("unloopkillsinmates") or Command("unloopkillprisoner") or Command("unloopkillprisoners") then
  1999. States.LoopKill_Inmates = false
  2000. Notify("Unloop kills all inmates", Color3.fromRGB(0, 255, 0), "Success")
  2001. end
  2002. if Command("loopkillcriminal") or Command("loopkillcriminals") or Command("loopkillscriminal") or Command("loopkillscriminals") or Command("loopkillcrim") or Command("loopkillcrims") then
  2003. States.LoopKill_Criminals = true
  2004. Notify("Looping kills all criminals", Color3.fromRGB(0, 255, 0), "Success")
  2005. while wait() do
  2006. if States.LoopKill_Criminals then
  2007. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  2008. if v ~= game.Players.LocalPlayer then
  2009. pcall(function()
  2010. if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  2011. Kill(v)
  2012. end
  2013. end)
  2014. end
  2015. end
  2016. end
  2017. end
  2018. end
  2019. if Command("unloopkillcriminal") or Command("unloopkillcriminals") or Command("unloopkillscriminal") or Command("unloopkillscrriminals") or Command("unloopkillcrim") or Command("unloopkillcrims") then
  2020. States.LoopKill_Criminals = false
  2021. Notify("Unlooping kills all criminals", Color3.fromRGB(0, 255, 0), "Success")
  2022. end
  2023. if Command("loopkillall") or Command("loopkillsall") then
  2024. States.LoopKill_Others = true
  2025. Notify("Looping kills all players", Color3.fromRGB(0, 255, 0), "Success")
  2026. while wait() do
  2027. if States.LoopKill_Others then
  2028. for i,v in pairs(game.Players:GetPlayers()) do
  2029. if v ~= game.Players.LocalPlayer then
  2030. pcall(function()
  2031. if v.Character.Humanoid.Health > 0 and v.Character.Head and v.Character and v ~= nil then
  2032. Kill(v)
  2033. end
  2034. end)
  2035. end
  2036. end
  2037. end
  2038. end
  2039. end
  2040. if Command("unloopkillall") or Command("unloopkillsall") then
  2041. States.LoopKill_Criminals = false
  2042. States.LoopKill_Guards = false
  2043. States.LoopKill_Inmates = false
  2044. States.LoopKill_Others = false
  2045. Notify("Unlooping kills all players", Color3.fromRGB(0, 255, 0), "Success")
  2046. end
  2047. if Command("goto") or Command("to") then
  2048. local Player = GetPlayer(Arg2)
  2049. if Player ~= nil then
  2050. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[Player.Name].HumanoidRootPart.CFrame
  2051. Notify("Go to "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2052. else
  2053. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2054. end
  2055. end
  2056. if Command("re") or Command("refresh") then
  2057. if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  2058. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2059. local savedcf = GetPos()
  2060. local savedcamcf = GetCamPos()
  2061. workspace.Remote.loadchar:InvokeServer()
  2062. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2063. workspace.CurrentCamera.CFrame = savedcamcf
  2064. end
  2065. else
  2066. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2067. local savedcf = GetPos()
  2068. local savedcamcf = GetCamPos()
  2069. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  2070. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2071. workspace.CurrentCamera.CFrame = savedcamcf
  2072. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2073. end
  2074. end
  2075. Notify("Refreshed", Color3.fromRGB(0, 255, 0), "Success")
  2076. end
  2077. if Command("res") or Command("respawn") then
  2078. if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  2079. workspace.Remote.loadchar:InvokeServer()
  2080. else
  2081. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  2082. local savedcf = GetPos()
  2083. local savedcamcf = GetCamPos()
  2084. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really red").Name)
  2085. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2086. workspace.CurrentCamera.CFrame = savedcamcf
  2087. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2088. end
  2089. Notify("Respawned", Color3.fromRGB(0, 255, 0), "Success")
  2090. end
  2091. if Command("looparrest") or Command("spamarrest") then
  2092. local Player = GetPlayer(Arg2)
  2093. if Player ~= nil then
  2094. Notify("Spam arresting "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2095. States.SpamArrest = true
  2096. repeat wait()
  2097. if game.Players[Player.Name] and States.SpamArrest then
  2098. local Player_Previos_Team = Player.TeamColor.Name
  2099. if Player.TeamColor.Name == "Bright orange" then
  2100. Teleport(Player, CFrame.new(979.55584716797, 99.990005493164, 2341.4069824219))
  2101. end
  2102. if Player.TeamColor.Name ~= "Bright orange" and Player.TeamColor.Name ~= "Really red" then
  2103. repeat Teleport(Player, CFrame.new(-976, 110, 2070)) until Player.TeamColor.Name == "Really red" or not game.Players[Player.Name]
  2104. end
  2105. if Player_Previos_Team == "Bright orange" then
  2106. repeat wait()
  2107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2108. for i = 1,1000 do
  2109. coroutine.wrap(function()
  2110. ArrestEvent(Player, math.huge)
  2111. end)()
  2112. end
  2113. until Player.Character.Head:FindFirstChild("handcuffedGui") or not game.Players[Player.Name]
  2114. else
  2115. if Player.TeamColor.Name == "Really red" then
  2116. repeat wait()
  2117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2118. for i = 1,1000 do
  2119. coroutine.wrap(function()
  2120. ArrestEvent(Player, math.huge)
  2121. end)()
  2122. end
  2123. until Player.Character.Head:FindFirstChild("handcuffedGui") or not game.Players[Player.Name]
  2124. end
  2125. end
  2126. end
  2127. until not game.Players[Player.Name] or not States.SpamArrest
  2128. end
  2129. end
  2130. if Command("unlooparrest") or Command("unspamarrest") then
  2131. States.SpamArrest = false
  2132. Notify("Unspam arrest", Color3.fromRGB(0, 255, 0), "Success")
  2133. end
  2134. if Command("view") or Command("spectate") or Command("watch") then
  2135. local Player = GetPlayer(Arg2)
  2136. if Player ~= nil then
  2137. Watching = Player
  2138. Notify("Viewing "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2139. else
  2140. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2141. end
  2142. while wait() do
  2143. if Watching ~= nil then
  2144. pcall(function()
  2145. workspace.CurrentCamera.CameraSubject = workspace[Watching.Name]
  2146. end)
  2147. end
  2148. end
  2149. end
  2150. if Command("antifling") then
  2151. States.Anti_Fling = true
  2152. Notify("Turn anti fling on", Color3.fromRGB(0, 255, 0), "Success")
  2153. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(math.huge, game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size.Y, math.huge)
  2154. game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
  2155. if States.Anti_Fling then
  2156. pcall(function()
  2157. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(math.huge, game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Size.Y, math.huge)
  2158. end)
  2159. end
  2160. end)
  2161. end
  2162. if Command("statue") then
  2163. States.Statue = true
  2164. game.Players.LocalPlayer.Character:Connect(function()
  2165. if States.Statue then
  2166.  
  2167. end
  2168. end)
  2169. end
  2170. if Command("unstatue") then
  2171. States.Statue = false
  2172. end
  2173. if Command("noclip") or Command("noclips") then
  2174. States.Noclips = true
  2175. Notify("Turn no clips on", Color3.fromRGB(0, 255, 0), "Success")
  2176. game:GetService("RunService").Stepped:Connect(function()
  2177. if States.Noclips then
  2178. pcall(function()
  2179. game.Players.LocalPlayer.Character:FindFirstChild("Head").CanCollide = false
  2180. game.Players.LocalPlayer.Character:FindFirstChild("Torso").CanCollide = false
  2181. end)
  2182. end
  2183. end)
  2184. end
  2185. if Command("clip") or Command("clips") then
  2186. States.Noclips = false
  2187. Notify("Turn no clips off", Color3.fromRGB(0, 255, 0), "Success")
  2188. end
  2189. if Command("unantifling") then
  2190. States.Anti_Fling = false
  2191. Notify("Turn anti fling off", Color3.fromRGB(0, 255, 0), "Success")
  2192. end
  2193. if Command("antivest") or Command("anticrash") then
  2194. States.Anti_Crash = true
  2195. Notify("Turn anti armor spammer on", Color3.fromRGB(0, 255, 0), "Success")
  2196. coroutine.wrap(function()
  2197. while wait() do
  2198. if States.Anti_Crash then
  2199. for i,v in pairs(game.Players:GetPlayers()) do
  2200. pcall(function()
  2201. v.Character.vest:Destroy()
  2202. end)
  2203. end
  2204. end
  2205. end
  2206. end)()
  2207. end
  2208. if Command("unantivest") or Command("unanticrash") then
  2209. States.Anti_Crash = false
  2210. Notify("Turn anti armor spammer off", Color3.fromRGB(0, 255, 0), "Success")
  2211. end
  2212. if Command("fastpunch") or Command("speedpunch") or Command("speedlypunch") or Command("superspeedpunch") then
  2213. States.Fast_Punch = true
  2214. Notify("Turn fast punch on", Color3.fromRGB(0, 255, 0), "Success")
  2215. end
  2216. if Command("slowpunch") or Command("normalspeedpunch") or Command("nofastpunch") or Command("unfastpunch") then
  2217. States.Fast_Punch = false
  2218. Notify("Turn fast punch off", Color3.fromRGB(0, 255, 0), "Success")
  2219. end
  2220. if Command("superpunch") or Command("onepunch") then
  2221. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  2222. local MeleeEvent = ReplicatedStorage:FindFirstChild("meleeEvent")
  2223. local Mouse = game.Players.LocalPlayer:GetMouse()
  2224. local Punch = false
  2225. local Cooldown = false
  2226. States.SuperPunch = true
  2227. Notify("Turn super punch on", Color3.fromRGB(0, 255, 0), "Success")
  2228.  
  2229. local function Punch()
  2230. if not States.Fast_Punch then
  2231. Cooldown = true
  2232. local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
  2233. Part.Transparency = 1
  2234. Part.Size = Vector3.new(5, 2, 3)
  2235. Part.CanCollide = false
  2236. local Weld = Instance.new("Weld", Part)
  2237. Weld.Part0 = game.Players.LocalPlayer.Character.Torso
  2238. Weld.Part1 = Part
  2239. Weld.C1 = CFrame.new(0, 0, 2)
  2240. Part.Touched:connect(function(Touch)
  2241. if game.Players:FindFirstChild(Touch.Parent.Name) then
  2242. local plr = game.Players:FindFirstChild(Touch.Parent.Name)
  2243. if plr.Name ~= game.Players.LocalPlayer.Name then
  2244. Part:Destroy()
  2245. for i = 1,100 do
  2246. MeleeEvent:FireServer(plr)
  2247. end
  2248. end
  2249. end
  2250. end)
  2251. wait(0.9)
  2252. Cooldown = false
  2253. Part:Destroy()
  2254. else
  2255. Cooldown = true
  2256. local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
  2257. Part.Transparency = 1
  2258. Part.Size = Vector3.new(5, 2, 3)
  2259. Part.CanCollide = false
  2260. local Weld = Instance.new("Weld", Part)
  2261. Weld.Part0 = game.Players.LocalPlayer.Character.Torso
  2262. Weld.Part1 = Part
  2263. Weld.C1 = CFrame.new(0, 0, 2)
  2264. Part.Touched:connect(function(Touch)
  2265. if game.Players:FindFirstChild(Touch.Parent.Name) then
  2266. local plr = game.Players:FindFirstChild(Touch.Parent.Name)
  2267. if plr.Name ~= game.Players.LocalPlayer.Name then
  2268. Part:Destroy()
  2269. for i = 1,100 do
  2270. MeleeEvent:FireServer(plr)
  2271. end
  2272. end
  2273. end
  2274. end)
  2275. wait(0.1)
  2276. Cooldown = false
  2277. Part:Destroy()
  2278. end
  2279. end
  2280. Mouse.KeyDown:connect(function(Key)
  2281. if not Cooldown and States.SuperPunch then
  2282. if Key:lower() == "f" then
  2283. Punch()
  2284. end
  2285. end
  2286. end)
  2287. end
  2288. if Command("normalpunch") or Command("oldpunch") or Command("nosuperpunch") or Command("stoponepunch") or Command("unonepunch") or Command("unsuperpunch") then
  2289. States.SuperPunch = false
  2290. Notify("Turn super punch off", Color3.fromRGB(0, 255, 0), "Success")
  2291. end
  2292. if Command("superknife") then
  2293. local Knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Crude Knife") or game.Players.LocalPlayer.Character:FindFirstChild("Crude Knife")
  2294. if not Knife then
  2295. workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].single["Crude Knife"].ITEMPICKUP)
  2296. end
  2297. wait()
  2298. Knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Crude Knife") or game.Players.LocalPlayer.Character:FindFirstChild("Crude Knife")
  2299. if Knife then
  2300. local Cooldown = false
  2301. local Hitting = false
  2302. local Hitted = false
  2303. Knife.Equipped:Connect(function()
  2304. Knife.Activated:Connect(function()
  2305. if not Cooldown then
  2306. Cooldown = true
  2307. Hitting = true
  2308. for i,v in pairs(Knife:GetChildren()) do
  2309. if v:IsA("Part") then
  2310. v.Touched:Connect(function(Hit)
  2311. if Hit and Hit.Parent ~= game.Players.LocalPlayer and not Hitted and Hitting then
  2312. Hitted = true
  2313. for i = 1,25 do
  2314. game.ReplicatedStorage.meleeEvent:FireServer(game.Players[Hit.Parent.Name])
  2315. end
  2316. end
  2317. end)
  2318. end
  2319. end
  2320. wait(0.5)
  2321. Cooldown = false
  2322. Hitting = false
  2323. Hitted = false
  2324. end
  2325. end)
  2326. end)
  2327. end
  2328. Notify("Obtained super knife", Color3.fromRGB(0, 255, 0), "Success")
  2329. end
  2330. if Command("unview") or Command("unspectate") or Command("stopwatch") or Command("unwatch") then
  2331. Watching = nil
  2332. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2333. Notify("Unviewed", Color3.fromRGB(0, 255, 0), "Success")
  2334. end
  2335. if Command("antivoid") or Command("antifell") then
  2336. States.Anti_Void = true
  2337. Notify("Turn anti void on", Color3.fromRGB(0, 255, 0), "Success")
  2338. while wait() do
  2339. if States.Anti_Void then
  2340. pcall(function()
  2341. if game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y < 1 then
  2342. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(888, 100, 2388)
  2343. end
  2344. end)
  2345. end
  2346. end
  2347. end
  2348. if Command("unantivoid") or Command("unantifell") then
  2349. States.Anti_Void = false
  2350. Notify("Turn anti void off", Color3.fromRGB(0, 255, 0), "Success")
  2351. end
  2352. if Command("bring") then
  2353. local Player = GetPlayer(Arg2)
  2354. if Player ~= nil then
  2355. Teleport(GetPlayer(Arg2), game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  2356. Notify("Brought "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2357. else
  2358. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2359. end
  2360. end
  2361. if Command("teleport") or Command("tp") then
  2362. local Player = GetPlayer(Arg2)
  2363. local Player2 = GetPlayer(Arg3)
  2364. if Player ~= nil and Player2 ~= nil then
  2365. TeleportV(Player, Player2)
  2366. Notify("Teleported "..Player.Name.." to "..Player2.Name, Color3.fromRGB(0, 255, 0), "Success")
  2367. else
  2368. Notify("No player found", Color3.fromRGB(0, 255, 0), "Error")
  2369. end
  2370. end
  2371. if Command("void") then
  2372. local Player = GetPlayer(Arg2)
  2373. if Player ~= nil then
  2374. Teleport(Player, CFrame.new(999999, 999999, 999999))
  2375. Notify("Voided "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2376. else
  2377. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2378. end
  2379. end
  2380. if Command("killaura") then
  2381. States.Kill_Aura = true
  2382. Notify("Turn kill aura on", Color3.fromRGB(0, 255, 0), "Success")
  2383. end
  2384. if Command("nokillaura") or Command("unkillaura") then
  2385. States.Kill_Aura = false
  2386. Notify("Turn kill aura off", Color3.fromRGB(0, 255, 0), "Success")
  2387. end
  2388. if Command("auto") or Command("autore") or Command("autorefresh") then
  2389. States.Auto_Refresh = true
  2390. Notify("Turn auto refresh on", Color3.fromRGB(0, 255, 0), "Success")
  2391. while wait() do
  2392. if States.Auto_Refresh == true then
  2393. pcall(function()
  2394. if game.Players.LocalPlayer.Character.Humanoid.Health < 1 then
  2395. if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  2396. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2397. local savedcf = GetPos()
  2398. local savedcamcf = GetCamPos()
  2399. workspace.Remote.loadchar:InvokeServer()
  2400. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2401. workspace.CurrentCamera.CFrame = savedcamcf
  2402. end
  2403. else
  2404. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2405. local savedcf = GetPos()
  2406. local savedcamcf = GetCamPos()
  2407. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  2408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2409. workspace.CurrentCamera.CFrame = savedcamcf
  2410. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2411. end
  2412. end
  2413. end
  2414. end)
  2415. end
  2416. end
  2417. end
  2418. if Command("unauto") or Command("auntore") or Command("unautorefresh") then
  2419. States.Auto_Refresh = false
  2420. Notify("Turn auto refresh off", Color3.fromRGB(0, 255, 0), "Success")
  2421. end
  2422. if Command("prefix") or Command("newprefix") or Command("changeprefix") then
  2423. local NewPrefix = Arg2
  2424. if NewPrefix ~= nil then
  2425. Prefix = NewPrefix
  2426. Execute.PlaceholderText = "Press "..Prefix.." To Enter"
  2427. Notify("Changed prefix to "..NewPrefix, Color3.fromRGB(0, 255, 0), "Success")
  2428. else
  2429. Notify("Text needed", Color3.fromRGB(255, 0, 0), "Error")
  2430. end
  2431. end
  2432. if Command("speed") or Command("walkspeed") or Command("setspeed") or Command("setwalkspeed") then
  2433. local WalkSpeed = tonumber(Arg2)
  2434. if WalkSpeed ~= nil then
  2435. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeed
  2436. Notify("Changed walk speed to "..WalkSpeed, Color3.fromRGB(0, 255, 0), "Success")
  2437. else
  2438. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  2439. end
  2440. end
  2441. if Command("jumppower") or Command("jumphigh") or Command("setjumppower") then
  2442. local JumpPower = tonumber(Arg2)
  2443. if JumpPower ~= nil then
  2444. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPower
  2445. Notify("Changed jump power to "..JumpPower, Color3.fromRGB(0, 255, 0), "Success")
  2446. else
  2447. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  2448. end
  2449. end
  2450. if Command("hipheight") or Command("sethipheight") then
  2451. local HipHeight = tonumber(Arg2)
  2452. if HipHeight ~= nil then
  2453. game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight
  2454. Notify("Changed hip height to "..HipHeight, Color3.fromRGB(0, 255, 0), "Success")
  2455. else
  2456. Notify("Counts needed", Color3.fromRGB(255, 0, 0), "Error")
  2457. end
  2458. end
  2459. if Command("lagserver") or Command("disconnect") then
  2460. States.Lag_Server = true
  2461. Notify("Lagging server", Color3.fromRGB(0, 255, 0), "Success")
  2462. while wait() do
  2463. if States.Lag_Server then
  2464. coroutine.wrap(function()
  2465. pcall(function()
  2466. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  2467.  
  2468. local Gun = game.Players.LocalPlayer.Backpack["Remington 870"] or game.Players.LocalPlayer.Character["Remington 870"]
  2469.  
  2470. local args = {
  2471. [1] = {
  2472. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2473. ["Distance"] = 0,
  2474. ["Cframe"] = CFrame.new(),
  2475. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2476. }, [2] = {
  2477. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2478. ["Distance"] = 0,
  2479. ["Cframe"] = CFrame.new(),
  2480. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2481. }, [3] = {
  2482. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2483. ["Distance"] = 0,
  2484. ["Cframe"] = CFrame.new(),
  2485. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2486. }, [4] = {
  2487. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2488. ["Distance"] = 0,
  2489. ["Cframe"] = CFrame.new(),
  2490. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2491. }, [5] = {
  2492. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2493. ["Distance"] = 0,
  2494. ["Cframe"] = CFrame.new(),
  2495. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2496. }, [6] = {
  2497. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2498. ["Distance"] = 0,
  2499. ["Cframe"] = CFrame.new(),
  2500. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2501. }, [7] = {
  2502. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2503. ["Distance"] = 0,
  2504. ["Cframe"] = CFrame.new(),
  2505. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2506. }, [8] = {
  2507. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  2508. ["Distance"] = 0,
  2509. ["Cframe"] = CFrame.new(),
  2510. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  2511. }
  2512. }
  2513.  
  2514. game:GetService("ReplicatedStorage").ShootEvent:FireServer(args, Gun)
  2515. end)
  2516. end)()
  2517. end
  2518. end
  2519. end
  2520. if Command("unlagserver") or Command("stopdisconnect") or Command("undisconnect") then
  2521. States.Lag_Server = false
  2522. Notify("Unlagging server", Color3.fromRGB(0, 255, 0), "Success")
  2523. end
  2524. if Command("gravity") or Command("setgravity") then
  2525. local Gravity = tonumber(Arg2)
  2526. if Gravity ~= nil then
  2527. workspace.Gravity = Gravity
  2528. Notify("Changed gravity to "..Gravity, Color3.fromRGB(0, 255, 0), "Success")
  2529. else
  2530. Notify("Count needed", Color3.fromRGB(255, 0, 0), "Error")
  2531. end
  2532. end
  2533. if Command("makecrim") then
  2534. local Player = GetPlayer(Arg2)
  2535. if Player ~= nil then
  2536. Teleport(Player, CFrame.new(-919, 96, 2138))
  2537. Notify("Crimmed "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2538. else
  2539. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2540. end
  2541. end
  2542. if Command("resetgravity") or Command("regravity") then
  2543. workspace.Gravity = 196.2
  2544. Notify("Resetted gravity", Color3.fromRGB(0, 255, 0), "Success")
  2545. end
  2546. if Command("resethipheight") or Command("rehipheight") then
  2547. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  2548. Notify("Resetted hip height", Color3.fromRGB(0, 255, 0), "Success")
  2549. end
  2550. if Command("resetspeed") or Command("respeed") then
  2551. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  2552. Notify("Resetted walk speed", Color3.fromRGB(0, 255, 0), "Success")
  2553. end
  2554. if Command("resetjumppower") or Command("rejumppower") then
  2555. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  2556. Notify("Resetted jump power", Color3.fromRGB(0, 255, 0), "Success")
  2557. end
  2558. if Command("leave") or Command("leaveserver") or Command("quit") then
  2559. Notify("Leaving server", Color3.fromRGB(0, 255, 0), "Success")
  2560. wait(.1)
  2561. game:Shutdown()
  2562. end
  2563. if Command("rejoin") or Command("rj") then
  2564. Notify("Rejoining server", Color3.fromRGB(0, 255, 0), "Success")
  2565. wait(.1)
  2566. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  2567. end
  2568. if Command("nodoors") or Command("deletedoors") then
  2569. if workspace:FindFirstChild("Doors") then
  2570. workspace.Doors.Parent = game.Lighting
  2571. end
  2572. Notify("Deleted doors", Color3.fromRGB(0, 255, 0), "Success")
  2573. end
  2574. if Command("doors") or Command("restoredoors") then
  2575. if game.Lighting:FindFirstChild("Doors") then
  2576. game.Lighting.Doors.Parent = workspace
  2577. end
  2578. Notify("Restored doors", Color3.fromRGB(0, 255, 0), "Success")
  2579. end
  2580. if Command("nowalls") or Command("deletedoors") then
  2581. pcall(function()
  2582. for i,v in pairs(Walls) do
  2583. v.Parent = game.Lighting
  2584. end
  2585. end)
  2586. Notify("Deleted walls", Color3.fromRGB(0, 255, 0), "Success")
  2587. end
  2588. if Command("walls") or Command("restorewalls") then
  2589. pcall(function()
  2590. for i,v in pairs(game.Lighting:GetChildren()) do
  2591. if v.Name ~= "Doors" then
  2592. v.Parent = workspace
  2593. end
  2594. end
  2595. end)
  2596. Notify("Restored walls", Color3.fromRGB(0, 255, 0), "Success")
  2597. end
  2598. if Command("god") or Command("godmode") then
  2599. States.God_Mode = true
  2600. Notify("Turn god mode on", Color3.fromRGB(0, 255, 0), "Success")
  2601. while wait() do
  2602. if States.God_Mode then
  2603. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2604. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2605. l.Parent = game.Players.LocalPlayer.Character
  2606. l.Name = "Humanoid"
  2607. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2608. wait()
  2609. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2610. game.Players.LocalPlayer.Character["1"]:Destroy()
  2611. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2612. wait(5)
  2613. local savedcf = GetPos()
  2614. local savedcamcf = GetCamPos()
  2615. local savedteam = GetTeam()
  2616. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new(savedteam).Name)
  2617. workspace.CurrentCamera.CFrame = savedcamcf
  2618. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2619. end
  2620. end
  2621. end
  2622. if Command("ungod") or Command("ungodmode") then
  2623. States.God_Mode = false
  2624. Notify("Turn god mode off", Color3.fromRGB(0, 255, 0), "Success")
  2625. end
  2626. if Command("arrest") or Command("handcuffs") then
  2627. local Player = GetPlayer(Arg2)
  2628. if Player ~= nil then
  2629. Arrest(Player, tonumber(Arg3))
  2630. Notify("Arrested "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2631. else
  2632. Notify("No player found", Color3.fromRGB(255, 0, 0), "Error")
  2633. end
  2634. end
  2635. if Command("arrestall") or Command("arrestother") or Command("arrestothers") then
  2636. for i,v in pairs(game.Players:GetPlayers()) do
  2637. if v ~= game.Players.LocalPlayer then
  2638. if v.TeamColor.Name == "Really red" then
  2639. Arrest(v, 30)
  2640. end
  2641. end
  2642. end
  2643. Notify("Arrested all criminals", Color3.fromRGB(0, 255, 0), "Success")
  2644. end
  2645. if Command("opengate") then
  2646. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.buttons["Prison Gate"]["Prison Gate"])
  2647. Notify("Opened gate", Color3.fromRGB(0, 255, 0), "Success")
  2648. end
  2649. if Command("getpos") then
  2650. print("Humanoid Root Part Position :")
  2651. print(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  2652. print("Camera CFrame :")
  2653. print(workspace.CurrentCamera.CFrame)
  2654. Notify("Printed positions", Color3.fromRGB(0, 255, 0), "Success")
  2655. end
  2656. if Command("saveposition") or Command("savepos") then
  2657. States.SavedCFrame = GetPos()
  2658. Notify("Saved positions", Color3.fromRGB(0, 255, 0), "Success")
  2659. end
  2660. if Command("loadposition") or Command("loadpos") then
  2661. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = States.SavedCFrame
  2662. Notify("Loaded positions", Color3.fromRGB(0, 255, 0), "Success")
  2663. end
  2664. if Command("spamchat") then
  2665. States.SpamChat = true
  2666. Notify("Spamming chat", Color3.fromRGB(0, 255, 0), "Success")
  2667. if tonumber(Arg2) ~= nil then
  2668. States.Spam_Wait = tonumber(Arg2)
  2669. else
  2670. States.Spam_Wait = 1
  2671. end
  2672. while wait() do
  2673. if States.SpamChat then
  2674. local MessagesToChat = {
  2675. "I'm your dad",
  2676. "I'm your mom",
  2677. "I'm a god and I'm your dad",
  2678. "__________",
  2679. "OMG",
  2680. "OML",
  2681. "BEPP BOP BEEP BEEP BOP",
  2682. " ",
  2683. "I'm magic guy because i pressed W,A,S and D on my keyboard and my character can be walked wow, I'M THE REAL MAGIC GUY!",
  2684. "I'M THE MOST PRO IN HERE",
  2685. "I'M A PRO IN THIS SERVER ALL OF YOU ARE NOOB!",
  2686. "LOL XD LOL XD LOL XD",
  2687. "Read my chat",
  2688. "Can you die while you are died?",
  2689. "You know what, I'm a god",
  2690. "Sub to CXZ NAME_R",
  2691. "WOW",
  2692. "wow",
  2693. "\( ̄︶ ̄*\))"
  2694. }
  2695.  
  2696. while true do
  2697. wait(States.Spam_Wait)
  2698. if States.SpamChat then
  2699. pcall(function()
  2700. Chat(MessagesToChat[math.random(1, #MessagesToChat)])
  2701. end)
  2702. end
  2703. end
  2704. end
  2705. end
  2706. end
  2707. if Command("unspamchat") then
  2708. States.SpamChat = false
  2709. Notify("Unspamming chat", Color3.fromRGB(0, 255, 0), "Success")
  2710. end
  2711. if Command("rapidfire") then
  2712. local Tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  2713. local Name
  2714. local Req
  2715. if Tool then
  2716. Notify("Activated rapid fire", Color3.fromRGB(0, 255, 0), "Success")
  2717. States.CAN = true
  2718. Name = Tool.Name
  2719. if Tool:FindFirstChild("GunStates") then
  2720. Req = require(Tool.GunStates)
  2721. Req["MaxAmmo"] = Req["MaxAmmo"]
  2722. Req["StoredAmmo"] = Req["StoredAmmo"]
  2723. Req["AmmoPerClip"] = Req["AmmoPerClip"]
  2724. Req["CurrentAmmo"] = Req["CurrentAmmo"]
  2725. Req["FireRate"] = -math.huge
  2726. Req["Bullets"] = 25
  2727. Req["Range"] = math.huge
  2728. Req["Damage"] = math.huge
  2729. Req["ReloadTime"] = -math.huge
  2730. Req["AutoFire"] = true
  2731. end
  2732. end
  2733. while wait() do
  2734. pcall(function()
  2735. if game.Players.LocalPlayer.Character:FindFirstChild(Name) and States.CAN then
  2736. if Req["CurrentAmmo"] < 1 then
  2737. Tool:Destroy()
  2738. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[Name].ITEMPICKUP)
  2739. Tool = game.Players.LocalPlayer.Backpack:FindFirstChild(Name)
  2740. if Tool then
  2741. Name = Tool.Name
  2742. Tool.Parent = game.Players.LocalPlayer.Character
  2743. Tool = game.Players.LocalPlayer.Character[Name]
  2744. Req = require(Tool.GunStates)
  2745. Req["MaxAmmo"] = Req["MaxAmmo"]
  2746. Req["StoredAmmo"] = Req["StoredAmmo"]
  2747. Req["AmmoPerClip"] = Req["AmmoPerClip"]
  2748. Req["CurrentAmmo"] = Req["CurrentAmmo"]
  2749. Req["FireRate"] = -math.huge
  2750. Req["Bullets"] = 25
  2751. Req["Range"] = math.huge
  2752. Req["Damage"] = math.huge
  2753. Req["ReloadTime"] = -math.huge
  2754. Req["AutoFire"] = true
  2755. end
  2756. end
  2757. end
  2758. end)
  2759. end
  2760. end
  2761. if Command("autorapidfire") then
  2762. States.Auto_RapidFire = true
  2763. Notify("Turn auto rapid fire on", Color3.fromRGB(0, 255, 0), "Success")
  2764. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  2765. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(Item)
  2766. if States.Auto_RapidFire then
  2767. local Tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  2768. local Name
  2769. local Req
  2770. if Tool then
  2771. States.CAN = true
  2772. Name = Tool.Name
  2773. if Tool:FindFirstChild("GunStates") then
  2774. Req = require(Tool.GunStates)
  2775. Req["MaxAmmo"] = Req["MaxAmmo"]
  2776. Req["StoredAmmo"] = Req["StoredAmmo"]
  2777. Req["AmmoPerClip"] = Req["AmmoPerClip"]
  2778. Req["CurrentAmmo"] = Req["CurrentAmmo"]
  2779. Req["FireRate"] = -math.huge
  2780. Req["Bullets"] = 25
  2781. Req["Range"] = math.huge
  2782. Req["Damage"] = math.huge
  2783. Req["ReloadTime"] = -math.huge
  2784. Req["AutoFire"] = true
  2785. end
  2786. end
  2787. while wait() do
  2788. pcall(function()
  2789. if game.Players.LocalPlayer.Character:FindFirstChild(Name) and States.CAN then
  2790. if Req["CurrentAmmo"] < 1 then
  2791. Tool:Destroy()
  2792. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[Name].ITEMPICKUP)
  2793. Tool = game.Players.LocalPlayer.Backpack:FindFirstChild(Name)
  2794. if Tool then
  2795. Name = Tool.Name
  2796. Tool.Parent = game.Players.LocalPlayer.Character
  2797. Tool = game.Players.LocalPlayer.Character[Name]
  2798. Req = require(Tool.GunStates)
  2799. Req["MaxAmmo"] = Req["MaxAmmo"]
  2800. Req["StoredAmmo"] = Req["StoredAmmo"]
  2801. Req["AmmoPerClip"] = Req["AmmoPerClip"]
  2802. Req["CurrentAmmo"] = Req["CurrentAmmo"]
  2803. Req["FireRate"] = -math.huge
  2804. Req["Bullets"] = 25
  2805. Req["Range"] = math.huge
  2806. Req["Damage"] = math.huge
  2807. Req["ReloadTime"] = -math.huge
  2808. Req["AutoFire"] = true
  2809. end
  2810. end
  2811. end
  2812. end)
  2813. end
  2814. end
  2815. end)
  2816. end)
  2817. if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  2818. local savedcf = GetPos()
  2819. local savedcamcf = GetCamPos()
  2820. workspace.Remote.loadchar:InvokeServer()
  2821. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2822. workspace.CurrentCamera.CFrame = savedcamcf
  2823. else
  2824. local savedcf = GetPos()
  2825. local savedcamcf = GetCamPos()
  2826. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  2827. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2828. workspace.CurrentCamera.CFrame = savedcamcf
  2829. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2830. end
  2831. end
  2832. if Command("unautorapidfire") then
  2833. States.Auto_RapidFire = false
  2834. if game.Players.LocalPlayer.TeamColor.Name ~= "Medium stone grey" then
  2835. local savedcf = GetPos()
  2836. local savedcamcf = GetCamPos()
  2837. workspace.Remote.loadchar:InvokeServer()
  2838. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2839. workspace.CurrentCamera.CFrame = savedcamcf
  2840. else
  2841. local savedcf = GetPos()
  2842. local savedcamcf = GetCamPos()
  2843. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Bright orange").Name)
  2844. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2845. workspace.CurrentCamera.CFrame = savedcamcf
  2846. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2847. end
  2848. Notify("Turn auto rapid fire off", Color3.fromRGB(0, 255, 0), "Success")
  2849. end
  2850. if Command("notifybar") then
  2851. Background4.Visible = true
  2852. end
  2853. if Command("loopbring") then
  2854. local Player = GetPlayer(Arg2)
  2855. if Player ~= nil then
  2856. Notify("Looping bring "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2857. States.PlayerToLoopBring = Player
  2858. States.LoopBring = true
  2859. repeat wait()
  2860. pcall(function()
  2861. if States.LoopBring and game.Players[States.PlayerToLoopBring.Name] then
  2862. local savedcf = GetPos()
  2863. Teleport(States.PlayerToLoopBring, GetPos())
  2864. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2865. end
  2866. end)
  2867. until States.LoopBring == false
  2868. end
  2869. end
  2870. if Command("unloopbring") then
  2871. States.LoopBring = false
  2872. States.PlayerToLoopBring = nil
  2873. Notify("Unlooping bring", Color3.fromRGB(0, 255, 0), "Success")
  2874. end
  2875. if Command("admin") or Command("giveadmin") then
  2876. local Player = GetPlayer(Arg2)
  2877. if Player ~= nil and not Admin[Player.UserId] then
  2878. Admin[Player.UserId] = {Player = Player}
  2879. Chat("/w "..Player.Name.." You've got admin permissions! Type "..Prefix.."cmds or "..Prefix.."cmd to see all commands")
  2880. Notify("Gave "..Player.Name.." admin commands", Color3.fromRGB(0, 255, 0), "Success")
  2881. else
  2882. Notify("No player found / already admin", Color3.fromRGB(255, 0, 0), "Error")
  2883. end
  2884. end
  2885. if Command("unadmin") or Command("removeadmin") then
  2886. local Player = GetPlayer(Arg2)
  2887. if Player ~= nil and Admin[Player.UserId] then
  2888. Admin[Player.UserId] = nil
  2889. Chat("/w "..Player.Name.." You are bad you've been removed admin permissions")
  2890. Notify("Removed admins from "..Player.Name, Color3.fromRGB(0, 255, 0), "Success")
  2891. else
  2892. Notify("No player found / already admin", Color3.fromRGB(255, 0, 0), "Error")
  2893. end
  2894. end
  2895. if Command("baseballbat") or Command("bat") then
  2896. local LocalPlayer = game.Players.LocalPlayer
  2897. local Character = LocalPlayer.Character
  2898. local Backpack = LocalPlayer.Backpack
  2899. local Humanoid = Character.Humanoid
  2900. if not Backpack:FindFirstChild("Bat") or not Backpack:FindFirstChild("Bat") then
  2901. local BaseBallBat = Instance.new("Tool", Backpack)
  2902. local Handle = Instance.new("Part", BaseBallBat)
  2903. BaseBallBat.GripPos = Vector3.new(0, -1.15, 0)
  2904. BaseBallBat.Name = "Bat"
  2905. Handle.Name = "Handle"
  2906. Handle.Size = Vector3.new(0.4, 5, 0.4)
  2907. local Animation =Instance.new("Animation", BaseBallBat)
  2908. Animation.AnimationId = "rbxassetid://218504594"
  2909. local Track = Humanoid:LoadAnimation(Animation)
  2910. local Cooldown = false
  2911. local Attacked = false
  2912. local Attacking = false
  2913. BaseBallBat.Equipped:Connect(function()
  2914. BaseBallBat.Activated:Connect(function()
  2915. if not Cooldown then
  2916. Cooldown = true
  2917. Attacking = true
  2918. Track:Play()
  2919. Handle.Touched:Connect(function(Hit)
  2920. if Hit.Parent and Hit.Parent ~= game.Players.LocalPlayer and not Attacked and Attacking then
  2921. Attacked = true
  2922. for i = 1,15 do
  2923. game.ReplicatedStorage.meleeEvent:FireServer(game.Players[Hit.Parent.Name])
  2924. end
  2925. end
  2926. end)
  2927. wait(0.25)
  2928. Cooldown = false
  2929. Attacked = false
  2930. Attacking = false
  2931. end
  2932. end)
  2933. end)
  2934. end
  2935. Notify("Obtained base ball bat", Color3.fromRGB(0, 255, 0), "Success")
  2936. end
  2937. if Command("tools") or Command("tool") or Command("btool") or Command("btools") then
  2938. local Backpack = game.Players.LocalPlayer.Backpack
  2939. local Character = game.Players.LocalPlayer.Character
  2940. if not Backpack:FindFirstChild("Bin_1") and not Character:FindFirstChild("Bin_1") then
  2941. local HopperBin_1 = Instance.new("HopperBin", Backpack)
  2942. HopperBin_1.BinType = 1
  2943. HopperBin_1.Name = "Bin_1"
  2944. end
  2945. if not Backpack:FindFirstChild("Bin_2") and not Character:FindFirstChild("Bin_2") then
  2946. local HopperBin_2 = Instance.new("HopperBin", Backpack)
  2947. HopperBin_2.BinType = 2
  2948. HopperBin_2.Name = "Bin_2"
  2949. end
  2950. if not Backpack:FindFirstChild("Bin_3") and not Character:FindFirstChild("Bin_3") then
  2951. local HopperBin_3 = Instance.new("HopperBin", Backpack)
  2952. HopperBin_3.BinType = 3
  2953. HopperBin_3.Name = "Bin_3"
  2954. end
  2955. if not Backpack:FindFirstChild("Bin_4") and not Character:FindFirstChild("Bin_4") then
  2956. local HopperBin_4 = Instance.new("HopperBin", Backpack)
  2957. HopperBin_4.BinType = 4
  2958. HopperBin_4.Name = "Bin_4"
  2959. end
  2960. loadstring(game:GetObjects("rbxassetid://552440069")[1].Source)()
  2961. Notify("Obtained btools", Color3.fromRGB(0, 255, 0), "Success")
  2962. end
  2963. if Command("test") then
  2964. local savedcf = GetPos()
  2965. local CrimPad = workspace["Criminals Spawn"].SpawnLocation
  2966. local padcf = CrimPad.CFrame
  2967. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really red").Name)
  2968. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CrimPad.CFrame
  2969. wait()
  2970. CrimPad.CFrame = GetPos()
  2971. CrimPad.CanCollide = false
  2972. CrimPad.Transparency = 1.000
  2973. CrimPad.Anchored = true
  2974. pcall(function()
  2975. for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  2976. if v ~= game.Players.LocalPlayer then
  2977. CrimPad.CFrame = v.Character.HumanoidRootPart.CFrame
  2978. end
  2979. end
  2980. for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  2981. if v ~= game.Players.LocalPlayer then
  2982. CrimPad.CFrame = v.Character.HumanoidRootPart.CFrame
  2983. end
  2984. end
  2985. end)
  2986. workspace.Remote.loadchar:InvokeServer()
  2987. CrimPad.Transparency = 0.000
  2988. CrimPad.CFrame = padcf
  2989. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  2990. Notify("???", Color3.fromRGB(0, 0, 0), "LOL")
  2991. end
  2992. if Command("antilag") or Command("boostfps") then
  2993. States.BoostFps = true
  2994. Notify("Turn anti lag on", Color3.fromRGB(0, 255, 0), "Success")
  2995. for _, v in pairs(game:GetDescendants()) do
  2996. pcall(function()
  2997. v.Material = Enum.Material.Plastic
  2998. States[v.Name] = {Material = v.Material}
  2999. end)
  3000. end
  3001. while wait() do
  3002. if States.BoostFps then
  3003. for i,v in pairs(game.Players:GetChildren()) do
  3004. if v ~= game.Players.LocalPlayer then
  3005. pcall(function()
  3006. if v.Character.Humanoid.Health < 1 then
  3007. v.Character:Destroy()
  3008. end
  3009. end)
  3010. end
  3011. end
  3012. end
  3013. end
  3014. end
  3015. if Command("unantilag") then
  3016. States.BoostFps = false
  3017. Notify("Turn anti lag off", Color3.fromRGB(0, 255, 0), "Success")
  3018. for _, v in pairs(game:GetDescendants()) do
  3019. pcall(function()
  3020. v.Material = States[v.Name].Material
  3021. end)
  3022. end
  3023. end
  3024. if Command("serverhop") or Command("newserver") or Command("changeserver") then
  3025. Notify("Changing server", Color3.fromRGB(0, 255, 0), "Success")
  3026. wait(.1)
  3027. game:GetService("TeleportService"):Teleport(game.PlaceId)
  3028. end
  3029. if Command("nexus") then
  3030. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(888, 100, 2388)
  3031. end
  3032. if Command("cafe") then
  3033. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(877, 100, 2256)
  3034. end
  3035. if Command("backnexus") then
  3036. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(982, 100, 2334)
  3037. end
  3038. if Command("yard") then
  3039. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(791, 98, 2498)
  3040. end
  3041. if Command("crimbase") or Command("criminalbase") then
  3042. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 95, 2055)
  3043. end
  3044. if Command("armory") then
  3045. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(789, 100, 2260)
  3046. end
  3047. if Command("lunchroom") then
  3048. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(905, 100, 2226)
  3049. end
  3050. if Command("gate") then
  3051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(505, 103, 2250)
  3052. end
  3053. if Command("tower") then
  3054. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(822, 131, 2588)
  3055. end
  3056. if Command("gatetower") then
  3057. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(502, 126, 2306)
  3058. end
  3059. if Command("sewer") then
  3060. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(916, 79, 2311)
  3061. end
  3062. if Command("makecrimall") then
  3063. local savedcf = GetPos()
  3064. local CrimPad = workspace["Criminals Spawn"].SpawnLocation
  3065. local padcf = CrimPad.CFrame
  3066. workspace.Remote.loadchar:InvokeServer(nil, BrickColor.new("Really red").Name)
  3067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CrimPad.CFrame
  3068. wait()
  3069. CrimPad.CFrame = GetPos()
  3070. CrimPad.CanCollide = false
  3071. CrimPad.Transparency = 1.000
  3072. CrimPad.Anchored = true
  3073. repeat wait()
  3074. pcall(function()
  3075. for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  3076. if v ~= game.Players.LocalPlayer then
  3077. Teleport(v, CrimPad.CFrame)
  3078. end
  3079. end
  3080. for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  3081. if v ~= game.Players.LocalPlayer then
  3082. Teleport(v, CrimPad.CFrame)
  3083. end
  3084. end
  3085. end)
  3086. until #game.Teams.Criminals:GetPlayers() == (#game.Players:GetPlayers()-#game.Teams.Neutral:GetPlayers())
  3087. workspace.Remote.loadchar:InvokeServer()
  3088. CrimPad.Transparency = 0.000
  3089. CrimPad.CFrame = padcf
  3090. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  3091. Notify("Make everyone crimmed", Color3.fromRGB(0, 255, 0), "Success")
  3092. end
  3093. if Command("bringall") then
  3094. for i,v in pairs(game.Players:GetPlayers()) do
  3095. if v ~= game.Players.LocalPlayer then
  3096. Teleport(v, GetPos())
  3097. end
  3098. end
  3099. Notify("Broght all", Color3.fromRGB(0, 255, 0), "Success")
  3100. end
  3101. if Command("notify") then
  3102. States.Notify = true
  3103. Notify("Notify on", Color3.fromRGB(0, 255, 0), "Success")
  3104. end
  3105. if Command("nonotify") then
  3106. States.Notify = false
  3107. Notify("Notify off", Color3.fromRGB(0, 255, 0), "Success")
  3108. end
  3109. if PrefixCommand("getprefix") then
  3110. Chat("Prefix : "..Prefix)
  3111. Notify("Prefix : "..Prefix, Color3.fromRGB(0, 255, 0), "Success")
  3112. end
  3113. if Command("cmd") or Command("cmds") then
  3114. if Background.Visible == true then
  3115. Background.Visible = false
  3116. else
  3117. Background.Visible = true
  3118. end
  3119. Notify("Showed Commands", Color3.fromRGB(0, 255, 0), "Success")
  3120. end
  3121.  
  3122. end
  3123.  
  3124. function AdminPlayerChatted(Message, Player)
  3125. Split = Message:split(" ")
  3126. Arg1 = Split[1]
  3127. Arg2 = Split[2]
  3128. Arg3 = Split[3]
  3129. Arg4 = Split[4]
  3130. if Command("nexus") then
  3131. Teleport(Player, CFrame.new(888, 100, 2388))
  3132. end
  3133. if Command("cafe") then
  3134. Teleport(Player, CFrame.new(877, 100, 2256))
  3135. end
  3136. if Command("backnexus") then
  3137. Teleport(Player, CFrame.new(982, 100, 2334))
  3138. end
  3139. if Command("armory") then
  3140. Teleport(Player, CFrame.new(789, 100, 2260))
  3141. end
  3142. if Command("tower") then
  3143. Teleport(Player, CFrame.new(822, 131, 2588))
  3144. end
  3145. if Command("crimbase") or Command("criminalbase") then
  3146. Teleport(Player, CFrame.new(-942, 94, 2055))
  3147. end
  3148. if Command("bring") then
  3149. TeleportV(GetPlayer(Arg2), Player)
  3150. end
  3151. if Command("void") then
  3152. Teleport(GetPlayer(Arg2), CFrame.new(99999, 99999, 99999))
  3153. end
  3154. if Command("beam") then
  3155. Beam(GetPlayer(Arg2), math.huge, 1)
  3156. end
  3157. if Command("yard") then
  3158. Teleport(Player, CFrame.new(791, 98, 2498))
  3159. end
  3160. if Command("disconnect") then
  3161. States.Disconnect = true
  3162. while wait() do
  3163. if States.Disconnect then
  3164. coroutine.wrap(function()
  3165. pcall(function()
  3166. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  3167.  
  3168. local Gun = game.Players.LocalPlayer.Backpack["Remington 870"] or game.Players.LocalPlayer.Character["Remington 870"]
  3169.  
  3170. local args = {
  3171. [1] = {
  3172. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3173. ["Distance"] = 0,
  3174. ["Cframe"] = CFrame.new(),
  3175. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3176. }, [2] = {
  3177. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3178. ["Distance"] = 0,
  3179. ["Cframe"] = CFrame.new(),
  3180. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3181. }, [3] = {
  3182. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3183. ["Distance"] = 0,
  3184. ["Cframe"] = CFrame.new(),
  3185. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3186. }, [4] = {
  3187. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3188. ["Distance"] = 0,
  3189. ["Cframe"] = CFrame.new(),
  3190. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3191. }, [5] = {
  3192. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3193. ["Distance"] = 0,
  3194. ["Cframe"] = CFrame.new(),
  3195. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3196. }, [6] = {
  3197. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3198. ["Distance"] = 0,
  3199. ["Cframe"] = CFrame.new(),
  3200. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3201. }, [7] = {
  3202. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3203. ["Distance"] = 0,
  3204. ["Cframe"] = CFrame.new(),
  3205. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3206. }, [8] = {
  3207. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  3208. ["Distance"] = 0,
  3209. ["Cframe"] = CFrame.new(),
  3210. ["Hit"] = workspace[game.Players.LocalPlayer.Name].Head
  3211. }
  3212. }
  3213.  
  3214. game:GetService("ReplicatedStorage").ShootEvent:FireServer(args, Gun)
  3215. end)
  3216. end)()
  3217. end
  3218. end
  3219. end
  3220. if Command("undisconnect") then
  3221. States.Disconnect = false
  3222. end
  3223. if Command("spamarrest") then
  3224. local GP = GetPlayer(Arg2)
  3225. if GP then
  3226. States.SpamArrest2 = true
  3227. repeat wait()
  3228. local Time = 0
  3229. pcall(function()
  3230. if GP.TeamColor.Name == "Bright orange" then
  3231. Teleport(GP, GetPos())
  3232. repeat wait(.01)
  3233. Time = Time + 1
  3234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = GP.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  3235. workspace.Remote.arrest:InvokeServer(GP.Character.Head)
  3236. until GP.Character.Head:FindFirstChild("handcuffedGui") or Time >= 250
  3237. if GP.Character.Head:FindFirstChild("handcuffedGui") then
  3238. Arrest(GP, 10000)
  3239. end
  3240. end
  3241. if GP.TeamColor.Name ~= "Really red" and not GP.Character.Head:FindFirstChild("handcuffedGui") then
  3242. if not States.SpamArrest2 then return end
  3243. repeat Teleport(GP, CFrame.new(-919, 96, 2138)) until GP.TeamColor.Name == "Really red" or not States.SpamArrest2 or not game.Players[GP.Name]
  3244. end
  3245. wait(.1)
  3246. if not GP.Character.Head:FindFirstChild("handcuffedGui") then
  3247. Arrest(GP, 10000)
  3248. end
  3249. end)
  3250. until not States.SpamArrest2 or not game.Players[GP.Name]
  3251. end
  3252. end
  3253. if Command("unspamarrest") then
  3254. States.SpamArrest2 = false
  3255. end
  3256. if Command("killguard") or Command("killguards") then
  3257. for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  3258. if v ~= game.Players.LocalPlayer or v ~= Player then
  3259. Kill(v)
  3260. end
  3261. end
  3262. end
  3263. if Command("killinmate") or Command("killinmates") then
  3264. for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  3265. if v ~= game.Players.LocalPlayer or v ~= Player then
  3266. Kill(v)
  3267. end
  3268. end
  3269. end
  3270. if Command("killcriminal") or Command("killcriminals") then
  3271. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  3272. if v ~= game.Players.LocalPlayer or v ~= Player then
  3273. Kill(v)
  3274. end
  3275. end
  3276. end
  3277. if Command("killall") or Command("killothers") then
  3278. for i,v in pairs(game.Players:GetPlayers()) do
  3279. if v ~= game.Players.LocalPlayer or v ~= Player then
  3280. Kill(v)
  3281. end
  3282. end
  3283. end
  3284. if Command("kill") or Command("kills") then
  3285. Kill(GetPlayer(Arg2))
  3286. end
  3287. if Command("loopkill") or Command("loopkills") then
  3288. local Player = GetPlayer(Arg2)
  3289. if Player ~= nil and not LoopKill[Player.UserId] then
  3290. LoopKill[Player.UserId] = {Player = Player}
  3291. end
  3292. end
  3293. if Command("unloopkill") or Command("unloopkills") then
  3294. local Player = GetPlayer(Arg2)
  3295. if Player ~= nil and LoopKill[Player.UserId] then
  3296. LoopKill[Player.UserId] = nil
  3297. end
  3298. end
  3299. if Command("tase") then
  3300. local Player = GetPlayer(Arg2)
  3301. if Player ~= nil then
  3302. Tase(Player)
  3303. end
  3304. end
  3305. if Command("makecrim") then
  3306. Teleport(GetPlayer(Arg2), CFrame.new(-919, 96, 2138))
  3307. end
  3308. if Command("arrest") then
  3309. Arrest(GetPlayer(Arg2))
  3310. end
  3311. if Command("crim") then
  3312. Teleport(Player, CFrame.new(-919, 96, 2138))
  3313. end
  3314. if Command("goto") or Command("to") then
  3315. TeleportV(Player, GetPlayer(Arg2))
  3316. end
  3317. if Command("cmd") or Command("cmds") then
  3318. 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)
  3319. Chat("/w "..Player.Name.." "..Prefix.."crim "..Prefix.."tower "..Prefix.."nexus "..Prefix.."backnexus "..Prefix.."cafe "..Prefix.."armory "..Prefix.."bring [plr]") wait(.1)
  3320. Chat("/w "..Player.Name.." "..Prefix.."killall "..Prefix.."killothers "..Prefix.."killinmate "..Prefix.."killinmates "..Prefix.."killguard "..Prefix.."killguards "..Prefix.."killcriminals "..Prefix.."killcriminal "..Prefix.."void [plr]")
  3321. Chat("/w "..Player.Name.." "..Prefix.."spamarrest [plr] "..Prefix.."unspamarrest "..Prefix.."disconnect "..Prefix.." "..Prefix.."beam [plr]")
  3322. Chat("/w "..Player.Name.." "..Prefix.."cmd "..Prefix.."cmds") wait(.1)
  3323. end
  3324. end
  3325.  
  3326. game.Players.LocalPlayer.Chatted:Connect(PlayerChatted)
  3327.  
  3328. spawn(function()
  3329. while wait() do
  3330. for i,v in pairs(LoopKill) do
  3331. pcall(function()
  3332. if v.Player and v.Player.Character and v.Player.Character.Head and v.Player.Character.Humanoid.Health ~= 0 then
  3333. Kill(v.Player)
  3334. end
  3335. end)
  3336. end
  3337. end
  3338. end)
  3339.  
  3340. spawn(function()
  3341. while wait() do
  3342. for i,v in pairs(LoopBeam) do
  3343. pcall(function()
  3344. if v and v.Player and v.Player.Character and v.Player.Character.Head and v.Player.Character.HumanoidRootPart then
  3345. Beam(v.Player, math.huge, 1)
  3346. end
  3347. end)
  3348. end
  3349. end
  3350. end)
  3351.  
  3352. spawn(function()
  3353. while wait() do
  3354. if States.Fast_Punch == true then
  3355. pcall(function()
  3356. getsenv(game.Players.LocalPlayer.Character.ClientInputHandler).cs.isFighting = false
  3357. end)
  3358. end
  3359. end
  3360. end)
  3361.  
  3362. coroutine.wrap(function()
  3363. while wait() do
  3364. if States.Kill_Aura then
  3365. for i,v in pairs(game.Players:GetPlayers()) do
  3366. pcall(function()
  3367. if v ~= game.Players.LocalPlayer then
  3368. local Distance = (v.Character:FindFirstChildOfClass("Part").Position - game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part").Position).magnitude
  3369. if Distance <= 10 then
  3370. for i = 1,25 do
  3371. game.ReplicatedStorage.meleeEvent:FireServer(v)
  3372. end
  3373. end
  3374. end
  3375. end)
  3376. end
  3377. end
  3378. end
  3379. end)()
  3380.  
  3381. function CheckPermissions(Player)
  3382. Player.Chatted:Connect(function(Message)
  3383. if Admin[Player.UserId] then
  3384. AdminPlayerChatted(Message, Player)
  3385. end
  3386. end)
  3387. end
  3388.  
  3389. game.Players.PlayerRemoving:Connect(function(Player)
  3390. if States.Notify then
  3391. game.StarterGui:SetCore("SendNotification", {
  3392. Title = "Game",
  3393. Text = Player.DisplayName.." Rage Quit",
  3394. Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  3395. })
  3396. end
  3397. if States.ChatNotify then
  3398. Chat(Player.DisplayName.." Rage Quit")
  3399. end
  3400. end)
  3401.  
  3402. game.Players.PlayerAdded:Connect(function(Player)
  3403. if States.Notify then
  3404. game.StarterGui:SetCore("SendNotification", {
  3405. Title = "Game",
  3406. Text = Player.DisplayName.." Joined",
  3407. Icon = game.Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
  3408. })
  3409. end
  3410. if States.ChatNotify then
  3411. Chat(Player.DisplayName.." Joined The Server")
  3412. end
  3413. CheckPermissions(Player)
  3414. CopyChat(Player)
  3415. Died(Player)
  3416. PlayerPickUp(Player)
  3417. end)
  3418.  
  3419. for i,v in pairs(game.Players:GetPlayers()) do
  3420. if v ~= game.Players.LocalPlayer then
  3421. CheckPermissions(v)
  3422. CopyChat(v)
  3423. Died(v)
  3424. PlayerPickUp(v)
  3425. end
  3426. end
  3427.  
  3428. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  3429. States.CAN = false
  3430. end)
  3431.  
  3432. FindCmd.Changed:Connect(function()
  3433. if FindCmd.Text ~= "" then
  3434. for i,v in pairs(CmdHandler:GetChildren()) do
  3435. if v:IsA("TextButton") then
  3436. if not string.lower(v.Text):match(string.lower(FindCmd.Text)) then
  3437. v.Parent = Background
  3438. v.Visible = false
  3439. end
  3440. end
  3441. end
  3442. for i,v in pairs(Background:GetChildren()) do
  3443. if v.Name == "COMMANDS" then
  3444. if string.lower(v.Text):match(string.lower(FindCmd.Text)) then
  3445. v.Parent = CmdHandler
  3446. v.Visible = true
  3447. end
  3448. end
  3449. end
  3450. elseif FindCmd.Text == "" and (#CmdHandler:GetChildren()-1) ~= #Cmd then
  3451. for i,v in pairs(CmdHandler:GetChildren()) do
  3452. if v:IsA("TextButton") then
  3453. v:Destroy()
  3454. end
  3455. end
  3456. for i,v in pairs(Background:GetChildren()) do
  3457. if v.Name == "COMMANDS" then
  3458. v:Destroy()
  3459. end
  3460. end
  3461. for i = 1,#Cmd do
  3462. local clone = CmdText:Clone()
  3463. clone.Text = Cmd[i].Text
  3464. clone.Name = "COMMANDS"
  3465. local Ins = Instance.new("StringValue", clone)
  3466. Ins.Name = "Title"
  3467. Ins.Value = Cmd[i].Title
  3468. local Ins2 = Instance.new("StringValue", clone)
  3469. Ins2.Name = "TopbarName"
  3470. Ins2.Value = Cmd[i].Text:split(" ")[1]
  3471. clone.Parent = CmdHandler
  3472. clone.MouseButton1Click:Connect(function()
  3473. Execute:CaptureFocus()
  3474. Execute.Text = clone.Text:split(" ")[1]
  3475. Execute.CursorPosition = #Execute.Text + 1
  3476. end)
  3477. end
  3478. end
  3479. end)
  3480.  
  3481. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(Key)
  3482. if Key == Prefix then
  3483. if Prefix ~= "/" then
  3484. Execute:CaptureFocus()
  3485. end
  3486. end
  3487. end)
  3488.  
  3489. Execute.FocusLost:Connect(function(FocusLost)
  3490. if FocusLost then
  3491. if Execute.Text:sub(1,#Prefix) ~= Prefix then
  3492. PlayerChatted(Prefix..Execute.Text)
  3493. else
  3494. PlayerChatted(Execute.Text)
  3495. end
  3496. end
  3497. end)
  3498.  
  3499. getgenv().DisableScript = function()
  3500. pcall(function()
  3501. CmdGui:Destroy()
  3502. States = {}
  3503. LoopKill = {}
  3504. LoopTase = {}
  3505. Admin = {}
  3506. ScriptDisabled = true
  3507. for i,v in pairs(game.Lighting:GetChildren()) do
  3508. v.Parent = workspace
  3509. end
  3510. end)
  3511. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement