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("TEST", "Ocean")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Script")
- -- [Script] -- + -- [autoclick] --
- Section:NewToggle("Auto Farm", "", function(t)
- _G.TPPlayer = t
- while _G.TPPlayer do wait()
- game:GetService("ReplicatedStorage"):FindFirstChild("events-shared/network@GlobalEvents").placeBlock:FireServer()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement