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("pull a sword", "DarkTheme")
- local Tab = Window:NewTab("farm")
- local Section = Tab:NewSection("Section Name")
- Section:NewButton("auto farm", "ButtonInfo", function()
- while task.wait() do
- local args = {
- [1] = "Click",
- [2] = false
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Events"):WaitForChild("ClickEvent"):FireServer(unpack(args))
- end
- print("Clicked")
- end)
- local Tab = Window:NewTab("TabName")
- local Section = Tab:NewSection("Section Name")
- Section:NewButton("follow 2P1ooo1P2 on Roblox for more script", "ButtonInfo", function()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement