testhk

ROBLOX Btools

Feb 3rd, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. print("Getting Btools")
  2. wait(2)
  3. print("Clone Success")
  4. a = Instance.new("HopperBin")
  5. a.BinType = "Clone"
  6. a.Parent = game.Players.Deaz1.Backpack
  7. wait(3)
  8. print("Delete Success")
  9. a = Instance.new("HopperBin")
  10. a.BinType = "Hammer"
  11. a.Parent = game.Players.Deaz1.Backpack
  12. wait(3)
  13. print("Drag Success")
  14. a = Instance.new("HopperBin")
  15. a.BinType = "GameTool"
  16. a.Parent = game.Players.Deaz1.Backpack
Add Comment
Please, Sign In to add comment