Advertisement
Youtube-Scripts

RAINBOW PIECE Script (Spawn all fruit and so much more)

Jun 2nd, 2022
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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("RAINBOWN PIECE", "DarkTheme")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Get All Legend Fruits")
  5. Section:NewToggle("ON-OFF", ".", function(state)
  6. if state then
  7. _G.Fruit = true -- Spins for fruits
  8. _G.Drop = true -- Drops all fruits / tools in inv
  9. loadstring(game:HttpGet("https://roflux.net/scripts/games/open/rainbowpiece.lua", true))()
  10. else
  11. _G.Fruit = false -- Spins for fruits
  12. _G.Drop = true -- Drops all fruits / tools in inv
  13. loadstring(game:HttpGet("https://roflux.net/scripts/games/open/rainbowpiece.lua", true))()
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement