Advertisement
UnknownUser25

FE Parasite (R15)

Oct 31st, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 64.54 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4.     print("FE Compatibility code by Mokiros")
  5.     script.Parent = Player.Character
  6.  
  7.     --RemoteEvent for communicating
  8.     local Event = Instance.new("RemoteEvent")
  9.     Event.Name = "UserInput_Event"
  10.  
  11.     --Fake event to make stuff like Mouse.KeyDown work
  12.     local function fakeEvent()
  13.         local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14.         t.connect = t.Connect
  15.         return t
  16.     end
  17.  
  18.     --Creating fake input objects with fake variables
  19.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21.     local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22.         CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23.     end}
  24.     --Merged 2 functions into one by checking amount of arguments
  25.     CAS.UnbindAction = CAS.BindAction
  26.  
  27.     --This function will trigger the events that have been :Connect()'ed
  28.     local function te(self,ev,...)
  29.         local t = m[ev]
  30.         if t and t._fakeEvent and t.Function then
  31.             t.Function(...)
  32.         end
  33.     end
  34.     m.TrigEvent = te
  35.     UIS.TrigEvent = te
  36.  
  37.     Event.OnServerEvent:Connect(function(plr,io)
  38.         if plr~=Player then return end
  39.         if io.isMouse then
  40.             m.Target = io.Target
  41.             m.Hit = io.Hit
  42.         else
  43.             local b = io.UserInputState == Enum.UserInputState.Begin
  44.             if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45.                 return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46.             end
  47.             for _,t in pairs(CAS.Actions) do
  48.                 for _,k in pairs(t.Keys) do
  49.                     if k==io.KeyCode then
  50.                         t.Function(t.Name,io.UserInputState,io)
  51.                     end
  52.                 end
  53.             end
  54.             m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55.             UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56.         end
  57.     end)
  58.     Event.Parent = NLS([==[
  59.     local Player = game:GetService("Players").LocalPlayer
  60.     local Event = script:WaitForChild("UserInput_Event")
  61.  
  62.     local UIS = game:GetService("UserInputService")
  63.     local input = function(io,a)
  64.         if a then return end
  65.         --Since InputObject is a client-side instance, we create and pass table instead
  66.         Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67.     end
  68.     UIS.InputBegan:Connect(input)
  69.     UIS.InputEnded:Connect(input)
  70.  
  71.     local Mouse = Player:GetMouse()
  72.     local h,t
  73.     --Give the server mouse data 30 times every second, but only if the values changed
  74.     --If player is not moving their mouse, client won't fire events
  75.     while wait(1/30) do
  76.         if h~=Mouse.Hit or t~=Mouse.Target then
  77.             h,t=Mouse.Hit,Mouse.Target
  78.             Event:FireServer({isMouse=true,Target=t,Hit=h})
  79.         end
  80.     end]==],Player.Character)
  81.     Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83. spawn (function()
  84. local num = 0
  85. local p = owner
  86. local char = p.Character
  87. local rad = math.rad
  88. local hum = char.Humanoid
  89. ---------------------------------------------------
  90. local LeftUpperArm = char.LeftUpperArm
  91. local LeftShoulder = char.LeftUpperArm.LeftShoulder
  92. local LeftLowerArm = char.LeftLowerArm
  93. local LeftElbow = char.LeftLowerArm.LeftElbow
  94. --------------------------------------------------------
  95. local LeftUpperLeg = char.LeftUpperLeg
  96. local LeftHip = char.LeftUpperLeg.LeftHip
  97. local LeftLowerLeg = char.LeftLowerLeg
  98. local LeftKnee = char.LeftLowerLeg.LeftKnee
  99. ----------------------------------------------------------
  100. local RightUpperArm = char.RightUpperArm
  101. local RightShoulder = char.RightUpperArm.RightShoulder
  102. local RightLowerArm = char.RightLowerArm
  103. local RightElbow = char.RightLowerArm.RightElbow
  104. ----------------------------------------------------------
  105. local RightUpperLeg = char.RightUpperLeg
  106. local RightHip = char.RightUpperLeg.RightHip
  107. local RightLowerLeg = char.RightLowerLeg
  108. local RightKnee = char.RightLowerLeg.RightKnee
  109. ----------------------------------------------------------
  110. local UpperTorso = char.UpperTorso
  111. local LowerTorso = char.LowerTorso
  112. local Root = char.LowerTorso.Root
  113. --------------------------------------------
  114. local Head = char.Head
  115. local Neck = char.Head.Neck
  116. local RootPart = char.HumanoidRootPart
  117. local LeftHand = char.LeftHand
  118. local RightHand = char.RightHand
  119. local LeftFoot = char.LeftFoot
  120. local RightFoot = char.RightFoot
  121. ---------------------------------------------
  122. hum.BodyDepthScale.Value = 0.8
  123. hum.BodyHeightScale.Value = 1.2
  124. hum.BodyWidthScale.Value = 0.8
  125. hum.HeadScale.Value = 1
  126. local v3 = Vector3.new
  127. local ns = NumberSequence.new
  128. local new = Instance.new
  129. local nr = NumberRange.new
  130. local bc =BrickColor.new
  131. local UpperTorso = char.UpperTorso
  132. local Waist = char.UpperTorso.Waist
  133. char:FindFirstChild'Animate':Destroy()
  134. hum.Animator.Parent = nil
  135. hum.WalkSpeed = 30
  136. hum.MaxHealth = 200
  137. hum.Health = 200
  138.  
  139. new("ForceField",char).Visible = false
  140.  hum:SetStateEnabled("Dead",false)
  141. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  142. idle = true
  143. walk = true
  144. walk1 = true
  145. walkon = true
  146. walkon1 = false
  147. Sprint = false
  148.  
  149. local debounce = true
  150. game:service'RunService'.RenderStepped:connect(function()
  151.  
  152.      if hum.MoveDirection.x == 0 and idle == true then
  153.      
  154.    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
  155.     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
  156.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  157.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  158.     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
  159.     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
  160.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  161.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  162.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  163.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  164.      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
  165. end
  166.         if hum.MoveDirection.x == 0 and Sprint == true then
  167.      
  168.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(39.591), math.rad(0), math.rad(0)),.1) --LeftUpperArm
  169.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(23.09)),.1)--RightUpperArm
  170.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  171.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(32.429),rad(0),rad(0)),.1)--RightLowerArm
  172.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(-24.752)),.1)--LeftUpperLeg
  173.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(78.495), math.rad(0), math.rad(0)),.1)--RightUpperLeg
  174.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-83.308),rad(0),rad(0)),.1)--LeftLowerLeg
  175.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-80.214),rad(0),rad(0)),.1)--RightUpperLeg
  176.     Root.C0 = Root.C0:lerp(CFrame.new(0,-1,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  177.     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
  178.      Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.367), math.rad(-11.173), 0),.2)--UpperTorso
  179. end
  180.   if RootPart.Velocity.y > 1 and hitfloor==nil then
  181.  
  182.    if Sprint == true then
  183.  LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-167.647), 0, math.rad(-23.549)),.3) --LeftUpperArm
  184.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-158.251), 0, math.rad(27.101)),.3)--RightUpperArm
  185.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  186.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  187.     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
  188.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.693), 0, math.rad(37.758)),.3)--RightUpperLeg
  189.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  190.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  191.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  192.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  193.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  194.    
  195.  
  196.     end
  197.  
  198.     end
  199.  
  200.  
  201.    
  202.  if walkon1 == true then
  203.    
  204.             walkon1 = false
  205.             for i = 1,4 do
  206.                 if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  207.             wait()
  208.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(150.233),rad(0),rad(0)),.3) --LeftUpperArm
  209.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(150.904),rad(0),rad(0)),.3)--RightUpperArm
  210.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  211.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  212.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-3.61), 0, math.rad(-5.271)),.3)--LeftUpperLeg
  213.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(17.762), 0, math.rad(13.121)),.3)--RightUpperLeg
  214.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  215.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  216.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,-0.3)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  217.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  218.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  219. end
  220. end
  221. for i = 1,4 do
  222.     if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  223.             wait()
  224.         LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(39.504),rad(0),rad(0)),.3) --LeftUpperArm
  225.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(53.969),rad(0),rad(0)),.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(128.06), math.rad(-4.87), math.rad(1.948)),.3)--LeftUpperLeg
  229.     RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(129.148), 0, math.rad(0)),.3)--RightUpperLeg
  230.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  231.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  232.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-90.585),rad(0),rad(0)),.3)--Torso
  233.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(81.704),rad(0),rad(0)),.3)--Head
  234.            Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  235. end
  236. end
  237. walkon1 = true
  238. end
  239. if walkon == true then
  240.    
  241.             walkon = false
  242.         for i = 1,10 do
  243.                 if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  244.  
  245.          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
  246.     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
  247.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  248.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  249.     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
  250.     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
  251.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  252.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  253.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  254.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  255.           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
  256.   wait()
  257.  
  258.  
  259. end
  260.         end
  261.  
  262.  
  263. for i = 1,10 do
  264.     if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  265.    
  266.          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
  267.     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
  268.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  269.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  270.     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
  271.     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
  272.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  273.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  274.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  275.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(0)),.1)--Head
  276.           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
  277.   wait()
  278.  
  279.  
  280. end
  281.  
  282.         end
  283. walkon = true
  284. end
  285.     end)   
  286. slash1 = false
  287. slash2 = false
  288. debounce = true
  289. function slashes()
  290.    if debounce == true then
  291.         debounce = false
  292.       idle = false
  293.       walk = false
  294.       walk1 = false
  295.       for i = 1,5 do
  296. 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
  297.     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
  298.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  299.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  300.     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
  301.     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
  302.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  303.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  304.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Torso
  305.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  306.      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
  307.           wait()
  308.         end
  309.             for i = 1,5 do
  310. 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
  311.     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
  312.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  313.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  314.     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
  315.     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
  316.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  317.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  318.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(19.996),rad(0)),.3)--Torso
  319.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  320.      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
  321.           wait()
  322.         end
  323.  
  324.       local slashpart1 = Instance.new("Part",workspace)
  325.     slashpart1.Size = v3(9,0,9)
  326.     slashpart1.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  327.     slashpart1.Anchored = false
  328.     slashpart1.Name = "Slash"
  329.     slashpart1.CanCollide = false
  330.     slashpart1.BrickColor = BrickColor.new("Really black")
  331.     slashpart1.Transparency = 0.9
  332.         slashpart1.Material = "Neon"
  333.       game:GetService("Debris"):AddItem(slashpart1, 2)
  334.                 local zxc = Instance.new("SpecialMesh",slashpart1)
  335. zxc.MeshType = "FileMesh"
  336. zxc.Scale = Vector3.new(9,0.3,9)
  337. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  338.     local gyro = Instance.new("BodyGyro",slashpart1)
  339.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  340.     gyro.CFrame = slashpart1.CFrame * CFrame.Angles(math.random(0.5,2),math.random(1,2),0)
  341.          local BodyVelocity = Instance.new("BodyVelocity",slashpart1)
  342.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  343.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  344.    
  345.     slashpart1.Touched:connect(function(hit)
  346.  
  347.        
  348.                         if hit.Parent == char then return end
  349.                 for i,v in pairs(hit.Parent:GetChildren()) do
  350.                     if v:IsA("Humanoid") then
  351.             if debounce == true then
  352.               debounce = false
  353.                         v.Health = v.Health - 3
  354.        
  355.                     end
  356.             end
  357.           wait(0.1)
  358.                 debounce = true
  359.                
  360.             end
  361. end)
  362.    
  363.       idle = true
  364.       walk = true
  365.       walk1 = true
  366.     slash1 = true
  367.     wait(1)
  368.         debounce = true
  369.     end
  370.   end
  371. function slashes2()
  372.  
  373.   if slash1 == true then
  374.    
  375.     debounce = false
  376.     idle = false
  377.     walk = false
  378.     walk1 = false
  379.     slash2 = true
  380.      for i = 1,5 do
  381.    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
  382.     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
  383.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  384.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  385.     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
  386.     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
  387.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  388.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  389.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Torso
  390.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  391.      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
  392.       wait()
  393.       end
  394.        for i = 1,5 do
  395.    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
  396.     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
  397.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  398.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  399.     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
  400.     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
  401.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.3)--LeftLowerLeg
  402.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.3)--RightUpperLeg
  403.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-19.996),rad(0)),.3)--Torso
  404.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(53.743),rad(0),rad(-30)),.3)--Head
  405.      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
  406.       wait()
  407.       end
  408.      local slashpart1 = Instance.new("Part",workspace)
  409.     slashpart1.Size = v3(9,0,9)
  410.     slashpart1.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  411.     slashpart1.Anchored = false
  412.     slashpart1.CanCollide = false
  413.     slashpart1.BrickColor = BrickColor.new("Really black")
  414.     slashpart1.Material = "Neon"
  415.     slashpart1.Transparency = 0.9
  416.       game:GetService("Debris"):AddItem(slashpart1, 1)
  417.        slashpart1.Name = "Slash"
  418.                 local zxc = Instance.new("SpecialMesh",slashpart1)
  419. zxc.MeshType = "FileMesh"
  420. zxc.Scale = Vector3.new(9,0.3,9)
  421. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  422.    
  423.     local gyro = Instance.new("BodyGyro",slashpart1)
  424.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  425.     gyro.CFrame = slashpart1.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  426.          local BodyVelocity = Instance.new("BodyVelocity",slashpart1)
  427.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  428.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  429.     slashpart1.Touched:connect(function(hit)
  430.  
  431.        
  432.                         if hit.Parent == char then return end
  433.                 for i,v in pairs(hit.Parent:GetChildren()) do
  434.                     if v:IsA("Humanoid") then
  435.             if debounce == true then
  436.               debounce = false
  437.                         v.Health = v.Health - 3
  438.    
  439.                     end
  440.             end
  441.           wait(0.1)
  442.                 debounce = true
  443.                
  444.             end
  445. end)
  446.     idle = true
  447.     walk = true
  448.     walk1 = true
  449.     slash1 = false
  450.     slash2 = false
  451.     debounce = true
  452.    end
  453.   end
  454. function Slam()
  455.   if debounce == true then
  456.     debounce = false
  457.   idle = false
  458.   walk = false
  459.   walk1 = false
  460.     for i = 1,20 do
  461.    LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(116.368), 0, math.rad(59.358)),.1) --LeftUpperArm
  462.     RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(101.986), 0, math.rad(-66.406)),.1)--RightUpperArm
  463.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  464.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  465.     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
  466.     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
  467.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  468.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  469.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-147.021),rad(0),rad(0)),.1)--Torso
  470.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head    
  471.     Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.3)--UpperTorso
  472.       wait()
  473.       end
  474.     local rng = Instance.new("Part", char)
  475.        rng.Anchored = true
  476.    rng.BrickColor = BrickColor.new("White")
  477.        rng.CanCollide = false
  478.    rng.FormFactor = 3
  479.        rng.Name = "Ring"
  480.     rng.Size = Vector3.new(1, 1, 1)
  481.        rng.Transparency = 0.35
  482.     rng.TopSurface = 0
  483.     rng.BottomSurface = 0
  484.     rng.Position = UpperTorso.Position - Vector3.new(0,0,0)
  485.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  486.        local rngm = Instance.new("SpecialMesh", rng)
  487.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  488.        rngm.Scale = Vector3.new(3,3,3)
  489.      local rng2 = Instance.new("Part", char)
  490.        rng2.Anchored = true
  491.    rng2.BrickColor = BrickColor.new("White")
  492.        rng2.CanCollide = false
  493.    rng2.FormFactor = 3
  494.        rng2.Name = "Ring2"
  495.     rng2.Size = Vector3.new(1, 1, 1)
  496.        rng2.Transparency = 0.35
  497.     rng2.TopSurface = 0
  498.     rng2.BottomSurface = 0
  499.     rng2.Position = UpperTorso.Position - Vector3.new(0,0,0)
  500.        rng2.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  501.        local rngm2 = Instance.new("SpecialMesh", rng2)
  502.     rngm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  503.        rngm2.Scale = Vector3.new(6,6,6)
  504.          local rng3 = Instance.new("Part", char)
  505.        rng3.Anchored = true
  506.    rng3.BrickColor = BrickColor.new("White")
  507.        rng3.CanCollide = false
  508.    rng3.FormFactor = 3
  509.        rng3.Name = "Ring2"
  510.     rng3.Size = Vector3.new(1, 1, 1)
  511.        rng3.Transparency = 0.35
  512.     rng3.TopSurface = 0
  513.     rng3.BottomSurface = 0
  514.     rng3.Position = UpperTorso.Position - Vector3.new(0,0,0)
  515.        rng3.CFrame = rng3.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  516.        local rngm3 = Instance.new("SpecialMesh", rng3)
  517.     rngm2.MeshId = "http://www.roblox.com/asset/?id=168892432"
  518.        rngm2.Scale = Vector3.new(1,1,1)
  519.     idle = true
  520.     walk = true
  521.     walk1 = true
  522. debounce = true
  523.            for i = 1, 60, 2 do
  524.        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  525.         rng.Transparency = i/60
  526.   rngm2.Scale = Vector3.new(4 + i*4, 4 + i*4, 1)
  527.         rng2.Transparency = i/60
  528.       rngm3.Scale = Vector3.new(4 + i*4, 4 + i*4, 4)
  529.         rng3.Transparency = i/60
  530.          wait()
  531.            end
  532.    
  533.       rng:destroy()
  534.     rng2:destroy()
  535.       rng3:destroy()
  536.     end
  537.     end
  538. local sit = false
  539.  
  540. mouse.KeyDown:connect(function(k)
  541. if k == "e" then
  542.      slashes()
  543.    
  544. end
  545.     end)
  546.  
  547. mouse.KeyDown:connect(function(k)
  548. if k == "q" then
  549.      slashes2()
  550.    
  551. end
  552.     end)
  553. mouse.KeyDown:connect(function(k)
  554. if k == "f" then
  555.      Slam()
  556.    
  557. end
  558.     end)
  559. mouse.KeyDown:connect(function(k)
  560. if k == "g" then
  561.   if debounce == true then
  562. if sit == false then
  563.                
  564.                 for i,v in pairs(char:GetChildren()) do
  565.        if v:IsA("BasePart") then
  566.                 v.Anchored = false
  567.             end
  568.             end
  569.       idle = false
  570.         walk = false
  571.         walk1 = false
  572.         Sit = true
  573.       for i = 1,20 do
  574.       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
  575.     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
  576.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  577.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  578.     LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(83.938), 0, math.rad(-34.091)),.1)--LeftUpperLeg
  579.     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
  580.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  581.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  582.     Root.C0 = Root.C0:lerp(CFrame.new(0,-1.628,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  583.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(10.027),rad(0),rad(0)),.1)--Head
  584.                    Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  585.         wait()
  586.     end
  587. else
  588.       sit = false
  589.   idle = true
  590.   walk = true
  591.   walk1 = true
  592.     debounce = true
  593.     end
  594.     end
  595.  
  596.    
  597. end
  598.     end)
  599. function combo1()
  600.   if debounce == true then
  601.     debounce = false
  602.     idle = false
  603.      walk = false
  604.     walk1 = false
  605. for i = 1,5 do
  606.     LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-28.877)),.5) --LeftUpperArm
  607.     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
  608.    
  609.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(26.413),rad(0),rad(0)),.5)--Head
  610.        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
  611.       wait()
  612. end
  613.     local slashpart12 = Instance.new("Part",workspace)
  614.     slashpart12.Size = v3(9,0,9)
  615.     slashpart12.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  616.     slashpart12.Anchored = false
  617.     slashpart12.CanCollide = false
  618.     slashpart12.BrickColor = BrickColor.new("Really red")
  619.     slashpart12.Material = "Neon"
  620.     slashpart12.Transparency = 0.9
  621.       game:GetService("Debris"):AddItem(slashpart12, 1)
  622.        slashpart12.Name = "Slash"
  623.                 local zxc = Instance.new("SpecialMesh",slashpart12)
  624. zxc.MeshType = "FileMesh"
  625. zxc.Scale = Vector3.new(9,0.3,9)
  626. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  627.    
  628.     local gyro = Instance.new("BodyGyro",slashpart12)
  629.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  630.     gyro.CFrame = slashpart12.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  631.          local BodyVelocity = Instance.new("BodyVelocity",slashpart12)
  632.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  633.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  634.     slashpart12.Touched:connect(function(hit)
  635.  
  636.        
  637.                         if hit.Parent == char then return end
  638.                 for i,v in pairs(hit.Parent:GetChildren()) do
  639.        
  640.                     if v:IsA("Humanoid") then
  641.          
  642.                         v.Health = v.Health - 7
  643.     v:Destroy()
  644.                    
  645.             end
  646.        
  647.                
  648.                
  649.             end
  650. end)
  651.     for i = 1,5 do
  652.     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
  653.        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
  654.       wait()
  655. end
  656.     for i = 1,5 do
  657.     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
  658.     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
  659.  
  660.       wait()
  661. end
  662.              local slashpart12 = Instance.new("Part",workspace)
  663.     slashpart12.Size = v3(9,0,9)
  664.     slashpart12.CFrame = char.HumanoidRootPart.CFrame * CFrame.Angles(math.random(1,2),rad(0),0)
  665.     slashpart12.Anchored = false
  666.     slashpart12.CanCollide = false
  667.     slashpart12.BrickColor = BrickColor.new("Really red")
  668.     slashpart12.Material = "Neon"
  669.     slashpart12.Transparency = 0.9
  670.       game:GetService("Debris"):AddItem(slashpart12, 1)
  671.        slashpart12.Name = "Slash"
  672.                 local zxc = Instance.new("SpecialMesh",slashpart12)
  673. zxc.MeshType = "FileMesh"
  674. zxc.Scale = Vector3.new(9,0.3,9)
  675. zxc.MeshId = "http://www.roblox.com/asset/?id=10681506"
  676.    
  677.     local gyro = Instance.new("BodyGyro",slashpart12)
  678.     gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  679.     gyro.CFrame = slashpart12.CFrame * CFrame.Angles(math.random(1,2),math.random(1,2),0)
  680.          local BodyVelocity = Instance.new("BodyVelocity",slashpart12)
  681.         BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  682.         BodyVelocity.velocity = char.HumanoidRootPart.CFrame.lookVector*200
  683.     slashpart12.Touched:connect(function(hit)
  684.  
  685.        
  686.                         if hit.Parent == char then return end
  687.                 for i,v in pairs(hit.Parent:GetChildren()) do
  688.                     if v:IsA("Humanoid") then
  689.          
  690.                         v.Health = v.Health - 7
  691.    
  692.                    
  693.             end
  694.        
  695.                
  696.                
  697.             end
  698. end)
  699.     for i = 1,5 do
  700.     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
  701.     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
  702.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-3.266)),.5)--LeftLowerArm
  703.    
  704.        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
  705.       wait()
  706. end
  707.     for i = 1,10 do
  708.     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
  709.     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
  710.     LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-53.801)),.5)--LeftLowerArm
  711.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(44.633),rad(0),rad(0)),.5)--RightLowerArm
  712.     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
  713.     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
  714.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-17.533),rad(0),rad(0)),.5)--LeftLowerLeg
  715.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-22.002),rad(0),rad(0)),.5)--RightUpperLeg
  716.    
  717.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(1.432),rad(0),rad(0)),.5)--Head
  718.        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
  719.       wait()
  720. end
  721.     idle = true
  722.     walk = true
  723.     walk1 = true
  724.     wait(1)
  725.     debounce = true
  726.     end
  727.   end
  728. mouse.KeyDown:connect(function(k)
  729. if k == "z" then
  730.     combo1()
  731.    
  732. end
  733.     end)
  734.  
  735. function climb()
  736.   local climbp = new("Part",char)
  737.    climbp.Size = v3(2,2,1)
  738.    climbp.CanCollide = false
  739.   climbp.Anchored = false
  740.     climbp.Transparency = 1
  741.   local  climbw = new("Weld", climbp)
  742.    climbw.Part0 = climbp
  743.    climbw.Part1 = char.HumanoidRootPart
  744.   climbp.Touched:connect(function(hit)
  745.         local hang = new("Weld",char)
  746.       hang.Part0 = char.HumanoidRootPart
  747.       hang.Part1 = hit.Parent.HumanoidRootPart
  748.       hang.C0=CFrame.new(0,-0.3,-1)
  749.       hang.Name = "hang"
  750.       idle = false
  751.       walk = false
  752.       walk1 = false
  753.  
  754.              
  755. for i = 1,20 do
  756.     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
  757.     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
  758.     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
  759.     RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(27.559),rad(0),rad(0)),1)--RightLowerArm
  760.     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
  761.     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
  762.     LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  763.     RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  764.     Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  765.     Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  766.          Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.2)--UpperTorso
  767.         wait()
  768. end
  769.                 for i,v in pairs(char:GetChildren()) do
  770.         if hit.Parent == char then return end
  771.                     if v:IsA("Humanoid") then
  772. char.Humanoid.PlatformStand = true
  773.  
  774.  
  775.                 end
  776.         climbp:destroy()
  777.             end
  778.         end)
  779.   end
  780. mouse.KeyDown:connect(function(k)
  781. if k == "h" then
  782.     hum.Health = 250
  783.       climb()
  784. end
  785.     end)
  786. mouse.KeyDown:connect(function(k)
  787. if k == "u" then
  788. local exp = Instance.new("Explosion",char)
  789.       exp.Position = char.HumanoidRootPart.Position
  790.       exp.Visible = false
  791.       char.Parent = workspace.Camera
  792.       print("Invi")
  793.       wait(1)
  794.       char.Parent = workspace
  795.       print("Ready")
  796. end
  797.     end)
  798. local UIS = game:GetService('UserInputService')
  799. local Player = game.Players.LocalPlayer
  800. local Character = Player.Character
  801. UIS.InputBegan:connect(function(input)
  802. if input.KeyCode == Enum.KeyCode.LeftControl then
  803.       Sprint = true
  804.         walkon1 = true
  805.       idle = false
  806.       walk = false
  807.       walk1 = false
  808. Character.Humanoid.WalkSpeed = 40
  809.  
  810. end
  811. end)
  812. UIS.InputEnded:connect(function(input)
  813. if input.KeyCode == Enum.KeyCode.LeftControl then
  814. Character.Humanoid.WalkSpeed = 16
  815. Sprint = false
  816.         walkon1 = false
  817.       idle = true
  818.       walk = true
  819.       walk1 = true
  820. end
  821. end)
  822.  
  823.  
  824. d = {}
  825. function iteffect()
  826.  
  827. coroutine.resume(coroutine.create(function()
  828.  
  829. for i = 1, 10 do
  830. effect = Instance.new("Part", workspace)
  831. effect.Anchored = true
  832. effect.CanCollide = false
  833. effect.Size = Vector3.new(0.2, 3, 0.2)
  834. effect.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  835. effect.Transparency = 0
  836. effect.Material = "Neon"
  837. effect.BrickColor = BrickColor.new("White")
  838. table.insert(d, effect)
  839. game:GetService("Debris"):AddItem(effect, 0.3)
  840. end
  841.  
  842. coroutine.resume(coroutine.create(function()
  843. for i = 1, 10 do
  844. for i,e in pairs(d) do
  845. e.CFrame = e.CFrame * CFrame.new(0, math.random(0, 10)/10, 0)
  846. e.Transparency = e.Transparency + 0.1
  847. end
  848. wait(0.01)
  849. end
  850.  
  851. end))
  852. end))
  853.  
  854.  
  855. end
  856. mouse.KeyDown:connect(function(k)
  857. if k == "r" and mouse.Target then
  858. oldpos = char.HumanoidRootPart.Position
  859. iteffect()
  860. char.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.p + Vector3.new(0, 2.5, 0))
  861. char.HumanoidRootPart.CFrame = CFrame.new(char.HumanoidRootPart.Position, oldpos) * CFrame.Angles(0, math.rad(180), 0)
  862. iteffect()
  863.  
  864.  local tele = Instance.new("Sound",char)
  865.       tele.SoundId = "rbxassetid://153613030"
  866.       tele.Volume = 3
  867.       tele:Play()
  868. wait(0.1)
  869. d = {}
  870. end
  871. end)
  872.  
  873.  
  874. local Parasyte2 = false
  875. local Parasyte = false
  876. mouse.KeyDown:connect(function(k)
  877. if k == "v"  then
  878.       if Parasyte == false then
  879.         if Parasyte2 == false then
  880.         Parasyte = true
  881.           local naeeym = Instance.new("BillboardGui",char)
  882. naeeym.Size = UDim2.new(0,100,0,40)
  883. naeeym.StudsOffset = Vector3.new(0,2,0)
  884. naeeym.Adornee = char.Head
  885. local tecks = Instance.new("TextLabel",naeeym)
  886. tecks.BackgroundTransparency = 1
  887. tecks.BorderSizePixel = 0
  888. tecks.Text = "Parasite"
  889. tecks.Font = "Fantasy"
  890. tecks.FontSize = "Size36"
  891. tecks.TextStrokeTransparency = 0.5
  892. tecks.TextColor3 = Color3.new(1,1,1)
  893. rrer = BrickColor.new("White")
  894. tecks.TextStrokeColor3 = rrer.Color
  895. tecks.Size = UDim2.new(1,0,0.5,0)
  896. game.workspace.Base.BrickColor = BrickColor.new("White")
  897. game.workspace.Base.Material = "SmoothPlastic"
  898. local l = game.Lighting
  899. local sky = Instance.new("Sky",l)
  900. sky.CelestialBodiesShown = false
  901. sky.SkyboxBk = "http://www.roblox.com/asset/?id=149677023"
  902. sky.SkyboxDn = "http://www.roblox.com/asset/?id=149677032"
  903. sky.SkyboxFt = "http://www.roblox.com/asset/?id=149677047"
  904. sky.SkyboxLf = "http://www.roblox.com/asset/?id=149677062"
  905. sky.SkyboxRt = "http://www.roblox.com/asset/?id=149677070"
  906. sky.SkyboxUp = "http://www.roblox.com/asset/?id=149677086"
  907. sky.StarCount = 50
  908. sky.Name = "GreenSpace"
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.          
  916. function sandbox(var,func)
  917.     local env = getfenv(func)
  918.     local newenv = setmetatable({},{
  919.         __index = function(self,k)
  920.             if k=="script" then
  921.                 return var
  922.             else
  923.                 return env[k]
  924.             end
  925.         end,
  926.     })
  927.     setfenv(func,newenv)
  928.     return func
  929. end
  930. cors = {}
  931. mas = Instance.new("Model",game:GetService("Lighting"))
  932. Part0 = Instance.new("Part")
  933. SpecialMesh1 = Instance.new("SpecialMesh")
  934.  
  935. Part3 = Instance.new("Part")
  936. CylinderMesh4 = Instance.new("CylinderMesh")
  937.  
  938. Part6 = Instance.new("Part")
  939. SpecialMesh7 = Instance.new("SpecialMesh")
  940.  
  941. Part9 = Instance.new("Part")
  942. CylinderMesh10 = Instance.new("CylinderMesh")
  943.  
  944. Part12 = Instance.new("Part")
  945. CylinderMesh13 = Instance.new("CylinderMesh")
  946.  
  947. Part15 = Instance.new("Part")
  948. CylinderMesh16 = Instance.new("CylinderMesh")
  949.  
  950. Part18 = Instance.new("Part")
  951. CylinderMesh19 = Instance.new("CylinderMesh")
  952.  
  953. Part21 = Instance.new("Part")
  954. CylinderMesh22 = Instance.new("CylinderMesh")
  955.  
  956. Part24 = Instance.new("Part")
  957. CylinderMesh25 = Instance.new("CylinderMesh")
  958.  
  959. Part27 = Instance.new("Part")
  960. CylinderMesh28 = Instance.new("CylinderMesh")
  961.  
  962. Part30 = Instance.new("Part")
  963. SpecialMesh31 = Instance.new("SpecialMesh")
  964.  
  965. Part33 = Instance.new("Part")
  966. CylinderMesh34 = Instance.new("CylinderMesh")
  967.  
  968. Part36 = Instance.new("Part")
  969. CylinderMesh37 = Instance.new("CylinderMesh")
  970.  
  971. Part39 = Instance.new("Part")
  972. CylinderMesh40 = Instance.new("CylinderMesh")
  973.  
  974. Part42 = Instance.new("Part")
  975. CylinderMesh43 = Instance.new("CylinderMesh")
  976.  
  977. Part45 = Instance.new("Part")
  978. CylinderMesh46 = Instance.new("CylinderMesh")
  979.  
  980. Part48 = Instance.new("Part")
  981. SpecialMesh49 = Instance.new("SpecialMesh")
  982.  
  983. Part51 = Instance.new("Part")
  984. SpecialMesh52 = Instance.new("SpecialMesh")
  985. Weld53 = Instance.new("Weld")
  986. Weld54 = Instance.new("Weld")
  987. Weld55 = Instance.new("Weld")
  988. Weld56 = Instance.new("Weld")
  989. Weld57 = Instance.new("Weld")
  990. Weld58 = Instance.new("Weld")
  991. Weld59 = Instance.new("Weld")
  992. Weld60 = Instance.new("Weld")
  993. Weld61 = Instance.new("Weld")
  994. Weld62 = Instance.new("Weld")
  995. Weld63 = Instance.new("Weld")
  996. Weld64 = Instance.new("Weld")
  997. Weld65 = Instance.new("Weld")
  998. Weld66 = Instance.new("Weld")
  999. Weld67 = Instance.new("Weld")
  1000. Weld68 = Instance.new("Weld")
  1001. Weld69 = Instance.new("Weld")
  1002. Part0.Parent = mas
  1003. Part0.BrickColor = BrickColor.new("Really black")
  1004. Part0.Rotation = Vector3.new(-157.589996, 5.42999983, -25.0699997)
  1005. Part0.CanCollide = false
  1006. Part0.FormFactor = Enum.FormFactor.Plate
  1007. Part0.Size = Vector3.new(1, 0.400000006, 1)
  1008. 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)
  1009. Part0.BottomSurface = Enum.SurfaceType.Smooth
  1010. Part0.TopSurface = Enum.SurfaceType.Smooth
  1011. Part0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1012. Part0.Position = Vector3.new(-9.89037609, 3.50908041, -10.3584547)
  1013. Part0.Orientation = Vector3.new(-22.2999992, 174.12999, 157.169998)
  1014. Part0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1015. SpecialMesh1.Parent = Part0
  1016. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=32054761"
  1017. SpecialMesh1.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1018. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  1019. SpecialMesh1.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1020.  
  1021. Part3.Parent = mas
  1022. Part3.BrickColor = BrickColor.new("Really black")
  1023. Part3.Rotation = Vector3.new(95.5299988, 46.0099983, 13.6199999)
  1024. Part3.CanCollide = false
  1025. Part3.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1026. 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)
  1027. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1028. Part3.Position = Vector3.new(-4.78088474, 4.44901085, -11.175416)
  1029. Part3.Orientation = Vector3.new(43.7299995, 95.3099976, 111.279999)
  1030. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1031. CylinderMesh4.Parent = Part3
  1032.  
  1033. Part6.Parent = mas
  1034. Part6.BrickColor = BrickColor.new("Really black")
  1035. Part6.Rotation = Vector3.new(-168.089996, 13.04, 178.860001)
  1036. Part6.CanCollide = false
  1037. Part6.Size = Vector3.new(2.32800007, 1.60000014, 0.441999972)
  1038. 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)
  1039. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1040. Part6.Position = Vector3.new(-5.08431911, 4.76196146, -9.52349854)
  1041. Part6.Orientation = Vector3.new(-11.5999994, 166.690002, 1.57999992)
  1042. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1043. SpecialMesh7.Parent = Part6
  1044. SpecialMesh7.MeshId = "http://www.roblox.com/asset/?id=37241605"
  1045. SpecialMesh7.Scale = Vector3.new(2, 2, 2)
  1046. SpecialMesh7.VertexColor = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1047. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  1048. SpecialMesh7.Scale = Vector3.new(2, 2, 2)
  1049.  
  1050. Part9.Parent = mas
  1051. Part9.BrickColor = BrickColor.new("Really black")
  1052. Part9.Rotation = Vector3.new(115.449997, -34.8899994, 9.77999973)
  1053. Part9.CanCollide = false
  1054. Part9.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1055. 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)
  1056. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1057. Part9.Position = Vector3.new(-9.2961607, 4.97208929, -10.7380867)
  1058. Part9.Orientation = Vector3.new(47.7899971, -121.639999, -119.979996)
  1059. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1060. CylinderMesh10.Parent = Part9
  1061.  
  1062. Part12.Parent = mas
  1063. Part12.BrickColor = BrickColor.new("Really black")
  1064. Part12.Rotation = Vector3.new(89.3899994, 50.4799995, -103.849998)
  1065. Part12.CanCollide = false
  1066. Part12.Size = Vector3.new(1.15999997, 1.14000022, 0.430000007)
  1067. 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)
  1068. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1069. Part12.Position = Vector3.new(-5.557374, 4.51759434, -13.4549561)
  1070. Part12.Orientation = Vector3.new(39.5200005, 89.5, -14.6399994)
  1071. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1072. CylinderMesh13.Parent = Part12
  1073.  
  1074. Part15.Parent = mas
  1075. Part15.BrickColor = BrickColor.new("Really black")
  1076. Part15.Rotation = Vector3.new(80.1299973, -12.29, -56.6100006)
  1077. Part15.CanCollide = false
  1078. Part15.Size = Vector3.new(1.15999997, 1.36000025, 0.430000007)
  1079. 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)
  1080. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1081. Part15.Position = Vector3.new(-5.38259745, 2.7325983, -12.6629)
  1082. Part15.Orientation = Vector3.new(74.2799988, -51.7999992, -107.349998)
  1083. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1084. CylinderMesh16.Parent = Part15
  1085.  
  1086. Part18.Parent = mas
  1087. Part18.BrickColor = BrickColor.new("Really black")
  1088. Part18.Rotation = Vector3.new(85.0199966, -0.00999999978, 0)
  1089. Part18.CanCollide = false
  1090. Part18.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1091. 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)
  1092. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1093. Part18.Position = Vector3.new(-9.75036049, 2.86614418, -11.2446823)
  1094. Part18.Orientation = Vector3.new(85.0199966, -0.0700000003, -0.0799999982)
  1095. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1096. CylinderMesh19.Parent = Part18
  1097.  
  1098. Part21.Parent = mas
  1099. Part21.BrickColor = BrickColor.new("Really black")
  1100. Part21.Rotation = Vector3.new(105.959999, 29.9200001, -23.4599991)
  1101. Part21.CanCollide = false
  1102. Part21.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1103. 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)
  1104. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1105. Part21.Position = Vector3.new(-4.9343276, 4.77753687, -12.7583609)
  1106. Part21.Orientation = Vector3.new(56.4499969, 115.540001, 96.3600006)
  1107. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1108. CylinderMesh22.Parent = Part21
  1109.  
  1110. Part24.Parent = mas
  1111. Part24.BrickColor = BrickColor.new("Really black")
  1112. Part24.Rotation = Vector3.new(85.0199966, -0.00999999978, 36)
  1113. Part24.CanCollide = false
  1114. Part24.Size = Vector3.new(1.15999997, 2.46000028, 0.430000007)
  1115. 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)
  1116. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1117. Part24.Position = Vector3.new(-9.15343475, 2.75214767, -12.8947067)
  1118. Part24.Orientation = Vector3.new(85.0199966, -0.0799999982, 35.9199982)
  1119. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1120. CylinderMesh25.Parent = Part24
  1121.  
  1122. Part27.Parent = mas
  1123. Part27.BrickColor = BrickColor.new("Really black")
  1124. Part27.Rotation = Vector3.new(85.0199966, -0.00999999978, 128)
  1125. Part27.CanCollide = false
  1126. Part27.Size = Vector3.new(1.15999997, 2.72000027, 0.430000007)
  1127. 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)
  1128. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1129. Part27.Position = Vector3.new(-7.51693249, 2.80680275, -13.0225782)
  1130. Part27.Orientation = Vector3.new(85.0199966, -0.0799999982, 127.919998)
  1131. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1132. CylinderMesh28.Parent = Part27
  1133.  
  1134. Part30.Parent = mas
  1135. Part30.BrickColor = BrickColor.new("Really black")
  1136. Part30.Rotation = Vector3.new(-156.029999, 10.8800001, 48.6100006)
  1137. Part30.CanCollide = false
  1138. Part30.FormFactor = Enum.FormFactor.Plate
  1139. Part30.Size = Vector3.new(1, 0.400000006, 1)
  1140. 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)
  1141. Part30.BottomSurface = Enum.SurfaceType.Smooth
  1142. Part30.TopSurface = Enum.SurfaceType.Smooth
  1143. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1144. Part30.Position = Vector3.new(-8.85424137, 5.01109123, -9.78563499)
  1145. Part30.Orientation = Vector3.new(-23.5100002, 168.119995, -126.599998)
  1146. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1147. SpecialMesh31.Parent = Part30
  1148. SpecialMesh31.MeshId = "http://www.roblox.com/asset/?id=32054761"
  1149. SpecialMesh31.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1150. SpecialMesh31.MeshType = Enum.MeshType.FileMesh
  1151. SpecialMesh31.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1152.  
  1153. Part33.Parent = mas
  1154. Part33.BrickColor = BrickColor.new("Really black")
  1155. Part33.Rotation = Vector3.new(89.3899994, 50.4799995, -173.849991)
  1156. Part33.CanCollide = false
  1157. Part33.Size = Vector3.new(1.15999997, 1.11000025, 0.430000007)
  1158. 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)
  1159. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1160. Part33.Position = Vector3.new(-5.91140747, 4.13504839, -12.8911753)
  1161. Part33.Orientation = Vector3.new(39.5200005, 89.5, -84.6399994)
  1162. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1163. CylinderMesh34.Parent = Part33
  1164.  
  1165. Part36.Parent = mas
  1166. Part36.BrickColor = BrickColor.new("Really black")
  1167. Part36.Rotation = Vector3.new(100.610001, -13.7999992, -138.940002)
  1168. Part36.CanCollide = false
  1169. Part36.Size = Vector3.new(1.15999997, 1.14000022, 0.430000007)
  1170. 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)
  1171. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1172. Part36.Position = Vector3.new(-6.02700615, 2.85732889, -12.6891441)
  1173. Part36.Orientation = Vector3.new(72.6500015, -126.839996, 92.9399948)
  1174. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1175. CylinderMesh37.Parent = Part36
  1176.  
  1177. Part39.Parent = mas
  1178. Part39.BrickColor = BrickColor.new("Really black")
  1179. Part39.Rotation = Vector3.new(115.449997, -34.8899994, 137.779999)
  1180. Part39.CanCollide = false
  1181. Part39.Size = Vector3.new(1.15999997, 2.02000022, 0.430000007)
  1182. 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)
  1183. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1184. Part39.Position = Vector3.new(-7.23414993, 4.57423878, -12.9809465)
  1185. Part39.Orientation = Vector3.new(47.7899971, -121.639999, 8.0199995)
  1186. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1187. CylinderMesh40.Parent = Part39
  1188.  
  1189. Part42.Parent = mas
  1190. Part42.BrickColor = BrickColor.new("Really black")
  1191. Part42.Rotation = Vector3.new(80.1299973, -12.29, -22.6199989)
  1192. Part42.CanCollide = false
  1193. Part42.Size = Vector3.new(1.15999997, 1.7900002, 0.430000007)
  1194. 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)
  1195. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1196. Part42.Position = Vector3.new(-4.59234619, 2.72386813, -11.489871)
  1197. Part42.Orientation = Vector3.new(74.2799988, -51.7999992, -73.3600006)
  1198. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1199. CylinderMesh43.Parent = Part42
  1200.  
  1201. Part45.Parent = mas
  1202. Part45.BrickColor = BrickColor.new("Really black")
  1203. Part45.Rotation = Vector3.new(115.449997, -34.8899994, 45.7799988)
  1204. Part45.CanCollide = false
  1205. Part45.Size = Vector3.new(1.15999997, 2.46000028, 0.430000007)
  1206. 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)
  1207. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1208. Part45.Position = Vector3.new(-8.50386047, 5.28740215, -12.4261913)
  1209. Part45.Orientation = Vector3.new(47.7899971, -121.639999, -83.9799957)
  1210. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1211. CylinderMesh46.Parent = Part45
  1212.  
  1213. Part48.Parent = mas
  1214. Part48.BrickColor = BrickColor.new("Really black")
  1215. Part48.Rotation = Vector3.new(-167.470001, -17.2799988, -115.829994)
  1216. Part48.CanCollide = false
  1217. Part48.Size = Vector3.new(2.32800007, 1.60000014, 0.441999972)
  1218. 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)
  1219. Part48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1220. Part48.Position = Vector3.new(-3.49167085, 2.92708683, -10.3676844)
  1221. Part48.Orientation = Vector3.new(-11.96, -162.319992, 60.3899994)
  1222. Part48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1223. SpecialMesh49.Parent = Part48
  1224. SpecialMesh49.MeshId = "http://www.roblox.com/asset/?id=37241605"
  1225. SpecialMesh49.Scale = Vector3.new(2, 2, 2)
  1226. SpecialMesh49.VertexColor = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1227. SpecialMesh49.MeshType = Enum.MeshType.FileMesh
  1228. SpecialMesh49.Scale = Vector3.new(2, 2, 2)
  1229.  
  1230. Part51.Name = "REF"
  1231. local  rwz = new("Weld", Part51)
  1232.    rwz.Part0 = Part51
  1233.    rwz.Part1 = char.UpperTorso
  1234.  
  1235. Part51.Parent = mas
  1236. Part51.Rotation = Vector3.new(180, 0.0199999996, -180)
  1237. Part51.CanCollide = false
  1238. Part51.FormFactor = Enum.FormFactor.Symmetric
  1239. Part51.Size = Vector3.new(2, 2, 1)
  1240. 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)
  1241. Part51.BottomSurface = Enum.SurfaceType.Smooth
  1242. Part51.TopSurface = Enum.SurfaceType.Smooth
  1243. Part51.Position = Vector3.new(-6.27533007, 3.1627059, -11.6517324)
  1244. Part51.Orientation = Vector3.new(0, 179.979996, 0)
  1245. Part51.Transparency = 1
  1246. SpecialMesh52.Parent = Part51
  1247. SpecialMesh52.MeshId = "rbxasset://fonts/torso.mesh"
  1248. SpecialMesh52.MeshType = Enum.MeshType.FileMesh
  1249. Weld53.Name = "BTWeld"
  1250. Weld53.Parent = Part51
  1251. 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)
  1252. Weld53.Part0 = Part51
  1253. Weld53.Part1 = Part0
  1254. Weld54.Name = "BTWeld"
  1255. Weld54.Parent = Part51
  1256. 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)
  1257. Weld54.Part0 = Part51
  1258. Weld54.Part1 = Part3
  1259. Weld55.Name = "BTWeld"
  1260. Weld55.Parent = Part51
  1261. 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)
  1262. Weld55.Part0 = Part51
  1263. Weld55.Part1 = Part6
  1264. Weld56.Name = "BTWeld"
  1265. Weld56.Parent = Part51
  1266. 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)
  1267. Weld56.Part0 = Part51
  1268. Weld56.Part1 = Part9
  1269. Weld57.Name = "BTWeld"
  1270. Weld57.Parent = Part51
  1271. 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)
  1272. Weld57.Part0 = Part51
  1273. Weld57.Part1 = Part12
  1274. Weld58.Name = "BTWeld"
  1275. Weld58.Parent = Part51
  1276. 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)
  1277. Weld58.Part0 = Part51
  1278. Weld58.Part1 = Part15
  1279. Weld59.Name = "BTWeld"
  1280. Weld59.Parent = Part51
  1281. 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)
  1282. Weld59.Part0 = Part51
  1283. Weld59.Part1 = Part18
  1284. Weld60.Name = "BTWeld"
  1285. Weld60.Parent = Part51
  1286. 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)
  1287. Weld60.Part0 = Part51
  1288. Weld60.Part1 = Part21
  1289. Weld61.Name = "BTWeld"
  1290. Weld61.Parent = Part51
  1291. 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)
  1292. Weld61.Part0 = Part51
  1293. Weld61.Part1 = Part24
  1294. Weld62.Name = "BTWeld"
  1295. Weld62.Parent = Part51
  1296. 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)
  1297. Weld62.Part0 = Part51
  1298. Weld62.Part1 = Part27
  1299. Weld63.Name = "BTWeld"
  1300. Weld63.Parent = Part51
  1301. 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)
  1302. Weld63.Part0 = Part51
  1303. Weld63.Part1 = Part30
  1304. Weld64.Name = "BTWeld"
  1305. Weld64.Parent = Part51
  1306. 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)
  1307. Weld64.Part0 = Part51
  1308. Weld64.Part1 = Part33
  1309. Weld65.Name = "BTWeld"
  1310. Weld65.Parent = Part51
  1311. 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)
  1312. Weld65.Part0 = Part51
  1313. Weld65.Part1 = Part36
  1314. Weld66.Name = "BTWeld"
  1315. Weld66.Parent = Part51
  1316. 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)
  1317. Weld66.Part0 = Part51
  1318. Weld66.Part1 = Part39
  1319. Weld67.Name = "BTWeld"
  1320. Weld67.Parent = Part51
  1321. 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)
  1322. Weld67.Part0 = Part51
  1323. Weld67.Part1 = Part42
  1324. Weld68.Name = "BTWeld"
  1325. Weld68.Parent = Part51
  1326. 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)
  1327. Weld68.Part0 = Part51
  1328. Weld68.Part1 = Part45
  1329. Weld69.Name = "BTWeld"
  1330. Weld69.Parent = Part51
  1331. 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)
  1332. Weld69.Part0 = Part51
  1333. Weld69.Part1 = Part48
  1334. for i,v in pairs(mas:GetChildren()) do
  1335.     v.Parent = game:GetService("Players").LocalPlayer.Character
  1336.     pcall(function() v:MakeJoints() end)
  1337. end
  1338. mas:Destroy()
  1339. for i,v in pairs(cors) do
  1340.     spawn(function()
  1341.         pcall(v)
  1342.     end)
  1343. end
  1344.  
  1345.  
  1346. plr = game.Players.LocalPlayer
  1347.  
  1348. part = nil
  1349. bp = nil
  1350. particles = nil
  1351.  
  1352.    
  1353.  
  1354.  
  1355.  
  1356.  
  1357.         end
  1358.         end
  1359.       elseif parasyte == true then
  1360.        
  1361.       Parasyte = false
  1362.       print("work")
  1363.      
  1364.       end
  1365.     end)
  1366.  
  1367. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement