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("every second you get 1 sword", "DarkTheme")
- local Tab = Window:NewTab("TabName")
- local Section = Tab:NewSection("Section Name")
- Section:NewButton("Free Subscription", "ButtonInfo", function()
- game.Workspace.Subscription.SubscriptionDoor.CanCollide=false
- print("Clicked")
- end)
- Section:NewButton("Free vip", "ButtonInfo", function()
- game.Workspace.VIP.VIPDoor.CanCollide=false
- print("Clicked")
- end)
- local Tab = Window:NewTab("2P1ooo1P2")
- local Section = Tab:NewSection("follow 2P1ooo1P2 on roblox")
- local Tab = Window:NewTab("teleport")
- local Section = Tab:NewSection("MAPS")
- Section:NewButton("Moon", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, -2045.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
- Section:NewButton("Lava", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, -1021.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
- Section:NewButton("Ice", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, 2.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
- Section:NewButton("flower", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, 1026.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
- Section:NewButton("Snow", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, 2050.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
- Section:NewButton("Dark", "ButtonInfo", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -2.14599991, 3074.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- wait()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment