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("The Mimic Da ku & Keiko Maze", "BloodTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main")
- Section:NewButton("Key", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-473.13443, 1652.00513, 190.685577, 0.753261149, -2.29560548e-08, -0.657721579, -7.40470685e-10, 1, -3.57504213e-08, 0.657721579, 2.74164265e-08, 0.753261149)
- end)
- Section:NewButton("Spirit", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (137.126144, 1650.82837, -153.697113, 0.0561094061, -3.3674624e-08, -0.998424649, 1.44725414e-08, 1, -3.29144321e-08, 0.998424649, -1.26029329e-08, 0.0561094061)
- wait (0.3)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (162.622757, 1651.82837, -153.733444, -0.0252946913, 1.30661604e-09, -0.999680042, 3.87919608e-09, 1, 1.20887977e-09, 0.999680042, -3.84737664e-09, -0.0252946913)
- end)
- Section:NewButton("Escape", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-659.694641, 1650.97168, -64.0608368, 0.203328401, 3.47170825e-08, 0.979110599, 2.07578896e-08, 1, -3.97684907e-08, -0.979110599, 2.84103336e-08, 0.203328401)
- wait (0.3)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-725.675781, 1650.97156, -75.5264511, 0.185479105, 1.25499668e-07, 0.982648194, -3.07101331e-08, 1, -1.21919086e-07, -0.982648194, -7.56381091e-09, 0.185479105)
- end)
- Section:NewButton("Get all badges", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-140.777512, 1648.42969, -413.322693, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- wait (0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-676.295166, 1663.63037, -49.9597473, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- local Tab = Window:NewTab("Misc")
- local Section = Tab:NewSection("Misc")
- Section:NewButton("FullBright", "ButtonInfo", function()
- local Light = game:GetService("Lighting")
- function dofullbright()
- Light.Ambient = Color3.new(1, 1, 1)
- Light.ColorShift_Bottom = Color3.new(1, 1, 1)
- Light.ColorShift_Top = Color3.new(1, 1, 1)
- end
- dofullbright()
- end)
- Section:NewButton("Esp coming soon!", "ButtonInfo", function()
- end)
- Section:NewButton("Walk Speed DONT SPRINT!", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
- end)
- Section:NewButton("Rejoin", "ButtonInfo", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/KTollT/Rejoin/main/README.md'))()
- end)
- local Tab = Window:NewTab("Close gui")
- local Section = Tab:NewSection("Hide Gui, click down and press any key that")
- Section:NewKeybind("you want to close", "Hello", Enum.KeyCode.M, function()
- Library:ToggleUI()
- end)
- local Tab = Window:NewTab("Credits")
- local Section = Tab:NewSection("Credits: Windy31#2467 & HLL#5199")
Add Comment
Please, Sign In to add comment