Advertisement
trolman5678

hulk

Sep 15th, 2016
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print'Hulk script by CripTiq_C00L'
  2. local Hulk=game.Players.LocalPlayer.Character
  3. Hulk.Humanoid.MaxHealth=9999999999
  4. Hulk.Humanoid.Health=math.huge
  5. Hulk.Humanoid.WalkSpeed=0 --So they cant run yet
  6. --------------------------------[[TRANSFORMATIONLOL]]------
  7. function removechildren(parent,type)
  8. for index, child in pairs(parent:GetChildren()) do
  9.     if child:IsA(tostring(type)) then
  10.     child:Destroy()
  11.     end
  12. end
  13. end
  14. removechildren(game.Players.LocalPlayer.Character,Shirt)
  15. removechildren(game.Players.LocalPlayer.Character,Pants)
  16. Hulk["Left Leg"].BrickColor=BrickColor.new("Magenta")
  17. wait(1)
  18. Hulk["Right Leg"].BrickColor=BrickColor.new("Magenta") --[[Change them to a purple color if u wish]]--
  19. wait(1)
  20. Hulk["Right Arm"].BrickColor=BrickColor.new("Forest green")
  21. wait(1)
  22. Hulk["Left Arm"].BrickColor=BrickColor.new("Forest green")
  23. wait(1)
  24. Hulk["Torso"].BrickColor=BrickColor.new("Forest green")
  25. wait(1)
  26. Hulk["Head"].BrickColor=BrickColor.new("Forest green")
  27. wait(2)
  28. Hulk.Humanoid.WalkSpeed=60
  29. Hulk.Humanoid.JumpPower=120
  30. print'HOLK HAS BEN LOADED by CripTiq_C00L'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement