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("WordZero", "Ocean")
- -- MAIN
- local Main = Window:NewTab("AutoFarm")
- local MainSection = Main:NewSection("AutoFarm")
- MainSection:NewToggle("KillAura", "Enables kill aura.", function(state)
- if state then
- getgenv().aq = true;
- while wait() do
- if getgenv().aq == true then
- end
- end
- else
- getgenv().aq = false;
- end
- end)
Add Comment
Please, Sign In to add comment