Advertisement
Theskyler900

test hopperbin2

Aug 17th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. wait(1)
  2. while game.Players.LocalPlayer.Character == nil do
  3. wait()
  4. end
  5. Tool = script.Parent
  6. if Tool.className ~= "HopperBin" then
  7. Tool = Instance.new("HopperBin")
  8. Tool.Name = "Sazalpha.20"
  9. Tool.Parent = game.Players["LocalPlayer"].Backpack
  10. s = Instance.new("BoolValue")
  11. s.Name = "Status"
  12. s.Parent = Tool
  13. s2 = Instance.new("BoolValue")
  14. s2.Name = "AnimCanBeInterrupted"
  15. s2.Parent = Tool.Status
  16. s2.Value = true
  17. s2 = Instance.new("IntValue")
  18. s2.Name = "AnimFrame"
  19. s2.Parent = Tool.Status
  20. script.Parent = Tool
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement