repeat task.wait() until game:IsLoaded()
Debug = false
BETA = false
Folder = Instance.new("Folder")
ScreenGui = Instance.new("ScreenGui")
CmdBarFrame = Instance.new("Frame")
UICorner = Instance.new("UICorner")
Out = Instance.new("ImageLabel")
UICorner_2 = Instance.new("UICorner")
CommandBar = Instance.new("TextBox")
UIStroke = Instance.new("UIStroke")
Commands = Instance.new("ImageLabel")
UICorner_3 = Instance.new("UICorner")
UIStroke_2 = Instance.new("UIStroke")
CommandsList = Instance.new("ScrollingFrame")
UIListLayout = Instance.new("UIListLayout")
TEMP_CMD = Instance.new("TextLabel")
plr = game:GetService("Players").LocalPlayer
UIS,UserInputService = game:GetService'UserInputService',game:GetService("UserInputService")
char = plr.Character
Mouse = plr:GetMouse()
RunService = game:GetService("RunService")
gethui=gethui or nil
SearchBar = Instance.new("TextBox")
--
HasFireTouch = false
unloaded=false
SavedAdmins = {}
firetouchinterest=firetouchinterest
firetouch = firetouchinterest
oldprint = print
IsBringing = false
loopkilling = {}
Folder.Name = "c00ladmin_PRIVATE"
--Tables
States = {
autore = true,
KillAura = false,
SilentAim= false,
AntiPunch = false,
AntiTase = false,
FastPunch = false,
ClickArrest = false,
Godmode = false,
Antibring = true,
OnePunch = false,
AntiTouch = false,
ClickKill = false,
noclip = false,
AntiShield = false,
AutoItems = false,
AntiArrest = false,
Admined = {},
}
Reload_Guns = {}
Whitelisted = {}
Parts = {}
Temp = {}
Whitelisted_ITEMS = {}
TigerGuis = {}
function AddGui(Gui)
TigerGuis[#TigerGuis+1]=Gui
end
if game:FindFirstChild("c00ladmin_PRIVATE") then
ScreenGui:Destroy()
unloaded = true
return
end
function Tween(Obj,Prop,New,Time)
if not Time then Time = .5 end
task.spawn(function()
local TweenService = game:GetService("TweenService")
local info = TweenInfo.new(
Time,
Enum.EasingStyle.Quart,
Enum.EasingDirection.Out,
0,
false,
0
)
local propertyTable = {
[Prop] = New,
}
TweenService:Create(Obj, info, propertyTable):Play()
end)
end
function MoveToJunk(v)
v.CFrame = CFrame.new(0,5^5,0)
end
for i,v in pairs(workspace["Criminals Spawn"]:GetChildren()) do
if v and v:IsA("Part") then
MoveToJunk(v)
end
end
function UneqTools()
plr.Character:FindFirstChildOfClass("Humanoid"):UnequipTools()
end
workspace.FallenPartsDestroyHeight = -math.huge
task.spawn(function()
local FirePart =Instance.new("Part")
if not firetouchinterest then
HasFireTouch = false
end
FirePart.Touched:Connect(function()
HasFireTouch = true
FirePart:Destroy()
end)
plr.Character:WaitForChild("Head")
for i =1,2 do
if firetouchinterest then
if FirePart then
firetouchinterest(plr.Character.Head,FirePart,0)
firetouchinterest(plr.Character.Head,FirePart,1)
end
end
wait(.4)
end
end)
function Msg(player,Text)
local ohString1 = "/w "..player.Name.." "..Text
local ohString2 = "All"
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(ohString1, ohString2)
end
pcall(function()
if writefile and makefolder and readfile and isfile then
if isfile("Tiger Admin") == false or isfile("Tiger_Admin/Invite.json") == false then
makefolder("Tiger_Admin")
if isfile("Tiger_Admin/Invite.json") == false then
writefile("Tiger_Admin/Invite.json",game:GetService("HttpService"):JSONEncode({
Invite_To_Server = true
}))
end
if isfile("Tiger_Admin/SavedAdmins.json") == false then
writefile("Tiger_Admin/SavedAdmins.json",game:GetService("HttpService"):JSONEncode({}))
else
local Content = game:GetService("HttpService"):JSONDecode(readfile("Tiger_Admin/SavedAdmins.json"))
for i,v in pairs(Content) do
if v then
print(v)
States.Admined[#States.Admined+1] = v
end
end
end
end
end
end)
--//Main Gui
ScreenGui.Parent = (game:GetService("CoreGui") or gethui())
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.Name = math.random()
AddGui(ScreenGui)
CmdBarFrame.Name = "CmdBarFrame"
CmdBarFrame.Parent = ScreenGui
CmdBarFrame.AnchorPoint = Vector2.new(0.5, 0.5)
CmdBarFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
CmdBarFrame.BackgroundTransparency = 1.000
CmdBarFrame.BorderSizePixel = 0
CmdBarFrame.Position = UDim2.new(0.5, 0, 0.899999998, 0)
CmdBarFrame.Position = CmdBarFrame.Position+UDim2.new(0,0,1.1,0)
CmdBarFrame.Size = UDim2.new(0, 577, 0, 65)
UICorner.CornerRadius = UDim.new(0, 3)
UICorner.Parent = CmdBarFrame
CmdsIcon = Instance.new("ImageLabel")
UICornera = Instance.new("UICorner")
UIStroke12 = Instance.new("UIStroke")
CmdButton = Instance.new("ImageButton")
CmdsIcon.Name = "CmdsIcon"
CmdsIcon.Parent = CmdBarFrame
CmdsIcon.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
CmdsIcon.Position = UDim2.new(-0.132423401, 0, 0.0226149559, 0)
CmdsIcon.Size = UDim2.new(0.121672593, 0, 0.945454538, 0)
CmdsIcon.Image = "rbxassetid://12661800163"
CmdsIcon.ImageTransparency = 0.030
UICornera.CornerRadius = UDim.new(0, 6)
UICornera.Parent = CmdsIcon
UIStroke12.Parent = CmdsIcon
CmdButton.Name = "CmdButton"
CmdButton.Parent = CmdsIcon
CmdButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
CmdButton.BackgroundTransparency = 1.000
CmdButton.Position = UDim2.new(0.298999995, 0, 0.27700001, 0)
CmdButton.Size = UDim2.new(0, 27, 0, 27)
CmdButton.Image = "rbxassetid://11570802781"
CmdButton.ImageTransparency = 0.430
CmdButton.MouseButton1Up:Connect(function()
if not Temp.CmdsC then
Temp.CmdsC = true
if Commands.Visible == false then
Commands.Position = Commands.Position+UDim2.new(0,0,1,0)
wait(.1)
Commands:TweenPosition(SavedCmdsPosition,"Out","Quart",1)
Commands.Visible = true
else
Commands:TweenPosition(SavedCmdsPosition+UDim2.new(0,0,1,0),"Out","Quart",1)
wait(.5)
Commands.Visible = false
end
wait(.7)
Temp.CmdsC = false
end
end)
CmdButton.MouseEnter:Connect(function()
CmdButton.ImageColor3 = Color3.new(0.588235, 0.588235, 0.588235)
end)
CmdButton.MouseLeave:Connect(function()
CmdButton.ImageColor3 = Color3.new(1, 1, 1)
end)
Toggles = Instance.new("ImageLabel")
local Stokeee = Instance.new("UIStroke")
local Corrrer = Instance.new("UICorner")
local ToggleScroll = Instance.new("ScrollingFrame")
local kewkfwe = Instance.new("UIListLayout")
local tempb = Instance.new("TextButton")
local UIStroke = Instance.new("UIStroke")
local UICorner = Instance.new("UICorner")
Toggles.Name = "Toggles"
Toggles.Parent = ScreenGui
Toggles.AnchorPoint = Vector2.new(0.5, 0.5)
Toggles.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Toggles.Position = UDim2.new(0.499593854, 0, 0.499376595, 0)+UDim2.new(0,0,1,0)
Toggles.Size = UDim2.new(0, 539, 0, 409)
Toggles.Visible = false
Toggles.Image = "rbxassetid://12011977394"
Toggles.ImageTransparency = 0.260
Stokeee.Parent = Toggles
Stokeee.Name = "Stokeee"
Corrrer.Name = "Corrrer"
Corrrer.Parent = Toggles
ToggleScroll.Name = "ToggleScroll"
ToggleScroll.Parent = Toggles
ToggleScroll.Active = true
ToggleScroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ToggleScroll.BackgroundTransparency = 1.000
ToggleScroll.Size = UDim2.new(0, 539, 0, 408)
ToggleScroll.ScrollBarThickness = 4
kewkfwe.Name = "kewkfwe"
kewkfwe.Parent = ToggleScroll
kewkfwe.SortOrder = Enum.SortOrder.LayoutOrder
kewkfwe.Padding = UDim.new(0, 5)
tempb.Name = "tempb"
tempb.Parent = ScreenGui
tempb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
tempb.BackgroundTransparency = 0.550
tempb.Position = UDim2.new(0, 0, -7.47979882e-08, 0)
tempb.Size = UDim2.new(0, 539, 0, 44)
tempb.Visible = false
tempb.Font = Enum.Font.SourceSans
tempb.Text = "Autorespawn [OFF]"
tempb.TextColor3 = Color3.fromRGB(255, 255, 255)
tempb.TextSize = 14.000
UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
UIStroke.Parent = tempb
UICorner.CornerRadius = UDim.new(0, 3)
UICorner.Parent = tempb
Frame.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
game:GetService("UserInputService").InputChanged:Connect(function(input)
if input == dragInput and dragToggle then
updateInput(input)
end
end)
dragify(Toggles)
dragify(Commands)
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
Folder.Parent = game
do--Watermark
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)
AddGui(Water)
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
end
--Load guis
game:GetService("ContentProvider"):PreloadAsync({
Commands,
Out,
})
for i,v in pairs(ScreenGui:GetDescendants()) do v.Name = game:GetService("HttpService"):GenerateGUID(true) end
if game:GetService("UserInputService").TouchEnabled and not game:GetService("UserInputService").KeyboardEnabled then
CommandBar.Position=CommandBar.Position-UDim2.new(0,0,.05,0)
TogglesButton=TogglesButton.Position-UDim2.new(0,0,.2,0)
CmdButton=CmdButton.Position-UDim2.new(0,0,.2,0)
end
--//Command handler
Prefix = ":"
CommandsGot = 0
TableCommands={}
CommandsRawList = {}
GetArgs = function(Args)
return Args:split(" ")
end
Verify_Command=function(NAME)
NAME = NAME:lower()
if not string.find(NAME,Prefix) then
NAME = Prefix..NAME
end
return NAME
end
ValidCommand=function(Name)
local Saved_Name = Name
if not string.find(Saved_Name," ") then
Saved_Name = Saved_Name.." "
end
for i,v in pairs(TableCommands) do
if v then
if v["Name"]:lower() == Saved_Name:split(" ")[1] then
return true
end
end
end
return nil
end
Execute_Command = function(Name,Raw)
local p = nil
if unloaded then return end
Name = Name:lower()
local Saved_Name = Name
if not string.find(Saved_Name," ") then
Saved_Name = Saved_Name.." "
end
if Verify_Command(Name) then
for i,v in pairs(TableCommands) do
if v then
if v["Name"]:lower() == Saved_Name:split(" ")[1] then
p = true
coroutine.wrap(function()
v["Callback"](Raw)
end)()
end
end
end
print(p)
return p
end
end
FindPlayer = function(h,h2)
if string.lower(h) == "me" then
return plr
else
h = h:gsub("%s+", "")
for m, n in pairs(game:GetService("Players"):GetPlayers()) do
if n.Name:lower():match("^" .. h:lower()) or n.DisplayName:lower():match("^" .. h:lower()) then
return n
end
end
end
return nil
end
FindString = function(String,Table)
String = String:gsub("%s+", "")
for m, n in pairs(Table) do
if n:lower():match("^" .. String:lower()) then
return n
end
end
return nil
end
Add_Command = function(Name,Callback,Does,PlayerCommand,R)
task.spawn(function()
if Name and Callback then
if PlayerCommand and PlayerCommand == "PLAYER_COMMAND" then
PlayerCommand = " [PLAYER]"
elseif PlayerCommand == "TOGGLE_COMMAND" then
PlayerCommand = " ON/OFF"
elseif PlayerCommand == "NUMBER_COMMAND" then
PlayerCommand = " NUMBER"
elseif PlayerCommand == "STRING_COMMAND" then
PlayerCommand = " STRING"
end
if PlayerCommand == nil then
PlayerCommand=""
end
local CloneTXT = TEMP_CMD:Clone()
if typeof(PlayerCommand):lower()~="string" then
CloneTXT.Text = Prefix..tostring(Name).."".." | "..Does or ""
else
CloneTXT.Text = Prefix..tostring(Name)..PlayerCommand.." | "..Does or ""
end
CloneTXT.Parent = CommandsList
CloneTXT.Visible = true
if Does and Does == true or Does == "true" or PlayerCommand == true then
CloneTXT.Visible = false
CloneTXT.Changed:Connect(function()
CloneTXT.Visible = false
end)
end
CommandsGot+=1
CommandsRawList[#CommandsRawList+1]=CloneTXT
TableCommands[#TableCommands+1] = {
["Name"] = Prefix..Name,
["Callback"] = Callback,
["Does"] = Does or ""
}
end
end)
end
--//Temp set up
Temp.CmdsC = false
Temp.Waiting2 = nil
Temp.Waiting = false
Temp.Esps={}
Temp.RankCooldown = false
end
To embed this project on your website, copy the following code and paste it into your website's HTML: