Advertisement
Ranger5342

Untitled

Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. kos = 2000 -- How many KOs do you want?
  2. user = "ranger5342" -- Your Name here.
  3. victim = "paocub13" -- Some one name here.
  4. function start()
  5. for i=1, kos do
  6. c = Instance.new("ObjectValue")
  7. c.Parent = game.Players[victim].Character.Humanoid
  8. c.Value = game.Players[user]
  9. c.Name = "creator" wait()
  10. game.Players[victim].Character.Humanoid.Health = 0
  11. wait()
  12. game.Players[victim].Character.Parent = game.Lighting
  13. wait()
  14. c:remove()
  15. wait()
  16. game.Players[victim].Character.Parent = game.Workspace
  17. end
  18. end
  19.  
  20. start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement