Advertisement
SlappyDappyCrappy

ew

Oct 17th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 61.80 KB | None | 0 0
  1. local num = 0
  2. local p = game.Players.LocalPlayer
  3. local char = p.Character
  4. local rad = math.rad
  5. local hum = char.Humanoid
  6. ---------------------------------------------------
  7. local LeftUpperArm = char.LeftUpperArm
  8. local LeftShoulder = char.LeftUpperArm.LeftShoulder
  9. local LeftLowerArm = char.LeftLowerArm
  10. local LeftElbow = char.LeftLowerArm.LeftElbow
  11. --------------------------------------------------------
  12. local LeftUpperLeg = char.LeftUpperLeg
  13. local LeftHip = char.LeftUpperLeg.LeftHip
  14. local LeftLowerLeg = char.LeftLowerLeg
  15. local LeftKnee = char.LeftLowerLeg.LeftKnee
  16. ----------------------------------------------------------
  17. local RightUpperArm = char.RightUpperArm
  18. local RightShoulder = char.RightUpperArm.RightShoulder
  19. local RightLowerArm = char.RightLowerArm
  20. local RightElbow = char.RightLowerArm.RightElbow
  21. ----------------------------------------------------------
  22. local RightUpperLeg = char.RightUpperLeg
  23. local RightHip = char.RightUpperLeg.RightHip
  24. local RightLowerLeg = char.RightLowerLeg
  25. local RightKnee = char.RightLowerLeg.RightKnee
  26. ----------------------------------------------------------
  27. local UpperTorso = char.UpperTorso
  28. local LowerTorso = char.LowerTorso
  29. local Root = char.LowerTorso.Root
  30. --------------------------------------------
  31. local Head = char.Head
  32. local Neck = char.Head.Neck
  33. local RootPart = char.HumanoidRootPart
  34. local LeftHand = char.LeftHand
  35. local RightHand = char.RightHand
  36. local LeftFoot = char.LeftFoot
  37. local RightFoot = char.RightFoot
  38. ---------------------------------------------
  39. local v3 = Vector3.new
  40. local ns = NumberSequence.new
  41. local new = Instance.new
  42. local nr = NumberRange.new
  43. local mouse = p:GetMouse()
  44. local bc =BrickColor.new
  45. local UpperTorso = char.UpperTorso
  46. local Waist = char.UpperTorso.Waist
  47. char:FindFirstChild'Animate':Destroy()
  48. hum.Animator.Parent = nil
  49. hum.WalkSpeed = 30
  50. hum.MaxHealth = 200
  51. hum.Health = 200
  52.  
  53. new("ForceField",char).Visible = false
  54.  hum:SetStateEnabled("Dead",false)
  55. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  56. idle = true
  57. walk = true
  58. walk1 = true
  59. walkon = true
  60. walkon1 = false
  61. Sprint = false
  62.  
  63. local debounce = true
  64. game:service'RunService'.RenderStepped:connect(function()
  65.  
  66.      if hum.MoveDirection.x == 0 and idle == true then
  67.      
  68.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(70.474), math.rad(-4.125), math.rad(-8.308)),.1) --LeftUpperArm
  69.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(64.802), math.rad(3.323), math.rad(8.594)),.1)--RightUpperArm
  70.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  71.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  72.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(2.349), math.rad(-0.573), math.rad(-13.636)),.1)--LeftUpperLeg
  73.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(9.167), math.rad(1.776), math.rad(11.001)),.1)--RightUpperLeg
  74.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  75.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  76.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  77.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  78.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  79. end
  80.         if hum.MoveDirection.x == 0 and Sprint == true then
  81.      
  82.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(39.591), math.rad(0), math.rad(0)),.1) --LeftUpperArm
  83.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(23.09)),.1)--RightUpperArm
  84.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  85.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(32.429),rad(0),rad(0)),.1)--RightLowerArm
  86.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(-24.752)),.1)--LeftUpperLeg
  87.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(78.495), math.rad(0), math.rad(0)),.1)--RightUpperLeg
  88.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-83.308),rad(0),rad(0)),.1)--LeftLowerLeg
  89.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-80.214),rad(0),rad(0)),.1)--RightUpperLeg
  90.     Root.C0 = Root.C0:lerp(CFrame.new(0,-1,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  91.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(math.rad(30.138), math.rad(17.418), math.rad(-6.933)),.1)--Head
  92.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.367), math.rad(-11.173), 0),.2)--UpperTorso
  93. end
  94.   if RootPart.Velocity.y > 1 and hitfloor==nil then
  95.  
  96.    if Sprint == true then
  97.  LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-167.647), 0, math.rad(-23.549)),.3) --LeftUpperArm
  98.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-158.251), 0, math.rad(27.101)),.3)--RightUpperArm
  99.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  100.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  101.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(9.74), math.rad(-1.203), math.rad(-24.351)),.3)--LeftUpperLeg
  102.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.693), 0, math.rad(37.758)),.3)--RightUpperLeg
  103.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  104.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  105.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  106.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  107.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  108.    
  109.  
  110.     end
  111.  
  112.     end
  113.  
  114.  
  115.    
  116.  if walkon1 == true then
  117.    
  118.             walkon1 = false
  119.             for i = 1,4 do
  120.                 if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  121.             wait()
  122.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(150.233),rad(0),rad(0)),.3) --LeftUpperArm
  123.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(150.904),rad(0),rad(0)),.3)--RightUpperArm
  124.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  125.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  126.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-3.61), 0, math.rad(-5.271)),.3)--LeftUpperLeg
  127.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(17.762), 0, math.rad(13.121)),.3)--RightUpperLeg
  128.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  129.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  130.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,-0.3)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  131.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  132.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  133. end
  134. end
  135. for i = 1,4 do
  136.     if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  137.             wait()
  138.         LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(39.504),rad(0),rad(0)),.3) --LeftUpperArm
  139.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(53.969),rad(0),rad(0)),.3)--RightUpperArm
  140.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  141.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  142.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(128.06), math.rad(-4.87), math.rad(1.948)),.3)--LeftUpperLeg
  143.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(129.148), 0, math.rad(0)),.3)--RightUpperLeg
  144.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  145.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  146.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  147.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  148.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  149. end
  150. end
  151. walkon1 = true
  152. end
  153. if walkon == true then
  154.    
  155.             walkon = false
  156.         for i = 1,10 do
  157.                 if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  158.  
  159.          LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(88.579), math.rad(-6.474), math.rad(-6.589)),.1) --LeftUpperArm
  160.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-10), math.rad(-4.985), math.rad(7.792)),.1)--RightUpperArm
  161.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  162.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  163.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(70.241), math.rad(-5.443), math.rad(0.458)),.1)--LeftUpperLeg
  164.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-70.74), math.rad(0.344), math.rad(4.526)),.1)--RightUpperLeg
  165.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  166.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  167.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  168.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  169.           Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(-12.147), math.rad(0), 0),.1)--UpperTorso
  170.   wait()
  171.  
  172.  
  173. end
  174.         end
  175.  
  176.  
  177. for i = 1,10 do
  178.     if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  179.    
  180.          LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-8.766), math.rad(7.391), math.rad(-5.558)),.1) --LeftUpperArm
  181.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(91.272), math.rad(6.818), math.rad(6.245)),.1)--RightUpperArm
  182.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  183.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  184.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-70.241), math.rad(-4.354), math.rad(-3.323)),.1)--LeftUpperLeg
  185.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(70.74), math.rad(3.552), math.rad(2.865)),.1)--RightUpperLeg
  186.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  187.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  188.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  189.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  190.           Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(12.147), math.rad(0), 0),.1)--UpperTorso
  191.   wait()
  192.  
  193.  
  194. end
  195.  
  196.         end
  197. walkon = true
  198. end
  199.     end)   
  200. slash1 = false
  201. slash2 = false
  202. debounce = true
  203. function slashes()
  204.    if debounce == true then
  205.         debounce = false
  206.       idle = false
  207.       walk = false
  208.       walk1 = false
  209.       for i = 1,5 do
  210. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(70.474), math.rad(-4.125), math.rad(-8.308)),.3) --LeftUpperArm
  211.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-147.766), math.rad(-8.824), math.rad(44.404)),.3)--RightUpperArm
  212.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  213.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  214.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(2.349), math.rad(-0.573), math.rad(-13.636)),.3)--LeftUpperLeg
  215.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(9.167), math.rad(1.776), math.rad(11.001)),.3)--RightUpperLeg
  216.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  217.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  218.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Torso
  219.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  220.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  221.           wait()
  222.         end
  223.             for i = 1,5 do
  224. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(70.474), math.rad(-4.125), math.rad(-8.308)),.3) --LeftUpperArm
  225.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(70.76), math.rad(-18.85), math.rad(-57.811)),.3)--RightUpperArm
  226.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  227.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  228.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(2.349), math.rad(-0.573), math.rad(-13.636)),.3)--LeftUpperLeg
  229.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(9.167), math.rad(1.776), math.rad(11.001)),.3)--RightUpperLeg
  230.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  231.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  232.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(19.996),rad(0)),.3)--Torso
  233.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  234.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  235.           wait()
  236.         end
  237.  
  238.       local slashpart1 = Instance.new("Part",workspace)
  239.     slashpart1.Size = v3(9,0,9)
  240.     slashpart1.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  241.     slashpart1.Anchored = false
  242.     slashpart1.Name = "Slash"
  243.     slashpart1.CanCollide = false
  244.     slashpart1.BrickColor = BrickColor.new("Really black")
  245.     slashpart1.Transparency = 0.9
  246.         slashpart1.Material = "Neon"
  247.       game:GetService("Debris"):AddItem(slashpart1, 2)
  248.                 local zxc = Instance.new("SpecialMesh",slashpart1)
  249. zxc.MeshType = "FileMesh"
  250. zxc.Scale = Vector3.new(9,0.3,9)
  251. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  252.     local gyro = Instance.new("BodyGyro",slashpart1)
  253.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  254.     gyro.CFrame = slashpart1.CFrame * CFrame.Angles(math.random(0.5,2),math.random(1,2),0)
  255.          local BodyVelocity = Instance.new("BodyVelocity",slashpart1)
  256.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  257.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  258.    
  259.     slashpart1.Touched:connect(function(hit)
  260.  
  261.        
  262.                         if hit.Parent == char then return end
  263.                 for i,v in pairs(hit.Parent:GetChildren()) do
  264.                     if v:IsA("Humanoid") then
  265.             if debounce == true then
  266.               debounce = false
  267.                         v.Health = v.Health - 3
  268.        
  269.                     end
  270.             end
  271.           wait(0.1)
  272.                 debounce = true
  273.                
  274.             end
  275. end)
  276.    
  277.       idle = true
  278.       walk = true
  279.       walk1 = true
  280.     slash1 = true
  281.     wait(1)
  282.         debounce = true
  283.     end
  284.   end
  285. function slashes2()
  286.  
  287.   if slash1 == true then
  288.    
  289.     debounce = false
  290.     idle = false
  291.     walk = false
  292.     walk1 = false
  293.     slash2 = true
  294.      for i = 1,5 do
  295.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(48.186), math.rad(-28.82), math.rad(-134.702)),.3) --LeftUpperArm
  296.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(64.802), math.rad(3.323), math.rad(8.594)),.3)--RightUpperArm
  297.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  298.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  299.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(2.349), math.rad(-0.573), math.rad(-13.636)),.3)--LeftUpperLeg
  300.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(9.167), math.rad(1.776), math.rad(11.001)),.3)--RightUpperLeg
  301.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  302.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  303.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Torso
  304.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  305.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  306.       wait()
  307.       end
  308.        for i = 1,5 do
  309.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-127.655), math.rad(1.089), math.rad(158.595)),.3) --LeftUpperArm
  310.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(64.802), math.rad(3.323), math.rad(8.594)),.3)--RightUpperArm
  311.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  312.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  313.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(2.349), math.rad(-0.573), math.rad(-13.636)),.3)--LeftUpperLeg
  314.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(9.167), math.rad(1.776), math.rad(11.001)),.3)--RightUpperLeg
  315.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  316.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  317.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-19.996),rad(0)),.3)--Torso
  318.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  319.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-59.817), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  320.       wait()
  321.       end
  322.      local slashpart1 = Instance.new("Part",workspace)
  323.     slashpart1.Size = v3(9,0,9)
  324.     slashpart1.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  325.     slashpart1.Anchored = false
  326.     slashpart1.CanCollide = false
  327.     slashpart1.BrickColor = BrickColor.new("Really black")
  328.     slashpart1.Material = "Neon"
  329.     slashpart1.Transparency = 0.9
  330.       game:GetService("Debris"):AddItem(slashpart1, 1)
  331.        slashpart1.Name = "Slash"
  332.                 local zxc = Instance.new("SpecialMesh",slashpart1)
  333. zxc.MeshType = "FileMesh"
  334. zxc.Scale = Vector3.new(9,0.3,9)
  335. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  336.    
  337.     local gyro = Instance.new("BodyGyro",slashpart1)
  338.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  339.     gyro.CFrame = slashpart1.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  340.          local BodyVelocity = Instance.new("BodyVelocity",slashpart1)
  341.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  342.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  343.     slashpart1.Touched:connect(function(hit)
  344.  
  345.        
  346.                         if hit.Parent == char then return end
  347.                 for i,v in pairs(hit.Parent:GetChildren()) do
  348.                     if v:IsA("Humanoid") then
  349.             if debounce == true then
  350.               debounce = false
  351.                         v.Health = v.Health - 3
  352.    
  353.                     end
  354.             end
  355.           wait(0.1)
  356.                 debounce = true
  357.                
  358.             end
  359. end)
  360.     idle = true
  361.     walk = true
  362.     walk1 = true
  363.     slash1 = false
  364.     slash2 = false
  365.     debounce = true
  366.    end
  367.   end
  368. function Slam()
  369.   if debounce == true then
  370.     debounce = false
  371.   idle = false
  372.   walk = false
  373.   walk1 = false
  374.     for i = 1,20 do
  375.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(116.368), 0, math.rad(59.358)),.1) --LeftUpperArm
  376.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(101.986), 0, math.rad(-66.406)),.1)--RightUpperArm
  377.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  378.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  379.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-14.782), math.rad(7.907), math.rad(-27.445)),.1)--LeftUpperLeg
  380.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-11.918), math.rad(-5.73), math.rad(25.382)),.1)--RightUpperLeg
  381.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  382.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  383.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-147.021),rad(0),rad(0)),.1)--Torso
  384.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head    
  385.     Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  386.       wait()
  387.       end
  388.     local rng = Instance.new("Part", char)
  389.        rng.Anchored = true
  390.    rng.BrickColor = BrickColor.new("White")
  391.        rng.CanCollide = false
  392.    rng.FormFactor = 3
  393.        rng.Name = "Ring"
  394.     rng.Size = Vector3.new(1, 1, 1)
  395.        rng.Transparency = 0.35
  396.     rng.TopSurface = 0
  397.     rng.BottomSurface = 0
  398.     rng.Position = UpperTorso.Position - Vector3.new(0,0,0)
  399.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  400.        local rngm = Instance.new("SpecialMesh", rng)
  401.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  402.        rngm.Scale = Vector3.new(3,3,3)
  403.      local rng2 = Instance.new("Part", char)
  404.        rng2.Anchored = true
  405.    rng2.BrickColor = BrickColor.new("White")
  406.        rng2.CanCollide = false
  407.    rng2.FormFactor = 3
  408.        rng2.Name = "Ring2"
  409.     rng2.Size = Vector3.new(1, 1, 1)
  410.        rng2.Transparency = 0.35
  411.     rng2.TopSurface = 0
  412.     rng2.BottomSurface = 0
  413.     rng2.Position = UpperTorso.Position - Vector3.new(0,0,0)
  414.        rng2.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  415.        local rngm2 = Instance.new("SpecialMesh", rng2)
  416.     rngm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  417.        rngm2.Scale = Vector3.new(6,6,6)
  418.          local rng3 = Instance.new("Part", char)
  419.        rng3.Anchored = true
  420.    rng3.BrickColor = BrickColor.new("White")
  421.        rng3.CanCollide = false
  422.    rng3.FormFactor = 3
  423.        rng3.Name = "Ring2"
  424.     rng3.Size = Vector3.new(1, 1, 1)
  425.        rng3.Transparency = 0.35
  426.     rng3.TopSurface = 0
  427.     rng3.BottomSurface = 0
  428.     rng3.Position = UpperTorso.Position - Vector3.new(0,0,0)
  429.        rng3.CFrame = rng3.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  430.        local rngm3 = Instance.new("SpecialMesh", rng3)
  431.     rngm2.MeshId = "http://www.roblox.com/asset/?id=168892432"
  432.        rngm2.Scale = Vector3.new(1,1,1)
  433.     idle = true
  434.     walk = true
  435.     walk1 = true
  436. debounce = true
  437.            for i = 1, 60, 2 do
  438.        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  439.         rng.Transparency = i/60
  440.   rngm2.Scale = Vector3.new(4 + i*4, 4 + i*4, 1)
  441.         rng2.Transparency = i/60
  442.       rngm3.Scale = Vector3.new(4 + i*4, 4 + i*4, 4)
  443.         rng3.Transparency = i/60
  444.          wait()
  445.            end
  446.    
  447.       rng:destroy()
  448.     rng2:destroy()
  449.       rng3:destroy()
  450.     end
  451.     end
  452. local sit = false
  453.  
  454. mouse.KeyDown:connect(function(k)
  455. if k == "e" then
  456.      slashes()
  457.    
  458. end
  459.     end)
  460.  
  461. mouse.KeyDown:connect(function(k)
  462. if k == "q" then
  463.      slashes2()
  464.    
  465. end
  466.     end)
  467. mouse.KeyDown:connect(function(k)
  468. if k == "f" then
  469.      Slam()
  470.    
  471. end
  472.     end)
  473. mouse.KeyDown:connect(function(k)
  474. if k == "g" then
  475.   if debounce == true then
  476. if sit == false then
  477.                
  478.                 for i,v in pairs(char:GetChildren()) do
  479.        if v:IsA("BasePart") then
  480.                 v.Anchored = false
  481.             end
  482.             end
  483.       idle = false
  484.         walk = false
  485.         walk1 = false
  486.         Sit = true
  487.       for i = 1,20 do
  488.       LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(19.366), math.rad(-2.578), math.rad(35.065)),.1) --LeftUpperArm
  489.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(28.075), math.rad(9.683), math.rad(-40.909)),.1)--RightUpperArm
  490.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  491.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  492.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(83.938), 0, math.rad(-34.091)),.1)--LeftUpperLeg
  493.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(77.75), math.rad(4.985), math.rad(17.762)),.1)--RightUpperLeg
  494.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  495.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  496.     Root.C0 = Root.C0:lerp(CFrame.new(0,-1.628,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  497.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(10.027),rad(0),rad(0)),.1)--Head
  498.                    Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  499.         wait()
  500.     end
  501. else
  502.       sit = false
  503.   idle = true
  504.   walk = true
  505.   walk1 = true
  506.     debounce = true
  507.     end
  508.     end
  509.  
  510.    
  511. end
  512.     end)
  513. function combo1()
  514.   if debounce == true then
  515.     debounce = false
  516.     idle = false
  517.      walk = false
  518.     walk1 = false
  519. for i = 1,5 do
  520.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-28.877)),.5) --LeftUpperArm
  521.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(96.773), math.rad(26.413), math.rad(118.774)),.5)--RightUpperArm
  522.    
  523.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(26.413),rad(0),rad(0)),.5)--Head
  524.        Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-27.273), math.rad(1.146), math.rad(-2.235), 0),.2)--UpperTorso
  525.       wait()
  526. end
  527.     local slashpart12 = Instance.new("Part",workspace)
  528.     slashpart12.Size = v3(9,0,9)
  529.     slashpart12.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  530.     slashpart12.Anchored = false
  531.     slashpart12.CanCollide = false
  532.     slashpart12.BrickColor = BrickColor.new("Really red")
  533.     slashpart12.Material = "Neon"
  534.     slashpart12.Transparency = 0.9
  535.       game:GetService("Debris"):AddItem(slashpart12, 1)
  536.        slashpart12.Name = "Slash"
  537.                 local zxc = Instance.new("SpecialMesh",slashpart12)
  538. zxc.MeshType = "FileMesh"
  539. zxc.Scale = Vector3.new(9,0.3,9)
  540. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  541.    
  542.     local gyro = Instance.new("BodyGyro",slashpart12)
  543.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  544.     gyro.CFrame = slashpart12.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  545.          local BodyVelocity = Instance.new("BodyVelocity",slashpart12)
  546.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  547.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  548.     slashpart12.Touched:connect(function(hit)
  549.  
  550.        
  551.                         if hit.Parent == char then return end
  552.                 for i,v in pairs(hit.Parent:GetChildren()) do
  553.        
  554.                     if v:IsA("Humanoid") then
  555.          
  556.                         v.Health = v.Health - 7
  557.     v:Destroy()
  558.                    
  559.             end
  560.        
  561.                
  562.                
  563.             end
  564. end)
  565.     for i = 1,5 do
  566.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(96.773), math.rad(26.413), math.rad(-46.066)),.5)--RightUpperArm
  567.        Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-27.273), math.rad(20), math.rad(-2.235), 0),.2)--UpperTorso
  568.       wait()
  569. end
  570.     for i = 1,5 do
  571.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(136.249), math.rad(-52.196), math.rad(-50.707)),.5) --LeftUpperArm
  572.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(20.798), math.rad(0.172), math.rad(37.815)),.5)--RightUpperArm
  573.  
  574.       wait()
  575. end
  576.              local slashpart12 = Instance.new("Part",workspace)
  577.     slashpart12.Size = v3(9,0,9)
  578.     slashpart12.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  579.     slashpart12.Anchored = false
  580.     slashpart12.CanCollide = false
  581.     slashpart12.BrickColor = BrickColor.new("Really red")
  582.     slashpart12.Material = "Neon"
  583.     slashpart12.Transparency = 0.9
  584.       game:GetService("Debris"):AddItem(slashpart12, 1)
  585.        slashpart12.Name = "Slash"
  586.                 local zxc = Instance.new("SpecialMesh",slashpart12)
  587. zxc.MeshType = "FileMesh"
  588. zxc.Scale = Vector3.new(9,0.3,9)
  589. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  590.    
  591.     local gyro = Instance.new("BodyGyro",slashpart12)
  592.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  593.     gyro.CFrame = slashpart12.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  594.          local BodyVelocity = Instance.new("BodyVelocity",slashpart12)
  595.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  596.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  597.     slashpart12.Touched:connect(function(hit)
  598.  
  599.        
  600.                         if hit.Parent == char then return end
  601.                 for i,v in pairs(hit.Parent:GetChildren()) do
  602.                     if v:IsA("Humanoid") then
  603.          
  604.                         v.Health = v.Health - 7
  605.    
  606.                    
  607.             end
  608.        
  609.                
  610.                
  611.             end
  612. end)
  613.     for i = 1,5 do
  614.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(136.249), math.rad(-52.196), math.rad(112.987)),.5) --LeftUpperArm
  615.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-15.126), math.rad(-24.408), math.rad(29.851)),.5)--RightUpperArm
  616.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-3.266)),.5)--LeftLowerArm
  617.    
  618.        Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-29.507), math.rad(-44.691), math.rad(-3.151), 0),.2)--UpperTorso
  619.       wait()
  620. end
  621.     for i = 1,10 do
  622.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-79.24), math.rad(-49.733), math.rad(-66.692)),.5) --LeftUpperArm
  623.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(131.551), math.rad(35.924), math.rad(-12.72)),.5)--RightUpperArm
  624.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-53.801)),.5)--LeftLowerArm
  625.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(44.633),rad(0),rad(0)),.5)--RightLowerArm
  626.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-20.798), math.rad(2.578), math.rad(-5.329)),1)--LeftUpperLeg
  627.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(3.667), math.rad(-10.6), math.rad(19.137)),.5)--RightUpperLeg
  628.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-17.533),rad(0),rad(0)),.5)--LeftLowerLeg
  629.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-22.002),rad(0),rad(0)),.5)--RightUpperLeg
  630.    
  631.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(1.432),rad(0),rad(0)),.5)--Head
  632.        Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(2.75), math.rad(-2.12), math.rad(-1.375), 0),.2)--UpperTorso
  633.       wait()
  634. end
  635.     idle = true
  636.     walk = true
  637.     walk1 = true
  638.     wait(1)
  639.     debounce = true
  640.     end
  641.   end
  642. mouse.KeyDown:connect(function(k)
  643. if k == "z" then
  644.     combo1()
  645.    
  646. end
  647.     end)
  648.  
  649. function climb()
  650.   local climbp = new("Part",char)
  651.    climbp.Size = v3(2,2,1)
  652.    climbp.CanCollide = false
  653.   climbp.Anchored = false
  654.     climbp.Transparency = 1
  655.   local  climbw = new("Weld", climbp)
  656.    climbw.Part0 = climbp
  657.    climbw.Part1 = char.HumanoidRootPart
  658.   climbp.Touched:connect(function(hit)
  659.         local hang = new("Weld",char)
  660.       hang.Part0 = char.HumanoidRootPart
  661.       hang.Part1 = hit.Parent.HumanoidRootPart
  662.       hang.C0=CFrame.new(0,-0.3,-1)
  663.       hang.Name = "hang"
  664.       idle = false
  665.       walk = false
  666.       walk1 = false
  667.  
  668.              
  669. for i = 1,20 do
  670.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-77.808), math.rad(-88.465), math.rad(-157.907)),1) --LeftUpperArm
  671.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-16.616), math.rad(70.359), math.rad(104.278)),1)--RightUpperArm
  672.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(math.rad(36.268), math.rad(-0.344), math.rad(-0.458)),1)--LeftLowerArm
  673.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(27.559),rad(0),rad(0)),1)--RightLowerArm
  674.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.736), math.rad(-4.24), math.rad(-12.261)),1)--LeftUpperLeg
  675.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(17.819), math.rad(12.605), math.rad(29.221)),1)--RightUpperLeg
  676.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  677.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  678.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  679.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  680.          Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  681.         wait()
  682. end
  683.                 for i,v in pairs(char:GetChildren()) do
  684.         if hit.Parent == char then return end
  685.                     if v:IsA("Humanoid") then
  686. char.Humanoid.PlatformStand = true
  687.  
  688.  
  689.                 end
  690.         climbp:destroy()
  691.             end
  692.         end)
  693.   end
  694. mouse.KeyDown:connect(function(k)
  695. if k == "h" then
  696.     hum.Health = 250
  697.       climb()
  698. end
  699.     end)
  700. mouse.KeyDown:connect(function(k)
  701. if k == "u" then
  702. local exp = Instance.new("Explosion",char)
  703.       exp.Position = char.HumanoidRootPart.Position
  704.       exp.Visible = false
  705.       char.Parent = workspace.Camera
  706.       print("Invi")
  707.       wait(1)
  708.       char.Parent = workspace
  709.       print("Ready")
  710. end
  711.     end)
  712. local UIS = game:GetService('UserInputService')
  713. local Player = game.Players.LocalPlayer
  714. local Character = Player.Character
  715. UIS.InputBegan:connect(function(input)
  716. if input.KeyCode == Enum.KeyCode.LeftControl then
  717.       Sprint = true
  718.         walkon1 = true
  719.       idle = false
  720.       walk = false
  721.       walk1 = false
  722. Character.Humanoid.WalkSpeed = 40
  723.  
  724. end
  725. end)
  726. UIS.InputEnded:connect(function(input)
  727. if input.KeyCode == Enum.KeyCode.LeftControl then
  728. Character.Humanoid.WalkSpeed = 16
  729. Sprint = false
  730.         walkon1 = false
  731.       idle = true
  732.       walk = true
  733.       walk1 = true
  734. end
  735. end)
  736.  
  737.  
  738. d = {}
  739. function iteffect()
  740.  
  741. coroutine.resume(coroutine.create(function()
  742.  
  743. for i = 1, 10 do
  744. effect = Instance.new("Part", workspace)
  745. effect.Anchored = true
  746. effect.CanCollide = false
  747. effect.Size = Vector3.new(0.2, 3, 0.2)
  748. effect.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  749. effect.Transparency = 0
  750. effect.Material = "Neon"
  751. effect.BrickColor = BrickColor.new("White")
  752. table.insert(d, effect)
  753. game:GetService("Debris"):AddItem(effect, 0.3)
  754. end
  755.  
  756. coroutine.resume(coroutine.create(function()
  757. for i = 1, 10 do
  758. for i,e in pairs(d) do
  759. e.CFrame = e.CFrame * CFrame.new(0, math.random(0, 10)/10, 0)
  760. e.Transparency = e.Transparency + 0.1
  761. end
  762. wait(0.01)
  763. end
  764.  
  765. end))
  766. end))
  767.  
  768.  
  769. end
  770. mouse.KeyDown:connect(function(k)
  771. if k == "r" and mouse.Target then
  772. oldpos = char.HumanoidRootPart.Position
  773. iteffect()
  774. char.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.p + Vector3.new(0, 2.5, 0))
  775. char.HumanoidRootPart.CFrame = CFrame.new(char.HumanoidRootPart.Position, oldpos) * CFrame.Angles(0, math.rad(180), 0)
  776. iteffect()
  777.  
  778.  local tele = Instance.new("Sound",char)
  779.       tele.SoundId = "rbxassetid://153613030"
  780.       tele.Volume = 3
  781.       tele:Play()
  782. wait(0.1)
  783. d = {}
  784. end
  785. end)
  786.  
  787.  
  788. local Parasyte2 = false
  789. local Parasyte = false
  790. mouse.KeyDown:connect(function(k)
  791. if k == "p"  then
  792.       if Parasyte == false then
  793.         if Parasyte2 == false then
  794.         Parasyte = true
  795.           local naeeym = Instance.new("BillboardGui",char)
  796. naeeym.Size = UDim2.new(0,100,0,40)
  797. naeeym.StudsOffset = Vector3.new(0,2,0)
  798. naeeym.Adornee = char.Head
  799. local tecks = Instance.new("TextLabel",naeeym)
  800. tecks.BackgroundTransparency = 1
  801. tecks.BorderSizePixel = 0
  802. tecks.Text = "Parasite"
  803. tecks.Font = "Fantasy"
  804. tecks.FontSize = "Size36"
  805. tecks.TextStrokeTransparency = 0.5
  806. tecks.TextColor3 = Color3.new(1,1,1)
  807. rrer = BrickColor.new("White")
  808. tecks.TextStrokeColor3 = rrer.Color
  809. tecks.Size = UDim2.new(1,0,0.5,0)
  810. game.workspace.Base.BrickColor = BrickColor.new("White")
  811. game.workspace.Base.Material = "SmoothPlastic"
  812. local l = game.Lighting
  813. local sky = Instance.new("Sky",l)
  814. sky.CelestialBodiesShown = false
  815. sky.SkyboxBk = "http://www.roblox.com/asset/?id=149677023"
  816. sky.SkyboxDn = "http://www.roblox.com/asset/?id=149677032"
  817. sky.SkyboxFt = "http://www.roblox.com/asset/?id=149677047"
  818. sky.SkyboxLf = "http://www.roblox.com/asset/?id=149677062"
  819. sky.SkyboxRt = "http://www.roblox.com/asset/?id=149677070"
  820. sky.SkyboxUp = "http://www.roblox.com/asset/?id=149677086"
  821. sky.StarCount = 50
  822. sky.Name = "GreenSpace"
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.          
  830. function sandbox(var,func)
  831.     local env = getfenv(func)
  832.     local newenv = setmetatable({},{
  833.         __index = function(self,k)
  834.             if k=="script" then
  835.                 return var
  836.             else
  837.                 return env[k]
  838.             end
  839.         end,
  840.     })
  841.     setfenv(func,newenv)
  842.     return func
  843. end
  844. cors = {}
  845. mas = Instance.new("Model",game:GetService("Lighting"))
  846. Part0 = Instance.new("Part")
  847. SpecialMesh1 = Instance.new("SpecialMesh")
  848.  
  849. Part3 = Instance.new("Part")
  850. CylinderMesh4 = Instance.new("CylinderMesh")
  851.  
  852. Part6 = Instance.new("Part")
  853. SpecialMesh7 = Instance.new("SpecialMesh")
  854.  
  855. Part9 = Instance.new("Part")
  856. CylinderMesh10 = Instance.new("CylinderMesh")
  857.  
  858. Part12 = Instance.new("Part")
  859. CylinderMesh13 = Instance.new("CylinderMesh")
  860.  
  861. Part15 = Instance.new("Part")
  862. CylinderMesh16 = Instance.new("CylinderMesh")
  863.  
  864. Part18 = Instance.new("Part")
  865. CylinderMesh19 = Instance.new("CylinderMesh")
  866.  
  867. Part21 = Instance.new("Part")
  868. CylinderMesh22 = Instance.new("CylinderMesh")
  869.  
  870. Part24 = Instance.new("Part")
  871. CylinderMesh25 = Instance.new("CylinderMesh")
  872.  
  873. Part27 = Instance.new("Part")
  874. CylinderMesh28 = Instance.new("CylinderMesh")
  875.  
  876. Part30 = Instance.new("Part")
  877. SpecialMesh31 = Instance.new("SpecialMesh")
  878.  
  879. Part33 = Instance.new("Part")
  880. CylinderMesh34 = Instance.new("CylinderMesh")
  881.  
  882. Part36 = Instance.new("Part")
  883. CylinderMesh37 = Instance.new("CylinderMesh")
  884.  
  885. Part39 = Instance.new("Part")
  886. CylinderMesh40 = Instance.new("CylinderMesh")
  887.  
  888. Part42 = Instance.new("Part")
  889. CylinderMesh43 = Instance.new("CylinderMesh")
  890.  
  891. Part45 = Instance.new("Part")
  892. CylinderMesh46 = Instance.new("CylinderMesh")
  893.  
  894. Part48 = Instance.new("Part")
  895. SpecialMesh49 = Instance.new("SpecialMesh")
  896.  
  897. Part51 = Instance.new("Part")
  898. SpecialMesh52 = Instance.new("SpecialMesh")
  899. Weld53 = Instance.new("Weld")
  900. Weld54 = Instance.new("Weld")
  901. Weld55 = Instance.new("Weld")
  902. Weld56 = Instance.new("Weld")
  903. Weld57 = Instance.new("Weld")
  904. Weld58 = Instance.new("Weld")
  905. Weld59 = Instance.new("Weld")
  906. Weld60 = Instance.new("Weld")
  907. Weld61 = Instance.new("Weld")
  908. Weld62 = Instance.new("Weld")
  909. Weld63 = Instance.new("Weld")
  910. Weld64 = Instance.new("Weld")
  911. Weld65 = Instance.new("Weld")
  912. Weld66 = Instance.new("Weld")
  913. Weld67 = Instance.new("Weld")
  914. Weld68 = Instance.new("Weld")
  915. Weld69 = Instance.new("Weld")
  916. Part0.Parent = mas
  917. Part0.BrickColor = BrickColor.new("Really black")
  918. Part0.Rotation = Vector3.new(-157.589996, 5.42999983, -25.0699997)
  919. Part0.CanCollide = false
  920. Part0.FormFactor = Enum.FormFactor.Plate
  921. Part0.Size = Vector3.new(1, 0.400000006, 1)
  922. Part0.CFrame = CFrame.new(-9.89037609, 3.50908041, -10.3584547, 0.901716292, 0.42183128, 0.0946800783, 0.359050125, -0.852691352, 0.379473507, 0.240803257, -0.308178782, -0.920347154)
  923. Part0.BottomSurface = Enum.SurfaceType.Smooth
  924. Part0.TopSurface = Enum.SurfaceType.Smooth
  925. Part0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  926. Part0.Position = Vector3.new(-9.89037609, 3.50908041, -10.3584547)
  927. Part0.Orientation = Vector3.new(-22.2999992, 174.12999, 157.169998)
  928. Part0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  929. SpecialMesh1.Parent = Part0
  930. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=32054761"
  931. SpecialMesh1.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  932. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  933. SpecialMesh1.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  934.  
  935. Part3.Parent = mas
  936. Part3.BrickColor = BrickColor.new("Really black")
  937. Part3.Rotation = Vector3.new(95.5299988, 46.0099983, 13.6199999)
  938. Part3.CanCollide = false
  939. Part3.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  940. Part3.CFrame = CFrame.new(-4.78088474, 4.44901085, -11.175416, 0.675002098, -0.163504452, 0.719470441, 0.673308253, -0.262249231, -0.691290617, 0.301709652, 0.951047659, -0.0669293255)
  941. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  942. Part3.Position = Vector3.new(-4.78088474, 4.44901085, -11.175416)
  943. Part3.Orientation = Vector3.new(43.7299995, 95.3099976, 111.279999)
  944. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  945. CylinderMesh4.Parent = Part3
  946.  
  947. Part6.Parent = mas
  948. Part6.BrickColor = BrickColor.new("Really black")
  949. Part6.Rotation = Vector3.new(-168.089996, 13.04, 178.860001)
  950. Part6.CanCollide = false
  951. Part6.Size = Vector3.new(2.32800007, 1.60000014, 0.441999972)
  952. Part6.CFrame = CFrame.new(-5.08431911, 4.76196146, -9.52349854, -0.974034965, -0.0193764232, 0.225565061, 0.0270731151, 0.979212224, 0.20102556, -0.224771798, 0.201912314, -0.953262091)
  953. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  954. Part6.Position = Vector3.new(-5.08431911, 4.76196146, -9.52349854)
  955. Part6.Orientation = Vector3.new(-11.5999994, 166.690002, 1.57999992)
  956. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  957. SpecialMesh7.Parent = Part6
  958. SpecialMesh7.MeshId = "http://www.roblox.com/asset/?id=37241605"
  959. SpecialMesh7.Scale = Vector3.new(2, 2, 2)
  960. SpecialMesh7.VertexColor = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  961. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  962. SpecialMesh7.Scale = Vector3.new(2, 2, 2)
  963.  
  964. Part9.Parent = mas
  965. Part9.BrickColor = BrickColor.new("Really black")
  966. Part9.Rotation = Vector3.new(115.449997, -34.8899994, 9.77999973)
  967. Part9.CanCollide = false
  968. Part9.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  969. Part9.CFrame = CFrame.new(-9.2961607, 4.97208929, -10.7380867, 0.808305025, -0.139299721, -0.572044313, -0.582014024, -0.33570379, -0.740647912, -0.0888697803, 0.931608617, -0.352426708)
  970. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  971. Part9.Position = Vector3.new(-9.2961607, 4.97208929, -10.7380867)
  972. Part9.Orientation = Vector3.new(47.7899971, -121.639999, -119.979996)
  973. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  974. CylinderMesh10.Parent = Part9
  975.  
  976. Part12.Parent = mas
  977. Part12.BrickColor = BrickColor.new("Really black")
  978. Part12.Rotation = Vector3.new(89.3899994, 50.4799995, -103.849998)
  979. Part12.CanCollide = false
  980. Part12.Size = Vector3.new(1.15999997, 1.14000022, 0.430000007)
  981. Part12.CFrame = CFrame.new(-5.557374, 4.51759434, -13.4549561, -0.152351961, 0.61785543, 0.771389961, -0.194968641, 0.746375799, -0.636326551, -0.968904734, -0.247342378, 0.0067511946)
  982. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  983. Part12.Position = Vector3.new(-5.557374, 4.51759434, -13.4549561)
  984. Part12.Orientation = Vector3.new(39.5200005, 89.5, -14.6399994)
  985. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  986. CylinderMesh13.Parent = Part12
  987.  
  988. Part15.Parent = mas
  989. Part15.BrickColor = BrickColor.new("Really black")
  990. Part15.Rotation = Vector3.new(80.1299973, -12.29, -56.6100006)
  991. Part15.CanCollide = false
  992. Part15.Size = Vector3.new(1.15999997, 1.36000025, 0.430000007)
  993. Part15.CFrame = CFrame.new(-5.38259745, 2.7325983, -12.6629, 0.537643671, 0.815841854, -0.212934494, -0.258609563, -0.0808131397, -0.962593257, -0.80253315, 0.572598398, 0.167535514)
  994. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  995. Part15.Position = Vector3.new(-5.38259745, 2.7325983, -12.6629)
  996. Part15.Orientation = Vector3.new(74.2799988, -51.7999992, -107.349998)
  997. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  998. CylinderMesh16.Parent = Part15
  999.  
  1000. Part18.Parent = mas
  1001. Part18.BrickColor = BrickColor.new("Really black")
  1002. Part18.Rotation = Vector3.new(85.0199966, -0.00999999978, 0)
  1003. Part18.CanCollide = false
  1004. Part18.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1005. Part18.CFrame = CFrame.new(-9.75036049, 2.86614418, -11.2446823, 0.999999225, 4.97678411e-06, -0.000113099399, -0.000114824732, 0.0867695287, -0.996228158, 3.05919093e-06, 0.996227503, 0.0867749751)
  1006. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1007. Part18.Position = Vector3.new(-9.75036049, 2.86614418, -11.2446823)
  1008. Part18.Orientation = Vector3.new(85.0199966, -0.0700000003, -0.0799999982)
  1009. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1010. CylinderMesh19.Parent = Part18
  1011.  
  1012. Part21.Parent = mas
  1013. Part21.BrickColor = BrickColor.new("Really black")
  1014. Part21.Rotation = Vector3.new(105.959999, 29.9200001, -23.4599991)
  1015. Part21.CanCollide = false
  1016. Part21.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1017. Part21.CFrame = CFrame.new(-4.9343276, 4.77753687, -12.7583609, 0.795093238, 0.345108747, 0.498724014, 0.549322367, -0.0612689704, -0.833362043, -0.257043958, 0.93656069, -0.238289997)
  1018. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1019. Part21.Position = Vector3.new(-4.9343276, 4.77753687, -12.7583609)
  1020. Part21.Orientation = Vector3.new(56.4499969, 115.540001, 96.3600006)
  1021. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1022. CylinderMesh22.Parent = Part21
  1023.  
  1024. Part24.Parent = mas
  1025. Part24.BrickColor = BrickColor.new("Really black")
  1026. Part24.Rotation = Vector3.new(85.0199966, -0.00999999978, 36)
  1027. Part24.CanCollide = false
  1028. Part24.Size = Vector3.new(1.15999997, 2.46000028, 0.430000007)
  1029. Part24.CFrame = CFrame.new(-9.15343475, 2.75214767, -12.8947067, 0.809021652, -0.587777376, -0.000113977505, 0.0509076416, 0.0702657998, -0.996228218, 0.585567176, 0.805965483, 0.086774461)
  1030. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1031. Part24.Position = Vector3.new(-9.15343475, 2.75214767, -12.8947067)
  1032. Part24.Orientation = Vector3.new(85.0199966, -0.0799999982, 35.9199982)
  1033. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1034. CylinderMesh25.Parent = Part24
  1035.  
  1036. Part27.Parent = mas
  1037. Part27.BrickColor = BrickColor.new("Really black")
  1038. Part27.Rotation = Vector3.new(85.0199966, -0.00999999978, 128)
  1039. Part27.CanCollide = false
  1040. Part27.Size = Vector3.new(1.15999997, 2.72000027, 0.430000007)
  1041. Part27.CFrame = CFrame.new(-7.51693249, 2.80680275, -13.0225782, -0.615660667, -0.78801024, -0.000116737894, 0.0684468225, -0.0533267111, -0.996228278, 0.785032928, -0.613345444, 0.0867734924)
  1042. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1043. Part27.Position = Vector3.new(-7.51693249, 2.80680275, -13.0225782)
  1044. Part27.Orientation = Vector3.new(85.0199966, -0.0799999982, 127.919998)
  1045. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1046. CylinderMesh28.Parent = Part27
  1047.  
  1048. Part30.Parent = mas
  1049. Part30.BrickColor = BrickColor.new("Really black")
  1050. Part30.Rotation = Vector3.new(-156.029999, 10.8800001, 48.6100006)
  1051. Part30.CanCollide = false
  1052. Part30.FormFactor = Enum.FormFactor.Plate
  1053. Part30.Size = Vector3.new(1, 0.400000006, 1)
  1054. Part30.CFrame = CFrame.new(-8.85424137, 5.01109123, -9.78563499, 0.649343729, -0.736704171, 0.188722745, -0.736192942, -0.546707034, 0.398908675, -0.190706328, -0.397965491, -0.897358298)
  1055. Part30.BottomSurface = Enum.SurfaceType.Smooth
  1056. Part30.TopSurface = Enum.SurfaceType.Smooth
  1057. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1058. Part30.Position = Vector3.new(-8.85424137, 5.01109123, -9.78563499)
  1059. Part30.Orientation = Vector3.new(-23.5100002, 168.119995, -126.599998)
  1060. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1061. SpecialMesh31.Parent = Part30
  1062. SpecialMesh31.MeshId = "http://www.roblox.com/asset/?id=32054761"
  1063. SpecialMesh31.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1064. SpecialMesh31.MeshType = Enum.MeshType.FileMesh
  1065. SpecialMesh31.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1066.  
  1067. Part33.Parent = mas
  1068. Part33.BrickColor = BrickColor.new("Really black")
  1069. Part33.Rotation = Vector3.new(89.3899994, 50.4799995, -173.849991)
  1070. Part33.CanCollide = false
  1071. Part33.Size = Vector3.new(1.15999997, 1.11000025, 0.430000007)
  1072. Part33.CFrame = CFrame.new(-5.91140747, 4.13504839, -12.8911753, -0.632700086, 0.0681980625, 0.771387637, -0.768040597, 0.0721095651, -0.636329591, -0.0990209281, -0.99506259, 0.00675566494)
  1073. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1074. Part33.Position = Vector3.new(-5.91140747, 4.13504839, -12.8911753)
  1075. Part33.Orientation = Vector3.new(39.5200005, 89.5, -84.6399994)
  1076. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1077. CylinderMesh34.Parent = Part33
  1078.  
  1079. Part36.Parent = mas
  1080. Part36.BrickColor = BrickColor.new("Really black")
  1081. Part36.Rotation = Vector3.new(100.610001, -13.7999992, -138.940002)
  1082. Part36.CanCollide = false
  1083. Part36.Size = Vector3.new(1.15999997, 1.14000022, 0.430000007)
  1084. Part36.CFrame = CFrame.new(-6.02700615, 2.85732889, -12.6891441, -0.732200503, 0.637933075, -0.238587096, 0.297726482, -0.0152736008, -0.954526782, -0.612567484, -0.76993978, -0.178746834)
  1085. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1086. Part36.Position = Vector3.new(-6.02700615, 2.85732889, -12.6891441)
  1087. Part36.Orientation = Vector3.new(72.6500015, -126.839996, 92.9399948)
  1088. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1089. CylinderMesh37.Parent = Part36
  1090.  
  1091. Part39.Parent = mas
  1092. Part39.BrickColor = BrickColor.new("Really black")
  1093. Part39.Rotation = Vector3.new(115.449997, -34.8899994, 137.779999)
  1094. Part39.CanCollide = false
  1095. Part39.Size = Vector3.new(1.15999997, 2.02000022, 0.430000007)
  1096. Part39.CFrame = CFrame.new(-7.23414993, 4.57423878, -12.9809465, -0.60741359, -0.55118686, -0.572047055, 0.0937889442, 0.665315568, -0.74064523, 0.788829625, -0.503527105, -0.352427781)
  1097. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1098. Part39.Position = Vector3.new(-7.23414993, 4.57423878, -12.9809465)
  1099. Part39.Orientation = Vector3.new(47.7899971, -121.639999, 8.0199995)
  1100. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1101. CylinderMesh40.Parent = Part39
  1102.  
  1103. Part42.Parent = mas
  1104. Part42.BrickColor = BrickColor.new("Really black")
  1105. Part42.Rotation = Vector3.new(80.1299973, -12.29, -22.6199989)
  1106. Part42.CanCollide = false
  1107. Part42.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1108. Part42.CFrame = CFrame.new(-4.59234619, 2.72386813, -11.489871, 0.901929319, 0.375742435, -0.212934896, -0.259589076, 0.077606529, -0.962593555, -0.345163465, 0.92346698, 0.167533934)
  1109. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1110. Part42.Position = Vector3.new(-4.59234619, 2.72386813, -11.489871)
  1111. Part42.Orientation = Vector3.new(74.2799988, -51.7999992, -73.3600006)
  1112. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1113. CylinderMesh43.Parent = Part42
  1114.  
  1115. Part45.Parent = mas
  1116. Part45.BrickColor = BrickColor.new("Really black")
  1117. Part45.Rotation = Vector3.new(115.449997, -34.8899994, 45.7799988)
  1118. Part45.CanCollide = false
  1119. Part45.Size = Vector3.new(1.15999997, 2.46000028, 0.430000007)
  1120. Part45.CFrame = CFrame.new(-8.50386047, 5.28740215, -12.4261913, 0.572045982, -0.58781296, -0.572045028, -0.668180764, 0.0705178902, -0.740647197, 0.475698769, 0.805917442, -0.352427185)
  1121. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1122. Part45.Position = Vector3.new(-8.50386047, 5.28740215, -12.4261913)
  1123. Part45.Orientation = Vector3.new(47.7899971, -121.639999, -83.9799957)
  1124. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1125. CylinderMesh46.Parent = Part45
  1126.  
  1127. Part48.Parent = mas
  1128. Part48.BrickColor = BrickColor.new("Really black")
  1129. Part48.Rotation = Vector3.new(-167.470001, -17.2799988, -115.829994)
  1130. Part48.CanCollide = false
  1131. Part48.Size = Vector3.new(2.32800007, 1.60000014, 0.441999972)
  1132. Part48.CFrame = CFrame.new(-3.49167085, 2.92708683, -10.3676844, -0.416046828, 0.859449863, -0.297070593, 0.850544393, 0.483357161, 0.207209453, 0.321678698, -0.166463882, -0.932099402)
  1133. Part48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1134. Part48.Position = Vector3.new(-3.49167085, 2.92708683, -10.3676844)
  1135. Part48.Orientation = Vector3.new(-11.96, -162.319992, 60.3899994)
  1136. Part48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1137. SpecialMesh49.Parent = Part48
  1138. SpecialMesh49.MeshId = "http://www.roblox.com/asset/?id=37241605"
  1139. SpecialMesh49.Scale = Vector3.new(2, 2, 2)
  1140. SpecialMesh49.VertexColor = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1141. SpecialMesh49.MeshType = Enum.MeshType.FileMesh
  1142. SpecialMesh49.Scale = Vector3.new(2, 2, 2)
  1143.  
  1144. Part51.Name = "REF"
  1145. local  rwz = new("Weld", Part51)
  1146.    rwz.Part0 = Part51
  1147.    rwz.Part1 = char.UpperTorso
  1148.  
  1149. Part51.Parent = mas
  1150. Part51.Rotation = Vector3.new(180, 0.0199999996, -180)
  1151. Part51.CanCollide = false
  1152. Part51.FormFactor = Enum.FormFactor.Symmetric
  1153. Part51.Size = Vector3.new(2, 2, 1)
  1154. Part51.CFrame = CFrame.new(-6.27533007, 3.1627059, -11.6517324, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
  1155. Part51.BottomSurface = Enum.SurfaceType.Smooth
  1156. Part51.TopSurface = Enum.SurfaceType.Smooth
  1157. Part51.Position = Vector3.new(-6.27533007, 3.1627059, -11.6517324)
  1158. Part51.Orientation = Vector3.new(0, 179.979996, 0)
  1159. Part51.Transparency = 1
  1160. SpecialMesh52.Parent = Part51
  1161. SpecialMesh52.MeshId = "rbxasset://fonts/torso.mesh"
  1162. SpecialMesh52.MeshType = Enum.MeshType.FileMesh
  1163. Weld53.Name = "BTWeld"
  1164. Weld53.Parent = Part51
  1165. Weld53.C1 = CFrame.new(2.8239584, 2.21885133, 1.40109444, -0.901796103, 0.359050125, -0.240504131, -0.421729028, -0.852691352, 0.308318704, -0.0943747833, 0.379473507, 0.920378506)
  1166. Weld53.Part0 = Part51
  1167. Weld53.Part1 = Part0
  1168. Weld54.Name = "BTWeld"
  1169. Weld54.Parent = Part51
  1170. Weld54.C1 = CFrame.new(-2.01854205, 0.128681183, -0.154120922, -0.675102174, 0.673308253, -0.301485747, 0.163188979, -0.262249231, -0.95110184, -0.719448209, -0.691290617, 0.0671679825)
  1171. Weld54.Part0 = Part51
  1172. Weld54.Part1 = Part3
  1173. Weld55.Name = "BTWeld"
  1174. Weld55.Parent = Part51
  1175. Weld55.C1 = CFrame.new(1.59515572, -1.97264862, 1.43862438, 0.974109471, 0.0270731151, 0.224448681, 0.0193094462, 0.979212224, -0.201918736, -0.225248843, 0.20102556, 0.953336895)
  1176. Weld55.Part0 = Part51
  1177. Weld55.Part1 = Part6
  1178. Weld56.Name = "BTWeld"
  1179. Weld56.Parent = Part51
  1180. Weld56.C1 = CFrame.new(3.57604885, -0.664531708, -0.0659441948, -0.808275521, -0.582014024, 0.0891379043, 0.138990685, -0.33570379, -0.931654811, 0.572161198, -0.740647912, 0.352236956)
  1181. Weld56.Part0 = Part51
  1182. Weld56.Part1 = Part9
  1183. Weld57.Name = "BTWeld"
  1184. Weld57.Parent = Part51
  1185. Weld57.C1 = CFrame.new(-1.37360859, -1.9008615, 0.320498943, 0.152673364, -0.194968641, 0.968854129, -0.617773354, 0.746375799, 0.247547314, -0.771392167, -0.636326551, -0.00649531279)
  1186. Weld57.Part0 = Part51
  1187. Weld57.Part1 = Part12
  1188. Weld58.Name = "BTWeld"
  1189. Weld58.Parent = Part51
  1190. Weld58.C1 = CFrame.new(-1.40269804, -0.184091568, -0.0545186996, -0.537377477, -0.258609563, 0.802711487, -0.816031754, -0.0808131397, -0.572327793, 0.212878913, -0.962593257, -0.167606145)
  1191. Weld58.Part0 = Part51
  1192. Weld58.Part1 = Part15
  1193. Weld59.Name = "BTWeld"
  1194. Weld59.Parent = Part51
  1195. Weld59.C1 = CFrame.new(3.47499752, -0.379756927, -0.331161261, -0.999999166, -0.000114824732, 0.00032865518, -0.00033544004, 0.0867695287, -0.996227443, 8.43148664e-05, -0.996228158, -0.0867750123)
  1196. Weld59.Part0 = Part51
  1197. Weld59.Part1 = Part18
  1198. Weld60.Name = "BTWeld"
  1199. Weld60.Parent = Part51
  1200. Weld60.C1 = CFrame.new(-2.2377367, 0.672572136, 0.413247108, -0.795007944, 0.549322367, 0.257307708, -0.345419407, -0.0612689704, -0.93644619, -0.498644948, -0.833362043, 0.238455415)
  1201. Weld60.Part0 = Part51
  1202. Weld60.Part1 = Part21
  1203. Weld61.Name = "BTWeld"
  1204. Weld61.Parent = Part51
  1205. Weld61.C1 = CFrame.new(3.07720566, -0.661039829, -0.301490545, -0.809215844, 0.0509076416, -0.585298836, 0.587510049, 0.0702657998, -0.80616045, 8.519314e-05, -0.996228218, -0.0867744982)
  1206. Weld61.Part0 = Part51
  1207. Weld61.Part1 = Part24
  1208. Weld62.Name = "BTWeld"
  1209. Weld62.Parent = Part51
  1210. Weld62.C1 = CFrame.new(0.336115837, -1.83818436, -0.235762119, 0.615400255, 0.0684468225, -0.785237134, 0.78821367, -0.0533267111, 0.613084018, 8.79538493e-05, -0.996228278, -0.0867735296)
  1211. Weld62.Part0 = Part51
  1212. Weld62.Part1 = Part27
  1213. Weld63.Name = "BTWeld"
  1214. Weld63.Parent = Part51
  1215. Weld63.C1 = CFrame.new(3.39125156, -0.146732807, 1.42391109, -0.649280429, -0.736192942, 0.190921724, 0.736836135, -0.546707034, 0.397721112, -0.188425079, 0.398908675, 0.897420883)
  1216. Weld63.Part0 = Part51
  1217. Weld63.Part1 = Part30
  1218. Weld64.Name = "BTWeld"
  1219. Weld64.Parent = Part51
  1220. Weld64.C1 = CFrame.new(0.854320407, -1.32825661, 0.346376419, 0.632732928, -0.768040597, 0.0988110453, -0.0678679869, 0.0721095651, 0.99508518, -0.771389842, -0.636329591, -0.00649978407)
  1221. Weld64.Part0 = Part51
  1222. Weld64.Part1 = Part33
  1223. Weld65.Name = "BTWeld"
  1224. Weld65.Parent = Part51
  1225. Weld65.C1 = CFrame.new(-0.362746239, -0.961824417, -0.417678952, 0.732403696, 0.297726482, 0.612324595, -0.63767767, -0.0152736008, 0.770151377, 0.238646373, -0.954526782, 0.178667679)
  1226. Weld65.Part0 = Part51
  1227. Weld65.Part1 = Part36
  1228. Weld66.Name = "BTWeld"
  1229. Weld66.Parent = Part51
  1230. Weld66.C1 = CFrame.new(0.333738327, -2.13691807, 0.0285010338, 0.607151926, 0.0937889442, -0.789031088, 0.551353872, 0.665315568, 0.503344297, 0.572163939, -0.74064523, 0.352238029)
  1231. Weld66.Part0 = Part51
  1232. Weld66.Part1 = Part39
  1233. Weld67.Name = "BTWeld"
  1234. Weld67.Parent = Part51
  1235. Weld67.C1 = CFrame.new(-1.57597995, -0.747787476, -0.0911743641, -0.901814759, -0.259589076, 0.34546265, -0.376048744, 0.077606529, -0.923342288, 0.212879315, -0.962593555, -0.167604566)
  1236. Weld67.Part0 = Part51
  1237. Weld67.Part1 = Part42
  1238. Weld68.Name = "BTWeld"
  1239. Weld68.Parent = Part51
  1240. Weld68.C1 = CFrame.new(3.06293774, -0.835635662, 0.0258870125, -0.572203755, -0.668180764, -0.475508988, 0.587545633, 0.0705178902, -0.806112409, 0.572161913, -0.740647197, 0.352237433)
  1241. Weld68.Part0 = Part51
  1242. Weld68.Part1 = Part45
  1243. Weld69.Name = "BTWeld"
  1244. Weld69.Parent = Part51
  1245. Weld69.C1 = CFrame.new(0.945483685, -2.06478, 2.0726347, 0.415940106, 0.850544393, -0.321816713, -0.85939461, 0.483357161, 0.166748971, 0.297379792, 0.207209453, 0.932000816)
  1246. Weld69.Part0 = Part51
  1247. Weld69.Part1 = Part48
  1248. for i,v in pairs(mas:GetChildren()) do
  1249.     v.Parent = game:GetService("Players").LocalPlayer.Character
  1250.     pcall(function() v:MakeJoints() end)
  1251. end
  1252. mas:Destroy()
  1253. for i,v in pairs(cors) do
  1254.     spawn(function()
  1255.         pcall(v)
  1256.     end)
  1257. end
  1258.  
  1259.  
  1260. plr = game.Players.LocalPlayer
  1261.  
  1262. part = nil
  1263. bp = nil
  1264. particles = nil
  1265.  
  1266.    
  1267.  
  1268.  
  1269.  
  1270.  
  1271.         end
  1272.         end
  1273.       elseif parasyte == true then
  1274.        
  1275.       Parasyte = false
  1276.       print("work")
  1277.      
  1278.       end
  1279.     end)
  1280.  
  1281. ---------------------------------------------
  1282. z = Instance.new("Sound", Head)
  1283. z.SoundId = "rbxassetid://170443451" -- Put Music ID Here.
  1284. z.Looped = true
  1285. z.Volume = 10
  1286. z.Pitch = 1
  1287. wait(.1)
  1288. z:Play()
  1289. -----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement