Advertisement
thegameplayer

Untitled

Jun 5th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("Lifting Script", "Ocean")
  4.  
  5. local Tab = Window:NewTab("Main”)
  6.  
  7. local Section = Tab:NewSection("Scripts")
  8.  
  9.  
  10.  
  11.  
  12. Section:NewButton("Auto Lift", "ButtonInfo", function()
  13. while true do
  14. wait(0.00)
  15.  
  16. game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("ToolLift"):FireServer()
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement