Advertisement
Guest User

Trade strength ezcodepvp

a guest
Feb 16th, 2025
312
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | Gaming | 1 0
  1. 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()
  2. while wait() do
  3. game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("FromLocalForServer"):WaitForChild("Get"):WaitForChild("st"):FireServer()
  4. end
  5. print("Clicked")
  6. end)
  7. Section:NewButton("click to sacrifice", "erm what the sigma", function()
  8. game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("FromLocalForServer"):WaitForChild("Get"):WaitForChild("sac1"):FireServer()
  9. print("Clicked")
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement