Advertisement
Guest User

The Blizzaria Titan

a guest
Mar 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.15 KB | None | 0 0
  1. --The Blizzaria Titan--
  2. --edited by IceGhoul123
  3. local p = game.Players.LocalPlayer
  4. local char = p.Character
  5. local mouse = p:GetMouse()
  6. local larm = char["Left Arm"]
  7. local rarm = char["Right Arm"]
  8. local lleg = char["Left Leg"]
  9. local rleg = char["Right Leg"]
  10. local hed = char.Head
  11. local torso = char.Torso
  12. local hum = char.Humanoid
  13. local cam = game.Workspace.CurrentCamera
  14. local root = char.HumanoidRootPart
  15. local deb = false
  16. local shot = 0
  17. local l = game:GetService("Lighting")
  18. local rs = game:GetService("RunService").RenderStepped
  19. local stanceToggle = "Normal"
  20. math.randomseed(os.time())
  21. hum.WalkSpeed = 100
  22. char.Health:Destroy()
  23. hum.MaxHealth = 100000000000000000000000000000000000
  24. wait(0.1)
  25. hum.Health = 100000000000000000000000000000000000
  26. ----------------------------------------------------
  27. p:ClearCharacterAppearance()
  28. wait(0.1)
  29. p.Character.Head.BrickColor = BrickColor.new("Really black")
  30. p.Character.Torso.BrickColor = BrickColor.new("Really black")
  31. p.Character["Right Arm"].BrickColor = BrickColor.new("Really black")
  32. p.Character["Right Leg"].BrickColor = BrickColor.new("Really black")
  33. p.Character["Left Leg"].BrickColor = BrickColor.new("Really black")
  34. p.Character["Left Arm"].BrickColor = BrickColor.new("Really black")
  35. pcall(function() p.char.torso.roblox:Destroy() end)
  36. shirt = Instance.new("Shirt", char)
  37. shirt.Name = "Shirt"
  38. pants = Instance.new("Pants", char)
  39. pants.Name = "Pants"
  40. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  41. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  42. ----------------------------------------------------
  43. Debounces = {
  44. on = false;
  45. ks = false;
  46. CanAttack = true;
  47. CanJoke = true;
  48. NoIdl = false;
  49. Slashing = false;
  50. Slashed = false;
  51. Grabbing = false;
  52. Grabbed = false;
  53. }
  54. local Touche = {char.Name, }
  55. ----------------------------------------------------
  56. function lerp(a, b, t) -- Linear interpolation
  57. return a + (b - a)*t
  58. end
  59.  
  60. function slerp(a, b, t) --Spherical interpolation
  61. dot = a:Dot(b)
  62. if dot > 0.99999 or dot < -0.99999 then
  63. return t <= 0.5 and a or b
  64. else
  65. r = math.acos(dot)
  66. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  67. end
  68. end
  69.  
  70. function matrixInterpolate(a, b, t)
  71. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  72. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  73. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  74. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  75. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  76. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  77. local t = v1:Dot(v2)
  78. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  79. return CFrame.new()
  80. end
  81. return CFrame.new(
  82. v0.x, v0.y, v0.z,
  83. v1.x, v1.y, v1.z,
  84. v2.x, v2.y, v2.z,
  85. v3.x, v3.y, v3.z)
  86. end
  87. ----------------------------------------------------
  88. function genWeld(a,b)
  89. local w = Instance.new("Weld",a)
  90. w.Part0 = a
  91. w.Part1 = b
  92. return w
  93. end
  94. function weld(a, b)
  95. local weld = Instance.new("Weld")
  96. weld.Name = "W"
  97. weld.Part0 = a
  98. weld.Part1 = b
  99. weld.C0 = a.CFrame:inverse() * b.CFrame
  100. weld.Parent = a
  101. return weld;
  102. end
  103. ----------------------------------------------------
  104. function Lerp(c1,c2,al)
  105. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  106. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  107. for i,v in pairs(com1) do
  108. com1[i] = v+(com2[i]-v)*al
  109. end
  110. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  111. end
  112. ----------------------------------------------------
  113. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  114. local wld = Instance.new("Weld", wp1)
  115. wld.Part0 = wp0
  116. wld.Part1 = wp1
  117. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  118. end
  119. ----------------------------------------------------
  120. for i,v in pairs(char:children()) do
  121. if v:IsA("Hat") then
  122. v:Destroy()
  123. end
  124. end
  125. for i,v in pairs(hed:children()) do
  126. if v:IsA("Sound") then
  127. v:Destroy()
  128. end
  129. end
  130. ----------------------------------------------------
  131. function HasntTouched(plrname)
  132. local ret = true
  133. for _, v in pairs(Touche) do
  134. if v == plrname then
  135. ret = false
  136. end
  137. end
  138. return ret
  139. end
  140. ----------------------------------------------------
  141. larm.Size = larm.Size * 2
  142. rarm.Size = rarm.Size * 2
  143. lleg.Size = lleg.Size * 2
  144. rleg.Size = rleg.Size * 2
  145. torso.Size = torso.Size * 2
  146. hed.Size = hed.Size * 2
  147. root.Size = root.Size * 2
  148. ----------------------------------------------------
  149. newWeld(torso, larm, -1.5, 0.5, 0)
  150. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  151. newWeld(torso, rarm, 1.5, 0.5, 0)
  152. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  153. newWeld(torso, hed, 0, 1.5, 0)
  154. newWeld(torso, lleg, -0.5, -1, 0)
  155. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  156. newWeld(torso, rleg, 0.5, -1, 0)
  157. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  158. newWeld(root, torso, 0, -1, 0)
  159. torso.Weld.C1 = CFrame.new(0, -1, 0)
  160. ----------------------------------------------------
  161. game:service'InsertService':LoadAsset(63993845):children()[1].Parent=char
  162. char.LavendarPlasmaHood.Handle.Mesh.Scale = char.LavendarPlasmaHood.Handle.Mesh.Scale * 1.8
  163. char.LavendarPlasmaHood.Handle.Mesh.VertexColor = Vector3.new(0.1,0.1,0.1)
  164. hed.face.Texture = "rbxassetid://455194868"
  165. z=Instance.new('Decal',hed)
  166. z.Face = 'Front'
  167. z.Texture='rbxassetid://99174105'
  168. hed.BrickColor = BrickColor.new("Really black")
  169. lite = Instance.new("PointLight", torso)
  170. lite.Brightness = 14
  171. lite.Range = 10
  172. lite.Color = Color3.new(1, 0, 0)
  173. --[[local hed2 = hed:Clone()
  174. hed2.CanCollide = false
  175. hed2.Parent = char
  176. hed2:ClearAllChildren()
  177. hed2.Transparency = 1
  178. hed2.Name = "DARP"
  179. local w = Instance.new("Weld",hed2)
  180. w.Part0 = hed
  181. w.Part1 = hed2
  182. w.C0 = CFrame.new(0,0,-0.175)
  183. z=Instance.new("SurfaceGui",hed2)
  184. z.Enabled = true
  185. z.Face = "Front"
  186. z.Adornee = hed2
  187. z.CanvasSize = Vector2.new(100,100)
  188. local face = Instance.new("ImageLabel",z)
  189. face.Size = UDim2.new(1,-30,1,0)
  190. face.Position = UDim2.new(0,15,0,0)
  191. face.BackgroundTransparency = 1
  192. face.Image='rbxassetid://46282671']]--
  193. ----------------------------------------------------
  194. z = Instance.new("Sound", char)
  195. z.SoundId = "rbxassetid://143382469"--242463565
  196. z.Looped = true
  197. z.Pitch = 1
  198. z.Volume = 1
  199. wait(.01)
  200. z:Play()
  201. ----------------------------------------------------
  202. local m = Instance.new("Model")
  203. m.Name = "Absolution"
  204. p1 = Instance.new("Part", m)
  205. p1.BrickColor = BrickColor.new("Bright blue")
  206. p1.FormFactor = Enum.FormFactor.Custom
  207. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  208. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  209. p1.CanCollide = false
  210. p1.Locked = true
  211. p1.Elasticity = 0
  212. p1.BottomSurface = Enum.SurfaceType.Smooth
  213. p1.TopSurface = Enum.SurfaceType.Smooth
  214. b1 = Instance.new("SpecialMesh", p1)
  215. b1.MeshType = Enum.MeshType.Wedge
  216. b1.Name = "Mesh"
  217. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  218. p2 = Instance.new("Part", m)
  219. p2.BrickColor = BrickColor.new("Really black")
  220. p2.FormFactor = Enum.FormFactor.Custom
  221. p2.Size = Vector3.new(1, 2.9000001, 1)
  222. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  223. p2.CanCollide = false
  224. p2.Locked = true
  225. p2.Elasticity = 0
  226. p2.BottomSurface = Enum.SurfaceType.Smooth
  227. p2.TopSurface = Enum.SurfaceType.Smooth
  228. b2 = Instance.new("BlockMesh", p2)
  229. b2.Name = "Mesh"
  230. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  231. p3 = Instance.new("Part", m)
  232. p3.BrickColor = BrickColor.new("Bright blue")
  233. p3.FormFactor = Enum.FormFactor.Custom
  234. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  235. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  236. p3.CanCollide = false
  237. p3.Locked = true
  238. p3.Elasticity = 0
  239. p3.BottomSurface = Enum.SurfaceType.Smooth
  240. p3.TopSurface = Enum.SurfaceType.Smooth
  241. b3 = Instance.new("SpecialMesh", p3)
  242. b3.MeshType = Enum.MeshType.Wedge
  243. b3.Name = "Mesh"
  244. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  245. p4 = Instance.new("Part", m)
  246. p4.BrickColor = BrickColor.new("Bright blue")
  247. p4.FormFactor = Enum.FormFactor.Custom
  248. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  249. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  250. p4.CanCollide = false
  251. p4.Locked = true
  252. p4.Elasticity = 0
  253. p4.BottomSurface = Enum.SurfaceType.Smooth
  254. p4.TopSurface = Enum.SurfaceType.Smooth
  255. b4 = Instance.new("SpecialMesh", p4)
  256. b4.MeshType = Enum.MeshType.Wedge
  257. b4.Name = "Mesh"
  258. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  259. p5 = Instance.new("Part", m)
  260. p5.BrickColor = BrickColor.new("Bright blue")
  261. p5.FormFactor = Enum.FormFactor.Custom
  262. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  263. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  264. p5.CanCollide = false
  265. p5.Locked = true
  266. p5.Elasticity = 0
  267. p5.BottomSurface = Enum.SurfaceType.Smooth
  268. p5.TopSurface = Enum.SurfaceType.Smooth
  269. b5 = Instance.new("SpecialMesh", p5)
  270. b5.MeshType = Enum.MeshType.Wedge
  271. b5.Name = "Mesh"
  272. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  273. p6 = Instance.new("Part", m)
  274. p6.Name = "Handle"
  275. p6.BrickColor = BrickColor.new("Really black")
  276. p6.FormFactor = Enum.FormFactor.Custom
  277. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  278. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  279. p6.CanCollide = false
  280. p6.Locked = true
  281. p6.Elasticity = 0
  282. p6.BottomSurface = Enum.SurfaceType.Smooth
  283. p6.TopSurface = Enum.SurfaceType.Smooth
  284. b6 = Instance.new("BlockMesh", p6)
  285. b6.Name = "Mesh"
  286. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  287. p7 = Instance.new("Part", m)
  288. p7.BrickColor = BrickColor.new("Bright blue")
  289. p7.FormFactor = Enum.FormFactor.Custom
  290. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  291. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  292. p7.CanCollide = false
  293. p7.Locked = true
  294. p7.Elasticity = 0
  295. p7.BottomSurface = Enum.SurfaceType.Smooth
  296. p7.TopSurface = Enum.SurfaceType.Smooth
  297. b7 = Instance.new("SpecialMesh", p7)
  298. b7.MeshType = Enum.MeshType.Wedge
  299. b7.Name = "Mesh"
  300. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  301. p8 = Instance.new("Part", m)
  302. p8.BrickColor = BrickColor.new("Bright blue")
  303. p8.FormFactor = Enum.FormFactor.Custom
  304. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  305. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  306. p8.CanCollide = false
  307. p8.Locked = true
  308. p8.Elasticity = 0
  309. p8.BottomSurface = Enum.SurfaceType.Smooth
  310. p8.TopSurface = Enum.SurfaceType.Smooth
  311. b8 = Instance.new("SpecialMesh", p8)
  312. b8.MeshType = Enum.MeshType.Wedge
  313. b8.Name = "Mesh"
  314. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  315. p9 = Instance.new("Part", m)
  316. p9.BrickColor = BrickColor.new("Really black")
  317. p9.FormFactor = Enum.FormFactor.Custom
  318. p9.Size = Vector3.new(1, 1.07999957, 1)
  319. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  320. p9.CanCollide = false
  321. p9.Locked = true
  322. p9.Elasticity = 0
  323. p9.BottomSurface = Enum.SurfaceType.Smooth
  324. p9.TopSurface = Enum.SurfaceType.Smooth
  325. b9 = Instance.new("BlockMesh", p9)
  326. b9.Name = "Mesh"
  327. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  328. p10 = Instance.new("Part", m)
  329. p10.BrickColor = BrickColor.new("Really black")
  330. p10.FormFactor = Enum.FormFactor.Custom
  331. p10.Size = Vector3.new(1, 1.41999948, 1)
  332. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  333. p10.CanCollide = false
  334. p10.Locked = true
  335. p10.Elasticity = 0
  336. p10.BottomSurface = Enum.SurfaceType.Smooth
  337. p10.TopSurface = Enum.SurfaceType.Smooth
  338. b10 = Instance.new("BlockMesh", p10)
  339. b10.Name = "Mesh"
  340. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  341. p11 = Instance.new("Part", m)
  342. p11.BrickColor = BrickColor.new("Really black")
  343. p11.FormFactor = Enum.FormFactor.Custom
  344. p11.Size = Vector3.new(1, 1.50999951, 1)
  345. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  346. p11.CanCollide = false
  347. p11.Locked = true
  348. p11.Elasticity = 0
  349. p11.BottomSurface = Enum.SurfaceType.Smooth
  350. p11.TopSurface = Enum.SurfaceType.Smooth
  351. b11 = Instance.new("BlockMesh", p11)
  352. b11.Name = "Mesh"
  353. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  354. p12 = Instance.new("Part", m)
  355. p12.Name = "BladeCenter"
  356. p12.BrickColor = BrickColor.new("Bright blue")
  357. p12.FormFactor = Enum.FormFactor.Symmetric
  358. p12.Size = Vector3.new(1, 2, 2)
  359. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  360. p12.CanCollide = false
  361. p12.Locked = true
  362. p12.BottomSurface = Enum.SurfaceType.Smooth
  363. p12.TopSurface = Enum.SurfaceType.Smooth
  364. b12 = Instance.new("SpecialMesh", p12)
  365. b12.MeshType = Enum.MeshType.Brick
  366. b12.Name = "Mesh"
  367. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  368. p13 = Instance.new("Part", m)
  369. p13.BrickColor = BrickColor.new("Really black")
  370. p13.FormFactor = Enum.FormFactor.Custom
  371. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  372. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  373. p13.CanCollide = false
  374. p13.Locked = true
  375. p13.Elasticity = 0
  376. p13.BottomSurface = Enum.SurfaceType.Smooth
  377. p13.TopSurface = Enum.SurfaceType.Smooth
  378. b13 = Instance.new("BlockMesh", p13)
  379. b13.Name = "Mesh"
  380. b13.Scale = Vector3.new(1, 1, 0.400000006)
  381. p14 = Instance.new("Part", m)
  382. p14.BrickColor = BrickColor.new("Really black")
  383. p14.FormFactor = Enum.FormFactor.Custom
  384. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  385. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  386. p14.CanCollide = false
  387. p14.Locked = true
  388. p14.Elasticity = 0
  389. p14.BottomSurface = Enum.SurfaceType.Smooth
  390. p14.TopSurface = Enum.SurfaceType.Smooth
  391. b14 = Instance.new("BlockMesh", p14)
  392. b14.Name = "Mesh"
  393. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  394. p15 = Instance.new("Part", m)
  395. p15.BrickColor = BrickColor.new("Really black")
  396. p15.FormFactor = Enum.FormFactor.Custom
  397. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  398. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  399. p15.CanCollide = false
  400. p15.Locked = true
  401. p15.Elasticity = 0
  402. p15.BottomSurface = Enum.SurfaceType.Smooth
  403. p15.TopSurface = Enum.SurfaceType.Smooth
  404. b15 = Instance.new("BlockMesh", p15)
  405. b15.Name = "Mesh"
  406. b15.Scale = Vector3.new(1, 1, 0.400000006)
  407. p16 = Instance.new("Part", m)
  408. p16.BrickColor = BrickColor.new("Really black")
  409. p16.FormFactor = Enum.FormFactor.Custom
  410. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  411. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  412. p16.CanCollide = false
  413. p16.Locked = true
  414. p16.Elasticity = 0
  415. p16.BottomSurface = Enum.SurfaceType.Smooth
  416. p16.TopSurface = Enum.SurfaceType.Smooth
  417. b16 = Instance.new("BlockMesh", p16)
  418. b16.Name = "Mesh"
  419. b16.Scale = Vector3.new(1, 1, 0.400000006)
  420. p17 = Instance.new("Part", m)
  421. p17.BrickColor = BrickColor.new("Really black")
  422. p17.FormFactor = Enum.FormFactor.Custom
  423. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  424. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  425. p17.CanCollide = false
  426. p17.Locked = true
  427. p17.Elasticity = 0
  428. p17.BottomSurface = Enum.SurfaceType.Smooth
  429. p17.TopSurface = Enum.SurfaceType.Smooth
  430. b17 = Instance.new("BlockMesh", p17)
  431. b17.Name = "Mesh"
  432. b17.Scale = Vector3.new(1, 1, 0.400000006)
  433. p18 = Instance.new("WedgePart", m)
  434. p18.BrickColor = BrickColor.new("Bright blue")
  435. p18.Name = "BladePart1"
  436. p18.Name = "Wedge"
  437. p18.FormFactor = Enum.FormFactor.Symmetric
  438. p18.Size = Vector3.new(1, 4, 2)
  439. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  440. p18.CanCollide = false
  441. p18.Locked = true
  442. p18.BottomSurface = Enum.SurfaceType.Smooth
  443. p18.TopSurface = Enum.SurfaceType.Smooth
  444. b18 = Instance.new("SpecialMesh", p18)
  445. b18.MeshType = Enum.MeshType.Wedge
  446. b18.Name = "Mesh"
  447. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  448. p19 = Instance.new("WedgePart", m)
  449. p19.BrickColor = BrickColor.new("Bright Blue")
  450. p19.Name = "BladePart2"
  451. p19.Name = "Wedge"
  452. p19.FormFactor = Enum.FormFactor.Symmetric
  453. p19.Size = Vector3.new(1, 4, 2)
  454. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  455. p19.CanCollide = false
  456. p19.Locked = true
  457. p19.BottomSurface = Enum.SurfaceType.Smooth
  458. p19.TopSurface = Enum.SurfaceType.Smooth
  459. b19 = Instance.new("SpecialMesh", p19)
  460. b19.MeshType = Enum.MeshType.Wedge
  461. b19.Name = "Mesh"
  462. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  463. p20 = Instance.new("Part", m)
  464. p20.BrickColor = BrickColor.new("Really black")
  465. p20.FormFactor = Enum.FormFactor.Custom
  466. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  467. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  468. p20.CanCollide = false
  469. p20.Locked = true
  470. p20.Elasticity = 0
  471. p20.BottomSurface = Enum.SurfaceType.Smooth
  472. p20.TopSurface = Enum.SurfaceType.Smooth
  473. b20 = Instance.new("BlockMesh", p20)
  474. b20.Name = "Mesh"
  475. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  476. p21 = Instance.new("Part", m)
  477. p21.BrickColor = BrickColor.new("Bright blue")
  478. p21.FormFactor = Enum.FormFactor.Custom
  479. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  480. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  481. p21.CanCollide = false
  482. p21.Locked = true
  483. p21.Elasticity = 0
  484. p21.BottomSurface = Enum.SurfaceType.Smooth
  485. p21.TopSurface = Enum.SurfaceType.Smooth
  486. b21 = Instance.new("SpecialMesh", p21)
  487. b21.MeshType = Enum.MeshType.Wedge
  488. b21.Name = "Mesh"
  489. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  490. w1 = Instance.new("Weld", p1)
  491. w1.Name = "Part_Weld"
  492. w1.Part0 = p1
  493. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  494. w1.Part1 = p2
  495. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  496. w2 = Instance.new("Weld", p2)
  497. w2.Name = "Part_Weld"
  498. w2.Part0 = p2
  499. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  500. w2.Part1 = p3
  501. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  502. w3 = Instance.new("Weld", p3)
  503. w3.Name = "Part_Weld"
  504. w3.Part0 = p3
  505. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  506. w3.Part1 = p4
  507. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  508. w4 = Instance.new("Weld", p4)
  509. w4.Name = "Part_Weld"
  510. w4.Part0 = p4
  511. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  512. w4.Part1 = p5
  513. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  514. w5 = Instance.new("Weld", p5)
  515. w5.Name = "Part_Weld"
  516. w5.Part0 = p5
  517. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  518. w5.Part1 = p6
  519. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  520. w6 = Instance.new("Weld", p6)
  521. w6.Name = "Part_Weld"
  522. w6.Part0 = p6
  523. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  524. w6.Part1 = p7
  525. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  526. w7 = Instance.new("Weld", p7)
  527. w7.Name = "Part_Weld"
  528. w7.Part0 = p7
  529. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  530. w7.Part1 = p8
  531. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  532. w8 = Instance.new("Weld", p8)
  533. w8.Name = "Part_Weld"
  534. w8.Part0 = p8
  535. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  536. w8.Part1 = p9
  537. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  538. w9 = Instance.new("Weld", p9)
  539. w9.Name = "Part_Weld"
  540. w9.Part0 = p9
  541. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  542. w9.Part1 = p10
  543. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  544. w10 = Instance.new("Weld", p10)
  545. w10.Name = "Part_Weld"
  546. w10.Part0 = p10
  547. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  548. w10.Part1 = p11
  549. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  550. w11 = Instance.new("Weld", p11)
  551. w11.Name = "Part_Weld"
  552. w11.Part0 = p11
  553. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  554. w11.Part1 = p12
  555. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  556. w12 = Instance.new("Weld", p12)
  557. w12.Name = "Part_Weld"
  558. w12.Part0 = p12
  559. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  560. w12.Part1 = p13
  561. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  562. w13 = Instance.new("Weld", p13)
  563. w13.Name = "Part_Weld"
  564. w13.Part0 = p13
  565. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  566. w13.Part1 = p14
  567. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  568. w14 = Instance.new("Weld", p14)
  569. w14.Name = "Part_Weld"
  570. w14.Part0 = p14
  571. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  572. w14.Part1 = p15
  573. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  574. w15 = Instance.new("Weld", p15)
  575. w15.Name = "Part_Weld"
  576. w15.Part0 = p15
  577. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  578. w15.Part1 = p16
  579. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  580. w16 = Instance.new("Weld", p16)
  581. w16.Name = "Part_Weld"
  582. w16.Part0 = p16
  583. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  584. w16.Part1 = p17
  585. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  586. w17 = Instance.new("Weld", p17)
  587. w17.Name = "Wedge_Weld"
  588. w17.Part0 = p17
  589. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  590. w17.Part1 = p18
  591. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  592. w18 = Instance.new("Weld", p18)
  593. w18.Name = "Wedge_Weld"
  594. w18.Part0 = p18
  595. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  596. w18.Part1 = p19
  597. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  598. w19 = Instance.new("Weld", p19)
  599. w19.Name = "Part_Weld"
  600. w19.Part0 = p19
  601. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  602. w19.Part1 = p20
  603. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  604. w20 = Instance.new("Weld", p20)
  605. w20.Name = "Part_Weld"
  606. w20.Part0 = p20
  607. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  608. w20.Part1 = p21
  609. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  610. m.Parent = char
  611. m:MakeJoints()
  612. ----------------------------------------------------
  613. local cor = Instance.new("Part", char.Absolution)
  614. cor.Name = "Thingy"
  615. cor.Locked = true
  616. cor.BottomSurface = 0
  617. cor.CanCollide = false
  618. cor.Size = Vector3.new(1, 13, 1)
  619. cor.Transparency = 1
  620. cor.TopSurface = 0
  621. corw = Instance.new("Weld", cor)
  622. corw.Part0 = rarm
  623. corw.Part1 = cor
  624. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  625. corw.C1 = CFrame.new(0, 0, 0)
  626. weld1 = Instance.new("Weld", char.Absolution)
  627. weld1.Part0 = cor
  628. weld1.Part1 = p6
  629. weld1.C0 = CFrame.new(0, 0, 0)
  630. ----------------------------------------------------
  631. hitb = Instance.new("Part", char.Absolution)
  632. hitb.Name = "Thingy2"
  633. hitb.Locked = true
  634. hitb.BottomSurface = 0
  635. hitb.CanCollide = false
  636. hitb.Size = Vector3.new(0, 8, 6)
  637. hitb.Transparency = 1
  638. hitb.TopSurface = 0
  639. weld2 = Instance.new("Weld", char.Absolution)
  640. weld2.Part0 = hitb
  641. weld2.Part1 = p12
  642. weld2.C0 = CFrame.new(0, .6, 1)
  643. ----------------------------------------------------
  644. local m = Instance.new("Model")
  645. m.Name = "Claw"
  646. p1 = Instance.new("Part", m)
  647. p1.BrickColor = BrickColor.new("Really black")
  648. p1.FormFactor = Enum.FormFactor.Custom
  649. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  650. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  651. p1.CanCollide = false
  652. p1.Locked = true
  653. p1.BottomSurface = Enum.SurfaceType.Smooth
  654. p1.TopSurface = Enum.SurfaceType.Smooth
  655. b1 = Instance.new("BlockMesh", p1)
  656. b1.Name = "Mesh"
  657. p2 = Instance.new("WedgePart", m)
  658. p2.BrickColor = BrickColor.new("Really black")
  659. p2.Name = "Wedge"
  660. p2.FormFactor = Enum.FormFactor.Custom
  661. p2.Size = Vector3.new(3, 1, 0.5)
  662. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  663. p2.CanCollide = false
  664. p2.Locked = true
  665. p2.BottomSurface = Enum.SurfaceType.Smooth
  666. p2.TopSurface = Enum.SurfaceType.Smooth
  667. p3 = Instance.new("Part", m)
  668. p3.BrickColor = BrickColor.new("Really black")
  669. p3.FormFactor = Enum.FormFactor.Custom
  670. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  671. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  672. p3.CanCollide = false
  673. p3.Locked = true
  674. p3.BottomSurface = Enum.SurfaceType.Smooth
  675. p3.TopSurface = Enum.SurfaceType.Smooth
  676. b2 = Instance.new("BlockMesh", p3)
  677. b2.Name = "Mesh"
  678. p4 = Instance.new("WedgePart", m)
  679. p4.BrickColor = BrickColor.new("Really black")
  680. p4.Name = "Wedge"
  681. p4.FormFactor = Enum.FormFactor.Custom
  682. p4.Size = Vector3.new(3, 1, 0.5)
  683. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  684. p4.CanCollide = false
  685. p4.Locked = true
  686. p4.BottomSurface = Enum.SurfaceType.Smooth
  687. p4.TopSurface = Enum.SurfaceType.Smooth
  688. p5 = Instance.new("Part", m)
  689. p5.BrickColor = BrickColor.new("Really black")
  690. p5.FormFactor = Enum.FormFactor.Custom
  691. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  692. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  693. p5.CanCollide = false
  694. p5.Locked = true
  695. p5.BottomSurface = Enum.SurfaceType.Smooth
  696. p5.TopSurface = Enum.SurfaceType.Smooth
  697. b3 = Instance.new("BlockMesh", p5)
  698. b3.Name = "Mesh"
  699. p6 = Instance.new("Part", m)
  700. p6.BrickColor = BrickColor.new("Really black")
  701. p6.FormFactor = Enum.FormFactor.Custom
  702. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  703. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  704. p6.CanCollide = false
  705. p6.Locked = true
  706. p6.BottomSurface = Enum.SurfaceType.Smooth
  707. p6.TopSurface = Enum.SurfaceType.Smooth
  708. b4 = Instance.new("BlockMesh", p6)
  709. b4.Name = "Mesh"
  710. p7 = Instance.new("Part", m)
  711. p7.BrickColor = BrickColor.new("Really black")
  712. p7.FormFactor = Enum.FormFactor.Custom
  713. p7.Size = Vector3.new(3, 1, 1.20000005)
  714. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  715. p7.CanCollide = false
  716. p7.Locked = true
  717. p7.BottomSurface = Enum.SurfaceType.Smooth
  718. p7.TopSurface = Enum.SurfaceType.Smooth
  719. b5 = Instance.new("BlockMesh", p7)
  720. b5.Name = "Mesh"
  721. p8 = Instance.new("Part", m)
  722. p8.BrickColor = BrickColor.new("Bright blue")
  723. p8.FormFactor = Enum.FormFactor.Symmetric
  724. p8.Size = Vector3.new(1, 1, 1)
  725. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  726. p8.CanCollide = false
  727. p8.Locked = true
  728. b6 = Instance.new("SpecialMesh", p8)
  729. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  730. b6.TextureId = ""
  731. b6.MeshType = Enum.MeshType.FileMesh
  732. b6.Name = "Mesh"
  733. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  734. p9 = Instance.new("Part", m)
  735. p9.BrickColor = BrickColor.new("Really black")
  736. p9.FormFactor = Enum.FormFactor.Custom
  737. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  738. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  739. p9.CanCollide = false
  740. p9.Locked = true
  741. p9.BottomSurface = Enum.SurfaceType.Smooth
  742. p9.TopSurface = Enum.SurfaceType.Smooth
  743. b7 = Instance.new("BlockMesh", p9)
  744. b7.Name = "Mesh"
  745. p10 = Instance.new("Part", m)
  746. p10.BrickColor = BrickColor.new("Bright blue")
  747. p10.FormFactor = Enum.FormFactor.Symmetric
  748. p10.Size = Vector3.new(1, 1, 1)
  749. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  750. p10.CanCollide = false
  751. p10.Locked = true
  752. b8 = Instance.new("SpecialMesh", p10)
  753. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  754. b8.TextureId = ""
  755. b8.MeshType = Enum.MeshType.FileMesh
  756. b8.Name = "Mesh"
  757. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  758. p11 = Instance.new("Part", m)
  759. p11.BrickColor = BrickColor.new("Really black")
  760. p11.FormFactor = Enum.FormFactor.Custom
  761. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  762. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  763. p11.CanCollide = false
  764. p11.Locked = true
  765. p11.BottomSurface = Enum.SurfaceType.Smooth
  766. p11.TopSurface = Enum.SurfaceType.Smooth
  767. b9 = Instance.new("BlockMesh", p11)
  768. b9.Name = "Mesh"
  769. p12 = Instance.new("Part", m)
  770. p12.BrickColor = BrickColor.new("Really black")
  771. p12.FormFactor = Enum.FormFactor.Custom
  772. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  773. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  774. p12.CanCollide = false
  775. p12.Locked = true
  776. p12.BottomSurface = Enum.SurfaceType.Smooth
  777. p12.TopSurface = Enum.SurfaceType.Smooth
  778. b10 = Instance.new("BlockMesh", p12)
  779. b10.Name = "Mesh"
  780. p13 = Instance.new("Part", m)
  781. p13.BrickColor = BrickColor.new("Really black")
  782. p13.FormFactor = Enum.FormFactor.Custom
  783. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  784. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  785. p13.CanCollide = false
  786. p13.Locked = true
  787. p13.BottomSurface = Enum.SurfaceType.Smooth
  788. p13.TopSurface = Enum.SurfaceType.Smooth
  789. b11 = Instance.new("BlockMesh", p13)
  790. b11.Name = "Mesh"
  791. p14 = Instance.new("Part", m)
  792. p14.BrickColor = BrickColor.new("Bright blue")
  793. p14.FormFactor = Enum.FormFactor.Symmetric
  794. p14.Size = Vector3.new(1, 1, 1)
  795. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  796. p14.CanCollide = false
  797. p14.Locked = true
  798. b12 = Instance.new("SpecialMesh", p14)
  799. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  800. b12.TextureId = ""
  801. b12.MeshType = Enum.MeshType.FileMesh
  802. b12.Name = "Mesh"
  803. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  804. p15 = Instance.new("Part", m)
  805. p15.BrickColor = BrickColor.new("Bright blue")
  806. p15.Transparency = 1
  807. p15.Name = "ArmPart"
  808. p15.FormFactor = Enum.FormFactor.Custom
  809. p15.Size = Vector3.new(2, 1, 1)
  810. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  811. p15.CanCollide = false
  812. p15.Locked = true
  813. p15.BottomSurface = Enum.SurfaceType.Smooth
  814. p15.TopSurface = Enum.SurfaceType.Smooth
  815. b13 = Instance.new("BlockMesh", p15)
  816. b13.Name = "Mesh"
  817. p16 = Instance.new("Part", m)
  818. p16.BrickColor = BrickColor.new("Really black")
  819. p16.FormFactor = Enum.FormFactor.Custom
  820. p16.Size = Vector3.new(3, 1, 2.4000001)
  821. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  822. p16.CanCollide = false
  823. p16.Locked = true
  824. p16.BottomSurface = Enum.SurfaceType.Smooth
  825. p16.TopSurface = Enum.SurfaceType.Smooth
  826. b14 = Instance.new("BlockMesh", p16)
  827. b14.Name = "Mesh"
  828. p17 = Instance.new("Part", m)
  829. p17.BrickColor = BrickColor.new("Really black")
  830. p17.FormFactor = Enum.FormFactor.Custom
  831. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  832. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  833. p17.CanCollide = false
  834. p17.Locked = true
  835. p17.BottomSurface = Enum.SurfaceType.Smooth
  836. p17.TopSurface = Enum.SurfaceType.Smooth
  837. b15 = Instance.new("BlockMesh", p17)
  838. b15.Name = "Mesh"
  839. p18 = Instance.new("Part", m)
  840. p18.BrickColor = BrickColor.new("Bright blue")
  841. p18.FormFactor = Enum.FormFactor.Symmetric
  842. p18.Size = Vector3.new(1, 1, 1)
  843. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  844. p18.CanCollide = false
  845. p18.Locked = true
  846. b16 = Instance.new("SpecialMesh", p18)
  847. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  848. b16.TextureId = ""
  849. b16.MeshType = Enum.MeshType.FileMesh
  850. b16.Name = "Mesh"
  851. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  852. p19 = Instance.new("Part", m)
  853. p19.BrickColor = BrickColor.new("Bright blue")
  854. p19.FormFactor = Enum.FormFactor.Symmetric
  855. p19.Size = Vector3.new(1, 1, 1)
  856. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  857. p19.CanCollide = false
  858. p19.Locked = true
  859. b17 = Instance.new("SpecialMesh", p19)
  860. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  861. b17.TextureId = ""
  862. b17.MeshType = Enum.MeshType.FileMesh
  863. b17.Name = "Mesh"
  864. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  865. p20 = Instance.new("Part", m)
  866. p20.BrickColor = BrickColor.new("Really black")
  867. p20.FormFactor = Enum.FormFactor.Custom
  868. p20.Size = Vector3.new(3, 1, 2.4000001)
  869. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  870. p20.CanCollide = false
  871. p20.Locked = true
  872. p20.BottomSurface = Enum.SurfaceType.Smooth
  873. p20.TopSurface = Enum.SurfaceType.Smooth
  874. b18 = Instance.new("BlockMesh", p20)
  875. b18.Name = "Mesh"
  876. p21 = Instance.new("Part", m)
  877. p21.BrickColor = BrickColor.new("Really black")
  878. p21.FormFactor = Enum.FormFactor.Custom
  879. p21.Size = Vector3.new(3, 1, 1.19999993)
  880. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  881. p21.CanCollide = false
  882. p21.Locked = true
  883. p21.BottomSurface = Enum.SurfaceType.Smooth
  884. p21.TopSurface = Enum.SurfaceType.Smooth
  885. b19 = Instance.new("BlockMesh", p21)
  886. b19.Name = "Mesh"
  887. p22 = Instance.new("WedgePart", m)
  888. p22.BrickColor = BrickColor.new("Really black")
  889. p22.Name = "Wedge"
  890. p22.FormFactor = Enum.FormFactor.Custom
  891. p22.Size = Vector3.new(3, 1, 0.5)
  892. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  893. p22.CanCollide = false
  894. p22.Locked = true
  895. p22.BottomSurface = Enum.SurfaceType.Smooth
  896. p22.TopSurface = Enum.SurfaceType.Smooth
  897. p23 = Instance.new("Part", m)
  898. p23.BrickColor = BrickColor.new("Really black")
  899. p23.FormFactor = Enum.FormFactor.Custom
  900. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  901. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  902. p23.CanCollide = false
  903. p23.Locked = true
  904. p23.BottomSurface = Enum.SurfaceType.Smooth
  905. p23.TopSurface = Enum.SurfaceType.Smooth
  906. b20 = Instance.new("BlockMesh", p23)
  907. b20.Name = "Mesh"
  908. p24 = Instance.new("WedgePart", m)
  909. p24.BrickColor = BrickColor.new("Really black")
  910. p24.Name = "Wedge"
  911. p24.FormFactor = Enum.FormFactor.Custom
  912. p24.Size = Vector3.new(3, 1, 0.5)
  913. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  914. p24.CanCollide = false
  915. p24.Locked = true
  916. p24.BottomSurface = Enum.SurfaceType.Smooth
  917. p24.TopSurface = Enum.SurfaceType.Smooth
  918. p25 = Instance.new("Part", m)
  919. p25.BrickColor = BrickColor.new("Bright blue")
  920. p25.FormFactor = Enum.FormFactor.Symmetric
  921. p25.Size = Vector3.new(1, 1, 1)
  922. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  923. p25.CanCollide = false
  924. p25.Locked = true
  925. p25.BottomSurface = Enum.SurfaceType.Smooth
  926. p25.TopSurface = Enum.SurfaceType.Smooth
  927. b21 = Instance.new("SpecialMesh", p25)
  928. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  929. b21.TextureId = ""
  930. b21.MeshType = Enum.MeshType.FileMesh
  931. b21.Name = "Mesh"
  932. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  933. p26 = Instance.new("Part", m)
  934. p26.BrickColor = BrickColor.new("Really black")
  935. p26.FormFactor = Enum.FormFactor.Symmetric
  936. p26.Size = Vector3.new(1, 1, 1)
  937. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  938. p26.CanCollide = false
  939. p26.Locked = true
  940. p26.BottomSurface = Enum.SurfaceType.Smooth
  941. p26.TopSurface = Enum.SurfaceType.Smooth
  942. b22 = Instance.new("SpecialMesh", p26)
  943. b22.MeshType = Enum.MeshType.Brick
  944. b22.Name = "Mesh"
  945. w1 = Instance.new("Weld", p1)
  946. w1.Name = "Wedge_Weld"
  947. w1.Part0 = p1
  948. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  949. w1.Part1 = p2
  950. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  951. w2 = Instance.new("Weld", p2)
  952. w2.Name = "Part_Weld"
  953. w2.Part0 = p2
  954. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  955. w2.Part1 = p3
  956. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  957. w3 = Instance.new("Weld", p3)
  958. w3.Name = "Wedge_Weld"
  959. w3.Part0 = p3
  960. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  961. w3.Part1 = p4
  962. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  963. w4 = Instance.new("Weld", p4)
  964. w4.Name = "Part_Weld"
  965. w4.Part0 = p4
  966. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  967. w4.Part1 = p5
  968. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  969. w5 = Instance.new("Weld", p5)
  970. w5.Name = "Part_Weld"
  971. w5.Part0 = p5
  972. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  973. w5.Part1 = p6
  974. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  975. w6 = Instance.new("Weld", p6)
  976. w6.Name = "Part_Weld"
  977. w6.Part0 = p6
  978. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  979. w6.Part1 = p7
  980. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  981. w7 = Instance.new("Weld", p7)
  982. w7.Name = "Part_Weld"
  983. w7.Part0 = p7
  984. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  985. w7.Part1 = p8
  986. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  987. w8 = Instance.new("Weld", p8)
  988. w8.Name = "Part_Weld"
  989. w8.Part0 = p8
  990. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  991. w8.Part1 = p9
  992. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  993. w9 = Instance.new("Weld", p9)
  994. w9.Name = "Part_Weld"
  995. w9.Part0 = p9
  996. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  997. w9.Part1 = p10
  998. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  999. w10 = Instance.new("Weld", p10)
  1000. w10.Name = "Part_Weld"
  1001. w10.Part0 = p10
  1002. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1003. w10.Part1 = p11
  1004. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1005. w11 = Instance.new("Weld", p11)
  1006. w11.Name = "Part_Weld"
  1007. w11.Part0 = p11
  1008. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1009. w11.Part1 = p12
  1010. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1011. w12 = Instance.new("Weld", p12)
  1012. w12.Name = "Part_Weld"
  1013. w12.Part0 = p12
  1014. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1015. w12.Part1 = p13
  1016. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1017. w13 = Instance.new("Weld", p13)
  1018. w13.Name = "Part_Weld"
  1019. w13.Part0 = p13
  1020. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1021. w13.Part1 = p14
  1022. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1023. w14 = Instance.new("Weld", p14)
  1024. w14.Name = "ArmPart_Weld"
  1025. w14.Part0 = p14
  1026. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1027. w14.Part1 = p15
  1028. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1029. w15 = Instance.new("Weld", p15)
  1030. w15.Name = "Part_Weld"
  1031. w15.Part0 = p15
  1032. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1033. w15.Part1 = p16
  1034. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1035. w16 = Instance.new("Weld", p16)
  1036. w16.Name = "Part_Weld"
  1037. w16.Part0 = p16
  1038. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1039. w16.Part1 = p17
  1040. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1041. w17 = Instance.new("Weld", p17)
  1042. w17.Name = "Part_Weld"
  1043. w17.Part0 = p17
  1044. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1045. w17.Part1 = p18
  1046. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1047. w18 = Instance.new("Weld", p18)
  1048. w18.Name = "Part_Weld"
  1049. w18.Part0 = p18
  1050. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1051. w18.Part1 = p19
  1052. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1053. w19 = Instance.new("Weld", p19)
  1054. w19.Name = "Part_Weld"
  1055. w19.Part0 = p19
  1056. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1057. w19.Part1 = p20
  1058. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1059. w20 = Instance.new("Weld", p20)
  1060. w20.Name = "Part_Weld"
  1061. w20.Part0 = p20
  1062. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1063. w20.Part1 = p21
  1064. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1065. w21 = Instance.new("Weld", p21)
  1066. w21.Name = "Wedge_Weld"
  1067. w21.Part0 = p21
  1068. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1069. w21.Part1 = p22
  1070. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1071. w22 = Instance.new("Weld", p22)
  1072. w22.Name = "Part_Weld"
  1073. w22.Part0 = p22
  1074. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1075. w22.Part1 = p23
  1076. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1077. w23 = Instance.new("Weld", p23)
  1078. w23.Name = "Wedge_Weld"
  1079. w23.Part0 = p23
  1080. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1081. w23.Part1 = p24
  1082. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1083. w24 = Instance.new("Weld", p24)
  1084. w24.Name = "Part_Weld"
  1085. w24.Part0 = p24
  1086. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1087. w24.Part1 = p25
  1088. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1089. w25 = Instance.new("Weld", p25)
  1090. w25.Name = "Part_Weld"
  1091. w25.Part0 = p25
  1092. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1093. w25.Part1 = p26
  1094. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1095. m.Parent = char
  1096. m:MakeJoints()
  1097. ----------------------------------------------------
  1098. local cor2 = Instance.new("Part", char.Claw)
  1099. cor2.Name = "Thingy"
  1100. cor2.Locked = true
  1101. cor2.BottomSurface = 0
  1102. cor2.CanCollide = false
  1103. cor2.Size = Vector3.new(2, 1, 1)
  1104. cor2.Transparency = 1
  1105. cor2.TopSurface = 0
  1106. corw2 = Instance.new("Weld", cor2)
  1107. corw2.Part0 = larm
  1108. corw2.Part1 = cor2
  1109. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1110. corw2.C1 = CFrame.new(0, 0, 0)
  1111. weld2 = Instance.new("Weld", char.Claw)
  1112. weld2.Part0 = cor2
  1113. weld2.Part1 = char.Claw.ArmPart
  1114. weld2.C0 = CFrame.new(0, 0, 0)
  1115. ----------------------------------------------------
  1116. function weld5(part0, part1, c0, c1)
  1117. weeld=Instance.new("Weld", part0)
  1118. weeld.Part0=part0
  1119. weeld.Part1=part1
  1120. weeld.C0=c0
  1121. weeld.C1=c1
  1122. return weeld
  1123. end
  1124. ----------------------------------------------------
  1125. function newRay(start,face,range,wat)
  1126. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1127. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1128. return rey,hit,pos
  1129. end
  1130. ----------------------------------------------------
  1131. mod5 = Instance.new("Model",char)
  1132.  
  1133. function FindNearestTorso(Position,Distance,SinglePlayer)
  1134. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1135. local List = {}
  1136. for i,v in pairs(workspace:GetChildren())do
  1137. if v:IsA("Model")then
  1138. if v:findFirstChild("Torso")then
  1139. if v ~= char then
  1140. if(v.Torso.Position -Position).magnitude <= Distance then
  1141. table.insert(List,v)
  1142. end
  1143. end
  1144. end
  1145. end
  1146. end
  1147. return List
  1148. end
  1149.  
  1150. function Landing()
  1151. part=Instance.new('Part',mod5)
  1152. part.Anchored=true
  1153. part.CanCollide=false
  1154. part.FormFactor='Custom'
  1155. part.Size=Vector3.new(.2,.2,.2)
  1156. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  1157. part.Transparency=.7
  1158. part.BrickColor=BrickColor.new('Really black')
  1159. mesh=Instance.new('SpecialMesh',part)
  1160. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1161. mesh.Scale=Vector3.new(10,5,10)
  1162.  
  1163. for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  1164. if v:FindFirstChild('Humanoid') then
  1165. v.Humanoid:TakeDamage(math.random(20,30))
  1166. v.Humanoid.PlatformStand = true
  1167. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1168. end
  1169. end
  1170.  
  1171. coroutine.resume(coroutine.create(function()
  1172. for i=0,3.8,0.05 do
  1173. wait()
  1174. part.CFrame=part.CFrame
  1175. part.Transparency=i
  1176. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  1177. end
  1178. part.Parent = nil
  1179. end))
  1180. end
  1181. ----------------------------------------------------
  1182. mod4 = Instance.new("Model",char)
  1183.  
  1184. ptez = {0.7, 0.8, 0.9, 1}
  1185.  
  1186. function FindNearestTorso(Position,Distance,SinglePlayer)
  1187. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1188. local List = {}
  1189. for i,v in pairs(workspace:GetChildren())do
  1190. if v:IsA("Model")then
  1191. if v:findFirstChild("Torso")then
  1192. if v ~= char then
  1193. if(v.Torso.Position -Position).magnitude <= Distance then
  1194. table.insert(List,v)
  1195. end
  1196. end
  1197. end
  1198. end
  1199. end
  1200. return List
  1201. end
  1202.  
  1203. function GroundPound()
  1204. part=Instance.new('Part',mod4)
  1205. part.Anchored=true
  1206. part.CanCollide=false
  1207. part.FormFactor='Custom'
  1208. part.Size=Vector3.new(.2,.2,.2)
  1209. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1210. part.Transparency=.7
  1211. part.BrickColor=BrickColor.new('Really black')
  1212. mesh=Instance.new('SpecialMesh',part)
  1213. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1214. mesh.Scale=Vector3.new(3,3,3)
  1215. part2=Instance.new('Part',mod4)
  1216. part2.Anchored=true
  1217. part2.CanCollide=false
  1218. part2.FormFactor='Custom'
  1219. part2.Size=Vector3.new(.2,.2,.2)
  1220. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  1221. part2.Transparency=.7
  1222. part2.BrickColor=BrickColor.new('Really blue')
  1223. mesh2=Instance.new('SpecialMesh',part2)
  1224. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1225. mesh2.Scale=Vector3.new(3,1.5,3)
  1226. x = Instance.new("Sound",char)
  1227. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  1228. x.Pitch = ptez[math.random(1,#ptez)]
  1229. x.Volume = 1
  1230. wait(.1)
  1231. x:Play()
  1232. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1233. if v:FindFirstChild('Humanoid') then
  1234. v.Humanoid:TakeDamage(math.random(8,15))
  1235. end
  1236. end
  1237. coroutine.resume(coroutine.create(function()
  1238. for i=0,0.62,0.13 do
  1239. wait()
  1240. part.CFrame=part.CFrame
  1241. part.Transparency=i
  1242. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1243. part2.CFrame=part2.CFrame
  1244. part2.Transparency=i
  1245. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1246. end
  1247. part.Parent=nil
  1248. part2.Parent=nil
  1249. x:Destroy()
  1250. end))
  1251. end
  1252. ----------------------------------------------------
  1253. mod=Instance.new('Model',char)
  1254.  
  1255. function charge()
  1256. hed.Velocity=hed.CFrame.lookVector*200
  1257. part=Instance.new('Part',mod)
  1258. part.Anchored=true
  1259. part.CanCollide=false
  1260. part.FormFactor='Custom'
  1261. part.Size=Vector3.new(.2,.2,.2)
  1262. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  1263. part.Transparency=.7
  1264. part.BrickColor=BrickColor.new('Black')
  1265. mesh=Instance.new('SpecialMesh',part)
  1266. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1267. mesh.Scale=Vector3.new(10,5,10)
  1268. part2=part:clone()
  1269. part2.Parent=mod
  1270. part2.BrickColor=BrickColor.new('Bright blue')
  1271. mesh2=mesh:clone()
  1272. mesh2.Parent=part2
  1273. mesh2.Scale=Vector3.new(20,10,20)
  1274. part3=part2:clone()
  1275. part3.Parent = mod
  1276. part3.BrickColor=BrickColor.new('Really black')
  1277. mesh3=mesh2:clone()
  1278. mesh2.Parent=part3
  1279. mesh3.Scale=Vector3.new(30,15,30)
  1280. coroutine.resume(coroutine.create(function()
  1281. for i=0,1,0.1 do
  1282. wait()
  1283. part.CFrame=part.CFrame
  1284. part.Transparency=i
  1285. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  1286. part2.CFrame=part2.CFrame
  1287. part2.Transparency=i
  1288. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1289. part3.CFrame=part3.CFrame
  1290. part3.Transparency=i
  1291. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  1292. end
  1293. part.Parent=nil
  1294. part2.Parent=nil
  1295. part3.Parent = nil
  1296. end))
  1297. end
  1298. ----------------------------------------------------
  1299. function FindNearestTorso(Position,Distance,SinglePlayer)
  1300. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1301. local List = {}
  1302. for i,v in pairs(workspace:GetChildren())do
  1303. if v:IsA("Model")then
  1304. if v:findFirstChild("Torso")then
  1305. if v ~= char then
  1306. if(v.Torso.Position -Position).magnitude <= Distance then
  1307. table.insert(List,v)
  1308. end
  1309. end
  1310. end
  1311. end
  1312. end
  1313. return List
  1314. end
  1315.  
  1316. mod3 = Instance.new("Model",rleg)
  1317.  
  1318. function Stomp()
  1319. part=Instance.new('Part',mod3)
  1320. part.Anchored=true
  1321. part.CanCollide=false
  1322. part.FormFactor='Custom'
  1323. part.Size=Vector3.new(.2,.2,.2)
  1324. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  1325. part.Transparency=.7
  1326. part.BrickColor=BrickColor.new('Bright blue')
  1327. mesh=Instance.new('SpecialMesh',part)
  1328. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1329. mesh.Scale=Vector3.new(25,25,25)
  1330. part2=part:clone()
  1331. part2.Parent=mod3
  1332. part2.BrickColor=BrickColor.new('Bright blue')
  1333. mesh2=mesh:clone()
  1334. mesh2.Parent=part2
  1335. mesh2.Scale=Vector3.new(15,15,15)
  1336. part3=part:clone()
  1337. part3.Parent=mod3
  1338. part3.TopSurface=0
  1339. part3.BottomSurface=0
  1340. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  1341. mesh3=Instance.new('SpecialMesh',part3)
  1342. mesh3.MeshType = 3
  1343. mesh3.Scale=Vector3.new(12,12,12)
  1344. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  1345. if v:FindFirstChild('Humanoid') then
  1346. v.Humanoid:TakeDamage(math.random(20,60))
  1347. v.Humanoid.PlatformStand = true
  1348. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1349. end
  1350. end
  1351. coroutine.resume(coroutine.create(function()
  1352. for i=0,3.8,0.05 do
  1353. wait()
  1354. part.CFrame=part.CFrame
  1355. part.Transparency=i
  1356. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  1357. part2.CFrame=part2.CFrame
  1358. part2.Transparency=i
  1359. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1360. part3.CFrame=part3.CFrame
  1361. part3.Transparency=i
  1362. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  1363. end
  1364. end))
  1365. end
  1366. ----------------------------------------------------
  1367.  
  1368. local acos = math.acos
  1369. local sqrt = math.sqrt
  1370. local Vec3 = Vector3.new
  1371. local fromAxisAngle = CFrame.fromAxisAngle
  1372.  
  1373. local function toAxisAngle(CFr)
  1374. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  1375. local Angle = math.acos((R00+R11+R22-1)/2)
  1376. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1377. A = A == 0 and 0.00001 or A
  1378. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1379. B = B == 0 and 0.00001 or B
  1380. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1381. C = C == 0 and 0.00001 or C
  1382. local x = (R21-R12)/sqrt(A)
  1383. local y = (R02-R20)/sqrt(B)
  1384. local z = (R10-R01)/sqrt(C)
  1385. return Vec3(x,y,z),Angle
  1386. end
  1387.  
  1388. function ApplyTrig(Num,Func)
  1389. local Min,Max = Func(0),Func(1)
  1390. local i = Func(Num)
  1391. return (i-Min)/(Max-Min)
  1392. --[[if Func == "sin" then
  1393. return (math.sin((1-Num)*math.pi)+1)/2
  1394. elseif Func == "cos" then
  1395. return (math.cos((1-Num)*math.pi)+1)/2
  1396. end]]
  1397. end
  1398.  
  1399. function LerpCFrame(CFrame1,CFrame2,Num)
  1400. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  1401. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  1402. end
  1403.  
  1404. function Crater(Torso,Radius)
  1405. Spawn(function()
  1406. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  1407. local Ignore = {}
  1408. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1409. if v.Character ~= nil then
  1410. Ignore[#Ignore+1] = v.Character
  1411. end
  1412. end
  1413. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  1414. if Hit == nil then return end
  1415. local Parts = {}
  1416. for i = 1,360,10 do
  1417. local P = Instance.new("Part",Torso.Parent)
  1418. P.Anchored = true
  1419. P.FormFactor = "Custom"
  1420. P.BrickColor = Hit.BrickColor
  1421. P.Material = Hit.Material
  1422. P.TopSurface = "Smooth"
  1423. P.BottomSurface = "Smooth"
  1424. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1425. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  1426. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  1427. if math.random(0,5) == 0 then -- rubble
  1428. local P = Instance.new("Part",Torso.Parent)
  1429. P.Anchored = true
  1430. P.FormFactor = "Custom"
  1431. P.BrickColor = Hit.BrickColor
  1432. P.Material = Hit.Material
  1433. P.TopSurface = "Smooth"
  1434. P.BottomSurface = "Smooth"
  1435. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1436. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  1437. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  1438. end
  1439. end
  1440. for i = 0,1,0.05 do
  1441. for i2,v in pairs(Parts) do
  1442. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1443. end
  1444. wait(0.02)
  1445. end
  1446. for i,v in pairs(Parts) do
  1447. if v[1].Size.X > 2.1 then
  1448. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1449. end
  1450. v[1].Anchored = false
  1451. end
  1452. for i = 0,1,0.05 do
  1453. for i2,v in pairs(Parts) do
  1454. v[1].Transparency = i
  1455. if i == 1 then
  1456. v[1]:Destroy()
  1457. elseif i >= 0.25 then
  1458. v[1].CanCollide = false
  1459. end
  1460. end
  1461. wait(0.02)
  1462. end
  1463. Parts = nil
  1464. end)
  1465. end
  1466.  
  1467. ----------------------------------------------------
  1468. mouse.KeyDown:connect(function(key)
  1469. if key == "r" then
  1470. larm.BrickColor = BrickColor.new("Bright blue")
  1471. rarm.BrickColor = BrickColor.new("Bright blue")
  1472. if Debounces.CanAttack == true then
  1473. Debounces.CanAttack = false
  1474. Debounces.on = true
  1475. Debounces.NoIdl = true
  1476. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1477. hit = ht.Parent
  1478. if ht and hit:IsA("Model") then
  1479. if hit:FindFirstChild("Humanoid") then
  1480. if hit.Name ~= p.Name then
  1481. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1482. Debounces.Slashed = true]]--
  1483. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  1484. wait(1)
  1485. --Debounces.Slashed = false
  1486. --end
  1487. end
  1488. end
  1489. elseif ht and hit:IsA("Hat") then
  1490. if hit.Parent.Name ~= p.Name then
  1491. if hit.Parent:FindFirstChild("Humanoid") then
  1492. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1493. Debounces.Slashed = true]]--
  1494. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  1495. wait(1)
  1496. --Debounces.Slashed = false
  1497. end
  1498. end
  1499. end
  1500. end)
  1501. q = Instance.new("Sound",hed)
  1502. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1503. q.Pitch = 0.85
  1504. q.Looped = false
  1505. q1 = Instance.new("Sound",hed)
  1506. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1507. q1.Pitch = 0.85
  1508. q1.Looped = false
  1509. q:Play()
  1510. q1:Play()
  1511. for i = 1,20 do
  1512. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  1513. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  1514. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  1515. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1516. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1517. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1518. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.5)
  1519. if Debounces.on == false then break end
  1520. wait()
  1521. end
  1522. n = Instance.new("Sound",hed)
  1523. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1524. n.Pitch = 0.94
  1525. n.Looped = false
  1526. n1 = Instance.new("Sound",hed)
  1527. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1528. n1.Pitch = 0.94
  1529. n1.Looped = false
  1530. n:Play()
  1531. n1:Play()
  1532. b = Instance.new("Sound",hed)
  1533. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1534. b.Pitch = 0.94
  1535. b.Looped = false
  1536. b1 = Instance.new("Sound",hed)
  1537. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1538. b1.Pitch = 0.94
  1539. b1.Looped = false
  1540. b:Play()
  1541. b1:Play()
  1542. for i = 1,26 do
  1543. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.5)
  1544. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.5)
  1545. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.5)
  1546. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
  1547. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
  1548. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
  1549. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.5)
  1550. if Debounces.on == false then break end
  1551. wait()
  1552. end
  1553. wait(.5)
  1554. to:disconnect()
  1555. q:Destroy()
  1556. q1:Destroy()
  1557. n:Destroy()
  1558. n1:Destroy()
  1559. larm.BrickColor = BrickColor.new("Really black")
  1560. rarm.BrickColor = BrickColor.new("Really black")
  1561. if Debounces.CanAttack == false then
  1562. Debounces.CanAttack = true
  1563. Debounces.on = false
  1564. Debounces.NoIdl = false
  1565. end
  1566. end
  1567. end
  1568. end)
  1569. ----------------------------------------------------
  1570. mouse.KeyDown:connect(function(key)
  1571. if key == "q" then
  1572. larm.BrickColor = BrickColor.new("Bright blue")
  1573. rarm.BrickColor = BrickColor.new("Bright blue")
  1574. if Debounces.CanAttack == true then
  1575. Debounces.CanAttack = false
  1576. Debounces.on = true
  1577. Debounces.NoIdl = true
  1578. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1579. hit = ht.Parent
  1580. if ht and hit:IsA("Model") then
  1581. if hit:FindFirstChild("Humanoid") then
  1582. if hit.Name ~= p.Name then
  1583. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1584. Debounces.Slashed = true]]--
  1585. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  1586. wait(1)
  1587. --Debounces.Slashed = false
  1588. --end
  1589. end
  1590. end
  1591. elseif ht and hit:IsA("Hat") then
  1592. if hit.Parent.Name ~= p.Name then
  1593. if hit.Parent:FindFirstChild("Humanoid") then
  1594. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1595. Debounces.Slashed = true]]--
  1596. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  1597. wait(1)
  1598. --Debounces.Slashed = false
  1599. end
  1600. end
  1601. end
  1602. end)
  1603. for i = 1, 20 do
  1604. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  1605. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  1606. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  1607. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  1608. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1609. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1610. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1611. if Debounces.on == false then break end
  1612. wait()
  1613. end
  1614. z = Instance.new("Sound",hed)
  1615. z.SoundId = "rbxassetid://160069154"
  1616. z.Looped = false
  1617. z.Pitch = .9
  1618. z1 = Instance.new("Sound",hed)
  1619. z1.SoundId = "rbxassetid://160069154"
  1620. z1.Looped = false
  1621. z1.Pitch = .9
  1622. wait(0.01)
  1623. z:Play()
  1624. z1:Play()
  1625. for i = 1, 12 do
  1626. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  1627. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  1628. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  1629. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  1630. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  1631. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  1632. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1633. if Debounces.on == false then break end
  1634. wait()
  1635. end
  1636. for i = 1, 12 do
  1637. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  1638. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  1639. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  1640. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  1641. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1642. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1643. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1644. if Debounces.on == false then break end
  1645. wait()
  1646. end
  1647. z = Instance.new("Sound",hed)
  1648. z.SoundId = "rbxassetid://168586621"
  1649. z.Looped = false
  1650. z.Pitch = 1
  1651. z1 = Instance.new("Sound",hed)
  1652. z1.SoundId = "rbxassetid://168586621"
  1653. z1.Looped = false
  1654. z1.Pitch = 1
  1655. wait(0.01)
  1656. z:Play()
  1657. z1:Play()
  1658. for i = 1, 12 do
  1659. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  1660. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  1661. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  1662. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  1663. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  1664. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  1665. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  1666. if Debounces.on == false then break end
  1667. wait()
  1668. end
  1669. to:disconnect()
  1670. larm.BrickColor = BrickColor.new("Really black")
  1671. rarm.BrickColor = BrickColor.new("Really black")
  1672. if Debounces.CanAttack == false then
  1673. Debounces.CanAttack = true
  1674. Debounces.on = false
  1675. Debounces.NoIdl = false
  1676. end
  1677. end
  1678. end
  1679. end)
  1680. ----------------------------------------------------
  1681. Sit = false
  1682. mouse.KeyDown:connect(function(key)
  1683. if key == "v" then
  1684. if Sit == false then
  1685. Sit = true
  1686. hum.WalkSpeed = 0.001
  1687. stanceToggle = "Sitting"
  1688. elseif Sit == true then
  1689. Sit = false
  1690. hum.WalkSpeed = 100
  1691. stanceToggle = "Normal"
  1692. end
  1693. end
  1694. end)
  1695. ----------------------------------------------------
  1696. mouse.KeyDown:connect(function(key)
  1697. if key == "t" then
  1698. if Debounces.CanAttack == true then
  1699. Debounces.CanAttack = false
  1700. Debounces.on = true
  1701. Debounces.NoIdl = true
  1702. for i = 1, 20 do
  1703. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  1704. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  1705. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  1706. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1707. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  1708. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  1709. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  1710. if Debounces.on == false then break end
  1711. wait()
  1712. end
  1713. Spawn(function()
  1714. local Parts = {}
  1715. for Y = -5,5 do
  1716. local P = Instance.new("Part",char)
  1717. P.Anchored = true
  1718. P.FormFactor = "Custom"
  1719. P.CanCollide = false
  1720. P.Size = Vector3.new(1,2,1)
  1721. P.TopSurface = "SmoothNoOutlines"
  1722. P.BottomSurface = "SmoothNoOutlines"
  1723. P.BrickColor = BrickColor.new("Really black")
  1724. P.Name = tostring(Y)
  1725. local i = (Y+5)/(10)
  1726. i = 1-math.cos(math.pi*i-(math.pi/2))
  1727. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  1728. --[[P.Touched:connect(function(ht)
  1729. local hit = ht.Parent
  1730. if hit:FindFirstChild("Humanoid") then
  1731. hit.Humanoid:TakeDamage(math.random(20,50))
  1732. end
  1733. end)]]--
  1734. s = Instance.new("Sound",P)
  1735. s.SoundId = "rbxassetid://228343271"
  1736. s.Volume = .7
  1737. s.Pitch = 0.9
  1738. s:Play()
  1739. P.Touched:connect(function(ht)
  1740. hit = ht.Parent
  1741. if ht and hit:IsA("Model") then
  1742. if hit:FindFirstChild("Humanoid") then
  1743. if hit.Name ~= p.Name then
  1744. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1745. Debounces.Slashed = true]]--
  1746. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  1747. hit:FindFirstChild("Humanoid").PlatformStand = true
  1748. wait(1)
  1749. --Debounces.Slashed = false
  1750. --end
  1751. end
  1752. end
  1753. elseif ht and hit:IsA("Hat") then
  1754. if hit.Parent.Name ~= p.Name then
  1755. if hit.Parent:FindFirstChild("Humanoid") then
  1756. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1757. Debounces.Slashed = true]]--
  1758. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  1759. hit:FindFirstChild("Humanoid").PlatformStand = true
  1760. wait(1)
  1761. --Debounces.Slashed = false
  1762. --end
  1763. end
  1764. end
  1765. end
  1766. end)
  1767. Parts[#Parts+1] = P
  1768. end
  1769. local BREAKIT = false
  1770. local CParts = {}
  1771. local Rocks = {}
  1772. local LastPos = nil
  1773. for i = 1,70 do
  1774. for i2,v in pairs(Parts) do
  1775. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  1776. local cf = v.CFrame
  1777. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  1778. v.CFrame = cf
  1779. v.Transparency = v.Transparency+0.02
  1780. if v.Transparency >= 0.975 then BREAKIT = true end
  1781. if v.Name == "0" then
  1782. local Ignore = {}
  1783. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1784. if v.Character ~= nil then
  1785. Ignore[#Ignore+1] = v.Character
  1786. end
  1787. end
  1788. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  1789. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  1790. if Hit ~= nil then
  1791. if #Rocks == 0 then
  1792. for i = 1,5 do
  1793. local P = Instance.new("Part",char)
  1794. Rocks[#Rocks+1] = P
  1795. P.Anchored = true
  1796. P.FormFactor = "Custom"
  1797. P.BrickColor = Hit.BrickColor
  1798. P.Material = Hit.Material
  1799. P.TopSurface = "Smooth"
  1800. P.BottomSurface = "Smooth"
  1801. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  1802. end
  1803. end
  1804. for i,P in pairs(Rocks) do
  1805. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  1806. end
  1807. local P = Instance.new("Part",char)
  1808. CParts[#CParts+1] = {P,tick()}
  1809. P.Anchored = true
  1810. P.FormFactor = "Custom"
  1811. P.BrickColor = Hit.BrickColor
  1812. P.Material = Hit.Material
  1813. P.TopSurface = "Smooth"
  1814. P.BottomSurface = "Smooth"
  1815. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  1816. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1817. Pos = Pos.p
  1818. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  1819. local P = P:Clone()
  1820. CParts[#CParts+1] = {P,tick()}
  1821. P.Parent = char
  1822. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  1823. Pos = Pos.p
  1824. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  1825. if LastPos ~= nil then
  1826. local P = P:Clone()
  1827. CParts[#CParts+1] = {P,tick()}
  1828. P.Parent = char
  1829. P.BrickColor = BrickColor.new("Really black")
  1830. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1831. Pos = Pos.p
  1832. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1833. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  1834. --P.Velocity = Vector3.new(0,-1000,0)
  1835. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  1836. end
  1837. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1838. end
  1839. end
  1840. end
  1841. if BREAKIT then break end
  1842. wait(0.002)
  1843. end
  1844. for i,v in pairs(Rocks) do
  1845. CParts[#CParts+1] = {v,tick()}
  1846. end
  1847. for i,v in pairs(Parts) do
  1848. v:Destroy()
  1849. end
  1850. Parts = nil
  1851. while true do
  1852. local t = tick()
  1853. local p = nil
  1854. for i,v in pairs(CParts) do
  1855. if t-v[2] > 4 then
  1856. v[1].Transparency = v[1].Transparency+0.05
  1857. if v[1].Transparency >= 1 then
  1858. v[1]:Destroy()
  1859. CParts[i] = nil
  1860. end
  1861. end
  1862. p = v
  1863. end
  1864. if p == nil then break end
  1865. wait(0.002)
  1866. end
  1867. for i,v in pairs(CParts) do
  1868. v:Destroy()
  1869. end
  1870. CParts = {}
  1871. end)
  1872. for i = 1, 20 do
  1873. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  1874. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  1875. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  1876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  1877. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  1878. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  1879. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  1880. if Debounces.on == false then break end
  1881. wait()
  1882. end
  1883. if Debounces.CanAttack == false then
  1884. Debounces.CanAttack = true
  1885. Debounces.on = false
  1886. Debounces.NoIdl = false
  1887. end
  1888. end
  1889. end
  1890. end)
  1891. ----------------------------------------------------
  1892. mouse.KeyDown:connect(function(key)
  1893. if key == "e" then
  1894. larm.BrickColor = BrickColor.new("Bright blue")
  1895. rarm.BrickColor = BrickColor.new("Bright blue")
  1896. if Debounces.CanAttack == true then
  1897. Debounces.CanAttack = false
  1898. Debounces.on = true
  1899. Debounces.NoIdl = true
  1900. for i = 1, 18 do
  1901. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  1902. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  1903. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1904. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  1905. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  1906. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  1907. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1908. if Debounces.on == false then break end
  1909. wait()
  1910. end
  1911. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1912. local rng = Instance.new("Part", char.Absolution.Handle)
  1913. rng.Anchored = true
  1914. rng.BrickColor = BrickColor.new("Really black")
  1915. rng.CanCollide = true
  1916. rng.FormFactor = 3
  1917. rng.Name = "Ring"
  1918. rng.Size = Vector3.new(1, 1, 1)
  1919. rng.CanCollide = false
  1920. rng.Transparency = 0.35
  1921. rng.TopSurface = 0
  1922. rng.BottomSurface = 0
  1923. rng.CFrame = HandCF
  1924. local rngm = Instance.new("SpecialMesh", rng)
  1925. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1926. rngm.Scale = Vector3.new(1, 1, 2)
  1927. x = Instance.new("Sound", hed)
  1928. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1929. x.Looped = false
  1930. x.Pitch = .7
  1931. x.Volume = 1
  1932. x1 = Instance.new("Sound", hed)
  1933. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1934. x1.Looped = false
  1935. x1.Pitch = .7
  1936. x1.Volume = 1
  1937. x:Play()
  1938. x1:Play()
  1939. rngto = rng.Touched:connect(function(ht)
  1940. hit = ht.Parent
  1941. if ht and hit:IsA("Model") then
  1942. if hit:FindFirstChild("Humanoid") then
  1943. if hit.Name ~= p.Name then
  1944. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1945. Debounces.Slashed = true]]--
  1946. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  1947. hit:FindFirstChild("Humanoid").PlatformStand = true
  1948. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  1949. --Debounces.Slashed = false
  1950. --end
  1951. end
  1952. end
  1953. elseif ht and hit:IsA("Hat") then
  1954. if hit.Parent.Name ~= p.Name then
  1955. if hit.Parent:FindFirstChild("Humanoid") then
  1956. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1957. Debounces.Slashed = true]]--
  1958. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  1959. hit:FindFirstChild("Humanoid").PlatformStand = true
  1960. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  1961. --Debounces.Slashed = false
  1962. end
  1963. end
  1964. end
  1965. end)
  1966. coroutine.wrap(function()
  1967. for i = 1, 60, 2 do
  1968. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  1969. rng.Size = rngm.Scale
  1970. rng.CFrame = HandCF
  1971. rng.Transparency = i/60
  1972. wait()
  1973. end
  1974. wait()
  1975. rng:Destroy()
  1976. end)()
  1977. for i = 1, 18 do
  1978. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  1979. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  1980. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1981. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  1982. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  1983. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  1984. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1985. if Debounces.on == false then break end
  1986. wait()
  1987. end
  1988. larm.BrickColor = BrickColor.new("Really black")
  1989. rarm.BrickColor = BrickColor.new("Really black")
  1990. x:Destroy()
  1991. x1:Destroy()
  1992. if Debounces.CanAttack == false then
  1993. Debounces.CanAttack = true
  1994. Debounces.on = false
  1995. Debounces.NoIdl = false
  1996. end
  1997. end
  1998. end
  1999. end)
  2000. ----------------------------------------------------
  2001. mouse.KeyDown:connect(function(key)
  2002. if key == "y" then
  2003. if Debounces.CanAttack == true then
  2004. Debounces.CanAttack = false
  2005. Debounces.on = true
  2006. Debounces.NoIdl = true
  2007. for i = 1, 15 do
  2008. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  2009. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.2)
  2010. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  2011. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  2012. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2013. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2014. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2015. if Debounces.on == false then break end
  2016. wait()
  2017. end
  2018. x = Instance.new("Sound",char)
  2019. x.SoundId = "rbxassetid://228343271"
  2020. x.Pitch = 1
  2021. x.Volume = .8
  2022. wait(.1)
  2023. x:Play()
  2024. Debounces.on = false
  2025. Debounces.Here = false
  2026. shot = shot + 1
  2027. local rng = Instance.new("Part", char)
  2028. rng.Anchored = true
  2029. rng.BrickColor = BrickColor.new("Bright blue")
  2030. rng.CanCollide = false
  2031. rng.FormFactor = 3
  2032. rng.Name = "Ring"
  2033. rng.Size = Vector3.new(1, 1, 1)
  2034. rng.Transparency = 0.35
  2035. rng.TopSurface = 0
  2036. rng.BottomSurface = 0
  2037. rng2 = rng:clone()
  2038. rng3 = rng2:clone()
  2039. rng4 = rng2:clone()
  2040. local rngm = Instance.new("SpecialMesh", rng)
  2041. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2042. rngm.Scale = Vector3.new(10, 10, 1)
  2043. rngm2 = rngm:clone()
  2044. rngm2.Scale = Vector3.new(5, 5, 1)
  2045. rngm3=rngm2:clone()
  2046. rngm3.Parent = rng3
  2047. rngm3.Scale = Vector3.new(8, 8, 1)
  2048. rngm4 = rngm2:clone()
  2049. rngm4.Parent = rng4
  2050. rngm4.Scale = Vector3.new(6, 6, 1)
  2051. local bem = Instance.new("Part", char)
  2052. bem.Anchored = true
  2053. bem.BrickColor = BrickColor.new("Really black")
  2054. bem.CanCollide = false
  2055. bem.FormFactor = 3
  2056. bem.Name = "Beam" .. shot
  2057. bem.Size = Vector3.new(1, 1, 1)
  2058. bem.Transparency = 0.35
  2059. bem.TopSurface = 0
  2060. bem.BottomSurface = 0
  2061. local bemm = Instance.new("SpecialMesh", bem)
  2062. bemm.MeshType = 4
  2063. bemm.Scale = Vector3.new(1, 4, 4)
  2064. local out = Instance.new("Part", char)
  2065. out.Anchored = true
  2066. out.BrickColor = BrickColor.new("Really black")
  2067. out.CanCollide = false
  2068. out.FormFactor = 3
  2069. out.Name = "Out"
  2070. out.Size = Vector3.new(4, 4, 4)
  2071. out.Transparency = 0.35
  2072. out.TopSurface = 0
  2073. out.BottomSurface = 0
  2074. local outm = Instance.new("SpecialMesh", out)
  2075. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  2076. outm.Scale = Vector3.new(4, 4, 4)
  2077. local bnd = Instance.new("Part", char)
  2078. bnd.Anchored = true
  2079. bnd.BrickColor = BrickColor.new("Really black")
  2080. bnd.CanCollide = false
  2081. bnd.FormFactor = 3
  2082. bnd.Name = "Bend"
  2083. bnd.Size = Vector3.new(1, 1, 1)
  2084. bnd.Transparency = 1
  2085. bnd.TopSurface = 0
  2086. bnd.BottomSurface = 0
  2087. local bndm = Instance.new("SpecialMesh", bnd)
  2088. bndm.MeshType = 3
  2089. bndm.Scale = Vector3.new(8, 8, 8)
  2090. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2091. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2092. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2093. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2094. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  2095. rng4.CFrame = rng3.CFrame * CFrame.new(0, -.5, 0)
  2096. Debounces.Shewt = true
  2097. coroutine.wrap(function()
  2098. for i = 1, 20, 0.2 do
  2099. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2100. rngm3.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2101. rngm4.Scale = Vector3.new(6 + i*2, 6 + i*2, 1)
  2102. rng.Transparency = i/20
  2103. rng3.Transparency = 1/16
  2104. rng4.Transparency = i/12
  2105. wait()
  2106. end
  2107. wait()
  2108. rng:Destroy()
  2109. end)()
  2110. if Debounces.Shewt == true then
  2111. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  2112. hit = ht.Parent
  2113. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2114. if HasntTouched(hit.Name) == true and deb == false then
  2115. deb = true
  2116. coroutine.wrap(function()
  2117. hit:FindFirstChild("Humanoid").PlatformStand = true
  2118. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2119. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  2120. end)()
  2121. table.insert(Touche, hit.Name)
  2122. deb = false
  2123. end
  2124. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2125. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2126. deb = true
  2127. coroutine.wrap(function()
  2128. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2129. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2130. wait(1)
  2131. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2132. end)()
  2133. table.insert(Touche, hit.Parent.Name)
  2134. deb = false
  2135. for i, v in pairs(Touche) do
  2136. print(v)
  2137. end
  2138. end
  2139. end
  2140. end)
  2141. end
  2142. for i = 0, 260, 8 do
  2143. bem.Size = Vector3.new(i, 2, 2)
  2144. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2145. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  2146. bnd.Size = Vector3.new(1,1,1)
  2147. bndm.Scale = Vector3.new(8,8,8)
  2148. if i % 10 == 0 then
  2149. local newRng = rng2:Clone()
  2150. newRng.Parent = char
  2151. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2152. local newRngm = rngm2:clone()
  2153. newRngm.Parent=newRng
  2154. coroutine.wrap(function()
  2155. for i = 1, 10, 0.2 do
  2156. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2157. newRng.Transparency = i/10
  2158. wait()
  2159. end
  2160. wait()
  2161. newRng:Destroy()
  2162. end)()
  2163. end
  2164. wait()
  2165. end
  2166. wait()
  2167. Debounces.Shewt = false
  2168. bem:Destroy()
  2169. out:Destroy()
  2170. bnd:Destroy()
  2171. Debounces.Ready = false
  2172. for i, v in pairs(Touche) do
  2173. table.remove(Touche, i)
  2174. end
  2175. wait()
  2176. table.insert(Touche, char.Name)
  2177. Debounces.NoIdl = false
  2178. if Debounces.CanAttack == false then
  2179. Debounces.CanAttack = true
  2180. end
  2181. end
  2182. end
  2183. end)
  2184. ----------------------------------------------------
  2185. local orbt={}
  2186. local stlt={}
  2187. local chot={}
  2188. local cfxt={}
  2189. local pfxt={}
  2190. local cns=0
  2191. local cnOrb=nil
  2192. mouse.KeyDown:connect(function(key)
  2193. if key == "u" then
  2194. if Debounces.CanAttack == true then
  2195. Debounces.CanAttack = false
  2196. Debounces.NoIdl = true
  2197. Debounces.on = true
  2198. orbt={}
  2199. stlt={}
  2200. chot={}
  2201. cfxt={}
  2202. for i = 1, 20 do
  2203. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  2204. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  2205. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  2206. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  2207. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  2208. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  2209. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2210. if Debounces.on == false then end
  2211. rs:wait()
  2212. end
  2213. z = Instance.new("Sound",char)
  2214. z.SoundId = "rbxassetid://170053944"
  2215. z.Pitch = 1.07
  2216. z.Volume = 1
  2217. wait(0.1)
  2218. z:Play()
  2219. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  2220. debris:AddItem(cnOrb,50)
  2221. cnOrb.Mesh.MeshType=3
  2222. table.insert(orbt,cnOrb)
  2223. table.insert(stlt,cnOrb)
  2224. local nt=0
  2225. for i=0,5,0.02 do
  2226. nt=nt+1
  2227. cns=i
  2228. if nt>=2 then
  2229. nt=0
  2230. local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
  2231. debris:AddItem(cho,1)
  2232. cho.Mesh.MeshType=3
  2233. table.insert(chot,cho)
  2234. end
  2235. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  2236. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  2237. wait()
  2238. end
  2239. for i = 1, 14 do
  2240. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  2241. if Debounces.on == false then end
  2242. rs:wait()
  2243. end
  2244. coroutine.wrap(function()
  2245. for i = 1, 20 do
  2246. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  2247. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  2248. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  2249. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  2250. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  2251. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  2252. if Debounces.on == false then end
  2253. rs:wait()
  2254. end
  2255. end)()
  2256. wait(0.1)
  2257. stlt={}
  2258. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  2259. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  2260. local nt=0
  2261. for i=0,160,3 do
  2262. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  2263. nt=nt+1
  2264. if nt>=6 then
  2265. nt=0
  2266. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  2267. cfx.Mesh.MeshId="rbxassetid://20329976"
  2268. cfx.Transparency=0.4
  2269. table.insert(cfxt,cfx)
  2270. debris:AddItem(cfx,1)
  2271. end
  2272. if (cnOrb.Position-ps).magnitude<6 then
  2273. break
  2274. end
  2275. wait()
  2276. end
  2277. orbt={}
  2278.  
  2279. for i=0,1,0.1 do
  2280. local cs=cnOrb.Mesh.Scale
  2281. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  2282. wait()
  2283. end
  2284. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  2285. ofx.Transparency=0.5
  2286. ofx.Mesh.MeshType=3
  2287. ofx.Mesh.Scale=Vector3.new(30,30,30)
  2288. for _,v in pairs(game:service"Players":GetChildren()) do
  2289. pcall(function()
  2290. for _,c in pairs(v.Character:GetChildren()) do
  2291. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  2292. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  2293. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  2294. end
  2295. end
  2296. end)
  2297. end
  2298. for i=0,1,0.05 do
  2299. local cs=cnOrb.Mesh.Scale
  2300. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  2301. local ofs=ofx.Mesh.Scale
  2302. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  2303. ofx.Transparency=Tween(ofx.Transparency,1,i)
  2304. wait()
  2305. end
  2306. ofx:Destroy()
  2307. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  2308. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  2309. cnfx.Mesh.MeshType=3
  2310. cnOrb.Transparency=0.05
  2311. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  2312. cnr.Mesh.MeshType=3
  2313. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  2314. rn1.Transparency=1
  2315. rn1.Mesh.MeshId="rbxassetid://3270017"
  2316. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  2317. rn2.Transparency=1
  2318. rn2.Mesh.MeshId="rbxassetid://3270017"
  2319. local nt=0
  2320. local cs=nil
  2321. for i=0,1,0.05 do
  2322. cs=cnOrb.Mesh.Scale
  2323. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  2324. local fs=cnfx.Mesh.Scale
  2325. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  2326. cnfx.Transparency=cnfx.Transparency+0.05
  2327. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  2328. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  2329. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  2330. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  2331. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  2332. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  2333. local rs=cnr.Mesh.Scale
  2334. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  2335. nt=nt+1
  2336. if nt>=6 then
  2337. local pls={}
  2338. for _,v in pairs(game.Players:GetChildren()) do
  2339. table.insert(pls,v)
  2340. end
  2341. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  2342. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  2343. pffx.Mesh.MeshId="rbxassetid://20329976"
  2344. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  2345. debris:AddItem(pffx,2)
  2346. table.insert(pfxt,pffx)
  2347. nt=0
  2348. end
  2349. wait()
  2350. end
  2351. local int=0
  2352. coroutine.wrap(function()
  2353. for i=1,500 do
  2354. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  2355. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  2356. nt=nt+1
  2357. int=int+1
  2358. local htd={p}
  2359. for _,v in pairs(game:service"Players":GetChildren()) do
  2360. pcall(function()
  2361. for _,c in pairs(v.Character:GetChildren()) do
  2362. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  2363. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  2364. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  2365. table.insert(htd,v)
  2366. end
  2367. end
  2368. end)
  2369. end
  2370. htd={p}
  2371. if int>=6 then
  2372. for _,v in pairs(game:service"Players":GetChildren()) do
  2373. pcall(function()
  2374. for _,c in pairs(v.Character:GetChildren()) do
  2375. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  2376. table.insert(htd,v)
  2377. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Really black")
  2378. hfx.Mesh.Scale=Vector3.new(2,2,2)
  2379. hfx.Mesh.MeshType=3
  2380. debris:AddItem(hfx,2)
  2381. coroutine.wrap(function()
  2382. pcall(function()
  2383. for i=0,1,0.05 do
  2384. pcall(function()
  2385. local hs=hfx.Mesh.Scale
  2386. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  2387. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  2388. end)
  2389. wait()
  2390. end
  2391. hfx:Destroy()
  2392. end)
  2393. end)()
  2394. end
  2395. end
  2396. end)
  2397. end
  2398. int=0
  2399. end
  2400. if nt>=4 then
  2401. local pls={}
  2402. for _,v in pairs(game.Players:GetChildren()) do
  2403. table.insert(pls,v)
  2404. end
  2405. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  2406. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  2407. pffx.Transparency=0.4
  2408. pffx.Mesh.MeshId="rbxassetid://20329976"
  2409. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  2410. debris:AddItem(pffx,2)
  2411. table.insert(pfxt,pffx)
  2412. nt=0
  2413. end
  2414. wait()
  2415. end
  2416. cnOrb:Destroy()
  2417. cnfx:Destroy()
  2418. for _,v in pairs(mod3:GetChildren()) do
  2419. v:Destroy()
  2420. end
  2421. orbt={}
  2422. stlt={}
  2423. chot={}
  2424. cfxt={}
  2425. pfxt={}
  2426. end)()
  2427. if Debounces.CanAttack == false then
  2428. Debounces.CanAttack = true
  2429. Debounces.NoIdl = false
  2430. Debounces.on = false
  2431. end
  2432. end
  2433. end
  2434. end)
  2435. ----------------------------------------------------
  2436. sidz = {"231917888", "231917845", "231917806"}
  2437. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  2438. mouse.KeyDown:connect(function(key)
  2439. if key == "f" then
  2440. larm.BrickColor = BrickColor.new("Bright blue")
  2441. rarm.BrickColor = BrickColor.new("Bright blue")
  2442. if Debounces.CanAttack == true then
  2443. Debounces.CanAttack = false
  2444. Debounces.on = true
  2445. Debounces.NoIdl = true
  2446. for i = 1, 10 do
  2447. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.4)
  2448. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.4)
  2449. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2450. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2451. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2452. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2453. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2454. if Debounces.on == false then break end
  2455. wait()
  2456. end
  2457. z = Instance.new("Sound",char)
  2458. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  2459. z.Pitch = ptz[math.random(1,#ptz)]
  2460. z.Volume = 1
  2461. z1 = Instance.new("Sound",char)
  2462. z1.SoundId = z.SoundId
  2463. z1.Pitch = z.Pitch
  2464. z1.Volume = 1
  2465. wait(1)
  2466. z:Play()
  2467. z1:Play()
  2468. Stomp()
  2469. for i = 1, 20 do
  2470. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.6)
  2471. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.6)
  2472. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2473. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
  2474. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  2475. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  2476. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2477. if Debounces.on == false then break end
  2478. wait()
  2479. end
  2480. if Debounces.CanAttack == false then
  2481. Debounces.CanAttack = true
  2482. Debounces.on = false
  2483. Debounces.NoIdl = false
  2484. larm.BrickColor = BrickColor.new("Really black")
  2485. rarm.BrickColor = BrickColor.new("Really black")
  2486. end
  2487. end
  2488. end
  2489. end)
  2490. ----------------------------------------------------
  2491. mouse.KeyDown:connect(function(key)
  2492. if key == "g" then
  2493. larm.BrickColor = BrickColor.new("Bright blue")
  2494. rarm.BrickColor = BrickColor.new("Bright blue")
  2495. if Debounces.CanAttack == true then
  2496. Debounces.CanAttack = false
  2497. Debounces.on = true
  2498. Debounces.NoIdl = true
  2499. chrg = lleg.Touched:connect(function(ht)
  2500. hit = ht.Parent
  2501. if ht and hit:IsA("Model") then
  2502. if hit:FindFirstChild("Humanoid") then
  2503. if hit.Name ~= p.Name then
  2504. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2505. Debounces.Slashed = true]]--
  2506. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2507. hit:FindFirstChild("Humanoid").PlatformStand = true
  2508. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2509. --Debounces.Slashed = false
  2510. --end
  2511. end
  2512. end
  2513. elseif ht and hit:IsA("Hat") then
  2514. if hit.Parent.Name ~= p.Name then
  2515. if hit.Parent:FindFirstChild("Humanoid") then
  2516. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2517. Debounces.Slashed = true]]--
  2518. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2519. hit:FindFirstChild("Humanoid").PlatformStand = true
  2520. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2521. --Debounces.Slashed = false
  2522. end
  2523. end
  2524. end
  2525. end)
  2526. for i = 1, 14 do
  2527. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
  2528. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
  2529. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
  2530. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  2531. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  2532. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  2533. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  2534. if Debounces.on == false then break end
  2535. wait()
  2536. end
  2537. charge()
  2538. z = Instance.new("Sound",char)
  2539. z.SoundId = "rbxassetid://200632875"
  2540. z.Volume = 1
  2541. z.Pitch = .8
  2542. z1 = Instance.new("Sound",char)
  2543. z1.SoundId = "rbxassetid://200632875"
  2544. z1.Volume = 1
  2545. z1.Pitch = .9
  2546. z:Play()
  2547. z1:Play()
  2548. wait(1)
  2549. z:Destroy()
  2550. z1:Destroy()
  2551. chrg:disconnect()
  2552. if Debounces.CanAttack == false then
  2553. Debounces.CanAttack = true
  2554. Debounces.on = false
  2555. Debounces.NoIdl = false
  2556. larm.BrickColor = BrickColor.new("Really black")
  2557. rarm.BrickColor = BrickColor.new("Really black")
  2558. end
  2559. end
  2560. end
  2561. end)
  2562. ----------------------------------------------------
  2563. pt = {0.7, 0.8, 0.9}
  2564. mouse.KeyDown:connect(function(key)
  2565. if key == "h" then
  2566. if Debounces.CanJoke == true then
  2567. Debounces.CanJoke = false
  2568. u = Instance.new("Sound")
  2569. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  2570. u.Parent = char
  2571. u.Looped = false
  2572. u.Pitch = pt[math.random(1,#pt)]
  2573. u.Volume = 1
  2574. u2 = Instance.new("Sound")
  2575. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  2576. u2.Parent = char
  2577. u2.Looped = false
  2578. u2.Pitch = u.Pitch
  2579. u2.Volume = 1
  2580. wait(.01)
  2581. u:Play()
  2582. u2:Play()
  2583. wait(6)
  2584. u:Destroy()
  2585. u2:Destroy()
  2586. if Debounces.CanJoke == false then
  2587. Debounces.CanJoke = true
  2588. end
  2589. end
  2590. end
  2591. end)
  2592. ----------------------------------------------------
  2593. mouse.KeyDown:connect(function(key)
  2594. if key == "j" then
  2595. if Debounces.CanJoke == true then
  2596. Debounces.CanJoke = false
  2597. z = Instance.new("Sound",char)
  2598. z.SoundId = "rbxassetid://135017755"
  2599. z.Pitch = .76
  2600. z.Volume = 1
  2601. wait()
  2602. z:Play()
  2603. wait(6)
  2604. z:Destroy()
  2605. if Debounces.CanJoke == false then
  2606. Debounces.CanJoke = true
  2607. end
  2608. end
  2609. end
  2610. end)
  2611. ----------------------------------------------------
  2612. mouse.KeyDown:connect(function(key)
  2613. if key == "k" then
  2614. if Debounces.CanJoke == true then
  2615. Debounces.CanJoke = false
  2616. z = Instance.new("Sound",char)
  2617. z.SoundId = "rbxassetid://135017578"
  2618. z.Pitch = .76
  2619. z.Volume = 1
  2620. wait()
  2621. z:Play()
  2622. wait(4)
  2623. z:Destroy()
  2624. if Debounces.CanJoke == false then
  2625. Debounces.CanJoke = true
  2626. end
  2627. end
  2628. end
  2629. end)
  2630. ----------------------------------------------------
  2631. mouse.KeyDown:connect(function(key)
  2632. if key == "x" then
  2633. if Debounces.CanAttack == true then
  2634. Debounces.CanAttack = false
  2635. Debounces.NoIdl = true
  2636. Debounces.on = true
  2637. Debounces.ks = true
  2638. for i = 1, 10 do
  2639. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.6)
  2640. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.6)
  2641. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2642. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
  2643. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.6)
  2644. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.6)
  2645. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2646. if Debounces.on == false then break end
  2647. wait()
  2648. end
  2649. z = Instance.new("Sound",hed)
  2650. z.SoundId = "rbxassetid://169445092"
  2651. z.Volume = 1
  2652. wait(0.1)
  2653. z:Play()
  2654. kik = rleg.Touched:connect(function(ht)
  2655. hit = ht.Parent
  2656. if ht and hit:IsA("Model") then
  2657. if hit:FindFirstChild("Humanoid") then
  2658. if hit.Name ~= p.Name then
  2659. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2660. Debounces.Slashed = true]]--
  2661. if Debounces.ks==true then
  2662. z = Instance.new("Sound",hed)
  2663. z.SoundId = "rbxassetid://169380525"
  2664. z.Volume = 1
  2665. z:Play()
  2666. Debounces.ks=false
  2667. end
  2668. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2669. hit:FindFirstChild("Humanoid").PlatformStand = true
  2670. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2671. --Debounces.Slashed = false
  2672. --end
  2673. end
  2674. end
  2675. elseif ht and hit:IsA("Hat") then
  2676. if hit.Parent.Name ~= p.Name then
  2677. if hit.Parent:FindFirstChild("Humanoid") then
  2678. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2679. Debounces.Slashed = true]]--
  2680. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2681. hit:FindFirstChild("Humanoid").PlatformStand = true
  2682. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2683. --Debounces.Slashed = false
  2684. --end
  2685. end
  2686. end
  2687. end
  2688. end)
  2689. for i = 1, 8 do
  2690. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2691. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.7)
  2692. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.7)
  2693. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
  2694. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  2695. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.7)
  2696. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2697. if Debounces.on == false then break end
  2698. wait()
  2699. end
  2700. kik:disconnect()
  2701. if Debounces.CanAttack == false then
  2702. Debounces.CanAttack = true
  2703. Debounces.on = false
  2704. Debounces.NoIdl = false
  2705. end
  2706. end
  2707. end
  2708. end)
  2709. ----------------------------------------------------
  2710. mouse.KeyDown:connect(function(key)
  2711. if key == "c" then
  2712. if Debounces.CanAttack == true then
  2713. Debounces.CanAttack = false
  2714. Debounces.NoIdl = true
  2715. Debounces.on = true
  2716. SIDZ = {"231917744", "231917742"}
  2717. PTZ = {0.7, 0.8, 0.9, 1}
  2718. for i = 1, 20 do
  2719. wait()
  2720. for i,v in pairs(char.Absolution:children()) do
  2721. if v:IsA("Part") or v:IsA("WedgePart") then
  2722. v.Transparency = v.Transparency + 0.05
  2723. end
  2724. end
  2725. end
  2726. function FindNearestTorso(Position,Distance,SinglePlayer)
  2727. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2728. local List = {}
  2729. for i,v in pairs(workspace:GetChildren())do
  2730. if v:IsA("Model")then
  2731. if v:findFirstChild("Torso")then
  2732. if v ~= char then
  2733. if(v.Torso.Position -Position).magnitude <= Distance then
  2734. table.insert(List,v)
  2735. end
  2736. end
  2737. end
  2738. end
  2739. end
  2740. return List
  2741. end
  2742. GroundPound()
  2743. for i = 1, 5 do
  2744. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2745. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2746. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2747. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2748. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2749. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2750. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2751. if Debounces.on == false then break end
  2752. wait()
  2753. end
  2754. GroundPound()
  2755. for i = 1, 5 do
  2756. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2757. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2758. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2759. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2760. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2761. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2762. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2763. if Debounces.on == false then break end
  2764. wait()
  2765. end
  2766. GroundPound()
  2767. for i = 1, 5 do
  2768. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2769. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2770. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2771. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2772. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2773. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2774. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2775. if Debounces.on == false then break end
  2776. wait()
  2777. end
  2778. GroundPound()
  2779. for i = 1, 5 do
  2780. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2781. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2782. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2783. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2784. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2785. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2786. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2787. if Debounces.on == false then break end
  2788. wait()
  2789. end
  2790. GroundPound()
  2791. for i = 1, 5 do
  2792. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2793. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2794. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2795. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2796. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2797. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2798. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2799. if Debounces.on == false then break end
  2800. wait()
  2801. end
  2802. GroundPound()
  2803. for i = 1, 5 do
  2804. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2805. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2806. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2807. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2808. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2809. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2810. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2811. if Debounces.on == false then break end
  2812. wait()
  2813. end
  2814. for i = 1, 18 do
  2815. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.4)
  2816. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.4)
  2817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2821. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2822. if Debounces.on == false then break end
  2823. wait()
  2824. end
  2825. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  2826. if v:FindFirstChild('Humanoid') then
  2827. v.Humanoid:TakeDamage(math.random(20,60))
  2828. v.Humanoid.PlatformStand = true
  2829. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2830. end
  2831. end
  2832. x = Instance.new("Sound",char)
  2833. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  2834. x.Pitch = PTZ[math.random(1,#PTZ)]
  2835. x.Volume = 1
  2836. wait(0.1)
  2837. x:Play()
  2838. Crater(hed,20)
  2839. for i = 1, 14 do
  2840. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  2841. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  2842. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  2843. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  2844. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  2845. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  2846. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2847. if Debounces.on == false then break end
  2848. wait()
  2849. end
  2850. if Debounces.CanAttack == false then
  2851. Debounces.CanAttack = true
  2852. Debounces.on = false
  2853. Debounces.NoIdl = false
  2854. for i = 1, 20 do
  2855. wait()
  2856. for i,v in pairs(char.Absolution:children()) do
  2857. if v:IsA("Part") or v:IsA("WedgePart") then
  2858. v.Transparency = v.Transparency - 0.05
  2859. end
  2860. end
  2861. end
  2862. end
  2863. end
  2864. end
  2865. end)
  2866. ----------------------------------------------------176349813
  2867. mouse.KeyDown:connect(function(key)
  2868. if key == "b" then
  2869. hum.WalkSpeed = 0.01
  2870. if Debounces.CanAttack == true then
  2871. Debounces.CanAttack = false
  2872. Debounces.NoIdl = true
  2873. Debounces.on = true
  2874. for i = 1,20 do
  2875. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  2876. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  2877. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  2878. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  2879. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  2880. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  2881. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2882. if Debounces.on == false then break end
  2883. wait()
  2884. end
  2885. wait(1)
  2886. v = Instance.new("Sound")
  2887. v.SoundId = "rbxassetid://181384451"
  2888. v.Parent = char
  2889. v.Looped = false
  2890. v.Pitch = 1.04
  2891. v.Volume = 1
  2892. wait(.01)
  2893. v:Play()
  2894.  
  2895. if Daytime == true then
  2896. Daytime = false
  2897. l.TimeOfDay = 24
  2898. else
  2899. Daytime = true
  2900. l.TimeOfDay = 12
  2901. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  2902. end
  2903.  
  2904. local Shockwave = function()
  2905. local rng1 = Instance.new("Part", char)
  2906. rng1.Anchored = true
  2907. rng1.BrickColor = BrickColor.new("Really black")
  2908. rng1.CanCollide = false
  2909. rng1.FormFactor = 3
  2910. rng1.Name = "Ring"
  2911. rng1.Size = Vector3.new(1, 1, 1)
  2912. rng1.Transparency = 0.35
  2913. rng1.TopSurface = 0
  2914. rng1.BottomSurface = 0
  2915. local rngm1 = Instance.new("SpecialMesh", rng)
  2916. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2917. rngm1.Scale = Vector3.new(10, 10, 1)
  2918. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  2919. local Wave = Instance.new("Part", game.Workspace--[[?]])
  2920. Wave.Name = "Shockwave"
  2921. Wave.BrickColor = BrickColor.new("Really black")
  2922. Wave.Size = Vector3.new(1, 1, 1)
  2923. Wave.Shape = "Ball"
  2924. Wave.CanCollide = false
  2925. Wave.Anchored = true
  2926. Wave.TopSurface = 0
  2927. Wave.BottomSurface = 0
  2928. Wave.Touched:connect(function(hit)
  2929. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  2930. local Occlude = true
  2931. local NotOccludes = {
  2932. char.Name;
  2933. "Wings";
  2934. "Scythe";
  2935. "Thingy";
  2936. "Thingy2"; -- put all of the names in a table pls
  2937. }
  2938. for i,v in pairs(NotOccludes) do
  2939. if hit.Parent.Name == v then
  2940. Occlude = false
  2941. end
  2942. end
  2943. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  2944. if Occlude then
  2945. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  2946. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  2947. end
  2948. end
  2949. end)
  2950.  
  2951. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  2952.  
  2953. coroutine.wrap(function()
  2954. for i = 1, 20, 0.2 do
  2955. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2956. rng1.Transparency = i/20
  2957. wait()
  2958. end
  2959. wait()
  2960. rng1:Destroy()
  2961. end)()
  2962.  
  2963. Delay(0, function()
  2964.  
  2965. if Daytime == false then
  2966. for i = 1, 50, 1 do
  2967. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  2968. Wave.CFrame = char.Torso.CFrame
  2969. local t = i / 50
  2970. Wave.Transparency = t
  2971. wait()
  2972. end
  2973. else
  2974. for i = 1, 50, 1 do
  2975. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  2976. Wave.CFrame = char.Torso.CFrame
  2977. local t = i / 50
  2978. Wave.Transparency = t
  2979. wait()
  2980. end
  2981. end
  2982. Wave:Destroy()
  2983. end)
  2984. Delay(0, function()
  2985. while wait() do
  2986. if Wave ~= nil then
  2987. Wave.CFrame = char.Torso.CFrame
  2988. else
  2989. break
  2990. end
  2991. end
  2992. end)
  2993. end
  2994. Shockwave()
  2995. for i = 1, 15 do
  2996. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  2997. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  2998. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  2999. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3000. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3001. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3002. if Debounces.on == false then break end
  3003. wait()
  3004. end
  3005. for i = 1, 15 do
  3006. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3007. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3008. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3009. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3010. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3011. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3012. if Debounces.on == false then break end
  3013. wait()
  3014. end
  3015. for i = 1, 15 do
  3016. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3017. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3018. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3019. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3020. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3021. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3022. if Debounces.on == false then break end
  3023. wait()
  3024. end
  3025. for i = 1, 15 do
  3026. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3027. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3028. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3029. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3030. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3031. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3032. if Debounces.on == false then break end
  3033. wait()
  3034. end
  3035. for i = 1, 15 do
  3036. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3037. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3038. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3039. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3040. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3041. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3042. if Debounces.on == false then break end
  3043. wait()
  3044. end
  3045. for i = 1, 15 do
  3046. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3047. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3048. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3049. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3050. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3051. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3052. if Debounces.on == false then break end
  3053. wait()
  3054. end
  3055. wait(1.4)
  3056. Debounces.NoIdl = false
  3057. hum.WalkSpeed = 100
  3058. Debounces.on = false
  3059. wait()
  3060. if Debounces.CanAttack == false then
  3061. Debounces.CanAttack = true
  3062. v:Destroy()
  3063. end
  3064. end
  3065. end
  3066. end)
  3067. ----------------------------------------------------
  3068. mouse.KeyDown:connect(function(key)
  3069. if key == "m" then
  3070. hum.WalkSpeed = 100
  3071. if Debounces.CanAttack == true then
  3072. Debounces.CanAttack = false
  3073. Debounces.on = true
  3074. Debounces.NoIdl = true
  3075. --[[x = Instance.new("Sound",char)
  3076. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  3077. x.Looped = false
  3078. x.Pitch = 1.1
  3079. x.Volume = 1
  3080. x:Play()
  3081. x2 = Instance.new("Sound",char)
  3082. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  3083. x2.Looped = false
  3084. x2.Pitch = .7
  3085. x2.Volume = 1
  3086. wait(.1)
  3087. x:Play()
  3088. x2:Play()
  3089. for i = 1, 20 do
  3090. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  3091. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  3092. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  3093. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  3094. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  3095. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  3096. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  3097. if Debounces.on == false then break end
  3098. wait()
  3099. x:Destroy()
  3100. x2:Destroy()
  3101. end
  3102. wait(1)]]--
  3103. local rng = Instance.new("Part", char)
  3104. rng.Anchored = true
  3105. rng.BrickColor = BrickColor.new("Really black")
  3106. rng.CanCollide = false
  3107. rng.FormFactor = 3
  3108. rng.Name = "Ring"
  3109. rng.Size = Vector3.new(1, 1, 1)
  3110. rng.Transparency = 0.35
  3111. rng.TopSurface = 0
  3112. rng.BottomSurface = 0
  3113. rng.Position = torso.Position - Vector3.new(0,2,0)
  3114. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3115. local rngm = Instance.new("SpecialMesh", rng)
  3116. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3117. rngm.Scale = Vector3.new(1, 1, 2)
  3118. x = Instance.new("Sound",char)
  3119. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3120. x.Looped = false
  3121. x.Pitch = .7
  3122. x.Volume = 1
  3123. x:Play()
  3124. coroutine.wrap(function()
  3125. for i = 1, 60, 2 do
  3126. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  3127. rng.Transparency = i/60
  3128. wait()
  3129. end
  3130. wait()
  3131. rng:Destroy()
  3132. end)()
  3133. hum.WalkSpeed = 100
  3134. BV = Instance.new("BodyVelocity", torso)
  3135. BV.maxForce = Vector3.new(0,200000,0)
  3136. BV.P = 100000
  3137. BV.velocity = Vector3.new(0,800,0)
  3138. for i = 1, 20 do
  3139. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  3140. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  3141. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  3142. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  3143. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  3144. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  3145. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3146. if Debounces.on == false then break end
  3147. wait()
  3148. end
  3149. x:Destroy()
  3150. BV:Destroy()
  3151. --[[for i = 1, 30 do
  3152. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  3153. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  3154. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  3155. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  3156. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  3157. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  3158. if Debounces.on == false then break end
  3159. wait()
  3160. end]]--
  3161. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  3162. for i = 1, 30 do
  3163. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  3164. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3165. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  3166. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  3167. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  3168. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  3169. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3170. if Debounces.on == false then break end
  3171. wait()
  3172. end
  3173. end
  3174. Debounces.on = false
  3175. Debounces.NoIdl = false
  3176. local ry,ht,ps=nil,nil,nil
  3177. while ht==nil do
  3178. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  3179. wait()
  3180. end
  3181. z = Instance.new("Sound",char)
  3182. z.SoundId = "rbxassetid://142070127"
  3183. z.Volume = 1
  3184. wait(.1)
  3185. z:Play()
  3186. Landing()
  3187. hum.WalkSpeed = 100
  3188. if Debounces.CanAttack == false then
  3189. Debounces.CanAttack = true
  3190. end
  3191. end
  3192. end
  3193. end)
  3194. ----------------------------------------------------
  3195. Grab = false
  3196. mouse.KeyDown:connect(function(key)
  3197. if key == "z" then
  3198. larm.BrickColor = BrickColor.new("Bright blue")
  3199. rarm.BrickColor = BrickColor.new("Bright blue")
  3200. Debounces.on = true
  3201. Debounces.NoIdl = true
  3202. if Grab == false then
  3203. gp = nil
  3204. con1=larm.Touched:connect(function(hit) -- this is grab
  3205. ht = hit.Parent
  3206. hum1=ht:FindFirstChild('Humanoid')
  3207. if hum1 ~= nil then
  3208. hum1.PlatformStand=true
  3209. gp = ht
  3210. Grab = true
  3211. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  3212. asd.Parent = larm
  3213. asd.Name = "asd"
  3214. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  3215. elseif hum1 == nil then
  3216. con1:disconnect()
  3217. wait() return
  3218. end
  3219. end)
  3220. for i = 1, 18 do
  3221. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  3222. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  3223. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3224. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  3225. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  3226. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  3227. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  3228. if Debounces.on == false then break end
  3229. wait()
  3230. end
  3231. con1:disconnect()
  3232. Debounces.on = false
  3233. Debounces.NoIdl = false
  3234. elseif Grab == true then
  3235. Grab = false
  3236. for i = 1, 20 do
  3237. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  3238. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  3239. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3240. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3241. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3242. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3243. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3244. if Debounces.on == false then end
  3245. wait()
  3246. end
  3247. if gp ~= nil then
  3248. for i,v in pairs(larm:GetChildren()) do
  3249. if v.Name == "asd" and v:IsA("Weld") then
  3250. v:Remove()
  3251. end
  3252. end
  3253. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  3254. bv.maxForce = Vector3.new(400000, 400000, 400000)
  3255. bv.P = 125000
  3256. bv.velocity = char.Head.CFrame.lookVector * 200
  3257. for i = 1, 12 do
  3258. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  3259. if Debounces.on == false then end
  3260. wait()
  3261. end
  3262. ht=nil
  3263. Spawn(function()
  3264. wait(0.5)
  3265. bv:Destroy()
  3266. end)
  3267. Debounces.on = false
  3268. Debounces.NoIdl = false
  3269. elseif ht == nil then wait()
  3270. Grab = false
  3271. Debounces.on = false
  3272. Debounces.NoIdl = false
  3273. end
  3274. end
  3275. end
  3276. end)
  3277. ----------------------------------------------------
  3278. mouse.KeyDown:connect(function(key)
  3279. if string.byte(key) == 52 then
  3280. char.Humanoid.WalkSpeed = 100
  3281. end
  3282. end)
  3283. mouse.KeyUp:connect(function(key)
  3284. if string.byte(key) == 52 then
  3285. char.Humanoid.WalkSpeed = 100
  3286. end
  3287. end)
  3288. ----------------------------------------------------
  3289. local animpose = "Idle"
  3290. local lastanimpose = "Idle"
  3291. local sine = 0
  3292. local change = 1
  3293. local val = 0
  3294. local ffing = false
  3295. ----------------------------------------------------
  3296. --[[x = Instance.new("Sound", char)
  3297. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  3298. x.Looped = true
  3299. x.Volume = 1
  3300. x.Pitch = 1
  3301. local footsteps = false]]--
  3302. -------------------------------
  3303. game:GetService("RunService").RenderStepped:connect(function()
  3304. --[[if char.Humanoid.Jump == true then
  3305. jump = true
  3306. else
  3307. jump = false
  3308. end]]
  3309. char.Humanoid.FreeFalling:connect(function(f)
  3310. if f then
  3311. ffing = true
  3312. else
  3313. ffing = false
  3314. end
  3315. end)
  3316. sine = sine + change
  3317. if jumpn == true then
  3318. animpose = "Jumping"
  3319. elseif ffing == true then
  3320. animpose = "Freefalling"
  3321. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3322. animpose = "Idle"
  3323. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3324. animpose = "Walking"
  3325. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3326. animpose = "Running"
  3327. end
  3328. if animpose ~= lastanimpose then
  3329. sine = 0
  3330. if Debounces.NoIdl == false then
  3331. if animpose == "Idle" then
  3332. for i = 1, 2 do
  3333. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  3334. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  3335. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3336. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3337. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3338. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3339. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3340. end
  3341. elseif animpose == "Walking" then
  3342. for i = 1, 2 do
  3343. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  3344. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  3345. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  3346. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  3347. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3348. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3349. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3350. end
  3351. elseif animpose == "Running" then
  3352. for i = 1, 2 do
  3353. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  3354. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  3355. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3356. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3357. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3358. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3359. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3360. end
  3361. wait()
  3362. end
  3363. else
  3364. end
  3365. end
  3366. lastanimpose = animpose
  3367. if Debounces.NoIdl == false then
  3368. if animpose == "Idle" then
  3369. if stanceToggle == "Normal" then
  3370. change = 0.5
  3371. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  3372. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  3373. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  3374. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  3375. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3376. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3377. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3378. elseif stanceToggle == "Sitting" then
  3379. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  3380. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, .9, -1)*CFrame.Angles(math.rad(78+1*math.cos(sine/14)), math.rad(0), math.rad(50)), 0.2)
  3381. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  3382. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  3383. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  3384. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  3385. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3386. end
  3387. elseif animpose == "Walking" then
  3388. if stanceToggle == "Normal" then
  3389. change = 1
  3390. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  3391. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  3392. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  3393. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  3394. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  3395. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  3396. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3397. end
  3398. elseif animpose == "Running" then
  3399. change = 1
  3400. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  3401. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  3402. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3403. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3404. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3405. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3406. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3407. end
  3408. end
  3409. --[[if animpose == "Walking" then
  3410. if footsteps == false then
  3411. x:Play()
  3412. footsteps = true
  3413. end
  3414. x.Pitch = 1.1
  3415. elseif animpose == "Idle" then
  3416. x:Stop()
  3417. footsteps = false
  3418. elseif animpose == "Running" then
  3419. x.Pitch = 1.2
  3420. if footsteps == false then
  3421. x:Play()
  3422. footsteps = true
  3423. end
  3424. end]]--
  3425. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement