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("MAIN", "DarkTheme")local Tab = Window:NewTab("Main")local Section = Tab:NewSection("Main")Section:NewButton("auto strength", "auto strength", function()
- while wait() do
- game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("FromLocalForServer"):WaitForChild("Get"):WaitForChild("st"):FireServer()
- end
- print("Clicked")
- end)
- Section:NewButton("click to sacrifice", "erm what the sigma", function()
- game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("FromLocalForServer"):WaitForChild("Get"):WaitForChild("sac1"):FireServer()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement