Advertisement
Pmn20002

New Test Gui To Public Demo By Gcat

Aug 13th, 2022
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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("Tower Of Hell", "Ocean")
  3.  
  4.  
  5. --Main
  6. local Main = Window:NewTab("Main")
  7. local MainSection = Main:NewSection("First Page")
  8.  
  9.  
  10. MainSection:NewButton("Inf Jump", "Inf JUmp", function()
  11. loadstring(game:HttpGet("https://pastebin.com/bC97eAyR"))()
  12. end)
  13.  
  14. MainSection:NewButton("speed ", "Speed hacks", function()
  15. loadstring(game:HttpGet("https://pastebin.com/bC97eAyR"))()
  16. end)
  17.  
  18.  
  19. MainSection:NewButton("classic Animation ", "make you the 2006 animation", function()
  20. loadstring(game:HttpGet("https://pastebin.com/raw/iz2qZR1R"))()
  21. end)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement