Advertisement
Dark_EccentricYT

Untitled

Oct 22nd, 2017
2,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.94 KB | None | 0 0
  1.  
  2. -- == Nightmares' Axe by Yourfirstnightmare == --
  3. -- == Also known as Kyndre, If this is leaked keep credits pleaase. == --
  4. -- == Enjoy... -- ==
  5. local p = game.Players.LocalPlayer
  6. local char = p.Character
  7. local mouse = p:GetMouse()
  8. local larm = char["Left Arm"]
  9. local rarm = char["Right Arm"]
  10. local lleg = char["Left Leg"]
  11. local rleg = char["Right Leg"]
  12. local euler=CFrame.fromEulerAnglesXYZ
  13. local hed = char.Head
  14. local torso = char.Torso
  15. local hum = char.Humanoid
  16. local root = char.HumanoidRootPart
  17. local rj=root.RootJoint
  18. local slashing=false
  19. local canwalk = true
  20. local canwalk1 = true
  21. local canidle = true
  22. local rs = game:GetService("RunService").RenderStepped
  23. local new = Instance.new
  24. local v3 = Vector3.new
  25. local ns = NumberSequence.new
  26. local nr = NumberRange.new
  27. local Create = LoadLibrary("RbxUtility").Create
  28. local bc = BrickColor.new
  29. local cf = CFrame.new
  30. attacking = false
  31. local cfa = CFrame.Angles
  32. local rad = math.rad
  33. local swingdb=false
  34. sine = 0
  35. --------------------------
  36. screengui=Instance.new("ScreenGui",p.PlayerGui)wide=Instance.new("Frame")
  37. textbox=Instance.new("TextBox")spin=Instance.new("Frame")
  38. textbox_2=Instance.new("TextBox")smash=Instance.new("Frame")
  39. textbox_3=Instance.new("TextBox")wide.Transparency=1;wide.Name="wide"
  40. wide.Size=UDim2.new(0,100,0,30)wide.BackgroundColor3=Color3.new(1,1,1)
  41. wide.BackgroundTransparency=1;wide.Position=UDim2.new(0.85,0,0.7,0)wide.Parent=screengui
  42. textbox.TextWrapped=true;textbox.TextScaled=true;textbox.BackgroundTransparency=.8
  43. textbox.TextSize=30;textbox.FontSize=11;textbox.BorderSizePixel=2
  44. textbox.Transparency=.8;textbox.BackgroundColor3=Color3.new(1,1,1)textbox.Font=5
  45. textbox.Size=UDim2.new(1,0,1,0)textbox.Text="(E) Axe swing"textbox.Parent=wide;spin.Transparency=1
  46. textbox.TextColor3=Color3.new(0,0,0)
  47. spin.Name="spin"spin.Size=UDim2.new(0,100,0,30)
  48. spin.BackgroundColor3=Color3.new(1,1,1)spin.BackgroundTransparency=1
  49. spin.Position=UDim2.new(0.85,0,0.7,40)spin.Parent=screengui;textbox_2.TextWrapped=true
  50. textbox_2.TextScaled=true;textbox_2.BackgroundTransparency=.8;textbox_2.TextSize=35
  51. textbox_2.FontSize=8;textbox_2.BorderSizePixel=2;textbox_2.Transparency=.8
  52. textbox_2.TextTransparency=0
  53. textbox_2.TextColor3=Color3.new(0,0,0)
  54. textbox_2.BackgroundColor3=Color3.new(1,1,1)textbox_2.Font=5;textbox_2.Size=UDim2.new(1,0,1,0)
  55. textbox_2.Text="(R) Whirl"textbox_2.Parent=spin;smash.Transparency=1;smash.Name="smash"
  56. smash.Size=UDim2.new(0,100,0,30)smash.BackgroundColor3=Color3.new(1,1,1)
  57. smash.BackgroundTransparency=1;smash.Position=UDim2.new(0.85,0,0.7,-40)
  58. smash.Parent=screengui;textbox_3.TextWrapped=true;textbox_3.TextScaled=true
  59. textbox_3.BackgroundTransparency=.8;textbox_3.TextSize=30;textbox_3.FontSize=11
  60. textbox_3.BorderSizePixel=2;textbox_3.Transparency=.8
  61. textbox_3.BackgroundColor3=Color3.new(1,1,1)textbox_3.Font=5;textbox_3.Size=UDim2.new(1,0,1,0)
  62. textbox_3.Text="(F) Ground smash"textbox_3.Parent=smash
  63. textbox_3.TextTransparency=0
  64. textbox_3.TextColor3=Color3.new(0,0,0)
  65. textbox.TextTransparency=0
  66. decapitate=Instance.new("Frame")
  67. textbox_4=Instance.new("TextBox")decapitate.Transparency=1;decapitate.Name="decapitate"
  68. decapitate.Size=UDim2.new(0,100,0,30)decapitate.BackgroundColor3=Color3.new(1,1,1)
  69. decapitate.BackgroundTransparency=1;decapitate.Position=UDim2.new(0.85,0,0.7,80)
  70. decapitate.Parent=screengui;textbox_4.TextWrapped=true;textbox_4.TextScaled=true
  71. textbox_4.BackgroundTransparency=0.8;textbox_4.TextSize=35;textbox_4.FontSize=8;textbox_4.BorderSizePixel=2
  72. textbox_4.Transparency=0.8;textbox_4.BackgroundColor3=Color3.new(1,1,1)textbox_4.Font=5
  73. textbox_4.Size=UDim2.new(1,0,1,0)textbox_4.Text="(Q) Decapitate"textbox_4.Parent=decapitate
  74. textbox_4.TextTransparency=0
  75. textbox_3.TextColor3=Color3.new(0,0,0)
  76. textbox_4.TextColor3=Color3.new(0,0,0)
  77. textbox.TextColor3=Color3.new(0,0,0)
  78. --------------------------
  79. local inputserv=game:GetService("UserInputService")
  80. local folder=Instance.new("Folder",char)
  81. folder.Name = "Cooldowns"
  82. local axecd=Instance.new("BoolValue",folder);axecd.Name="axeCD"
  83. local whirlcd=Instance.new("BoolValue",folder);whirlcd.Name="whirlCD"
  84. local smashcd=Instance.new("BoolValue",folder);smashcd.Name="smashCD"
  85. local decapcd=Instance.new("BoolValue",folder);decapcd.Name="decapitateCD"
  86. local cooldown = function(length,target,spellname,db)
  87. coroutine.wrap(function()
  88. repeat
  89. wait()
  90. length = length -.1
  91. target.Text ="(" .. length .. ")"
  92. until length <= 1
  93. target.Text = spellname
  94. db.Value = false
  95. end)()
  96. end
  97. --------------------------
  98. function NoOutline(Part)
  99. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  100. end
  101. db=game:GetService('Debris')
  102. function Debris(item,timer)
  103. db:AddItem(item,timer)
  104. end
  105. function Lerp(a,b,c)
  106. return a:lerp(b,c)
  107. end
  108. ArtificialHB = Create("BindableEvent", script){
  109. Parent = script,
  110. Name = "Heartbeat",
  111. }
  112. script:WaitForChild("Heartbeat")
  113. frame = 1 / 30
  114. tf = 0
  115. allowframeloss = false
  116. tossremainder = false
  117. lastframe = tick()
  118. script.Heartbeat:Fire()
  119. game:GetService("RunService").Heartbeat:connect(function(s, p)
  120. tf = tf + s
  121. if tf >= frame then
  122. if allowframeloss then
  123. script.Heartbeat:Fire();lastframe = tick()
  124. else for i = 1, math.floor(tf / frame) do
  125. script.Heartbeat:Fire()
  126. end
  127. lastframe = tick()
  128. end if tossremainder then tf = 0
  129. else tf = tf - frame * math.floor(tf / frame)
  130. end end end)
  131. function swait(num)
  132. if num == 0 or num == nil then
  133. ArtificialHB.Event:wait()
  134. else
  135. for i = 0, num do
  136. ArtificialHB.Event:wait()
  137. end
  138. end
  139. end
  140. ----------------------------------------------------
  141.  
  142. function fxpart(targetpos)
  143. local velpart=Instance.new("Part",workspace)
  144. velpart.CFrame = targetpos.CFrame*CFrame.new(0,1,0)
  145. velpart.Velocity= Vector3.new(math.random(-25,25),math.random(20,60),math.random(-25,25))
  146. velpart.CanCollide=false
  147. velpart.Size = Vector3.new(1,1,1)
  148. velpart.Transparency=1
  149. return velpart
  150. end
  151. function show(target,text,timer)
  152. text = text or ""
  153. local fx=fxpart(target)
  154. local bbg=Instance.new("BillboardGui",fx)
  155. Debris(fx,timer)
  156. Debris(bbg,timer)
  157. bbg.StudsOffset=Vector3.new(0,2,0)
  158. bbg.Size = UDim2.new(3,0,3,0)
  159. bbg.AlwaysOnTop=true
  160. local tlabel=Instance.new("TextLabel",bbg)
  161. tlabel.Size = UDim2.new(1,0,1,0)
  162. tlabel.TextScaled=true
  163. tlabel.Text=text
  164. tlabel.BackgroundTransparency=1
  165. end
  166. takedmg=function(hum,min,max,knockback)
  167. local knockb=Instance.new("BodyVelocity")
  168. knockb.MaxForce=Vector3.new(4000,1000,4000)
  169. if knockback>1 then
  170. if hum.Parent:findFirstChild("Head") then
  171. knockb.Parent = hum.Parent.Head
  172. Debris(knockb,.2)
  173. knockb.Velocity = torso.CFrame.lookVector*knockback
  174. local dmg=math.random(min,max)
  175. hum:TakeDamage(dmg)
  176. show(hum.Parent.Head,dmg,3)
  177. end
  178. else local dmg=hum:TakeDamage(min,max);show(hum.Parent.Head,dmg,3)
  179. end
  180. end
  181. local sound = Instance.new("Sound",torso)
  182. sound.SoundId="rbxassetid://231917871"
  183. sound2=Instance.new("Sound",torso)
  184. sound2.SoundId="rbxassetid://710036613"
  185. cut = Instance.new("Sound",torso)
  186. cut.SoundId="rbxassetid://429400881"
  187. ----------------------------------------------------
  188. --AXE generation
  189.  
  190. New = function(Object, Parent, Name, Data)
  191. local Object = Instance.new(Object)
  192. for Index, Value in pairs(Data or {}) do
  193. Object[Index] = Value
  194. end
  195. Object.Parent = Parent
  196. Object.Name = Name
  197. return Object
  198. end
  199.  
  200. HandL = New("Part",char,"HandL",{BrickColor = BrickColor.new("Burnt Sienna"),Material = Enum.Material.Wood,Size = Vector3.new(0.5, 5.5999999, 0.5),CFrame = CFrame.new(2.22001171, 3.02700567, 17.8400173, 1.0000062, -9.53681592e-07, 8.94073594e-07, -1.19195079e-07, 1.00000095, 3.17847793e-08, 2.98028567e-07, 2.78228285e-08, 1.00000715),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.415686, 0.223529, 0.0352941),})
  201. eeeg = New("Part",HandL,"eeeg",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 2, 0.5),CFrame = CFrame.new(2.21999168, 6.80004835, 17.8400211, 1.0000124, 2.56300791e-06, -2.9206667e-06, 4.17235611e-07, -1.00000191, -3.37739827e-08, -5.36448965e-07, -8.54409379e-08, -1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  202. Mesh = New("CylinderMesh",eeeg,"Mesh",{Scale = Vector3.new(1.14999998, 1, 1.14999998),})
  203. Joint = New("Weld",eeeg,"Joint",{Part0 = eeeg,Part1 = HandL,C0 = CFrame.new(1.02519989e-05, 3.77303553, 3.81469727e-06, 1.0000062, 5.36430946e-07, -8.3447344e-07, 1.60931552e-06, -1.00000095, -5.7618152e-08, -2.02657407e-06, -1.98921413e-09, -1.00000715),})
  204. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 2.20000005, 0.5),CFrame = CFrame.new(2.22001719, 1.47200155, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  205. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  206. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-1.43051147e-06, 1.55500126, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  207. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.2200098, 3.92201042, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  208. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  209. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-4.76837158e-07, -0.89500308, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  210. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001052, 3.72200918, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  211. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  212. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-4.76837158e-07, -0.695002317, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  213. Part = New("Part",HandL,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.900000095, 2, 0.400000006),CFrame = CFrame.new(2.21998835, 6.80004692, 17.239996, 4.67703603e-06, -4.17237106e-06, -1.0000124, 2.10601726e-07, 1.00000191, -2.02658111e-06, 1.00001431, -9.13845923e-08, 2.29282227e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  214. Joint = New("Weld",Part,"Joint",{Part0 = Part,Part1 = HandL,C0 = CFrame.new(0.600011826, -3.7730341, -4.76837158e-06, 3.78293271e-06, 1.78817004e-07, 1.00000715, -3.21866855e-06, 1.00000095, -1.19205637e-07, -1.0000062, -2.14577494e-06, 2.59083413e-06),})
  215. Part = New("Part",HandL,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.900000095, 2, 0.400000006),CFrame = CFrame.new(2.21999502, 6.80004644, 18.4400425, -4.58961222e-06, -4.17237106e-06, 1.0000124, -2.10601684e-07, 1.00000191, 2.02658111e-06, -1.00001431, -9.13847202e-08, -2.205398e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  216. Joint = New("Weld",Part,"Joint",{Part0 = Part,Part1 = HandL,C0 = CFrame.new(0.600017548, -3.77303362, 3.81469727e-06, -3.69550935e-06, -1.78816947e-07, -1.00000715, -3.21866855e-06, 1.00000095, -1.19205765e-07, 1.0000062, 2.14577494e-06, -2.50341054e-06),})
  217. ddddddddd = New("Part",HandL,"ddddddddd",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Metal,Size = Vector3.new(0.399999976, 0.5, 1.99999988),CFrame = CFrame.new(2.21998596, 6.80004692, 16.5399723, -1.0000124, -2.86106069e-06, 2.44379839e-06, -2.98027004e-07, -2.10601129e-07, -1.00000191, 4.76843411e-07, -1.00001431, 9.13884719e-08),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  218. Mesh = New("SpecialMesh",ddddddddd,"Mesh",{MeshType = Enum.MeshType.Torso,})
  219. Joint = New("Weld",ddddddddd,"Joint",{Part0 = ddddddddd,Part1 = HandL,C0 = CFrame.new(-1.28746033e-05, -1.30002594, 3.77303457, -1.0000062, -4.17222452e-07, 7.74868226e-07, -1.96696874e-06, -1.7881618e-07, -1.00000715, 1.49010668e-06, -1.00000095, 1.19210029e-07),})
  220. Hitbox = New("Part",HandL,"Hitbox",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Transparency = 1,Transparency = 1,Size = Vector3.new(3.59999871, 2.69999933, 0.600000024),CFrame = CFrame.new(2.22000647, 6.75003195, 17.8900318, -1.60932836e-06, -1.4901234e-06, 1.0000031, -6.15879401e-08, 1.00000048, 9.53683752e-07, -1.00000358, -3.17832267e-08, -1.01327976e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  221. Joint = New("Weld",Hitbox,"Joint",{Part0 = Hitbox,Part1 = HandL,C0 = CFrame.new(0.0500144958, -3.72302461, -2.38418579e-07, -1.31130685e-06, -5.96063998e-08, -1.00000358, -1.07288145e-06, 1.00000048, -2.98026848e-08, 1.0000031, 5.3644078e-07, -7.15258352e-07),})
  222. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001362, 2.72200537, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  223. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  224. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-1.1920929e-06, 0.304999828, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  225. Mesh = New("BlockMesh",HandL,"Mesh",{Scale = Vector3.new(0.800000012, 1, 0.800000012),})
  226. tip = New("Part",HandL,"tip",{BrickColor = BrickColor.new("Burnt Sienna"),Material = Enum.Material.Wood,Size = Vector3.new(0.5, 0.500002444, 0.5),CFrame = CFrame.new(2.21999836, 7.77707148, 17.8400211, 1.0000124, -2.56300837e-06, 2.68224449e-06, 4.17235839e-07, 1.00000191, 1.21197246e-07, -2.98026634e-07, -1.98350314e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.415686, 0.223529, 0.0352941),})
  227. Mesh = New("BlockMesh",tip,"Mesh",{Scale = Vector3.new(0.800000012, 1, 0.800000012),})
  228. Joint = New("Weld",tip,"Joint",{Part0 = tip,Part1 = HandL,C0 = CFrame.new(1.1920929e-06, -4.75005627, -3.81469727e-06, 1.0000062, 5.36431173e-07, -5.96052814e-07, -1.60931586e-06, 1.00000095, -2.98056655e-08, 1.78815344e-06, 8.94123602e-08, 1.00000715),})
  229. ddddddddd = New("Part",HandL,"ddddddddd",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Metal,Size = Vector3.new(0.399999976, 0.5, 1.99999988),CFrame = CFrame.new(2.22000241, 6.80004597, 19.1400642, 1.0000124, 2.94848496e-06, -2.98033342e-07, -2.44377566e-06, 8.74295409e-08, -1.00000191, -5.6426768e-07, 1.00001431, -3.17831095e-08),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  230. Mesh = New("SpecialMesh",ddddddddd,"Mesh",{MeshType = Enum.MeshType.Torso,})
  231. Attachment1 = New("Attachment",ddddddddd,"Attachment",{CFrame = CFrame.new(0, 0.25, -0.900000036, 0, -1, 0, 1, 0, -0, 0, 0, 1),})
  232. Attachment2 = New("Attachment",ddddddddd,"Attachment",{CFrame = CFrame.new(0, 0.25, 0.900000036, 0, -1, 0, 1, 0, -0, 0, 0, 1),})
  233. Joint = New("Weld",ddddddddd,"Joint",{Part0 = ddddddddd,Part1 = HandL,C0 = CFrame.new(1.43051147e-05, -1.30002785, 3.77303338, 1.0000062, -2.32457751e-06, -8.62291813e-07, 2.0543921e-06, 5.56447226e-08, 1.00000715, -1.25170811e-06, -1.00000095, -3.95985467e-09),})
  234. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001481, 2.32200432, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  235. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  236. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-1.1920929e-06, 0.704999924, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  237. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001505, 2.12200403, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  238. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  239. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-9.53674316e-07, 0.904999971, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  240. ddddddddd = New("Part",HandL,"ddddddddd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.300000012, 0.600000024),CFrame = CFrame.new(2.22002268, 0.249996662, 17.8400249, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  241. Mesh = New("CylinderMesh",ddddddddd,"Mesh",{Scale = Vector3.new(1.29999995, 1, 1.29999995),})
  242. Joint = New("Weld",ddddddddd,"Joint",{Part0 = ddddddddd,Part1 = HandL,C0 = CFrame.new(-3.81469727e-06, 2.77700377, -7.62939453e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  243. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.2200129, 2.92200613, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  244. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  245. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-9.53674316e-07, 0.104999304, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  246. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001243, 3.12200713, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  247. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  248. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-9.53674316e-07, -0.0950012207, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  249. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001171, 3.32200789, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  250. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  251. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-7.15255737e-07, -0.295001745, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  252. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001696, 1.62200129, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  253. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  254. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-1.66893005e-06, 1.40500176, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  255. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Wood,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001791, 1.42200053, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  256. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  257. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-2.14576721e-06, 1.60500205, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  258. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001123, 3.52200866, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  259. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  260. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-7.15255737e-07, -0.495002031, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  261. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 2.20000005, 0.5),CFrame = CFrame.new(2.22000599, 3.97201204, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  262. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  263. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(3.33786011e-06, -0.945004463, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  264. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.2200141, 2.52200484, 17.8400211, 1.0000124, -2.56300814e-06, 2.68224426e-06, 4.17235611e-07, 1.00000191, 1.21197246e-07, -2.98026407e-07, -1.98351735e-09, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  265. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  266. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = HandL,C0 = CFrame.new(-1.1920929e-06, 0.504999876, -3.81469727e-06, 1.0000062, 5.36430946e-07, -5.96052587e-07, -1.60931563e-06, 1.00000095, -2.98056797e-08, 1.78815321e-06, 8.94123744e-08, 1.00000715),})
  267. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001004, 4.62200737, 17.8400211, 1, -1.49011134e-06, 1.49011544e-06, 1.49011123e-06, 1, 6.15909101e-08, -1.49011555e-06, -6.15886862e-08, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  268. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  269. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001386, 4.82200336, 17.8400211, 1.0000124, -3.63590243e-06, 3.87435102e-06, 1.49011817e-06, 1.00000191, 1.80804577e-07, -1.4901359e-06, -6.15894749e-08, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  270. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  271. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = eeeg,C0 = CFrame.new(-1.50203705e-05, 1.97804117, 0, 1, -1.07288054e-06, 9.53673407e-07, -1.07288088e-06, -1, 1.47028885e-07, 9.53673066e-07, -1.47029908e-07, -1),})
  272. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001314, 5.02200413, 17.8400211, 1.0000124, -3.63590243e-06, 3.87435102e-06, 1.49011817e-06, 1.00000191, 1.80804577e-07, -1.4901359e-06, -6.15894749e-08, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  273. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  274. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = eeeg,C0 = CFrame.new(-1.50203705e-05, 1.77804089, 0, 1, -1.07288054e-06, 9.53673407e-07, -1.07288088e-06, -1, 1.47028885e-07, 9.53673066e-07, -1.47029908e-07, -1),})
  275. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001266, 5.22200441, 17.8400211, 1.0000124, -3.63590243e-06, 3.87435102e-06, 1.49011817e-06, 1.00000191, 1.80804577e-07, -1.4901359e-06, -6.15894749e-08, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  276. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  277. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = eeeg,C0 = CFrame.new(-1.52587891e-05, 1.57804108, 0, 1, -1.07288054e-06, 9.53673407e-07, -1.07288088e-06, -1, 1.47028885e-07, 9.53673066e-07, -1.47029908e-07, -1),})
  278. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001195, 5.4220047, 17.8400211, 1.0000124, -3.63590243e-06, 3.87435102e-06, 1.49011817e-06, 1.00000191, 1.80804577e-07, -1.4901359e-06, -6.15894749e-08, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  279. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  280. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = eeeg,C0 = CFrame.new(-1.52587891e-05, 1.37804127, 0, 1, -1.07288054e-06, 9.53673407e-07, -1.07288088e-06, -1, 1.47028885e-07, 9.53673066e-07, -1.47029908e-07, -1),})
  281. dfd = New("Part",HandL,"dfd",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Size = Vector3.new(0.5, 0.100000143, 0.5),CFrame = CFrame.new(2.22001123, 5.62200451, 17.8400211, 1.0000124, -3.63590243e-06, 3.87435102e-06, 1.49011817e-06, 1.00000191, 1.80804577e-07, -1.4901359e-06, -6.15894749e-08, 1.00001431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  282. Mesh = New("BlockMesh",dfd,"Mesh",{Scale = Vector3.new(0.899999976, 0.5, 0.899999976),})
  283. Joint = New("Weld",dfd,"Joint",{Part0 = dfd,Part1 = eeeg,C0 = CFrame.new(-1.52587891e-05, 1.17804146, 0, 1, -1.07288054e-06, 9.53673407e-07, -1.07288088e-06, -1, 1.47028885e-07, 9.53673066e-07, -1.47029908e-07, -1),})
  284.  
  285. local color=Color3.new(0,0,0)
  286. local firstSequence = ColorSequence.new(color)
  287. Trail = New("Trail",HandL,"Trail",{Color =firstSequence,Enabled = false,})
  288. Trail.Attachment0=Attachment1
  289. Trail.Attachment1=Attachment2
  290. Trail.Lifetime = .5
  291. Trail.MinLength = 0
  292. Weld = New("Weld",HandL,"Weld",{Part0 = HandL,C0 = CFrame.new(0, 1, 1, 0.866025448, 2.98023224e-08, 0.5, 0.49999997, -1.93715096e-07, -0.866025507, 7.4505806e-08, 1.00000012, -1.86264515e-07),})
  293. Hitbox = New("Part",HandL,"Hitbox",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Transparency = 1,Transparency = 1,Size = Vector3.new(4.4000001, 2.70000005, 0.400000006),CFrame = CFrame.new(2.22000074, 6.76002264, -9.14998627, -1.19209375e-07, -1.49011612e-07, 1.00000131, 1.29170559e-08, 1.00000024, -1.19209389e-07, -1.00000155, 2.78181531e-08, 1.7881402e-07),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  294. Joint = New("Weld",Hitbox,"Joint",{Part0 = Hitbox,Part1 = HandL,C0 = CFrame.new(-0.0300006866, -3.98301864, 1.1920929e-06, -4.17233593e-07, -1.49011194e-08, -1.00000346, -2.68221328e-07, 1.00000048, 1.49011568e-08, 1.00000298, -2.68221243e-07, 1.78814304e-07),})
  295. for i,v in pairs(HandL:GetChildren()) do
  296. if v:IsA("BasePart") then
  297. v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  298. end
  299. end
  300.  
  301. armweld=Instance.new("Weld",HandL)
  302. armweld.Part0=HandL
  303. armweld.Part1=rarm
  304. armweld.C0 = CFrame.new(0,1,1)*CFrame.Angles(math.rad(90),rad(30),0)
  305. defaultc0= CFrame.new(0,1,1)*CFrame.Angles(math.rad(90),rad(30),0)
  306. ----------------------------------------------------
  307. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  308. local wld = Instance.new("Weld", wp1)
  309. wld.Part0 = wp0
  310. wld.Part1 = wp1
  311. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  312. end
  313. newWeld(torso, larm, -1.5, 0.5, 0)
  314. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  315. newWeld(torso, rarm, 1.5, 0.5, 0)
  316. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  317. newWeld(torso, hed, 0, 1.5, 0)
  318. newWeld(torso, lleg, -0.5, -1, 0)
  319. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  320. newWeld(torso, rleg, 0.5, -1, 0)
  321. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  322. newWeld(root, torso, 0, -1, 0)
  323. torso.Weld.C1 = CFrame.new(0, -1, 0)
  324. rs:connect(function()
  325. sine=sine+1
  326. if hum.MoveDirection.x == 0 then
  327. if canidle == true then
  328. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
  329. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.new(0,0,0),.1)
  330. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+.1*math.sin(sine/20),0)*CFrame.Angles(math.rad(120+2*math.sin(sine/20)),math.rad(-25),math.rad(-10)), .1)--arm
  331. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.5+.1*math.sin(sine/20),-.3)*CFrame.Angles(math.rad(65+2*math.sin(sine/20)),math.rad(0),math.rad(20)),.1)--arm
  332. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.1)--leg
  333. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.1)--leg
  334. armweld.C0 = Lerp(armweld.C0,defaultc0,.1)
  335. end
  336. end
  337. if hum.MoveDirection.x > 0 and canwalk1 == true or hum.MoveDirection.x < 0 and canwalk1==true then
  338. if canwalk1 == true then
  339. armweld.C0 = Lerp(armweld.C0,defaultc0,.1)
  340. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  341. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), .1)--head
  342. end
  343. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  344. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(5*math.sin(sine/8)), math.rad(0)), .1)--torso
  345. end
  346. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  347. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(-25),math.rad(-10)), .1)--arm
  348. end
  349. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  350. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(65),math.rad(0),math.rad(20)), .1)--arm
  351. end
  352. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  353. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(50*math.sin(sine/8)), math.rad(0), math.rad(0)),.1)--leg
  354. end
  355. if hum.MoveDirection.x > 0 and canwalk == true or hum.MoveDirection.x < 0 and canwalk == true then
  356. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50*math.sin(sine/8)), math.rad(0), math.rad(0)),.1)--leg
  357. end
  358. end
  359. end
  360. end)
  361. function wideswing()
  362. local hb=Hitbox.Touched:connect(function(hit)
  363. if attacking == true then return end
  364. attacking = true
  365. local tab={}
  366. for i,v in pairs(hit.Parent:GetChildren()) do
  367. if v:IsA("Humanoid") then
  368. table.insert(tab,v)
  369. end
  370. end
  371. if tab[1] and hit.Parent and hit.Parent:findFirstChild("Head") then
  372. takedmg(tab[1],12,40,35)
  373. end
  374. end)
  375. for i=1,7 do
  376. swait()
  377. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(65),math.rad(0),math.rad(0)), .3)--arm
  378. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(65),math.rad(0),math.rad(0)), .3)--arm
  379. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), .4)
  380. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,1,1)*CFrame.Angles(rad(90),rad(90),0),.4)
  381. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  382. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  383. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  384. end
  385. Trail.Enabled = true
  386. swait()
  387. for i=1,7 do
  388. swait()
  389. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(65),math.rad(0),math.rad(0)), .3)--arm
  390. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(65),math.rad(0),math.rad(0)), .3)--arm
  391. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), .4)
  392. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,1,1)*CFrame.Angles(rad(90),rad(90),0),.4)
  393. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  394. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  395. end
  396. hb:Disconnect()
  397. attacking = false
  398. Trail.Enabled = false
  399. swait(.2)
  400. end
  401. function spin()
  402. local hb=Hitbox.Touched:connect(function(hit)
  403. if attacking == true then return end
  404. attacking = true
  405. local tab={}
  406. for i,v in pairs(hit.Parent:GetChildren()) do
  407. if v:IsA("Humanoid") then
  408. table.insert(tab,v)
  409. end
  410. end
  411. if tab[1] and hit.Parent and hit.Parent:findFirstChild("Head") then
  412. takedmg(tab[1],5,20,3)
  413. end
  414. end)
  415. Trail.Enabled = true
  416. sound:Play()
  417. for i=1,1440,20 do
  418. swait()
  419. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(95),math.rad(0),math.rad(0)), .3)
  420. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(95),math.rad(0),math.rad(0)), .3)
  421. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(i), math.rad(0)), .4)
  422. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,1,1)*CFrame.Angles(rad(90),rad(90),0),.4)
  423. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  424. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  425. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  426. attacking = false
  427. end
  428. hb:Disconnect()
  429. Trail.Enabled = false
  430. attacking = false
  431. swait(.2)
  432. end
  433. function smash()
  434. for i=1,7 do
  435. swait()
  436. torso.Weld.C0 = Lerp(torso.Weld.C0,CFrame.new(0,-1,0)*CFrame.new(0,3,0)*CFrame.Angles(rad(10),0,0),.4)
  437. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.7,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-45)),.4)--arm
  438. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,.7,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(45)),.4)--arm
  439. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),.4)--leg
  440. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),.4)--leg
  441. armweld.C0 = Lerp(armweld.C0,defaultc0*CFrame.Angles(rad(0),rad(-30),rad(-40))*CFrame.new(.7,.7,3),.4)
  442. end
  443. wait(.4)
  444. sound2:Play()
  445. Trail.Enabled = true
  446. for i=1,7 do
  447. swait()
  448. torso.Weld.C0 = Lerp(torso.Weld.C0,CFrame.new(0,-1,0)*CFrame.new(0,3,0)*CFrame.Angles(rad(-120),0,0),.4)
  449. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.7,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-45)),.4)--arm
  450. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,.7,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(45)),.4)--arm
  451. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),.4)--leg
  452. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),.4)--leg
  453. armweld.C0 = Lerp(armweld.C0,defaultc0*CFrame.Angles(rad(70),rad(-10),rad(-20))*CFrame.new(-2,3,2.4),.4)
  454. end
  455. for i=5,70 do
  456. local z = Instance.new("Part",workspace)
  457. Debris(z,5)
  458. NoOutline(z)
  459. z.CanCollide = false
  460. local hb=z.Touched:connect(function(hit)
  461. if not hit:IsDescendantOf(char) and hit.Parent:findFirstChildOfClass("Humanoid") and not hit.Parent:findFirstChild("Tagged") then
  462. local hmn=hit.Parent:FindFirstChildOfClass("Humanoid")
  463. local tag=Instance.new("IntValue",hit.Parent)
  464. Debris(tag,3)
  465. tag.Name = "Tagged"
  466. takedmg(hmn,35,55,5)
  467. end
  468. end)
  469. z.BrickColor = BrickColor.new("Burnt Sienna")
  470. z.Material = "Slate"
  471. z.Anchored = true
  472. z.Size = Vector3.new(4,4,4)
  473. z.CFrame = root.CFrame*CFrame.new(0,-1,-i)*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,30)),math.rad(math.random(-20,20)))
  474. end
  475. Trail.Enabled = false
  476. wait(.4)
  477. end
  478. function decapitate()
  479. for i=1,7 do
  480. swait()
  481. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), .3)--arm
  482. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(30)), .3)--arm
  483. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), .4)
  484. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  485. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  486. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  487. armweld.C0= Lerp(defaultc0,CFrame.new(0,-5,0)*CFrame.Angles(rad(90),rad(-50),rad(0)),.3)
  488. end
  489. swait(.5)
  490. for i=1,7 do
  491. swait()
  492. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), .3)--arm
  493. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(30)), .3)--arm
  494. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), .4)
  495. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  496. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  497. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  498. armweld.C0 = Lerp(defaultc0,CFrame.new(0,-5,0)*CFrame.Angles(rad(90),rad(-50),rad(0)), .3)
  499. end
  500. swait(.5)
  501. for i=1,7 do
  502. swait()
  503. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), .3)--arm
  504. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(30)), .3)--arm
  505. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), .4)
  506. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  507. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  508. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  509. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,-1,1)*CFrame.Angles(rad(90),rad(90),0),.4)
  510. end
  511. local ws=hum.WalkSpeed
  512. hum.WalkSpeed=0
  513. for i=1,7 do
  514. swait()
  515. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), .3)--arm
  516. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(90),math.rad(20),math.rad(30)), .3)--arm
  517. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), .4)
  518. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  519. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  520. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  521. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,-1.3,1)*CFrame.Angles(rad(100),rad(100),0),.4)
  522. end
  523. local bvol=Instance.new("BodyVelocity",torso)
  524. bvol.P = 100000
  525. bvol.MaxForce=Vector3.new(bvol.P,0,bvol.P)
  526. bvol.Velocity = root.CFrame.lookVector*100
  527. Debris(bvol,.2)
  528. local chopdb = false
  529. local hb=Hitbox.Touched:connect(function(hit)
  530. if chopdb==true then return end
  531. if hit.Parent:findFirstChild("Head") and hit.Parent:FindFirstChildOfClass("Humanoid") and not hit:IsDescendantOf(char) then
  532. chopdb=true
  533. local hmu=hit.Parent:FindFirstChildOfClass("Humanoid")
  534. cut:Play()
  535. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  536. if v:IsA("Weld") then v:Destroy() end
  537. end
  538. local clon=hit.Parent.Head:Clone()
  539. clon.Parent = Hitbox
  540. for i,v in pairs(clon:GetChildren()) do if v:IsA("Motor6D") or v:IsA("Attachment") then
  541. v:Destroy()
  542. end
  543. end
  544. for i,v in pairs(hit.Parent:GetChildren()) do
  545. if v:IsA("Model") or v:IsA("Attachment") then
  546. v:Destroy()
  547. end
  548. end
  549. show(hit.Parent.Head,"DECAPITAION",2)
  550. hit.Parent:findFirstChild("Head"):Remove()
  551. local particleemitter=Instance.new("ParticleEmitter")particleemitter.Acceleration=Vector3.new(0,-50,0)particleemitter.Rate=10
  552. particleemitter.Lifetime=NumberRange.new(1,3)
  553. particleemitter.Color=ColorSequence.new(Color3.new(1,0,0),Color3.new(1,0,0))
  554. particleemitter.Size=NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.5)})particleemitter.Texture="rbxassetid://176677966"
  555. particleemitter.Parent=clon
  556. local hweld=Instance.new("Weld",Hitbox)
  557. hweld.C0 = CFrame.new(-2,0,0)
  558. hweld.Part0=clon
  559. hweld.Part1=Hitbox
  560. Debris(hweld,5)
  561. Debris(clon,6)
  562. end
  563. end)
  564. Trail.Enabled = true
  565. for i=1,400,20 do
  566. swait()
  567. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), .3)--arm
  568. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(90),math.rad(20),math.rad(30)), .3)--arm
  569. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(i), math.rad(0)), .4)
  570. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.6)
  571. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(5)),.6)
  572. hed.Weld.C0 = Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.4)
  573. armweld.C0 = Lerp(armweld.C0,CFrame.new(0,-1.3,1)*CFrame.Angles(rad(100),rad(100),0),.4)
  574. end
  575. Trail.Enabled = false
  576. hb:Disconnect()
  577. hum.WalkSpeed = ws
  578. end
  579. inputserv.InputBegan:connect(function(input,gproc)
  580. if not gproc then
  581. if input.UserInputType == Enum.UserInputType.Keyboard then
  582. local key=input.KeyCode
  583. if key==Enum.KeyCode.E then -- e(swing)
  584. if axecd.Value then return end
  585. if swingdb then return end
  586. axecd.Value=true
  587. swingdb = true
  588. canwalk1=false
  589. canidle=false
  590. sound:Play()
  591. wideswing()
  592. cooldown(4,textbox,"(E) Axe swing",axecd)
  593. swingdb=false
  594. canwalk1=true
  595. canidle=true
  596. elseif key==Enum.KeyCode.R then -- r(whirl)
  597. if whirlcd.Value then return end
  598. if swingdb then return end
  599. swingdb = true
  600. whirlcd.Value = true
  601. canidle=false
  602. canwalk1=false
  603. sound:Play()
  604. spin()
  605. cooldown(15,textbox_2,"(R) Whirl",whirlcd)
  606. swingdb=false
  607. canwalk1=true
  608. canidle=true
  609. elseif key==Enum.KeyCode.F then -- f(smash)
  610. if smashcd.Value then return end
  611. if swingdb then return end
  612. swingdb=true
  613. smashcd.Value = true
  614. canwalk1=false
  615. canidle=false
  616. sound:Play()
  617. smash()
  618. cooldown(20,textbox_3,"(F) Smash ground",smashcd)
  619. canwalk1=true
  620. canidle=true
  621. swingdb=false
  622. elseif key==Enum.KeyCode.Q then
  623. print("q press")
  624. if decapcd.Value then return end
  625. if swingdb then return end
  626. swingdb = true
  627. decapcd.Value = true
  628. canidle=false
  629. canwalk1=false
  630. decapitate()
  631. cooldown(25,textbox_4,"(Q) Decapitate",decapcd)
  632. canwalk1=true
  633. canidle=true
  634. swingdb=false
  635. end
  636. end
  637. end
  638. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement