The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
VIET PIECE (MAX ALL) script pastebin roblox
By VIET PIECE (MAX ALL) on 2024-09-18 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Viet Piece", "DarkTheme")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Get Legendary Fruit")
  6. Section:NewButton("Click", "ButtonInfo", function()
  7.  
  8. local args = {
  9.     [1] = "Legendary"
  10. }
  11.  
  12. game:GetService("Players").LocalPlayer.PlayerGui.SpinGui.LOL.Spin.Spin.Reward:FireServer(unpack(args))
  13.  
  14. end)
  15. local Section = Tab:NewSection("Infinite Levels and Money")
  16. Section:NewButton("Click", "ButtonInfo", function()
  17.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace:FindFirstChild("AdminPart"):FindFirstChild("Chest Test"):FindFirstChild("Union").CFrame
  18.  
  19. end)
  20. Click To Copy