Advertisement
zed_isJayTheLionJR

pu

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