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("EQ Hub", "Ocean")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("You Open Auto Farm Pls Wait 2 seconds")
- Section:NewToggle("Auto Farm", "", function(t)
- _G.TPPlayer = t
- while _G.TPPlayer do wait(2)
- loadstring(game:HttpGet(('https://gist.githubusercontent.com/REALEQHUB/98628446db44f0bd73301abe753824bf/raw/7f43856a1c3b98e5d4737ae0bcf1805e796a8839/SCRIPT%2520TP%252030:_:EQ_HUB'),true))()
- end
- end)
- Section:NewButton("Stop Auto Farm", "", function()
- while wait(0) do
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement