Advertisement
ZKiller

GOD Script!

Aug 2nd, 2017
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. function damage(hit)
  2. local h = hit.Parent:findFirstChild("Humanoid")
  3. if h ~= nil then
  4. h.Health = 0
  5. end
  6. end
  7. script.Parent.Torso.Touched:connect(damage)
  8. local fire = Instance.new("Fire")
  9. fire.Parent = script.Parent.Torso
  10. fire.Color = Color3.new(0,0,0)
  11. fire.SecondaryColor = Color3.new(0,0,0)
  12. while true do
  13. wait(.1)
  14. script.Parent.Humanoid.MaxHealth = math.huge
  15. script.Parent.Humanoid.Health = math.huge
  16. script.Parent.Humanoid.WalkSpeed = 32
  17. script.Parent.Head.BrickColor = BrickColor.new('Really black')
  18. script.Parent["Left Arm"].BrickColor = BrickColor.new('Really black')
  19. script.Parent["Left Leg"].BrickColor = BrickColor.new('Really black')
  20. script.Parent["Right Arm"].BrickColor = BrickColor.new('Really black')
  21. script.Parent["Right Leg"].BrickColor = BrickColor.new('Really black')
  22. script.Parent.Torso.BrickColor = BrickColor.new('Really black')
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement