Advertisement
fxdogxd

test

May 18th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("TEST", "Ocean")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Script")
  5. -- [Script] -- + -- [autoclick] --
  6. Section:NewToggle("Auto Farm", "", function(t)
  7. _G.TPPlayer = t
  8. while _G.TPPlayer do wait()
  9. game:GetService("ReplicatedStorage"):FindFirstChild("events-shared/network@GlobalEvents").placeBlock:FireServer()
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement