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("Kevin Hub | Kat", "Ocean")
- -- MAIN
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewToggle("AimBot + Esp", "Not Miss A Shot And See Everyone Through Walls", function(state)
- if state then
- loadstring(game:HttpGet("https://pastebin.com/raw/J6EGUjsL"))();
- else
- end
- end)
- -- MAIN
- local Main = Window:NewTab("Credits")
- local MainSection = Main:NewSection("Credits")
- CreditsSection:NewToggle("AimBot", "Not Miss A Shot", function(state)
- if state then
- loadstring(game:HttpGet("https://pastebin.com/raw/J6EGUjsL"))();
- else
- end
- end)
Add Comment
Please, Sign In to add comment