Skip to content

Instantly share code, notes, and snippets.

@Onurhan53
Created September 17, 2023 13:05
Show Gist options
  • Save Onurhan53/e2d6b15696764faedec2306a25249ce2 to your computer and use it in GitHub Desktop.
Save Onurhan53/e2d6b15696764faedec2306a25249ce2 to your computer and use it in GitHub Desktop.
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Onurhan Hub | [ 🤖 UPDATE] Ball Blade", "DarkTheme")
local Tab = Window:NewTab("Attack")
local Section = Tab:NewSection("")
Section:NewButton("Auto Block", "Auto Block", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/AutoBlock"))()
print("Clicked")
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment