Advertisement
2P1ooo1P2

Pull a sword script roblox

Mar 6th, 2025 (edited)
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("pull a sword", "DarkTheme")
  4.  
  5. local Tab = Window:NewTab("farm")
  6.  
  7. local Section = Tab:NewSection("Section Name")
  8.  
  9. Section:NewButton("auto farm", "ButtonInfo", function()
  10. while task.wait() do
  11. local args = {
  12. [1] = "Click",
  13. [2] = false
  14. }
  15.  
  16. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Events"):WaitForChild("ClickEvent"):FireServer(unpack(args))
  17. end
  18.  
  19. print("Clicked")
  20. end)
  21.  
  22. local Tab = Window:NewTab("TabName")
  23.  
  24. local Section = Tab:NewSection("Section Name")
  25.  
  26. Section:NewButton("follow 2P1ooo1P2 on Roblox for more script", "ButtonInfo", function()
  27. print("Clicked")
  28. end)
  29.  
  30.  
Tags: 2P1ooo2P1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement