Advertisement
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("Keems Arsenal Hub", "Midnight")
- -- MAIN
- local Main = Window:NewTab("Aim Functions")
- local MainSection = Main:NewSection("Silent Aim")
- MainSection:NewButton("Silent Aim", "When you miss an enemy it still counts as a kill/hit", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/EnSX9RiH'))()
- end)
- local Main = Window:NewTab("WallHacks")
- local MainSection = Main:NewSection("ESP")
- MainSection:NewButton("Wall Hacks", "See enemys threw walls", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/ATR43CCt'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement