Advertisement
Pmn20002

12312

Jun 4th, 2023 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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("Impossible Glass Bridge Obby! (Squid Game)", "DarkTheme")
  4.  
  5. local Tab = Window:NewTab("Main")
  6. local TabSection = Tab:NewSection("Autofarm")
  7.  
  8. TabSection:NewToggle("AutoFarm", "yes", function(state)
  9. if state then
  10. _G.loop = true
  11. while _G.loop == true do wait()
  12. loadstring(game:HttpGet("https://pastebin.com/raw/rUwJmbhR"))()
  13. end
  14. else
  15. _G.loop = false
  16. while _G.loop == true do wait()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/Zureiv8u"))()
  18. end
  19. end
  20. end)
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement