Pmn20002

Make you're own script

Aug 13th, 2022 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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.  
Add Comment
Please, Sign In to add comment