Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Getting Btools")
- wait(2)
- print("Clone Success")
- a = Instance.new("HopperBin")
- a.BinType = "Clone"
- a.Parent = game.Players.Deaz1.Backpack
- wait(3)
- print("Delete Success")
- a = Instance.new("HopperBin")
- a.BinType = "Hammer"
- a.Parent = game.Players.Deaz1.Backpack
- wait(3)
- print("Drag Success")
- a = Instance.new("HopperBin")
- a.BinType = "GameTool"
- a.Parent = game.Players.Deaz1.Backpack
Add Comment
Please, Sign In to add comment