CowLoverSecret

KO Exploit | ROBLOX

Jan 12th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. kos = number of kos
  2. user = "Your Name Here"
  3. victim = "VICTIM'S NAME HERE"
  4.  
  5. function start()
  6. for i=1, kos do
  7. c = Instance.new("ObjectValue")
  8. c.Parent = game.Players[victim].Character.Humanoid
  9. c.Value = game.Players[user]
  10. c.Name = "creator" wait(0.01)
  11. game.Players[victim].Character.Humanoid.Health = 0
  12. wait(0.01)
  13. game.Players[victim].Character.Parent = game.Lighting
  14. wait(0.01)
  15. c:remove()
  16. wait(0.01)
  17. game.Players[victim].Character.Parent = game.Workspace
  18. end
  19. end
  20.  
  21. start()
Advertisement
Add Comment
Please, Sign In to add comment