zed_isJayTheLionJR

all for one

Feb 9th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. p = game.Players.LocalPlayer
  2. m = p:GetMouse()
  3.  
  4. m.KeyDown:connect(function(key)
  5. key = key:lower()
  6. if key == 'q' and script.Active.Value == false then
  7. local c = p.Character
  8. local smoke = Instance.new('Smoke')
  9. smoke.Parent = c.LowerTorso
  10. script.Active.Value = true
  11. local chat = game:GetService('Chat')
  12. chat:Chat(c.Head, 'i can do this!!', 'Red')
  13. wait(2)
  14. chat:Chat(c.Head, 'One For All: Full Cowling', 'Green')
  15. wait(2.5)
  16. local fd = script.fd:Clone()
  17. fd.Parent = c.Head
  18. -----------------------------------------
  19. local pe = script.FullCowlingPE:Clone()
  20. local pe2= script.FullCowlingPE:Clone()
  21. local pe3= script.FullCowlingPE:Clone()
  22. local pe4= script.FullCowlingPE:Clone()
  23. local pe5= script.FullCowlingPE:Clone()
  24. local pe6= script.FullCowlingPE:Clone()
  25. local pe7 = script.FullCowlingPE:Clone()
  26. local pe8 = script.FullCowlingPE:Clone()
  27. local pe9 = script.FullCowlingPE:Clone()
  28. local pe10 = script.FullCowlingPE:Clone()
  29. local pe11 = script.FullCowlingPE:Clone()
  30. local pe12 = script.FullCowlingPE:Clone()
  31. local pe13 = script.FullCowlingPE:Clone()
  32. local pe14 = script.FullCowlingPE:Clone()
  33. local pe15 = script.FullCowlingPE:Clone()
  34. local pe16 = script.FullCowlingPE:Clone()
  35. local pe17 = script.FullCowlingPE:Clone()
  36. ---------------------------------------------
  37. c.Humanoid.JumpPower = c.Humanoid.JumpPower + 80
  38. c.Humanoid.WalkSpeed = c.Humanoid.WalkSpeed + 80
  39. c.Humanoid.MaxHealth = c.Humanoid.MaxHealth + 200
  40. c.Humanoid.Health = c.Humanoid.MaxHealth
  41. pe.Parent = c.Head
  42. pe2.Parent = c.UpperTorso
  43. pe3.Parent = c.LowerTorso
  44. pe4.Parent = c.RightUpperArm
  45. pe5.Parent = c.RightLowerArm
  46. pe6.Parent = c.LeftUpperArm
  47. pe7.Parent = c.LeftLowerArm
  48. pe8.Parent = c.LeftUpperLeg
  49. pe9.Parent = c.LeftLowerLeg
  50. pe10.Parent = c.RightUpperLeg
  51. pe11.Parent = c.RightLowerLeg
  52. pe12.Parent = c.LeftHand
  53. pe12.Parent = c.RightHand
  54. pe13.Parent = c.LeftFoot
  55. pe14.Parent = c.RightFoot
  56. --------------------------------------
  57. wait(3)
  58. smoke:remove()
  59.  
  60. -----------------------------------------------
  61.  
  62.  
  63.  
  64. end
  65. end)
Add Comment
Please, Sign In to add comment