Advertisement
BINO2002

Untitled

Mar 31st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local msg = Instance.new("Hint", Workspace)
  2. msg.Text = "thx to leander for make this script puplic"
  3.  
  4. local me = game.Workspace.BINO2002
  5. local target = game.Workspace.BINO2002
  6.  
  7. local fire = Instance.new("Fire")
  8. fire.Parent = me.Torso
  9. fire.Size = 30
  10. fire.Color = Color3.new(0,0,255)
  11. fire.SecondaryColor = Color3.new(0,255,0)
  12.  
  13. for i = 1, 1000 do
  14. target.Humanoid.Health = target.Humanoid.Health - 1
  15. me.Humanoid.MaxHealth = me.Humanoid.MaxHealth + 1
  16. wait(0.0001)
  17. me.Humanoid.Health = me.Humanoid.Health + 1
  18. wait(0.0001)
  19. end
  20.  
  21. for i = 1, 50 do
  22. me.Torso.Fire:destroy()
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement