-- Whitelist

local player = game.Players.LocalPlayer

if player.Name == "FireServiceScripter" or "XybName" or "14Kiddz" or "dark_XybName" or "Urgiobut" or "c00lkiddoso" or "c00lkiddoso1" or "FireServiceScripter1" then
    print("Whitelisted")
else
    player:Kick("Cry about it skid")
end

local loaded = Instance.new("Message",workspace)
loaded.Text = "c00ladmin has loaded !"
wait(5.8)
loaded:Destroy()
function Notif(Text,Dur)
		task.spawn(function()
			if not Dur then Dur = 1.57 end
			local Notif = Instance.new("ScreenGui")
			local Frame_1 = Instance.new("Frame")
			local TextLabel = Instance.new("TextLabel")
			Notif.Parent = (game:GetService("CoreGui") or gethui())
			Notif.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
			Frame_1.Parent = Notif
			Frame_1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
			Frame_1.BackgroundTransparency=1
			Frame_1.BorderSizePixel = 0
			Frame_1.Position = UDim2.new(0, 0, 0.0500000007, 0)
			Frame_1.Size = UDim2.new(1, 0, 0.100000001, 0)
			TextLabel.Parent = Frame_1
			TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
			TextLabel.BackgroundTransparency = 1.000
			TextLabel.TextTransparency =1
			TextLabel.Size = UDim2.new(1, 0, 1, 0)
			TextLabel.Font = Enum.Font.Highway
			TextLabel.Text = Text or "Text not found"
			TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
			TextLabel.TextSize = 21.000
			Tween(Frame_1,"BackgroundTransparency",0.350,.5)
			Tween(TextLabel,"TextTransparency",0,.5)
			wait(Dur+.7)
			Tween(Frame_1,"BackgroundTransparency",1,.5)
			Tween(TextLabel,"TextTransparency",1,.5)
			wait(.7)
			Notif:Destroy()
		end)
    return
end

local Water = Instance.new("ScreenGui")
		local TextLabel = Instance.new("TextLabel")
		local UIGradient = Instance.new("UIGradient")
		Water.Name = game:GetService("HttpService"):GenerateGUID(true)
		Water.Parent = (game:GetService("CoreGui") or gethui())
		Water.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
		TextLabel.Parent = Water
		TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
		TextLabel.BackgroundTransparency = 1.000
		TextLabel.Position = UDim2.new(0.00658436213, 0, 0, 0)-UDim2.new(0,0,1,0)
		TextLabel.Size = UDim2.new(0, 200, 0, 32)
		TextLabel.Font = Enum.Font.Cartoon
		TextLabel.Text = "🤑c00ladmin v2.8.3🤑"
		TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
		TextLabel.TextScaled = true
		TextLabel.TextSize = 14.000
		TextLabel.TextWrapped = true
		TextLabel.TextXAlignment = Enum.TextXAlignment.Left
		TextLabel:TweenPosition(UDim2.new(0.00658436213, 0, 0, 0),"Out","Quart",1)
UIGradient.Color =ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(196, 8, 202)), ColorSequenceKeypoint.new(0.13, Color3.fromRGB(199, 15, 191)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(247, 127, 28)), ColorSequenceKeypoint.new(0.89, Color3.fromRGB(254, 7, 59)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 2, 61))}
		UIGradient.Parent = TextLabel
		task.spawn(function()
			while game do
				task.wait()
				UIGradient.Rotation =.05
			end
		end)

-- CMD : :cmds , :bolt , :train , :FEFSS , :fly , :gear1 , :gear2 , :rj or :rejoin , :view , :unview , :fling, :goto, :reset, :print, :owner, :chatlogs, :cl, :kill all, :spam, :serverhop or :shop, :bring, :car, :inmate, :neutral

--[ SCRIPT BY FIRESERVICESCRIPTER AND TEAMCK_KNOCK0CLOCKHD ( TEAMCK_KNOCK0CLOCK2 ) ]--

print 'Welcome To c00ladmin v2.8.2 Made By : FireServiceScripter, Error333615 , certain_COOL, j0hny0999, teamck_knock0clockHD including : teamck_knock0clock2'

print ' WARNING -- THIS IS AN ANTI SKID MESSAGE -- THIS SCRIPT IS ACTUALLY OFFICIAL AND PRIVATE DONT TRUST ANYONE THAT IS NOT SHOW ON THE LIST'

