Advertisement
fxdogxd

Test

Jun 24th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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("EQ Hub", "Ocean")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("You Open Auto Farm Pls Wait 5 seconds")
  5. Section:NewToggle("Auto Farm", "", function(t)
  6. _G.TPPlayer = t
  7. while _G.TPPlayer do wait(5)
  8. loadstring(game:HttpGet(('https://gist.githubusercontent.com/REALEQHUB/98628446db44f0bd73301abe753824bf/raw/7f43856a1c3b98e5d4737ae0bcf1805e796a8839/SCRIPT%2520TP%252030:_:EQ_HUB'),true))()
  9. end
  10. end)
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement