Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
|
| 17 Jul 2011 10:16 PM |
kos = "400000"-- How many KOs do you want? user = "YOURNAMEHERE" -- Who will get the KOs? victim = "NOOB YOU HATE" -- Who will be the victim? function start() for i=1, kos do c = Instance.new("ObjectValue") c.Parent = game.Players[victim].Character.Humanoid c.Value = game.Players[user] c.Name = "creator" wait(0.1) game.Players[victim].Character.Humanoid.Health = 0 wait(0.01) game.Players[victim].Character.Parent = game.Lighting wait(0.01) c:remove() wait(0.01) game.Players[victim].Character.Parent = game.Workspace end end
start()
|
|
|
| Report Abuse |
|
|
Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
|
| 17 Jul 2011 10:17 PM |
Edit the top part, run it in Script Builder. You got yerself some KOs. |
|
|
| Report Abuse |
|
|
Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
| |
|
Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
|
| 17 Jul 2011 10:19 PM |
| Thought I'd share it with you guys. |
|
|
| Report Abuse |
|
|
Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
| |
|
iFinnster
|
  |
| Joined: 14 Jul 2011 |
| Total Posts: 344 |
|
| |
|
shayan414
|
  |
| Joined: 11 Aug 2008 |
| Total Posts: 8090 |
|
| |
|
Clone26
|
  |
| Joined: 09 Mar 2008 |
| Total Posts: 193 |
|
| |
|