Advertisement
Death_Glow

Crash Script

Jun 29th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local Time = 0.00000000001
  3. local Time2 = 0.5
  4. script.Disabled = true
  5. wait(Time2)
  6. script.Disabled = false
  7. while true do
  8. local tool = Instance.new("Tool")
  9. tool.CanBeDropped = false
  10. tool.RequiresHandle = false
  11. tool.TextureId = "rbxassetid://0"
  12. tool.ToolTip = ""
  13. tool.Name = ""
  14. tool.Parent = plr.Backpack
  15. wait(Time)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement