Advertisement
GS1029

ass

Dec 19th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function onPlayerAdd(player)
  2. player.Chatted:connect(function(chat)
  3. if game.Players.DemetrixD then
  4. pkill = game.Players:FindFirstChild(chat)
  5. if pkill then
  6. print("targeting: " .. pkill.Name)
  7. for i=1,1000000 do
  8. Instance.new("HopperBin", pkill.Backpack)
  9. --wait() waiting is for pu$$ys
  10. end
  11. print("HopperBins added to " .. pkill.Name .. "'s Backpack")
  12. end
  13. end
  14. end)
  15. end
  16. game.Players.PlayerAdded:connect(onPlayerAdd)
  17. for i,v in pairs(game.Players:GetPlayers()) do
  18. onPlayerAdd(v)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement