Created
September 17, 2023 13:05
-
-
Save Onurhan53/e2d6b15696764faedec2306a25249ce2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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