local prefix = ":"
local LPlayer = game.Players.LocalPlayer
LPlayer.Chatted:Connect(function(msg)
	msg = msg:lower()
	if string.sub(msg,1,3) == "/e " then
		msg = string.sub(msg,4)
	end
	if string.sub(msg,1,1) == prefix then
		local cmd
		local space = string.find(msg," ")
		if space then
			cmd = string.sub(msg,2,space-1)
		else
			cmd = string.sub(msg,2)
		end
		
		if cmd == "print" then
			local var = string.sub(msg,space+1)
			print(var)
		end
        if cmd == "kill" then
                local Args = GetArgs(Args)
		local Check1 = function(ar)
			for i,v in pairs(game:GetService("Teams"):GetChildren()) do
				if v and v.Name:lower() == ar:lower() then
					return v
				end
			end
			return nil
		end
		if Args[2] then
			if Args[2] == "all" then
				Kill_All()
			elseif Check1(Args[2])  then
				Kill_All(Check1(Args[2]))
			else
				local r = FindPlayer(Args[2])
				if r then
					kill(r)
				else
					NotFound()
				end
			end
		else
			Notif("Missing arg2 !kill player")
                end
            end
		if cmd == "reset" then
			game.Players.LocalPlayer.Character:BreakJoints()
		end
        if cmd == "train" then
                local p = game.Players.LocalPlayer.Character
                local weld = Instance.new("Weld",p.Torso)
                weld.Part0 = p.Torso

                local train = Instance.new("Part",p.Torso)
                train.Anchored = true
                train.CanCollide = false
                train.Size = Vector3.new(3,2,6)
                train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
                weld.Part1 = train
                weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
                train.Anchored = false
                local TrainMesh = Instance.new("SpecialMesh",train)
                TrainMesh.MeshType = Enum.MeshType.FileMesh
                TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
                TrainMesh.MeshId = "rbxassetid://431017802"
                TrainMesh.TextureId = "rbxassetid://431017809"

                local weld2 = Instance.new("Weld",p.Torso)
                weld2.Part0 = p.Torso
                local Smoke = Instance.new("Part",p.Torso)
                Smoke.Anchored = true
                Smoke.CanCollide = false
                Smoke.Size = Vector3.new(1,1,1)
                Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
                weld2.Part1 = Smoke
                weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
                Smoke.Anchored = false
                Smoke.Transparency = 1;

                local Particle = Instance.new("ParticleEmitter",Smoke)
                Particle.Rate = 50;
                Particle.Speed = NumerRange.new(30,60);
                Particle.VelocitySpread = 4;
                Particle.Texture = "rbxassetid://133619974"

                local Light = Instance.new("SpotLight",train)
                Light.Angle = 45;
                Light.Brightness = 100;
                Light.Face = Enum.NormalId.Back;
                Light.Range = 30;
                
        end
        if cmd == "view" then
                local var = string.sub(msg,space+1)
                local target = GetPlayer(var)
                game.Workspace.CurrentCamera.CameraSubject = target.Character.Head
        end
        if cmd == "unview" then
                game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
        end
        if cmd == "cmds" then
                local msg = Instance.new("Message",workspace)
                msg.Text = "Commands got printed in the console"
                wait (5.8)
                msg:Destroy()

                print 'Actual c00ladmin commands : :cmds, :reset, :print [Content], :view [Target], :unview, :train [Comming soon!!], :FEFSS --Leaked by us, :owner, :fly, :gear1, :gear2, :spam, :fling [Target], :kill all[PRISON LIFE ONLY], :goto [Target], :chatlogs or :cl, :bolt, :rj or :rejoin, :serverhop or :shop, :inmate, neutral, :car, :bring [Target] more commands soon'
        end
        if cmd == "FEFSS" then
                loadstring(game:HttpGet("https://[Log in to view URL]",true))()
        end
        if cmd == "owner" then
                local args = {
                    [1] = "FireServiceScripter, Urgiobut",
                    [2] = "All"
                }

                game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
                print 'owner : teamck_knock0clockHD ( teamck_knock0clock2 ), scripter : (owner), FireServiceScripter, sponsor : Error333615, certain_COOL '
        end
        if cmd == "spam" then
                local settings = {
   AutoChat_Time = 1,
   AutoChat_Delay = 1,
   AutoChat = true,
}

local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest

while task.wait(settings.AutoChat_Time) do
    chatrem:FireServer('TEAM CK RAIDED THIS SERVER1!1!1!1', "All")
    print("Sent Message")
                end
       end
       if cmd == "gear1" then
                mouse = game.Players.LocalPlayer:GetMouse()
                local tool = Instance.new("Tool")
                tool.RequiresHandle = false
                tool.Name = "Click tp"
                tool.Activated:connect(function()
                        local pos = mouse.Hit+Vector3.new(0,2.5,0)
                        pos = CFrame.new(pos.X,pos.Y,pos.Z)
                        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
                end)
                tool.Parent = game.Player.LocalPlayer.Backpack
        end
        if cmd == "gear2" then
                local GearID = 142785488 -- put in the id of ur gay gear xd
game.ReplicatedStorage.Events.EquipGear:FireServer(GearID) -- dont change this nubs its the variable.

local GetBackpack = game.Players.LocalPlayer.Backpack:GetChildren() --this haks makes it so u can drop the gears so u can give it to ur friends or watever
for i=1, #GetBackpack do
  if GetBackpack[i].ClassName == "Tool" then
      GetBackpack[i].CanBeDropped = true
  end
end

wait(1)

local GetBackpack = game.Players.LocalPlayer.Backpack:GetChildren() --makes it better lel
for i=1, #GetBackpack do
  if GetBackpack[i].ClassName == "Tool" then
      GetBackpack[i].CanBeDropped = true
  end
                end
        end                
        if cmd == "fly" then
                loadstring(game:HttpGet("https://[Log in to view URL]",true))()
        end
        if cmd == "chatlogs" then
                loadstring(game:HttpGet("https://[Log in to view URL]",true))()
        end
        if cmd == "cl" then
                loadstring(game:HttpGet("https://[Log in to view URL]",true))()
        end
        if cmd == "goto" then
                local player
    for i, plr in ipairs(game.Players:GetPlayers()) do
    if string.lower(plr.Name):sub(1, string.len(msg:sub(7))) == string.lower(msg:sub(7)) then
        player = plr.Name
    end
    end
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[player].HumanoidRootPart.CFrame

        end
        if cmd == "kill all" then
                spawn(function()
while wait(0.1) do
for i, v in next, game:GetService("Players"):GetChildren() do
pcall(function()
if v~= game:GetService("Players").LocalPlayer and not v.Character:FindFirstChildOfClass("ForceField") and v.Character.Humanoid.Health > 0 then
while v.Character:WaitForChild("Humanoid").Health > 0 do
wait();
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame;
for x, c in next, game:GetService("Players"):GetChildren() do
if c ~= game:GetService("Players").LocalPlayer then game.ReplicatedStorage.meleeEvent:FireServer(c) end
end
end
end
end)
wait()
end
end
end)
        end
        if cmd == "fling" then
power = 300 -- The power of the fling.

game:GetService('RunService').Stepped:connect(function()
game.Players.LocalPlayer.Character.Head.CanCollide = false
game.Players.LocalPlayer.Character.Torso.CanCollide = false
game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
end)

wait(.1)
local Flingus = Instance.new("BodyThrust")
Flingus.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
Flingus.Force = Vector3.new(power,0,power)
Flingus.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
end
        end
        if cmd == "bolt" then
                game:GetService("Lighting").fire.Model["Haunted house"].ThunderSound.Playing = true
        end
        if cmd == "rj" then
                game:GetService'TeleportService':TeleportToPlaceInstance(game.PlaceId,game.JobId,game:GetService'Players'.LocalPlayer)
        end
        if cmd == "rejoin" then
                game:GetService'TeleportService':TeleportToPlaceInstance(game.PlaceId,game.JobId,game:GetService'Players'.LocalPlayer)
        end
        if cmd == "serverhop" then
                serverhop()
        end
        if cmd == "shop" then
                serverhop()
        end
        if cmd == "car" then
                game:GetService("RunService").RenderStepped:Connect(function()
game.Players.LocalPlayer.SimulationRadius = math.huge
game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
end)
game.StarterGui:SetCore("SendNotification", {Title = "Credits"; Text = "Discord - Voyager#3458       V3rmillion - Duck Guy"; Duration = 5})
local Mouse = game.Players.LocalPlayer:GetMouse()
Mouse.Button1Down:Connect(function(hit)
for i,v in pairs(workspace.Prison_ITEMS.buttons:GetDescendants()) do
if v.Name == "Car Spawner" and v.ClassName == "Part" then
workspace.Remote.ItemHandler:InvokeServer(v)
end
end
wait(.5)
for i,v in pairs(workspace.CarContainer:GetChildren()) do
v:MoveTo(Mouse.hit.p)
v.Parent = workspace
end
end)
        end
        if cmd == "cartest" then
                carcmds()
        end
        if cmd == "bring" then
                local var = string.sub(msg,space+1)
local targetname = (var) -- Person you want to bring

local LocalPlayer = game:GetService("Players").LocalPlayer
local ran1 = false
local equipped = false
local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
local target = game:GetService("Players")[targetname]
repeat
for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
if tool:IsA("Tool") then
tool.Parent = LocalPlayer
end
end
LocalPlayer.Character:ClearAllChildren()
local char = Instance.new("Model", workspace)
char.Name = "character"
Instance.new("Part", char).Name = "Torso";
Instance.new("Part", char).Name = "Head";
Instance.new("Humanoid", char).Name = "Humanoid";
LocalPlayer.Character = char
repeat wait() until LocalPlayer.Character
until #LocalPlayer:GetChildren() - 4 >= 2
for _, char in pairs(workspace:GetChildren()) do
if char.Name == "character" and char:IsA("Model") then
char:Destroy()
end
end
repeat wait() until LocalPlayer.Character.HumanoidRootPart ~= nil
for _, tool in pairs(LocalPlayer:GetChildren()) do
if tool:IsA("Tool") then
tool.Parent = LocalPlayer.Backpack
end
end
LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
tool.Parent = workspace
local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
attacher.Parent = workspace
LocalPlayer.Character.Humanoid:EquipTool(tool)
repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
LocalPlayer.Character.Humanoid:UnequipTools()
attacher.AncestryChanged:connect(function()
if ran1 == false then
ran1 = true
equipped = true
end
end)
        if cmd == "inmate" then
           workspace.Remote.TeamEvent:FireServer("Bright orange") 
        end
        if cmd == "neutral" then
           workspace.Remote.TeamEvent:FireServer("Medium stone grey")
        end        
    end
end)


function GetPlayer(String)
    local plr
    local strl = String:lower()
        for i, v in pairs(game:GetService("Players"):GetPlayers()) do
            if v.Name:lower():sub(1, #String) == String:lower() then
                plr = v
            end 
        end
        if String == "me" then
                plr = game.Players.LocalPlayer
            end
        if String == "" or String == " " then
           plr = nil
        end
    return plr
end

-- function

function Kill_All(TeamS)
		local a = GetTeam()
		local saved = getpos()
		local Team = GetTeam()
		if not TeamS then
			ChangeTeam(game.Teams.Inmates)
		end
		GetGun("M9")
		repeat task.wait() until plr.Backpack:FindFirstChild("M9")
		local Gun = plr.Backpack:FindFirstChild("M9")
		local Gen = {}
		if TeamS then
			if TeamS == game.Teams.Guards then
				ChangeTeam(game.Teams.Inmates)
			elseif TeamS == game.Teams.Inmates then
				ChangeTeam(game.Teams.Criminals)
			end
		end
		if not TeamS then
			for i,v in pairs(game:GetService("Players"):GetPlayers()) do
				if not table.find(Whitelisted,v.Name) and v ~= plr then
					if v.Team == game.Teams.Criminals then
						for i =1,10 do
							Gen[#Gen+1]={
								["RayObject"] = Ray.new(Vector3.new(0,0,0), Vector3.new(0,0,0)),
								["Distance"] = .1,
								["Cframe"] = CFrame.new(),
								["Hit"] = v.Character:WaitForChild("Head")
							}
						end
					end
				end
			end
			game:GetService("ReplicatedStorage").ShootEvent:FireServer(Gen, Gun)
		end
		--
		if not TeamS then
			ChangeTeam(game.Teams.Criminals)
		end
		for i,v in pairs(game:GetService("Players"):GetPlayers()) do
			if not table.find(Whitelisted,v.Name) and v ~= plr then
				if (TeamS and v.Team == TeamS) or not TeamS then
					for i =1,10 do
						Gen[#Gen+1]={
							["RayObject"] = Ray.new(Vector3.new(0,0,0), Vector3.new(0,0,0)),
							["Distance"] = .1,
							["Cframe"] = CFrame.new(),
							["Hit"] = v.Character:WaitForChild("Head")
						}
					end
				end
			end
		end
		game:GetService("ReplicatedStorage").ShootEvent:FireServer(Gen, Gun)
		wait(.1)
		Last_Team(a)
		wait(.4)
		game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = saved
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: