Advertisement
ilovepastingeveryday

Untitled

Jul 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. -- THIS IS NOT MADE BY ME, I WOULD CREDIT THE OWNER OF THIS SCRIPT.
  2.  
  3. print("Getting Btools") --This is a normal script >_>
  4. wait(2)
  5. print("Drag Success")
  6. a = Instance.new("HopperBin")
  7. a.BinType = 1
  8. a.Parent = game.Players.Zylenar.Backpack --Replace Zylenar With your name!
  9. wait(3)
  10. print("Delete Success")
  11. a = Instance.new("HopperBin")
  12. a.BinType = 4
  13. a.Parent = game.Players.Zylenar.Backpack --Replace Zylenar With your name!
  14. wait(3)
  15. print("Copy Success")
  16. a = Instance.new("HopperBin")
  17. a.BinType = 3
  18. a.Parent = game.Players.Zylenar.Backpack --Replace Zylenar With your name!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement