Advertisement
kphs2

Dupe Script

Mar 26th, 2022
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Note: Don't get more than 20-25 Fruits (all of my fruits disappeared after i got 35+)
  2. Make sure there's no People cuz sometimes a hacker will take all of your fruits
  3. I recommend borrowing or buying a private server for this
  4.  
  5. Instructions: Get your fruit Spam Equip And Backspace do this for 10-15 seconds If one of your fruit disappeared in your slot and it's stuck on your hand then execute this script (This will take like 5-10 tries)
  6.  
  7. Script:
  8.  
  9. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  10. if v.Name == "Phoenix Fruit" then -- Change this depends on what fruit u have
  11. v.Parent = game.Players.LocalPlayer.Character
  12. end
  13. end
  14. wait()
  15. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  16. if v:IsA("Tool") then
  17. v.Parent = game.Workspace
  18. end
  19. end
  20. game.Players.LocalPlayer.Character.Humanoid:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement