Advertisement
UnnoobcoolHelper

You can create a script if want

May 1st, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Seiko Scripts", "Synapse")
  3. local Tab = Window:NewTab("Game Name")
  4. local Section = Tab:NewSection("Sub and like")
  5. Section:NewButton("ButtonText", "ButtonInfo", function()
  6. -- Your script here remove this text
  7. print("Clicked")
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement