Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("ASHUB", "DarkTheme")
- local Tab = Window:NewTab("ALL SCRIPT")
- local Section = Tab:NewSection("TP TO")
- Section:NewButton("in owner's room", "just click bro", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3.49693096e-07, -437.662994, -188.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) print("Clicked")
- end)
- Section:NewButton("on spawn", "just click again", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.000421243487, 5.83876514, 5.83640289, 0.999961853, 0.000706975174, 0.00871348381, -0.000519025722, 0.999767721, -0.0215533394, -0.00872669555, 0.0215479918, 0.999729812) print("Clicked")
- end)
- Section:NewButton("in code room (make sure to be alive)", "just click bro", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.8075371, 4.23398924, -102.293549, -0.999961853, -0.000666300824, -0.00871142, -0.000268159958, 0.998958647, -0.0456248559, 0.00873274729, -0.045620773, -0.998920679) print("Clicked")
- end)
- local Section = Tab:NewSection("IY")
- Section:NewButton("click here", "bruh", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() print("Clicked")
- end)
- local Section = Tab:NewSection("hitbox (be noclip)")
- Section:NewButton("hitbox", "click this and click noclip", function()
- local HeadSize = 1188198918918918918198119189189819
- local IsDisabled = true
- local IsTeamCheckEnabled = false
- game:GetService('RunService').RenderStepped:Connect(function()
- if IsDisabled then
- local localPlayer = game:GetService('Players').LocalPlayer
- if not localPlayer then return end
- local localPlayerTeam = localPlayer.Team
- for _, player in ipairs(game:GetService('Players'):GetPlayers()) do
- if player ~= localPlayer and (not IsTeamCheckEnabled or player.Team ~= localPlayerTeam) then
- local humanoidRootPart = player.Character and player.Character:FindFirstChild("HumanoidRootPart")
- if humanoidRootPart then
- humanoidRootPart.Size = Vector3.new(HeadSize, HeadSize, HeadSize)
- humanoidRootPart.Transparency = 27172192121000000
- humanoidRootPart.BrickColor = BrickColor.new("Really black")
- humanoidRootPart.Material = Enum.Material.Neon
- humanoidRootPart.CanCollide = false
- end
- end
- end
- end
- end) print("Clicked")
- end)
- Section:NewButton("noclip", "yes", function()
- local Workspace = game:GetService("Workspace")
- local CoreGui = game:GetService("CoreGui")
- local Players = game:GetService("Players")
- local Noclip = Instance.new("ScreenGui")
- local BG = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Toggle = Instance.new("TextButton")
- local StatusPF = Instance.new("TextLabel")
- local Status = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local Plr = Players.LocalPlayer
- local Clipon = false
- Noclip.Name = "Noclip"
- Noclip.Parent = game.CoreGui
- BG.Name = "BG"
- BG.Parent = Noclip
- BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- BG.BorderSizePixel = 2
- BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
- BG.Size = UDim2.new(0, 210, 0, 127)
- BG.Active = true
- BG.Draggable = true
- Title.Name = "Title"
- Title.Parent = BG
- Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.BorderSizePixel = 2
- Title.Size = UDim2.new(0, 210, 0, 33)
- Title.Font = Enum.Font.Highway
- Title.Text = "Noclip"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.FontSize = Enum.FontSize.Size32
- Title.TextSize = 30
- Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.TextStrokeTransparency = 0
- Toggle.Parent = BG
- Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.BorderSizePixel = 2
- Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
- Toggle.Size = UDim2.new(0, 146, 0, 36)
- Toggle.Font = Enum.Font.Highway
- Toggle.FontSize = Enum.FontSize.Size28
- Toggle.Text = "Toggle"
- Toggle.TextColor3 = Color3.new(1, 1, 1)
- Toggle.TextSize = 25
- Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.TextStrokeTransparency = 0
- StatusPF.Name = "StatusPF"
- StatusPF.Parent = BG
- StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
- StatusPF.BackgroundTransparency = 1
- StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
- StatusPF.Size = UDim2.new(0, 56, 0, 20)
- StatusPF.Font = Enum.Font.Highway
- StatusPF.FontSize = Enum.FontSize.Size24
- StatusPF.Text = "Status:"
- StatusPF.TextColor3 = Color3.new(1, 1, 1)
- StatusPF.TextSize = 20
- StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- StatusPF.TextStrokeTransparency = 0
- StatusPF.TextWrapped = true
- Status.Name = "Status"
- Status.Parent = BG
- Status.BackgroundColor3 = Color3.new(1, 1, 1)
- Status.BackgroundTransparency = 1
- Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
- Status.Size = UDim2.new(0, 56, 0, 20)
- Status.Font = Enum.Font.Highway
- Status.FontSize = Enum.FontSize.Size14
- Status.Text = "off"
- Status.TextColor3 = Color3.new(0.666667, 0, 0)
- Status.TextScaled = true
- Status.TextSize = 14
- Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Status.TextWrapped = true
- Status.TextXAlignment = Enum.TextXAlignment.Left
- Credit.Name = "Credit"
- Credit.Parent = BG
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
- Credit.Size = UDim2.new(0, 128, 0, 17)
- Credit.Font = Enum.Font.SourceSans
- Credit.FontSize = Enum.FontSize.Size18
- Credit.Text = "Created by KingLuna"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextSize = 16
- Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Credit.TextStrokeTransparency = 0
- Credit.TextWrapped = true
- Toggle.MouseButton1Click:connect(function()
- if Status.Text == "off" then
- Clipon = true
- Status.Text = "on"
- Status.TextColor3 = Color3.new(0,185,0)
- Stepped = game:GetService("RunService").Stepped:Connect(function()
- if not Clipon == false then
- for a, b in pairs(Workspace:GetChildren()) do
- if b.Name == Plr.Name then
- for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end end end end
- else
- Stepped:Disconnect()
- end
- end)
- elseif Status.Text == "on" then
- Clipon = false
- Status.Text = "off"
- Status.TextColor3 = Color3.new(170,0,0)
- end
- end) print("Clicked")
- end)
- local Tab = Window:NewTab("ALL BADGES")
- local Section = Tab:NewSection("TP ALL BADGES")
- Section:NewButton("owner badges", "hi", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(185, -447.450012, -175, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
- end)
- Section:NewButton("maze badges", "hi again", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, -499.450012, 150, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
- end)
- Section:NewButton("hide code badge", "hi again again", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-243.5, 6.49999809, 225.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
- end)
- Section:NewButton("sky badge", "hi again again again", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(500, 150, 45, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
- end)
- Section:NewButton("safe badge", "hi again again again", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.0220760033, 3.09802532, -5300.38672, -0.00871913321, 4.48555717e-08, -0.999961972, -1.38047875e-08, 1, 4.49776465e-08, 0.999961972, 1.41964289e-08, -0.00871913321) print("Clicked")
- end)
- local Tab = Window:NewTab("PLAYER")
- local Section = Tab:NewSection("Speed")
- Section:NewButton("SPEED = 100", "speed so far", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 print("Clicked")
- end)
- Section:NewButton("SPEED = 75", "speed so far", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 print("Clicked")
- end)
- Section:NewButton("SPEED = 50", "speed so far", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 print("Clicked")
- end)
- Section:NewButton("SPEED = 25", "25?", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25 print("Clicked")
- end)
- local Section = Tab:NewSection("others")
- Section:NewButton("esp", "see wall", function()
- local Players = game:GetService("Players"):GetChildren()
- local RunService = game:GetService("RunService")
- local highlight = Instance.new("Highlight")
- highlight.Name = "Highlight"
- local function getCharacter(player)
- return
- workspace:FindFirstChild(player.Name)
- end
- for i, v in pairs(Players) do
- repeat wait() until getCharacter(v)
- if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
- local highlightClone = highlight:Clone()
- highlightClone.Adornee = getCharacter(v)
- highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
- highlightClone.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
- highlightClone.Name = "Highlight"
- end
- end
- game.Players.PlayerAdded:Connect(function(player)
- repeat wait() until getCharacter(v)
- if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
- local highlightClone = highlight:Clone()
- highlightClone.Adornee = getCharacter(v)
- highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
- highlightClone.Name = "Highlight"
- end
- end)
- game.Players.PlayerRemoving:Connect(function(playerRemoved)
- playerRemoved.Character:FindFirstChild("HumanoidRootPart").Highlight:Destroy()
- end)
- RunService.Heartbeat:Connect(function()
- for i, v in pairs(Players) do
- repeat wait() until getCharacter(v)
- if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
- local highlightClone = highlight:Clone()
- highlightClone.Adornee = getCharacter(v)
- highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
- highlightClone.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
- highlightClone.Name = "Highlight"
- task.wait()
- end
- end
- end)
- print("Clicked")
- end)
- local Section = Tab:NewSection("guy pls give me your idea on pastebin?")
- local Tab = Window:NewTab("HOW TO DO FE")
- local Section = Tab:NewSection("wrong : pls dont click that of all.")
- local Section = Tab:NewSection("Made all jump")
- Section:NewButton("when you hit everyone more at same time", "Info", function()
- print("Clicked")
- end)
- Section:NewButton("to made it", "Info", function()
- print("Clicked")
- end)
- Section:NewButton("you did that? just spam jump then made it.", "Info", function()
- print("Clicked")
- end)
- local Section = Tab:NewSection("Hacking All Gonna To Maze")
- Section:NewButton("every 10 mins or any to working then use noclip", "Info", function()
- print("Clicked")
- end)
- Section:NewButton("2 time and use hitbox then use esp to work every", "Info", function()
- print("Clicked")
- end)
- Section:NewButton("10 mins or any. and stay on spawn and use iy script", "Info", function()
- print("Clicked")
- end)
- Section:NewButton("(in all script) type fly and auto gone to maze.", "Info", function()
- print("Clicked")
- end)
- local Tab = Window:NewTab("INFO")
- local Section = Tab:NewSection("credit by 1aiaiaia1 (from roblox)")
- local Section = Tab:NewSection("first script hub ever")
- local Section = Tab:NewSection("pls follow me on roblox because you did use this my script ")
- local Section = Tab:NewSection("hide & show is C key for pc")
- local Section = Tab:NewSection("made with Kavo Library")
- Section:NewKeybind("C", "hi", Enum.KeyCode.C, function()
- Library:ToggleUI()
- end)
Advertisement
Advertisement