scriptmaker568

Titan Script

Jan 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.50 KB | None | 0 0
  1.  
  2. --[[ CREDITS ]]--
  3. --[[ORIGINAL: TheDarkRevenant]]--
  4. --[[EDIT MAKER: PixelFir3]]--
  5. --[[SUPPORTER/HELPER: Eurse]]--
  6.  
  7. local p = game.Players.LocalPlayer
  8. local char = p.Character
  9. local mouse = p:GetMouse()
  10. local larm = char["Left Arm"]
  11. local rarm = char["Right Arm"]
  12. local lleg = char["Left Leg"]
  13. local rleg = char["Right Leg"]
  14. local hed = char.Head
  15. local torso = char.Torso
  16. local hum = char.Humanoid
  17. local cam = game.Workspace.CurrentCamera
  18. local root = char.HumanoidRootPart
  19. local deb = false
  20. local shot = 0
  21. local l = game:GetService("Lighting")
  22. local rs = game:GetService("RunService").RenderStepped
  23. local stanceToggle = "Normal"
  24. math.randomseed(os.time())
  25. hum.WalkSpeed = 30
  26. char.Health:Destroy()
  27. hum.MaxHealth = math.huge
  28. wait(0.1)
  29. hum.Health = math.huge
  30. ----------------------------------------------------
  31. GroundWave1 = function()
  32. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  33. local Colors = {"Royal purple", "Really black"}
  34. local wave = Instance.new("Part", torso)
  35. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  36. wave.Anchored = true
  37. wave.CanCollide = false
  38. wave.Locked = true
  39. wave.Size = Vector3.new(1, 1, 1)
  40. wave.TopSurface = "Smooth"
  41. wave.BottomSurface = "Smooth"
  42. wave.Transparency = 0.35
  43. wave.CFrame = HandCF
  44. wm = Instance.new("SpecialMesh", wave)
  45. wm.MeshId = "rbxassetid://3270017"
  46. coroutine.wrap(function()
  47. for i = 1, 30, 1 do
  48. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
  49. wave.Size = wm.Scale
  50. wave.CFrame = HandCF
  51. wave.Transparency = i/30
  52. wait()
  53. end
  54. wait()
  55. wave:Destroy()
  56. end)()
  57. end
  58. ----------------------------------------------------
  59. pcall(function()char.Shirt:Destroy()
  60. char.Pants:Destroy()
  61. end)
  62. shirt = Instance.new("Shirt", char)
  63. shirt.Name = "Shirt"
  64. pants = Instance.new("Pants", char)
  65. pants.Name = "Pants"
  66. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=237126513"
  67. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=237126612"
  68. ----------------------------------------------------
  69. --[[local Transforming = true
  70. hum.WalkSpeed = 0
  71. local fx = Instance.new("Part",torso)
  72. fx.Anchored = true
  73. fx.Material = "Neon"
  74. fx.CanCollide = false
  75. fx.Locked = true
  76. fx.Transparency = 1
  77. fx.Material = "SmoothPlastic"
  78. fx.Size = Vector3.new(3.1,3.1,3.1)
  79. fx.TopSurface = "SmoothNoOutlines"
  80. fx.BottomSurface = "SmoothNoOutlines"
  81. fx.BrickColor = BrickColor.new("Light stone grey")
  82. fxm = Instance.new("SpecialMesh",fx)
  83. fxm.MeshType = "Sphere"
  84. fxm.Scale = Vector3.new(1,1,1)
  85. for i = 1, 20 do rs:wait()
  86. fx.Transparency = fx.Transparency - (1/20)
  87. fx.CFrame = torso.CFrame
  88. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  89. rs:wait()
  90. end ]]
  91. ----------------------------------------------------
  92. --[[GroundWave = function()
  93. if Transforming == true then
  94. local wave = Instance.new("Part", torso)
  95. wave.BrickColor = BrickColor.new("Bright red")
  96. wave.Anchored = true
  97. wave.CanCollide = false
  98. wave.Locked = true
  99. wave.Size = Vector3.new(3, 3, 3)
  100. wave.TopSurface = "Smooth"
  101. wave.BottomSurface = "Smooth"
  102. wave.Transparency = 0.35
  103. wave.CFrame = fx.CFrame
  104. wm = Instance.new("SpecialMesh", wave)
  105. wm.MeshType = "Sphere"
  106. wm.Scale = Vector3.new(1,1,1)
  107. coroutine.wrap(function()
  108. for i = 1, 18, 1 do
  109. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  110. --wave.Size = wm.Scale
  111. wave.CFrame = fx.CFrame
  112. wave.Transparency = i/14
  113. wait()
  114. end
  115. wait()
  116. wave:Destroy()
  117. end)()
  118. elseif Transforming == false then
  119. wait()
  120. end
  121. end
  122.  
  123. for i = 1, 100 do rs:wait()
  124. fx.CFrame = torso.CFrame
  125. end
  126.  
  127. Spawn(function()
  128. while wait(1) do
  129. GroundWave()
  130. end
  131. end)
  132.  
  133. wait(4)
  134.  
  135. Transforming = false
  136.  
  137. for i = 1, 20 do rs:wait()
  138. fx.Transparency = fx.Transparency + (1/20)
  139. fx.CFrame = torso.CFrame
  140. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  141. rs:wait()
  142. end
  143.  
  144. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  145. local wave = Instance.new("Part", torso)
  146. wave.BrickColor = BrickColor.new("Bright red")
  147. wave.Anchored = true
  148. wave.CanCollide = false
  149. wave.Locked = true
  150. wave.Size = Vector3.new(1, 1, 1)
  151. wave.TopSurface = "Smooth"
  152. wave.BottomSurface = "Smooth"
  153. wave.Transparency = 0.35
  154. wave.CFrame = HandCF
  155. wm = Instance.new("SpecialMesh", wave)
  156. wm.MeshId = "rbxassetid://3270017"
  157. coroutine.wrap(function()
  158. for i = 1, 14, 1 do
  159. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  160. wave.Size = wm.Scale
  161. wave.CFrame = HandCF
  162. wave.Transparency = i/14
  163. wait()
  164. end
  165. wait()
  166. wave:Destroy()
  167. end)()
  168. hum.WalkSpeed = 16 ]]
  169. ----------------------------------------------------
  170. Debounces = {
  171. on = false;
  172. ks = false;
  173. CanAttack = true;
  174. CanJoke = true;
  175. NoIdl = false;
  176. Slashing = false;
  177. Slashed = false;
  178. Grabbing = false;
  179. Grabbed = false;
  180. }
  181. local Touche = {char.Name, }
  182. ----------------------------------------------------
  183. function lerp(a, b, t) -- Linear interpolation
  184. return a + (b - a)*t
  185. end
  186.  
  187. function slerp(a, b, t) --Spherical interpolation
  188. dot = a:Dot(b)
  189. if dot > 0.99999 or dot < -0.99999 then
  190. return t <= 0.5 and a or b
  191. else
  192. r = math.acos(dot)
  193. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  194. end
  195. end
  196.  
  197. function matrixInterpolate(a, b, t)
  198. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  199. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  200. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  201. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  202. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  203. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  204. local t = v1:Dot(v2)
  205. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  206. return CFrame.new()
  207. end
  208. return CFrame.new(
  209. v0.x, v0.y, v0.z,
  210. v1.x, v1.y, v1.z,
  211. v2.x, v2.y, v2.z,
  212. v3.x, v3.y, v3.z)
  213. end
  214. ----------------------------------------------------
  215. function genWeld(a,b)
  216. local w = Instance.new("Weld",a)
  217. w.Part0 = a
  218. w.Part1 = b
  219. return w
  220. end
  221. function weld(a, b)
  222. local weld = Instance.new("Weld")
  223. weld.Name = "W"
  224. weld.Part0 = a
  225. weld.Part1 = b
  226. weld.C0 = a.CFrame:inverse() * b.CFrame
  227. weld.Parent = a
  228. return weld;
  229. end
  230. ----------------------------------------------------
  231. function Lerp(c1,c2,al)
  232. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  233. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  234. for i,v in pairs(com1) do
  235. com1[i] = v+(com2[i]-v)*al
  236. end
  237. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  238. end
  239. ----------------------------------------------------
  240. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  241. local wld = Instance.new("Weld", wp1)
  242. wld.Part0 = wp0
  243. wld.Part1 = wp1
  244. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  245. end
  246. ----------------------------------------------------
  247. --[[for i,v in pairs(char:children()) do
  248. if v:IsA("Hat") then
  249. v:Destroy()
  250. end
  251. end ]]
  252. for i,v in pairs(hed:children()) do
  253. if v:IsA("Sound") then
  254. v:Destroy()
  255. end
  256. end
  257. ----------------------------------------------------
  258. function HasntTouched(plrname)
  259. local ret = true
  260. for _, v in pairs(Touche) do
  261. if v == plrname then
  262. ret = false
  263. end
  264. end
  265. return ret
  266. end
  267. ----------------------------------------------------
  268. larm.Size = larm.Size * 2
  269. rarm.Size = rarm.Size * 2
  270. lleg.Size = lleg.Size * 2
  271. rleg.Size = rleg.Size * 2
  272. torso.Size = torso.Size * 2
  273. hed.Size = hed.Size * 2
  274. root.Size = root.Size * 2
  275.  
  276. larm.BrickColor = BrickColor.new("White")
  277. rarm.BrickColor = BrickColor.new("White")
  278. lleg.BrickColor = BrickColor.new("White")
  279. rleg.BrickColor = BrickColor.new("White")
  280. torso.BrickColor = BrickColor.new("White")
  281. hed.BrickColor = BrickColor.new("White")
  282. ----------------------------------------------------
  283. newWeld(torso, larm, -1.5, 0.5, 0)
  284. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  285. newWeld(torso, rarm, 1.5, 0.5, 0)
  286. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  287. newWeld(torso, hed, 0, 1.5, 0)
  288. newWeld(torso, lleg, -0.5, -1, 0)
  289. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  290. newWeld(torso, rleg, 0.5, -1, 0)
  291. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  292. newWeld(root, torso, 0, -1, 0)
  293. torso.Weld.C1 = CFrame.new(0, -1, 0)
  294. ----------------------------------------------------
  295. --[[game:service'InsertService':LoadAsset(63993845):children()[1].Parent=char
  296. char.LavendarPlasmaHood.Handle.Mesh.Scale = char.LavendarPlasmaHood.Handle.Mesh.Scale * 1.8
  297. char.LavendarPlasmaHood.Handle.Mesh.VertexColor = Vector3.new(0.1,0.1,0.1) ]]
  298. for i,v in pairs(char:children()) do
  299. if v:IsA("Hat") then
  300. v.Handle.Mesh.Scale = v.Handle.Mesh.Scale * 1.8
  301. end
  302. end
  303. --hed.face.Texture = "rbxassetid://27641734"
  304. --z=Instance.new('Decal',hed)
  305. --z.Face = 'Front'
  306. --hed.BrickColor = BrickColor.new("Really black")
  307. lite = Instance.new("PointLight", torso)
  308. lite.Brightness = 14
  309. lite.Range = 10
  310. lite.Color = Color3.new(1, 0, 0)
  311. --[[local hed2 = hed:Clone()
  312. hed2.CanCollide = false
  313. hed2.Parent = char
  314. hed2:ClearAllChildren()
  315. hed2.Transparency = 1
  316. hed2.Name = "DARP"
  317. local w = Instance.new("Weld",hed2)
  318. w.Part0 = hed
  319. w.Part1 = hed2
  320. w.C0 = CFrame.new(0,0,-0.175)
  321. z=Instance.new("SurfaceGui",hed2)
  322. z.Enabled = true
  323. z.Face = "Front"
  324. z.Adornee = hed2
  325. z.CanvasSize = Vector2.new(100,100)
  326. local face = Instance.new("ImageLabel",z)
  327. face.Size = UDim2.new(1,-30,1,0)
  328. face.Position = UDim2.new(0,15,0,0)
  329. face.BackgroundTransparency = 1
  330. face.Image='rbxassetid://46282671']]--
  331. ----------------------------------------------------
  332. --[[game:service'InsertService':LoadAsset(192557913):children()[1].Parent=char
  333. char.SparkleWings.Handle.Mesh.Scale = char.SparkleWings.Handle.Mesh.Scale * 1.9
  334. char.SparkleWings.Handle.Mesh.VertexColor = Vector3.new(1,1,1)
  335. ]]
  336. ----------------------------------------------------
  337. --[[game:service'InsertService':LoadAsset(398674411):children()[1].Parent=char
  338. char.BlackIronAntlers.Handle.Mesh.Scale = char.BlackIronAntlers.Handle.Mesh.Scale * 2.0
  339. char.BlackIronAntlers.Handle.Mesh.VertexColor = Vector3.new(5,5,5)
  340. ]]
  341. ----------------------------------------------------
  342. z = Instance.new("Sound", char)
  343. z.SoundId = "rbxassetid://0" --204277061, 202092194, 242463565
  344. z.Looped = true
  345. z.Pitch = 1
  346. z.Volume = 10
  347. wait(.01)
  348. z:Play()
  349. ----------------------------------------------------
  350. local m = Instance.new("Model")
  351. m.Name = "Absolution"
  352. p1 = Instance.new("Part", m)
  353. p1.BrickColor = BrickColor.new("Mid gray")
  354. p1.FormFactor = Enum.FormFactor.Custom
  355. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  356. 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)
  357. p1.CanCollide = false
  358. p1.Locked = true
  359. p1.Elasticity = 0
  360. p1.BottomSurface = Enum.SurfaceType.Smooth
  361. p1.TopSurface = Enum.SurfaceType.Smooth
  362. b1 = Instance.new("SpecialMesh", p1)
  363. b1.MeshType = Enum.MeshType.Wedge
  364. b1.Name = "Mesh"
  365. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  366. p2 = Instance.new("Part", m)
  367. p2.BrickColor = BrickColor.new("Sand blue")
  368. p2.FormFactor = Enum.FormFactor.Custom
  369. p2.Size = Vector3.new(1, 2.9000001, 1)
  370. 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)
  371. p2.CanCollide = false
  372. p2.Locked = true
  373. p2.Elasticity = 0
  374. p2.BottomSurface = Enum.SurfaceType.Smooth
  375. p2.TopSurface = Enum.SurfaceType.Smooth
  376. b2 = Instance.new("BlockMesh", p2)
  377. b2.Name = "Mesh"
  378. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  379. p3 = Instance.new("Part", m)
  380. p3.BrickColor = BrickColor.new("Mid gray")
  381. p3.FormFactor = Enum.FormFactor.Custom
  382. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  383. 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)
  384. p3.CanCollide = false
  385. p3.Locked = true
  386. p3.Elasticity = 0
  387. p3.BottomSurface = Enum.SurfaceType.Smooth
  388. p3.TopSurface = Enum.SurfaceType.Smooth
  389. b3 = Instance.new("SpecialMesh", p3)
  390. b3.MeshType = Enum.MeshType.Wedge
  391. b3.Name = "Mesh"
  392. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  393. p4 = Instance.new("Part", m)
  394. p4.BrickColor = BrickColor.new("Mid gray")
  395. p4.FormFactor = Enum.FormFactor.Custom
  396. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  397. 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)
  398. p4.CanCollide = false
  399. p4.Locked = true
  400. p4.Elasticity = 0
  401. p4.BottomSurface = Enum.SurfaceType.Smooth
  402. p4.TopSurface = Enum.SurfaceType.Smooth
  403. b4 = Instance.new("SpecialMesh", p4)
  404. b4.MeshType = Enum.MeshType.Wedge
  405. b4.Name = "Mesh"
  406. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  407. p5 = Instance.new("Part", m)
  408. p5.BrickColor = BrickColor.new("Mid gray")
  409. p5.FormFactor = Enum.FormFactor.Custom
  410. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  411. 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)
  412. p5.CanCollide = false
  413. p5.Locked = true
  414. p5.Elasticity = 0
  415. p5.BottomSurface = Enum.SurfaceType.Smooth
  416. p5.TopSurface = Enum.SurfaceType.Smooth
  417. b5 = Instance.new("SpecialMesh", p5)
  418. b5.MeshType = Enum.MeshType.Wedge
  419. b5.Name = "Mesh"
  420. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  421. p6 = Instance.new("Part", m)
  422. p6.Name = "Handle"
  423. p6.BrickColor = BrickColor.new("Sand blue")
  424. p6.FormFactor = Enum.FormFactor.Custom
  425. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  426. 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)
  427. p6.CanCollide = false
  428. p6.Locked = true
  429. p6.Elasticity = 0
  430. p6.BottomSurface = Enum.SurfaceType.Smooth
  431. p6.TopSurface = Enum.SurfaceType.Smooth
  432. b6 = Instance.new("BlockMesh", p6)
  433. b6.Name = "Mesh"
  434. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  435. p7 = Instance.new("Part", m)
  436. p7.BrickColor = BrickColor.new("Mid gray")
  437. p7.FormFactor = Enum.FormFactor.Custom
  438. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  439. 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)
  440. p7.CanCollide = false
  441. p7.Locked = true
  442. p7.Elasticity = 0
  443. p7.BottomSurface = Enum.SurfaceType.Smooth
  444. p7.TopSurface = Enum.SurfaceType.Smooth
  445. b7 = Instance.new("SpecialMesh", p7)
  446. b7.MeshType = Enum.MeshType.Wedge
  447. b7.Name = "Mesh"
  448. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  449. p8 = Instance.new("Part", m)
  450. p8.BrickColor = BrickColor.new("Mid gray")
  451. p8.FormFactor = Enum.FormFactor.Custom
  452. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  453. 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)
  454. p8.CanCollide = false
  455. p8.Locked = true
  456. p8.Elasticity = 0
  457. p8.BottomSurface = Enum.SurfaceType.Smooth
  458. p8.TopSurface = Enum.SurfaceType.Smooth
  459. b8 = Instance.new("SpecialMesh", p8)
  460. b8.MeshType = Enum.MeshType.Wedge
  461. b8.Name = "Mesh"
  462. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  463. p9 = Instance.new("Part", m)
  464. p9.BrickColor = BrickColor.new("Sand blue")
  465. p9.FormFactor = Enum.FormFactor.Custom
  466. p9.Size = Vector3.new(1, 1.07999957, 1)
  467. 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)
  468. p9.CanCollide = false
  469. p9.Locked = true
  470. p9.Elasticity = 0
  471. p9.BottomSurface = Enum.SurfaceType.Smooth
  472. p9.TopSurface = Enum.SurfaceType.Smooth
  473. b9 = Instance.new("BlockMesh", p9)
  474. b9.Name = "Mesh"
  475. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  476. p10 = Instance.new("Part", m)
  477. p10.BrickColor = BrickColor.new("Sand blue")
  478. p10.FormFactor = Enum.FormFactor.Custom
  479. p10.Size = Vector3.new(1, 1.41999948, 1)
  480. 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)
  481. p10.CanCollide = false
  482. p10.Locked = true
  483. p10.Elasticity = 0
  484. p10.BottomSurface = Enum.SurfaceType.Smooth
  485. p10.TopSurface = Enum.SurfaceType.Smooth
  486. b10 = Instance.new("BlockMesh", p10)
  487. b10.Name = "Mesh"
  488. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  489. p11 = Instance.new("Part", m)
  490. p11.BrickColor = BrickColor.new("Sand blue")
  491. p11.FormFactor = Enum.FormFactor.Custom
  492. p11.Size = Vector3.new(1, 1.50999951, 1)
  493. 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)
  494. p11.CanCollide = false
  495. p11.Locked = true
  496. p11.Elasticity = 0
  497. p11.BottomSurface = Enum.SurfaceType.Smooth
  498. p11.TopSurface = Enum.SurfaceType.Smooth
  499. b11 = Instance.new("BlockMesh", p11)
  500. b11.Name = "Mesh"
  501. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  502. p12 = Instance.new("Part", m)
  503. p12.Name = "BladeCenter"
  504. p12.BrickColor = BrickColor.new("Mid gray")
  505. p12.Material = Enum.Material.Concrete
  506. p12.FormFactor = Enum.FormFactor.Symmetric
  507. p12.Size = Vector3.new(1, 2, 2)
  508. 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)
  509. p12.CanCollide = false
  510. p12.Locked = true
  511. p12.BottomSurface = Enum.SurfaceType.Smooth
  512. p12.TopSurface = Enum.SurfaceType.Smooth
  513. b12 = Instance.new("SpecialMesh", p12)
  514. b12.MeshType = Enum.MeshType.Brick
  515. b12.Name = "Mesh"
  516. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  517. p13 = Instance.new("Part", m)
  518. p13.BrickColor = BrickColor.new("Sand blue")
  519. p13.FormFactor = Enum.FormFactor.Custom
  520. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  521. 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)
  522. p13.CanCollide = false
  523. p13.Locked = true
  524. p13.Elasticity = 0
  525. p13.BottomSurface = Enum.SurfaceType.Smooth
  526. p13.TopSurface = Enum.SurfaceType.Smooth
  527. b13 = Instance.new("BlockMesh", p13)
  528. b13.Name = "Mesh"
  529. b13.Scale = Vector3.new(1, 1, 0.400000006)
  530. p14 = Instance.new("Part", m)
  531. p14.BrickColor = BrickColor.new("Sand blue")
  532. p14.FormFactor = Enum.FormFactor.Custom
  533. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  534. 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)
  535. p14.CanCollide = false
  536. p14.Locked = true
  537. p14.Elasticity = 0
  538. p14.BottomSurface = Enum.SurfaceType.Smooth
  539. p14.TopSurface = Enum.SurfaceType.Smooth
  540. b14 = Instance.new("BlockMesh", p14)
  541. b14.Name = "Mesh"
  542. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  543. p15 = Instance.new("Part", m)
  544. p15.BrickColor = BrickColor.new("Sand blue")
  545. p15.FormFactor = Enum.FormFactor.Custom
  546. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  547. 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)
  548. p15.CanCollide = false
  549. p15.Locked = true
  550. p15.Elasticity = 0
  551. p15.BottomSurface = Enum.SurfaceType.Smooth
  552. p15.TopSurface = Enum.SurfaceType.Smooth
  553. b15 = Instance.new("BlockMesh", p15)
  554. b15.Name = "Mesh"
  555. b15.Scale = Vector3.new(1, 1, 0.400000006)
  556. p16 = Instance.new("Part", m)
  557. p16.BrickColor = BrickColor.new("Sand blue")
  558. p16.FormFactor = Enum.FormFactor.Custom
  559. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  560. 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)
  561. p16.CanCollide = false
  562. p16.Locked = true
  563. p16.Elasticity = 0
  564. p16.BottomSurface = Enum.SurfaceType.Smooth
  565. p16.TopSurface = Enum.SurfaceType.Smooth
  566. b16 = Instance.new("BlockMesh", p16)
  567. b16.Name = "Mesh"
  568. b16.Scale = Vector3.new(1, 1, 0.400000006)
  569. p17 = Instance.new("Part", m)
  570. p17.BrickColor = BrickColor.new("Sand blue")
  571. p17.FormFactor = Enum.FormFactor.Custom
  572. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  573. 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)
  574. p17.CanCollide = false
  575. p17.Locked = true
  576. p17.Elasticity = 0
  577. p17.BottomSurface = Enum.SurfaceType.Smooth
  578. p17.TopSurface = Enum.SurfaceType.Smooth
  579. b17 = Instance.new("BlockMesh", p17)
  580. b17.Name = "Mesh"
  581. b17.Scale = Vector3.new(1, 1, 0.400000006)
  582. p18 = Instance.new("WedgePart", m)
  583. p18.BrickColor = BrickColor.new("Mid gray")
  584. p18.Name = "BladePart1"
  585. p18.Material = Enum.Material.Concrete
  586. p18.Name = "Wedge"
  587. p18.FormFactor = Enum.FormFactor.Symmetric
  588. p18.Size = Vector3.new(1, 4, 2)
  589. 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)
  590. p18.CanCollide = false
  591. p18.Locked = true
  592. p18.BottomSurface = Enum.SurfaceType.Smooth
  593. p18.TopSurface = Enum.SurfaceType.Smooth
  594. b18 = Instance.new("SpecialMesh", p18)
  595. b18.MeshType = Enum.MeshType.Wedge
  596. b18.Name = "Mesh"
  597. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  598. p19 = Instance.new("WedgePart", m)
  599. p19.BrickColor = BrickColor.new("Mid gray")
  600. p19.Name = "BladePart2"
  601. p19.Material = Enum.Material.Concrete
  602. p19.Name = "Wedge"
  603. p19.FormFactor = Enum.FormFactor.Symmetric
  604. p19.Size = Vector3.new(1, 4, 2)
  605. 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)
  606. p19.CanCollide = false
  607. p19.Locked = true
  608. p19.BottomSurface = Enum.SurfaceType.Smooth
  609. p19.TopSurface = Enum.SurfaceType.Smooth
  610. b19 = Instance.new("SpecialMesh", p19)
  611. b19.MeshType = Enum.MeshType.Wedge
  612. b19.Name = "Mesh"
  613. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  614. p20 = Instance.new("Part", m)
  615. p20.BrickColor = BrickColor.new("Sand blue")
  616. p20.FormFactor = Enum.FormFactor.Custom
  617. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  618. 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)
  619. p20.CanCollide = false
  620. p20.Locked = true
  621. p20.Elasticity = 0
  622. p20.BottomSurface = Enum.SurfaceType.Smooth
  623. p20.TopSurface = Enum.SurfaceType.Smooth
  624. b20 = Instance.new("BlockMesh", p20)
  625. b20.Name = "Mesh"
  626. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  627. p21 = Instance.new("Part", m)
  628. p21.BrickColor = BrickColor.new("Mid gray")
  629. p21.FormFactor = Enum.FormFactor.Custom
  630. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  631. 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)
  632. p21.CanCollide = false
  633. p21.Locked = true
  634. p21.Elasticity = 0
  635. p21.BottomSurface = Enum.SurfaceType.Smooth
  636. p21.TopSurface = Enum.SurfaceType.Smooth
  637. b21 = Instance.new("SpecialMesh", p21)
  638. b21.MeshType = Enum.MeshType.Wedge
  639. b21.Name = "Mesh"
  640. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  641. w1 = Instance.new("Weld", p1)
  642. w1.Name = "Part_Weld"
  643. w1.Part0 = p1
  644. 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)
  645. w1.Part1 = p2
  646. 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)
  647. w2 = Instance.new("Weld", p2)
  648. w2.Name = "Part_Weld"
  649. w2.Part0 = p2
  650. 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)
  651. w2.Part1 = p3
  652. 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)
  653. w3 = Instance.new("Weld", p3)
  654. w3.Name = "Part_Weld"
  655. w3.Part0 = p3
  656. 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)
  657. w3.Part1 = p4
  658. 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)
  659. w4 = Instance.new("Weld", p4)
  660. w4.Name = "Part_Weld"
  661. w4.Part0 = p4
  662. 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)
  663. w4.Part1 = p5
  664. 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)
  665. w5 = Instance.new("Weld", p5)
  666. w5.Name = "Part_Weld"
  667. w5.Part0 = p5
  668. 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)
  669. w5.Part1 = p6
  670. 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)
  671. w6 = Instance.new("Weld", p6)
  672. w6.Name = "Part_Weld"
  673. w6.Part0 = p6
  674. 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)
  675. w6.Part1 = p7
  676. 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)
  677. w7 = Instance.new("Weld", p7)
  678. w7.Name = "Part_Weld"
  679. w7.Part0 = p7
  680. 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)
  681. w7.Part1 = p8
  682. 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)
  683. w8 = Instance.new("Weld", p8)
  684. w8.Name = "Part_Weld"
  685. w8.Part0 = p8
  686. 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)
  687. w8.Part1 = p9
  688. 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)
  689. w9 = Instance.new("Weld", p9)
  690. w9.Name = "Part_Weld"
  691. w9.Part0 = p9
  692. 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)
  693. w9.Part1 = p10
  694. 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)
  695. w10 = Instance.new("Weld", p10)
  696. w10.Name = "Part_Weld"
  697. w10.Part0 = p10
  698. 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)
  699. w10.Part1 = p11
  700. 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)
  701. w11 = Instance.new("Weld", p11)
  702. w11.Name = "Part_Weld"
  703. w11.Part0 = p11
  704. 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)
  705. w11.Part1 = p12
  706. 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)
  707. w12 = Instance.new("Weld", p12)
  708. w12.Name = "Part_Weld"
  709. w12.Part0 = p12
  710. 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)
  711. w12.Part1 = p13
  712. 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)
  713. w13 = Instance.new("Weld", p13)
  714. w13.Name = "Part_Weld"
  715. w13.Part0 = p13
  716. 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)
  717. w13.Part1 = p14
  718. 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)
  719. w14 = Instance.new("Weld", p14)
  720. w14.Name = "Part_Weld"
  721. w14.Part0 = p14
  722. 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)
  723. w14.Part1 = p15
  724. 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)
  725. w15 = Instance.new("Weld", p15)
  726. w15.Name = "Part_Weld"
  727. w15.Part0 = p15
  728. 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)
  729. w15.Part1 = p16
  730. 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)
  731. w16 = Instance.new("Weld", p16)
  732. w16.Name = "Part_Weld"
  733. w16.Part0 = p16
  734. 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)
  735. w16.Part1 = p17
  736. 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)
  737. w17 = Instance.new("Weld", p17)
  738. w17.Name = "Wedge_Weld"
  739. w17.Part0 = p17
  740. 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)
  741. w17.Part1 = p18
  742. 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)
  743. w18 = Instance.new("Weld", p18)
  744. w18.Name = "Wedge_Weld"
  745. w18.Part0 = p18
  746. 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)
  747. w18.Part1 = p19
  748. 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)
  749. w19 = Instance.new("Weld", p19)
  750. w19.Name = "Part_Weld"
  751. w19.Part0 = p19
  752. 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)
  753. w19.Part1 = p20
  754. 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)
  755. w20 = Instance.new("Weld", p20)
  756. w20.Name = "Part_Weld"
  757. w20.Part0 = p20
  758. 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)
  759. w20.Part1 = p21
  760. 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)
  761. m.Parent = char
  762. m:MakeJoints()
  763. ----------------------------------------------------
  764. local cor = Instance.new("Part", char.Absolution)
  765. cor.Name = "Thingy"
  766. cor.Locked = true
  767. cor.BottomSurface = 0
  768. cor.CanCollide = false
  769. cor.Size = Vector3.new(1, 13, 1)
  770. cor.Transparency = 1
  771. cor.TopSurface = 0
  772. corw = Instance.new("Weld", cor)
  773. corw.Part0 = rarm
  774. corw.Part1 = cor
  775. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  776. corw.C1 = CFrame.new(0, 0, 0)
  777. weld1 = Instance.new("Weld", char.Absolution)
  778. weld1.Part0 = cor
  779. weld1.Part1 = p6
  780. weld1.C0 = CFrame.new(0, 0, 0)
  781. ----------------------------------------------------
  782. hitb = Instance.new("Part", char.Absolution)
  783. hitb.Name = "Thingy2"
  784. hitb.Locked = true
  785. hitb.BottomSurface = 0
  786. hitb.CanCollide = false
  787. hitb.Size = Vector3.new(0, 8, 6)
  788. hitb.Transparency = 1
  789. hitb.TopSurface = 0
  790. weld2 = Instance.new("Weld", char.Absolution)
  791. weld2.Part0 = hitb
  792. weld2.Part1 = p12
  793. weld2.C0 = CFrame.new(0, .6, 1)
  794. ----------------------------------------------------
  795. p1.Transparency=1
  796. p2.Transparency=1
  797. p3.Transparency=1
  798. p4.Transparency=1
  799. p5.Transparency=1
  800. p6.Transparency=1
  801. p7.Transparency=1
  802. p8.Transparency=1
  803. p9.Transparency=1
  804. p10.Transparency=1
  805. p11.Transparency=1
  806. p12.Transparency=1
  807. p13.Transparency=1
  808. p14.Transparency=1
  809. p15.Transparency=1
  810. p16.Transparency=1
  811. p17.Transparency=1
  812. p18.Transparency=1
  813. p19.Transparency=1
  814. p20.Transparency=1
  815. p21.Transparency=1
  816. ----------------------------------------------------
  817. local m = Instance.new("Model")
  818. m.Name = "Claw"
  819. p1 = Instance.new("Part", m)
  820. p1.BrickColor = BrickColor.new("White")
  821. p1.FormFactor = Enum.FormFactor.Custom
  822. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  823. 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)
  824. p1.CanCollide = false
  825. p1.Locked = true
  826. p1.BottomSurface = Enum.SurfaceType.Smooth
  827. p1.TopSurface = Enum.SurfaceType.Smooth
  828. b1 = Instance.new("BlockMesh", p1)
  829. b1.Name = "Mesh"
  830. p2 = Instance.new("WedgePart", m)
  831. p2.BrickColor = BrickColor.new("White")
  832. p2.Name = "Wedge"
  833. p2.FormFactor = Enum.FormFactor.Custom
  834. p2.Size = Vector3.new(3, 1, 0.5)
  835. 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)
  836. p2.CanCollide = false
  837. p2.Locked = true
  838. p2.BottomSurface = Enum.SurfaceType.Smooth
  839. p2.TopSurface = Enum.SurfaceType.Smooth
  840. p3 = Instance.new("Part", m)
  841. p3.BrickColor = BrickColor.new("White")
  842. p3.FormFactor = Enum.FormFactor.Custom
  843. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  844. 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)
  845. p3.CanCollide = false
  846. p3.Locked = true
  847. p3.BottomSurface = Enum.SurfaceType.Smooth
  848. p3.TopSurface = Enum.SurfaceType.Smooth
  849. b2 = Instance.new("BlockMesh", p3)
  850. b2.Name = "Mesh"
  851. p4 = Instance.new("WedgePart", m)
  852. p4.BrickColor = BrickColor.new("White")
  853. p4.Name = "Wedge"
  854. p4.FormFactor = Enum.FormFactor.Custom
  855. p4.Size = Vector3.new(3, 1, 0.5)
  856. 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)
  857. p4.CanCollide = false
  858. p4.Locked = true
  859. p4.BottomSurface = Enum.SurfaceType.Smooth
  860. p4.TopSurface = Enum.SurfaceType.Smooth
  861. p5 = Instance.new("Part", m)
  862. p5.BrickColor = BrickColor.new("White")
  863. p5.FormFactor = Enum.FormFactor.Custom
  864. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  865. 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)
  866. p5.CanCollide = false
  867. p5.Locked = true
  868. p5.BottomSurface = Enum.SurfaceType.Smooth
  869. p5.TopSurface = Enum.SurfaceType.Smooth
  870. b3 = Instance.new("BlockMesh", p5)
  871. b3.Name = "Mesh"
  872. p6 = Instance.new("Part", m)
  873. p6.BrickColor = BrickColor.new("White")
  874. p6.FormFactor = Enum.FormFactor.Custom
  875. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  876. 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)
  877. p6.CanCollide = false
  878. p6.Locked = true
  879. p6.BottomSurface = Enum.SurfaceType.Smooth
  880. p6.TopSurface = Enum.SurfaceType.Smooth
  881. b4 = Instance.new("BlockMesh", p6)
  882. b4.Name = "Mesh"
  883. p7 = Instance.new("Part", m)
  884. p7.BrickColor = BrickColor.new("White")
  885. p7.FormFactor = Enum.FormFactor.Custom
  886. p7.Size = Vector3.new(3, 1, 1.20000005)
  887. 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)
  888. p7.CanCollide = false
  889. p7.Locked = true
  890. p7.BottomSurface = Enum.SurfaceType.Smooth
  891. p7.TopSurface = Enum.SurfaceType.Smooth
  892. b5 = Instance.new("BlockMesh", p7)
  893. b5.Name = "Mesh"
  894. p8 = Instance.new("Part", m)
  895. p8.BrickColor = BrickColor.new("Bright blue")
  896. p8.FormFactor = Enum.FormFactor.Symmetric
  897. p8.Size = Vector3.new(1, 1, 1)
  898. 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)
  899. p8.CanCollide = false
  900. p8.Locked = true
  901. b6 = Instance.new("SpecialMesh", p8)
  902. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  903. b6.TextureId = ""
  904. b6.MeshType = Enum.MeshType.FileMesh
  905. b6.Name = "Mesh"
  906. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  907. p9 = Instance.new("Part", m)
  908. p9.BrickColor = BrickColor.new("White")
  909. p9.FormFactor = Enum.FormFactor.Custom
  910. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  911. 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)
  912. p9.CanCollide = false
  913. p9.Locked = true
  914. p9.BottomSurface = Enum.SurfaceType.Smooth
  915. p9.TopSurface = Enum.SurfaceType.Smooth
  916. b7 = Instance.new("BlockMesh", p9)
  917. b7.Name = "Mesh"
  918. p10 = Instance.new("Part", m)
  919. p10.BrickColor = BrickColor.new("Bright blue")
  920. p10.FormFactor = Enum.FormFactor.Symmetric
  921. p10.Size = Vector3.new(1, 1, 1)
  922. 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)
  923. p10.CanCollide = false
  924. p10.Locked = true
  925. b8 = Instance.new("SpecialMesh", p10)
  926. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  927. b8.TextureId = ""
  928. b8.MeshType = Enum.MeshType.FileMesh
  929. b8.Name = "Mesh"
  930. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  931. p11 = Instance.new("Part", m)
  932. p11.BrickColor = BrickColor.new("White")
  933. p11.FormFactor = Enum.FormFactor.Custom
  934. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  935. 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)
  936. p11.CanCollide = false
  937. p11.Locked = true
  938. p11.BottomSurface = Enum.SurfaceType.Smooth
  939. p11.TopSurface = Enum.SurfaceType.Smooth
  940. b9 = Instance.new("BlockMesh", p11)
  941. b9.Name = "Mesh"
  942. p12 = Instance.new("Part", m)
  943. p12.BrickColor = BrickColor.new("White")
  944. p12.FormFactor = Enum.FormFactor.Custom
  945. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  946. 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)
  947. p12.CanCollide = false
  948. p12.Locked = true
  949. p12.BottomSurface = Enum.SurfaceType.Smooth
  950. p12.TopSurface = Enum.SurfaceType.Smooth
  951. b10 = Instance.new("BlockMesh", p12)
  952. b10.Name = "Mesh"
  953. p13 = Instance.new("Part", m)
  954. p13.BrickColor = BrickColor.new("White")
  955. p13.FormFactor = Enum.FormFactor.Custom
  956. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  957. 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)
  958. p13.CanCollide = false
  959. p13.Locked = true
  960. p13.BottomSurface = Enum.SurfaceType.Smooth
  961. p13.TopSurface = Enum.SurfaceType.Smooth
  962. b11 = Instance.new("BlockMesh", p13)
  963. b11.Name = "Mesh"
  964. p14 = Instance.new("Part", m)
  965. p14.BrickColor = BrickColor.new("Bright blue")
  966. p14.FormFactor = Enum.FormFactor.Symmetric
  967. p14.Size = Vector3.new(1, 1, 1)
  968. 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)
  969. p14.CanCollide = false
  970. p14.Locked = true
  971. b12 = Instance.new("SpecialMesh", p14)
  972. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  973. b12.TextureId = ""
  974. b12.MeshType = Enum.MeshType.FileMesh
  975. b12.Name = "Mesh"
  976. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  977. p15 = Instance.new("Part", m)
  978. p15.BrickColor = BrickColor.new("Sand blue")
  979. p15.Transparency = 1
  980. p15.Name = "ArmPart"
  981. p15.FormFactor = Enum.FormFactor.Custom
  982. p15.Size = Vector3.new(2, 1, 1)
  983. 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)
  984. p15.CanCollide = false
  985. p15.Locked = true
  986. p15.BottomSurface = Enum.SurfaceType.Smooth
  987. p15.TopSurface = Enum.SurfaceType.Smooth
  988. b13 = Instance.new("BlockMesh", p15)
  989. b13.Name = "Mesh"
  990. p16 = Instance.new("Part", m)
  991. p16.BrickColor = BrickColor.new("White")
  992. p16.FormFactor = Enum.FormFactor.Custom
  993. p16.Size = Vector3.new(3, 1, 2.4000001)
  994. 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)
  995. p16.CanCollide = false
  996. p16.Locked = true
  997. p16.BottomSurface = Enum.SurfaceType.Smooth
  998. p16.TopSurface = Enum.SurfaceType.Smooth
  999. b14 = Instance.new("BlockMesh", p16)
  1000. b14.Name = "Mesh"
  1001. p17 = Instance.new("Part", m)
  1002. p17.BrickColor = BrickColor.new("White")
  1003. p17.FormFactor = Enum.FormFactor.Custom
  1004. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1005. 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)
  1006. p17.CanCollide = false
  1007. p17.Locked = true
  1008. p17.BottomSurface = Enum.SurfaceType.Smooth
  1009. p17.TopSurface = Enum.SurfaceType.Smooth
  1010. b15 = Instance.new("BlockMesh", p17)
  1011. b15.Name = "Mesh"
  1012. p18 = Instance.new("Part", m)
  1013. p18.BrickColor = BrickColor.new("Bright blue")
  1014. p18.FormFactor = Enum.FormFactor.Symmetric
  1015. p18.Size = Vector3.new(1, 1, 1)
  1016. 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)
  1017. p18.CanCollide = false
  1018. p18.Locked = true
  1019. b16 = Instance.new("SpecialMesh", p18)
  1020. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1021. b16.TextureId = ""
  1022. b16.MeshType = Enum.MeshType.FileMesh
  1023. b16.Name = "Mesh"
  1024. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1025. p19 = Instance.new("Part", m)
  1026. p19.BrickColor = BrickColor.new("Bright blue")
  1027. p19.FormFactor = Enum.FormFactor.Symmetric
  1028. p19.Size = Vector3.new(1, 1, 1)
  1029. 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)
  1030. p19.CanCollide = false
  1031. p19.Locked = true
  1032. b17 = Instance.new("SpecialMesh", p19)
  1033. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1034. b17.TextureId = ""
  1035. b17.MeshType = Enum.MeshType.FileMesh
  1036. b17.Name = "Mesh"
  1037. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1038. p20 = Instance.new("Part", m)
  1039. p20.BrickColor = BrickColor.new("White")
  1040. p20.FormFactor = Enum.FormFactor.Custom
  1041. p20.Size = Vector3.new(3, 1, 2.4000001)
  1042. 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)
  1043. p20.CanCollide = false
  1044. p20.Locked = true
  1045. p20.BottomSurface = Enum.SurfaceType.Smooth
  1046. p20.TopSurface = Enum.SurfaceType.Smooth
  1047. b18 = Instance.new("BlockMesh", p20)
  1048. b18.Name = "Mesh"
  1049. p21 = Instance.new("Part", m)
  1050. p21.BrickColor = BrickColor.new("White")
  1051. p21.FormFactor = Enum.FormFactor.Custom
  1052. p21.Size = Vector3.new(3, 1, 1.19999993)
  1053. 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)
  1054. p21.CanCollide = false
  1055. p21.Locked = true
  1056. p21.BottomSurface = Enum.SurfaceType.Smooth
  1057. p21.TopSurface = Enum.SurfaceType.Smooth
  1058. b19 = Instance.new("BlockMesh", p21)
  1059. b19.Name = "Mesh"
  1060. p22 = Instance.new("WedgePart", m)
  1061. p22.BrickColor = BrickColor.new("White")
  1062. p22.Name = "Wedge"
  1063. p22.FormFactor = Enum.FormFactor.Custom
  1064. p22.Size = Vector3.new(3, 1, 0.5)
  1065. 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)
  1066. p22.CanCollide = false
  1067. p22.Locked = true
  1068. p22.BottomSurface = Enum.SurfaceType.Smooth
  1069. p22.TopSurface = Enum.SurfaceType.Smooth
  1070. p23 = Instance.new("Part", m)
  1071. p23.BrickColor = BrickColor.new("White")
  1072. p23.FormFactor = Enum.FormFactor.Custom
  1073. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1074. 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)
  1075. p23.CanCollide = false
  1076. p23.Locked = true
  1077. p23.BottomSurface = Enum.SurfaceType.Smooth
  1078. p23.TopSurface = Enum.SurfaceType.Smooth
  1079. b20 = Instance.new("BlockMesh", p23)
  1080. b20.Name = "Mesh"
  1081. p24 = Instance.new("WedgePart", m)
  1082. p24.BrickColor = BrickColor.new("White")
  1083. p24.Name = "Wedge"
  1084. p24.FormFactor = Enum.FormFactor.Custom
  1085. p24.Size = Vector3.new(3, 1, 0.5)
  1086. 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)
  1087. p24.CanCollide = false
  1088. p24.Locked = true
  1089. p24.BottomSurface = Enum.SurfaceType.Smooth
  1090. p24.TopSurface = Enum.SurfaceType.Smooth
  1091. p25 = Instance.new("Part", m)
  1092. p25.BrickColor = BrickColor.new("White")
  1093. p25.FormFactor = Enum.FormFactor.Symmetric
  1094. p25.Size = Vector3.new(1, 1, 1)
  1095. 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)
  1096. p25.CanCollide = false
  1097. p25.Locked = true
  1098. p25.BottomSurface = Enum.SurfaceType.Smooth
  1099. p25.TopSurface = Enum.SurfaceType.Smooth
  1100. b21 = Instance.new("SpecialMesh", p25)
  1101. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1102. b21.TextureId = ""
  1103. b21.MeshType = Enum.MeshType.FileMesh
  1104. b21.Name = "Mesh"
  1105. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1106. p26 = Instance.new("Part", m)
  1107. p26.BrickColor = BrickColor.new("Dark stone grey")
  1108. p26.FormFactor = Enum.FormFactor.Symmetric
  1109. p26.Size = Vector3.new(1, 1, 1)
  1110. 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)
  1111. p26.CanCollide = false
  1112. p26.Locked = true
  1113. p26.BottomSurface = Enum.SurfaceType.Smooth
  1114. p26.TopSurface = Enum.SurfaceType.Smooth
  1115. b22 = Instance.new("SpecialMesh", p26)
  1116. b22.MeshType = Enum.MeshType.Brick
  1117. b22.Name = "Mesh"
  1118. w1 = Instance.new("Weld", p1)
  1119. w1.Name = "Wedge_Weld"
  1120. w1.Part0 = p1
  1121. 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)
  1122. w1.Part1 = p2
  1123. 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)
  1124. w2 = Instance.new("Weld", p2)
  1125. w2.Name = "Part_Weld"
  1126. w2.Part0 = p2
  1127. 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)
  1128. w2.Part1 = p3
  1129. 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)
  1130. w3 = Instance.new("Weld", p3)
  1131. w3.Name = "Wedge_Weld"
  1132. w3.Part0 = p3
  1133. 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)
  1134. w3.Part1 = p4
  1135. 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)
  1136. w4 = Instance.new("Weld", p4)
  1137. w4.Name = "Part_Weld"
  1138. w4.Part0 = p4
  1139. 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)
  1140. w4.Part1 = p5
  1141. 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)
  1142. w5 = Instance.new("Weld", p5)
  1143. w5.Name = "Part_Weld"
  1144. w5.Part0 = p5
  1145. 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)
  1146. w5.Part1 = p6
  1147. 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)
  1148. w6 = Instance.new("Weld", p6)
  1149. w6.Name = "Part_Weld"
  1150. w6.Part0 = p6
  1151. 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)
  1152. w6.Part1 = p7
  1153. 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)
  1154. w7 = Instance.new("Weld", p7)
  1155. w7.Name = "Part_Weld"
  1156. w7.Part0 = p7
  1157. 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)
  1158. w7.Part1 = p8
  1159. 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)
  1160. w8 = Instance.new("Weld", p8)
  1161. w8.Name = "Part_Weld"
  1162. w8.Part0 = p8
  1163. 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)
  1164. w8.Part1 = p9
  1165. 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)
  1166. w9 = Instance.new("Weld", p9)
  1167. w9.Name = "Part_Weld"
  1168. w9.Part0 = p9
  1169. 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)
  1170. w9.Part1 = p10
  1171. 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)
  1172. w10 = Instance.new("Weld", p10)
  1173. w10.Name = "Part_Weld"
  1174. w10.Part0 = p10
  1175. 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)
  1176. w10.Part1 = p11
  1177. 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)
  1178. w11 = Instance.new("Weld", p11)
  1179. w11.Name = "Part_Weld"
  1180. w11.Part0 = p11
  1181. 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)
  1182. w11.Part1 = p12
  1183. 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)
  1184. w12 = Instance.new("Weld", p12)
  1185. w12.Name = "Part_Weld"
  1186. w12.Part0 = p12
  1187. 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)
  1188. w12.Part1 = p13
  1189. 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)
  1190. w13 = Instance.new("Weld", p13)
  1191. w13.Name = "Part_Weld"
  1192. w13.Part0 = p13
  1193. 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)
  1194. w13.Part1 = p14
  1195. 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)
  1196. w14 = Instance.new("Weld", p14)
  1197. w14.Name = "ArmPart_Weld"
  1198. w14.Part0 = p14
  1199. 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)
  1200. w14.Part1 = p15
  1201. 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)
  1202. w15 = Instance.new("Weld", p15)
  1203. w15.Name = "Part_Weld"
  1204. w15.Part0 = p15
  1205. 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)
  1206. w15.Part1 = p16
  1207. 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)
  1208. w16 = Instance.new("Weld", p16)
  1209. w16.Name = "Part_Weld"
  1210. w16.Part0 = p16
  1211. 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)
  1212. w16.Part1 = p17
  1213. 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)
  1214. w17 = Instance.new("Weld", p17)
  1215. w17.Name = "Part_Weld"
  1216. w17.Part0 = p17
  1217. 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)
  1218. w17.Part1 = p18
  1219. 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)
  1220. w18 = Instance.new("Weld", p18)
  1221. w18.Name = "Part_Weld"
  1222. w18.Part0 = p18
  1223. 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)
  1224. w18.Part1 = p19
  1225. 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)
  1226. w19 = Instance.new("Weld", p19)
  1227. w19.Name = "Part_Weld"
  1228. w19.Part0 = p19
  1229. 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)
  1230. w19.Part1 = p20
  1231. 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)
  1232. w20 = Instance.new("Weld", p20)
  1233. w20.Name = "Part_Weld"
  1234. w20.Part0 = p20
  1235. 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)
  1236. w20.Part1 = p21
  1237. 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)
  1238. w21 = Instance.new("Weld", p21)
  1239. w21.Name = "Wedge_Weld"
  1240. w21.Part0 = p21
  1241. 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)
  1242. w21.Part1 = p22
  1243. 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)
  1244. w22 = Instance.new("Weld", p22)
  1245. w22.Name = "Part_Weld"
  1246. w22.Part0 = p22
  1247. 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)
  1248. w22.Part1 = p23
  1249. 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)
  1250. w23 = Instance.new("Weld", p23)
  1251. w23.Name = "Wedge_Weld"
  1252. w23.Part0 = p23
  1253. 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)
  1254. w23.Part1 = p24
  1255. 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)
  1256. w24 = Instance.new("Weld", p24)
  1257. w24.Name = "Part_Weld"
  1258. w24.Part0 = p24
  1259. 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)
  1260. w24.Part1 = p25
  1261. 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)
  1262. w25 = Instance.new("Weld", p25)
  1263. w25.Name = "Part_Weld"
  1264. w25.Part0 = p25
  1265. 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)
  1266. w25.Part1 = p26
  1267. 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)
  1268. m.Parent = char
  1269. m:MakeJoints()
  1270. ----------------------------------------------------
  1271. p1.Transparency=0
  1272. p2.Transparency=1
  1273. p3.Transparency=0
  1274. p4.Transparency=1
  1275. p5.Transparency=0
  1276. p6.Transparency=0
  1277. p7.Transparency=1
  1278. p8.Transparency=0
  1279. p9.Transparency=0
  1280. p10.Transparency=0
  1281. p11.Transparency=0
  1282. p12.Transparency=0
  1283. p13.Transparency=0
  1284. p14.Transparency=0
  1285. p15.Transparency=1
  1286. p16.Transparency=1 --Arm Pad
  1287. p17.Transparency=0
  1288. p18.Transparency=0
  1289. p19.Transparency=0
  1290. p20.Transparency=1 --lastpoint
  1291. p21.Transparency=1
  1292. p22.Transparency=1
  1293. p23.Transparency=0
  1294. p24.Transparency=1
  1295. p25.Transparency=1 --Ring
  1296. p26.Transparency=1
  1297. ----------------------------------------------------
  1298. local cor2 = Instance.new("Part", char.Claw)
  1299. cor2.Name = "Thingy"
  1300. cor2.Locked = true
  1301. cor2.BottomSurface = 0
  1302. cor2.CanCollide = false
  1303. cor2.Size = Vector3.new(2, 1, 1)
  1304. cor2.Transparency = 1
  1305. cor2.TopSurface = 0
  1306. corw2 = Instance.new("Weld", cor2)
  1307. corw2.Part0 = larm
  1308. corw2.Part1 = cor2
  1309. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1310. corw2.C1 = CFrame.new(0, 0, 0)
  1311. weld2 = Instance.new("Weld", char.Claw)
  1312. weld2.Part0 = cor2
  1313. weld2.Part1 = char.Claw.ArmPart
  1314. weld2.C0 = CFrame.new(0, 0, 0)
  1315. ----------------------------------------------------
  1316. function weld5(part0, part1, c0, c1)
  1317. weeld=Instance.new("Weld", part0)
  1318. weeld.Part0=part0
  1319. weeld.Part1=part1
  1320. weeld.C0=c0
  1321. weeld.C1=c1
  1322. return weeld
  1323. end
  1324. ----------------------------------------------------
  1325. function newRay(start,face,range,wat)
  1326. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1327. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1328. return rey,hit,pos
  1329. end
  1330. ----------------------------------------------------
  1331. mod5 = Instance.new("Model",char)
  1332.  
  1333. function FindNearestTorso(Position,Distance,SinglePlayer)
  1334. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1335. local List = {}
  1336. for i,v in pairs(workspace:GetChildren())do
  1337. if v:IsA("Model")then
  1338. if v:findFirstChild("Torso")then
  1339. if v ~= char then
  1340. if(v.Torso.Position -Position).magnitude <= Distance then
  1341. table.insert(List,v)
  1342. end
  1343. end
  1344. end
  1345. end
  1346. end
  1347. return List
  1348. end
  1349.  
  1350. function Landing()
  1351. part=Instance.new('Part',mod5)
  1352. part.Anchored=true
  1353. part.CanCollide=false
  1354. part.FormFactor='Custom'
  1355. part.Size=Vector3.new(.2,.2,.2)
  1356. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  1357. part.Transparency=.7
  1358. part.BrickColor=BrickColor.new('Institutional white')
  1359. mesh=Instance.new('SpecialMesh',part)
  1360. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1361. mesh.Scale=Vector3.new(10,5,10)
  1362.  
  1363. for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  1364. if v:FindFirstChild('Humanoid') then
  1365. v.Humanoid:TakeDamage(math.random(20,30))
  1366. v.Humanoid.PlatformStand = true
  1367. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1368. end
  1369. end
  1370.  
  1371. coroutine.resume(coroutine.create(function()
  1372. for i=0,3.8,0.05 do
  1373. wait()
  1374. part.CFrame=part.CFrame
  1375. part.Transparency=i
  1376. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  1377. end
  1378. part.Parent = nil
  1379. end))
  1380. end
  1381. ----------------------------------------------------
  1382. mod4 = Instance.new("Model",char)
  1383.  
  1384. ptez = {0.7, 0.8, 0.9, 1}
  1385.  
  1386. function FindNearestTorso(Position,Distance,SinglePlayer)
  1387. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1388. local List = {}
  1389. for i,v in pairs(workspace:GetChildren())do
  1390. if v:IsA("Model")then
  1391. if v:findFirstChild("Torso")then
  1392. if v ~= char then
  1393. if(v.Torso.Position -Position).magnitude <= Distance then
  1394. table.insert(List,v)
  1395. end
  1396. end
  1397. end
  1398. end
  1399. end
  1400. return List
  1401. end
  1402.  
  1403. function GroundPound()
  1404. part=Instance.new('Part',mod4)
  1405. part.Anchored=true
  1406. part.CanCollide=false
  1407. part.FormFactor='Custom'
  1408. part.Size=Vector3.new(.2,.2,.2)
  1409. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1410. part.Transparency=.7
  1411. part.BrickColor=BrickColor.new('Institutional white')
  1412. mesh=Instance.new('SpecialMesh',part)
  1413. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1414. mesh.Scale=Vector3.new(3,3,3)
  1415. part2=Instance.new('Part',mod4)
  1416. part2.Anchored=true
  1417. part2.CanCollide=false
  1418. part2.FormFactor='Custom'
  1419. part2.Size=Vector3.new(.2,.2,.2)
  1420. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  1421. part2.Transparency=.7
  1422. part2.BrickColor=BrickColor.new('Really red')
  1423. mesh2=Instance.new('SpecialMesh',part2)
  1424. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1425. mesh2.Scale=Vector3.new(3,1.5,3)
  1426. x = Instance.new("Sound",char)
  1427. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  1428. x.Pitch = ptez[math.random(1,#ptez)]
  1429. x.Volume = 1
  1430. wait(.1)
  1431. x:Play()
  1432. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1433. if v:FindFirstChild('Humanoid') then
  1434. v.Humanoid:TakeDamage(math.random(8,15))
  1435. end
  1436. end
  1437. coroutine.resume(coroutine.create(function()
  1438. for i=0,0.62,0.13 do
  1439. wait()
  1440. part.CFrame=part.CFrame
  1441. part.Transparency=i
  1442. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1443. part2.CFrame=part2.CFrame
  1444. part2.Transparency=i
  1445. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1446. end
  1447. part.Parent=nil
  1448. part2.Parent=nil
  1449. x:Destroy()
  1450. end))
  1451. end
  1452. ----------------------------------------------------
  1453. mod=Instance.new('Model',char)
  1454.  
  1455. function charge()
  1456. hed.Velocity=hed.CFrame.lookVector*200
  1457. part=Instance.new('Part',mod)
  1458. part.Anchored=true
  1459. part.CanCollide=false
  1460. part.FormFactor='Custom'
  1461. part.Size=Vector3.new(.2,.2,.2)
  1462. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  1463. part.Transparency=.7
  1464. part.BrickColor=BrickColor.new('Mid gray')
  1465. mesh=Instance.new('SpecialMesh',part)
  1466. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1467. mesh.Scale=Vector3.new(10,5,10)
  1468. part2=part:clone()
  1469. part2.Parent=mod
  1470. part2.BrickColor=BrickColor.new('Mid gray')
  1471. mesh2=mesh:clone()
  1472. mesh2.Parent=part2
  1473. mesh2.Scale=Vector3.new(20,10,20)
  1474. part3=part2:clone()
  1475. part3.Parent = mod
  1476. part3.BrickColor=BrickColor.new('Institutional white')
  1477. mesh3=mesh2:clone()
  1478. mesh2.Parent=part3
  1479. mesh3.Scale=Vector3.new(30,15,30)
  1480. coroutine.resume(coroutine.create(function()
  1481. for i=0,1,0.1 do
  1482. wait()
  1483. part.CFrame=part.CFrame
  1484. part.Transparency=i
  1485. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  1486. part2.CFrame=part2.CFrame
  1487. part2.Transparency=i
  1488. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1489. part3.CFrame=part3.CFrame
  1490. part3.Transparency=i
  1491. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  1492. end
  1493. part.Parent=nil
  1494. part2.Parent=nil
  1495. part3.Parent = nil
  1496. end))
  1497. end
  1498. ----------------------------------------------------
  1499. function FindNearestTorso(Position,Distance,SinglePlayer)
  1500. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1501. local List = {}
  1502. for i,v in pairs(workspace:GetChildren())do
  1503. if v:IsA("Model")then
  1504. if v:findFirstChild("Torso")then
  1505. if v ~= char then
  1506. if(v.Torso.Position -Position).magnitude <= Distance then
  1507. table.insert(List,v)
  1508. end
  1509. end
  1510. end
  1511. end
  1512. end
  1513. return List
  1514. end
  1515.  
  1516. mod3 = Instance.new("Model",rleg)
  1517.  
  1518. function Stomp()
  1519. part=Instance.new('Part',mod3)
  1520. part.Anchored=true
  1521. part.CanCollide=false
  1522. part.FormFactor='Custom'
  1523. part.Size=Vector3.new(.2,.2,.2)
  1524. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  1525. part.Transparency=.7
  1526. part.BrickColor=BrickColor.new('Really black')
  1527. mesh=Instance.new('SpecialMesh',part)
  1528. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1529. mesh.Scale=Vector3.new(25,25,25)
  1530. part2=part:clone()
  1531. part2.Parent=mod3
  1532. part2.BrickColor=BrickColor.new('Really black')
  1533. mesh2=mesh:clone()
  1534. mesh2.Parent=part2
  1535. mesh2.Scale=Vector3.new(15,15,15)
  1536. part3=part:clone()
  1537. part3.Parent=mod3
  1538. part3.TopSurface=0
  1539. part3.BottomSurface=0
  1540. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  1541. mesh3=Instance.new('SpecialMesh',part3)
  1542. mesh3.MeshType = 3
  1543. mesh3.Scale=Vector3.new(12,12,12)
  1544. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  1545. if v:FindFirstChild('Humanoid') then
  1546. v.Humanoid:TakeDamage(math.random(20,60))
  1547. v.Humanoid.PlatformStand = true
  1548. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1549. end
  1550. end
  1551. coroutine.resume(coroutine.create(function()
  1552. for i=0,3.8,0.05 do
  1553. wait()
  1554. part.CFrame=part.CFrame
  1555. part.Transparency=i
  1556. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  1557. part2.CFrame=part2.CFrame
  1558. part2.Transparency=i
  1559. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1560. part3.CFrame=part3.CFrame
  1561. part3.Transparency=i
  1562. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  1563. end
  1564. end))
  1565. end
  1566. ----------------------------------------------------
  1567.  
  1568. local acos = math.acos
  1569. local sqrt = math.sqrt
  1570. local Vec3 = Vector3.new
  1571. local fromAxisAngle = CFrame.fromAxisAngle
  1572.  
  1573. local function toAxisAngle(CFr)
  1574. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  1575. local Angle = math.acos((R00+R11+R22-1)/2)
  1576. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1577. A = A == 0 and 0.00001 or A
  1578. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1579. B = B == 0 and 0.00001 or B
  1580. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1581. C = C == 0 and 0.00001 or C
  1582. local x = (R21-R12)/sqrt(A)
  1583. local y = (R02-R20)/sqrt(B)
  1584. local z = (R10-R01)/sqrt(C)
  1585. return Vec3(x,y,z),Angle
  1586. end
  1587.  
  1588. function ApplyTrig(Num,Func)
  1589. local Min,Max = Func(0),Func(1)
  1590. local i = Func(Num)
  1591. return (i-Min)/(Max-Min)
  1592. --[[if Func == "sin" then
  1593. return (math.sin((1-Num)*math.pi)+1)/2
  1594. elseif Func == "cos" then
  1595. return (math.cos((1-Num)*math.pi)+1)/2
  1596. end]]
  1597. end
  1598.  
  1599. function LerpCFrame(CFrame1,CFrame2,Num)
  1600. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  1601. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  1602. end
  1603.  
  1604. function Crater(Torso,Radius)
  1605. Spawn(function()
  1606. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  1607. local Ignore = {}
  1608. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1609. if v.Character ~= nil then
  1610. Ignore[#Ignore+1] = v.Character
  1611. end
  1612. end
  1613. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  1614. if Hit == nil then return end
  1615. local Parts = {}
  1616. for i = 1,360,10 do
  1617. local P = Instance.new("Part",Torso.Parent)
  1618. P.Anchored = true
  1619. P.FormFactor = "Custom"
  1620. P.BrickColor = Hit.BrickColor
  1621. P.Material = Hit.Material
  1622. P.TopSurface = "Smooth"
  1623. P.BottomSurface = "Smooth"
  1624. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1625. 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)))
  1626. 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}
  1627. if math.random(0,5) == 0 then -- rubble
  1628. local P = Instance.new("Part",Torso.Parent)
  1629. P.Anchored = true
  1630. P.FormFactor = "Custom"
  1631. P.BrickColor = Hit.BrickColor
  1632. P.Material = Hit.Material
  1633. P.TopSurface = "Smooth"
  1634. P.BottomSurface = "Smooth"
  1635. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1636. 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)))
  1637. 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}
  1638. end
  1639. end
  1640. for i = 0,1,0.05 do
  1641. for i2,v in pairs(Parts) do
  1642. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1643. end
  1644. wait(0.02)
  1645. end
  1646. for i,v in pairs(Parts) do
  1647. if v[1].Size.X > 2.1 then
  1648. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1649. end
  1650. v[1].Anchored = false
  1651. end
  1652. for i = 0,1,0.05 do
  1653. for i2,v in pairs(Parts) do
  1654. v[1].Transparency = i
  1655. if i == 1 then
  1656. v[1]:Destroy()
  1657. elseif i >= 0.25 then
  1658. v[1].CanCollide = false
  1659. end
  1660. end
  1661. wait(0.02)
  1662. end
  1663. Parts = nil
  1664. end)
  1665. end
  1666.  
  1667. ----------------------------------------------------
  1668. mouse.KeyDown:connect(function(key)
  1669. if key == "r" then
  1670. larm.BrickColor = BrickColor.new("Institutional white")
  1671. rarm.BrickColor = BrickColor.new("Institutional white")
  1672. if Debounces.CanAttack == true then
  1673. Debounces.CanAttack = false
  1674. Debounces.on = true
  1675. Debounces.NoIdl = true
  1676. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1677. hit = ht.Parent
  1678. if ht and hit:IsA("Model") then
  1679. if hit:FindFirstChild("Humanoid") then
  1680. if hit.Name ~= p.Name then
  1681. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1682. Debounces.Slashed = true]]--
  1683. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  1684. wait(1)
  1685. --Debounces.Slashed = false
  1686. --end
  1687. end
  1688. end
  1689. elseif ht and hit:IsA("Hat") then
  1690. if hit.Parent.Name ~= p.Name then
  1691. if hit.Parent:FindFirstChild("Humanoid") then
  1692. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1693. Debounces.Slashed = true]]--
  1694. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  1695. wait(1)
  1696. --Debounces.Slashed = false
  1697. end
  1698. end
  1699. end
  1700. end)
  1701. q = Instance.new("Sound",hed)
  1702. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1703. q.Pitch = 0.85
  1704. q.Looped = false
  1705. q1 = Instance.new("Sound",hed)
  1706. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1707. q1.Pitch = 0.85
  1708. q1.Looped = false
  1709. q:Play()
  1710. q1:Play()
  1711. for i = 1,20 do
  1712. 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)
  1713. 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)
  1714. 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)
  1715. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1716. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1717. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1718. 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)
  1719. if Debounces.on == false then break end
  1720. wait()
  1721. end
  1722. n = Instance.new("Sound",hed)
  1723. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1724. n.Pitch = 0.94
  1725. n.Looped = false
  1726. n1 = Instance.new("Sound",hed)
  1727. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1728. n1.Pitch = 0.94
  1729. n1.Looped = false
  1730. n:Play()
  1731. n1:Play()
  1732. b = Instance.new("Sound",hed)
  1733. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1734. b.Pitch = 0.94
  1735. b.Looped = false
  1736. b1 = Instance.new("Sound",hed)
  1737. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1738. b1.Pitch = 0.94
  1739. b1.Looped = false
  1740. b:Play()
  1741. b1:Play()
  1742. for i = 1,26 do
  1743. 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)
  1744. 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)
  1745. 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)
  1746. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
  1747. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
  1748. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
  1749. 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)
  1750. if Debounces.on == false then break end
  1751. wait()
  1752. end
  1753. wait(.5)
  1754. to:disconnect()
  1755. q:Destroy()
  1756. q1:Destroy()
  1757. n:Destroy()
  1758. n1:Destroy()
  1759. larm.BrickColor = BrickColor.new("Institutional white")
  1760. rarm.BrickColor = BrickColor.new("Institutional white")
  1761. if Debounces.CanAttack == false then
  1762. Debounces.CanAttack = true
  1763. Debounces.on = false
  1764. Debounces.NoIdl = false
  1765. end
  1766. end
  1767. end
  1768. end)
  1769. ----------------------------------------------------
  1770. mouse.KeyDown:connect(function(key)
  1771. if key == "q" then
  1772. larm.BrickColor = BrickColor.new("Institutional white")
  1773. rarm.BrickColor = BrickColor.new("Institutional white")
  1774. if Debounces.CanAttack == true then
  1775. Debounces.CanAttack = false
  1776. Debounces.on = true
  1777. Debounces.NoIdl = true
  1778. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1779. hit = ht.Parent
  1780. if ht and hit:IsA("Model") then
  1781. if hit:FindFirstChild("Humanoid") then
  1782. if hit.Name ~= p.Name then
  1783. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1784. Debounces.Slashed = true]]--
  1785. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  1786. wait(1)
  1787. --Debounces.Slashed = false
  1788. --end
  1789. end
  1790. end
  1791. elseif ht and hit:IsA("Hat") then
  1792. if hit.Parent.Name ~= p.Name then
  1793. if hit.Parent:FindFirstChild("Humanoid") then
  1794. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1795. Debounces.Slashed = true]]--
  1796. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  1797. wait(1)
  1798. --Debounces.Slashed = false
  1799. end
  1800. end
  1801. end
  1802. end)
  1803. for i = 1, 20 do
  1804. 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)
  1805. 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)
  1806. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  1807. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  1808. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1809. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1810. 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)
  1811. if Debounces.on == false then break end
  1812. wait()
  1813. end
  1814. z = Instance.new("Sound",hed)
  1815. z.SoundId = "rbxassetid://160069154"
  1816. z.Looped = false
  1817. z.Pitch = .9
  1818. z1 = Instance.new("Sound",hed)
  1819. z1.SoundId = "rbxassetid://160069154"
  1820. z1.Looped = false
  1821. z1.Pitch = .9
  1822. wait(0.01)
  1823. z:Play()
  1824. z1:Play()
  1825. for i = 1, 12 do
  1826. 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)
  1827. 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)
  1828. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  1829. 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)
  1830. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  1831. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  1832. 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)
  1833. if Debounces.on == false then break end
  1834. wait()
  1835. end
  1836. --[[ for i = 1, 12 do
  1837. 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)
  1838. 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)
  1839. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  1840. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  1841. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1842. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1843. 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)
  1844. if Debounces.on == false then break end
  1845. wait()
  1846. end
  1847. z = Instance.new("Sound",hed)
  1848. z.SoundId = "rbxassetid://168586621"
  1849. z.Looped = false
  1850. z.Pitch = 1
  1851. z1 = Instance.new("Sound",hed)
  1852. z1.SoundId = "rbxassetid://168586621"
  1853. z1.Looped = false
  1854. z1.Pitch = 1
  1855. wait(0.01)
  1856. z:Play()
  1857. z1:Play()
  1858. for i = 1, 12 do
  1859. 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)
  1860. 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)
  1861. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  1862. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  1863. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  1864. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  1865. 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)
  1866. if Debounces.on == false then break end
  1867. wait()
  1868. end ]]
  1869. to:disconnect()
  1870. larm.BrickColor = BrickColor.new("Institutional white")
  1871. rarm.BrickColor = BrickColor.new("Institutional white")
  1872. if Debounces.CanAttack == false then
  1873. Debounces.CanAttack = true
  1874. Debounces.on = false
  1875. Debounces.NoIdl = false
  1876. end
  1877. end
  1878. end
  1879. end)
  1880. ----------------------------------------------------
  1881. Sit = false
  1882. mouse.KeyDown:connect(function(key)
  1883. if key == "v" then
  1884. if Sit == false then
  1885. Sit = true
  1886. hum.WalkSpeed = 0.001
  1887. stanceToggle = "Sitting"
  1888. elseif Sit == true then
  1889. Sit = false
  1890. hum.WalkSpeed = 30
  1891. stanceToggle = "Normal"
  1892. end
  1893. end
  1894. end)
  1895. ----------------------------------------------------
  1896. mouse.KeyDown:connect(function(key)
  1897. if key == "t" then
  1898. if Debounces.CanAttack == true then
  1899. Debounces.CanAttack = false
  1900. Debounces.on = true
  1901. Debounces.NoIdl = true
  1902. for i = 1, 20 do
  1903. 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)
  1904. 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)
  1905. 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)
  1906. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1907. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  1908. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  1909. 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)
  1910. if Debounces.on == false then break end
  1911. wait()
  1912. end
  1913. Spawn(function()
  1914. local Parts = {}
  1915. for Y = -5,5 do
  1916. local P = Instance.new("Part",char)
  1917. P.Anchored = true
  1918. P.FormFactor = "Custom"
  1919. P.CanCollide = false
  1920. P.Size = Vector3.new(1,2,1)
  1921. P.TopSurface = "SmoothNoOutlines"
  1922. P.BottomSurface = "SmoothNoOutlines"
  1923. P.BrickColor = BrickColor.new("Institutional white")
  1924. P.Name = tostring(Y)
  1925. local i = (Y+5)/(10)
  1926. i = 1-math.cos(math.pi*i-(math.pi/2))
  1927. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  1928. --[[P.Touched:connect(function(ht)
  1929. local hit = ht.Parent
  1930. if hit:FindFirstChild("Humanoid") then
  1931. hit.Humanoid:TakeDamage(math.random(20,50))
  1932. end
  1933. end)]]--
  1934. s = Instance.new("Sound",P)
  1935. s.SoundId = "rbxassetid://228343271"
  1936. s.Volume = .7
  1937. s.Pitch = 0.9
  1938. s:Play()
  1939. P.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(math.random(1,3))
  1947. hit:FindFirstChild("Humanoid").PlatformStand = true
  1948. wait(1)
  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(math.random (1,3))
  1959. hit:FindFirstChild("Humanoid").PlatformStand = true
  1960. wait(1)
  1961. --Debounces.Slashed = false
  1962. --end
  1963. end
  1964. end
  1965. end
  1966. end)
  1967. Parts[#Parts+1] = P
  1968. end
  1969. local BREAKIT = false
  1970. local CParts = {}
  1971. local Rocks = {}
  1972. local LastPos = nil
  1973. for i = 1,70 do
  1974. for i2,v in pairs(Parts) do
  1975. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  1976. local cf = v.CFrame
  1977. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  1978. v.CFrame = cf
  1979. v.Transparency = v.Transparency+0.02
  1980. if v.Transparency >= 0.975 then BREAKIT = true end
  1981. if v.Name == "0" then
  1982. local Ignore = {}
  1983. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1984. if v.Character ~= nil then
  1985. Ignore[#Ignore+1] = v.Character
  1986. end
  1987. end
  1988. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  1989. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  1990. if Hit ~= nil then
  1991. if #Rocks == 0 then
  1992. for i = 1,5 do
  1993. local P = Instance.new("Part",char)
  1994. Rocks[#Rocks+1] = P
  1995. P.Anchored = true
  1996. P.FormFactor = "Custom"
  1997. P.BrickColor = Hit.BrickColor
  1998. P.Material = Hit.Material
  1999. P.TopSurface = "Smooth"
  2000. P.BottomSurface = "Smooth"
  2001. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  2002. end
  2003. end
  2004. for i,P in pairs(Rocks) do
  2005. 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)))
  2006. end
  2007. local P = Instance.new("Part",char)
  2008. CParts[#CParts+1] = {P,tick()}
  2009. P.Anchored = true
  2010. P.FormFactor = "Custom"
  2011. P.BrickColor = Hit.BrickColor
  2012. P.Material = Hit.Material
  2013. P.TopSurface = "Smooth"
  2014. P.BottomSurface = "Smooth"
  2015. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  2016. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2017. Pos = Pos.p
  2018. 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)))
  2019. local P = P:Clone()
  2020. CParts[#CParts+1] = {P,tick()}
  2021. P.Parent = char
  2022. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  2023. Pos = Pos.p
  2024. 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)))
  2025. if LastPos ~= nil then
  2026. local P = P:Clone()
  2027. CParts[#CParts+1] = {P,tick()}
  2028. P.Parent = char
  2029. P.BrickColor = BrickColor.new("Dark stone grey")
  2030. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2031. Pos = Pos.p
  2032. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2033. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  2034. --P.Velocity = Vector3.new(0,-1000,0)
  2035. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  2036. end
  2037. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2038. end
  2039. end
  2040. end
  2041. if BREAKIT then break end
  2042. wait(0.002)
  2043. end
  2044. for i,v in pairs(Rocks) do
  2045. CParts[#CParts+1] = {v,tick()}
  2046. end
  2047. for i,v in pairs(Parts) do
  2048. v:Destroy()
  2049. end
  2050. Parts = nil
  2051. while true do
  2052. local t = tick()
  2053. local p = nil
  2054. for i,v in pairs(CParts) do
  2055. if t-v[2] > 4 then
  2056. v[1].Transparency = v[1].Transparency+0.05
  2057. if v[1].Transparency >= 1 then
  2058. v[1]:Destroy()
  2059. CParts[i] = nil
  2060. end
  2061. end
  2062. p = v
  2063. end
  2064. if p == nil then break end
  2065. wait(0.002)
  2066. end
  2067. for i,v in pairs(CParts) do
  2068. v:Destroy()
  2069. end
  2070. CParts = {}
  2071. end)
  2072. for i = 1, 20 do
  2073. 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)
  2074. 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)
  2075. 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)
  2076. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  2077. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  2078. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  2079. 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)
  2080. if Debounces.on == false then break end
  2081. wait()
  2082. end
  2083. if Debounces.CanAttack == false then
  2084. Debounces.CanAttack = true
  2085. Debounces.on = false
  2086. Debounces.NoIdl = false
  2087. end
  2088. end
  2089. end
  2090. end)
  2091. ----------------------------------------------------
  2092. mouse.KeyDown:connect(function(key)
  2093. if key == "e" then
  2094. larm.BrickColor = BrickColor.new("Institutional white")
  2095. rarm.BrickColor = BrickColor.new("Institutional white")
  2096. if Debounces.CanAttack == true then
  2097. Debounces.CanAttack = false
  2098. Debounces.on = true
  2099. Debounces.NoIdl = true
  2100. for i = 1, 18 do
  2101. --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)
  2102. --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)
  2103. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  2104. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  2105. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2106. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  2107. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  2108. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2109. 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)
  2110. if Debounces.on == false then break end
  2111. wait()
  2112. end
  2113. 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))
  2114. local rng = Instance.new("Part", char.Absolution.Handle)
  2115. rng.Anchored = true
  2116. rng.BrickColor = BrickColor.new("Institutional white")
  2117. rng.CanCollide = true
  2118. rng.FormFactor = 3
  2119. rng.Name = "Ring"
  2120. rng.Size = Vector3.new(1, 1, 1)
  2121. rng.CanCollide = false
  2122. rng.Transparency = 0.35
  2123. rng.TopSurface = 0
  2124. rng.BottomSurface = 0
  2125. rng.CFrame = HandCF
  2126. local rngm = Instance.new("SpecialMesh", rng)
  2127. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2128. rngm.Scale = Vector3.new(1, 1, 2)
  2129. x = Instance.new("Sound", hed)
  2130. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2131. x.Looped = false
  2132. x.Pitch = .7
  2133. x.Volume = 1
  2134. x1 = Instance.new("Sound", hed)
  2135. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2136. x1.Looped = false
  2137. x1.Pitch = .7
  2138. x1.Volume = 1
  2139. x:Play()
  2140. x1:Play()
  2141. rngto = rng.Touched:connect(function(ht)
  2142. hit = ht.Parent
  2143. if ht and hit:IsA("Model") then
  2144. if hit:FindFirstChild("Humanoid") then
  2145. if hit.Name ~= p.Name then
  2146. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2147. Debounces.Slashed = true]]--
  2148. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  2149. hit:FindFirstChild("Humanoid").PlatformStand = true
  2150. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  2151. --Debounces.Slashed = false
  2152. --end
  2153. end
  2154. end
  2155. elseif ht and hit:IsA("Hat") then
  2156. if hit.Parent.Name ~= p.Name then
  2157. if hit.Parent:FindFirstChild("Humanoid") then
  2158. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2159. Debounces.Slashed = true]]--
  2160. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  2161. hit:FindFirstChild("Humanoid").PlatformStand = true
  2162. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  2163. --Debounces.Slashed = false
  2164. end
  2165. end
  2166. end
  2167. end)
  2168. coroutine.wrap(function()
  2169. for i = 1, 60, 2 do
  2170. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  2171. rng.Size = rngm.Scale
  2172. rng.CFrame = HandCF
  2173. rng.Transparency = i/60
  2174. wait()
  2175. end
  2176. wait()
  2177. rng:Destroy()
  2178. end)()
  2179. for i = 1, 18 do
  2180. --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)
  2181. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  2182. --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)
  2183. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  2184. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2185. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  2186. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  2187. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2188. 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)
  2189. if Debounces.on == false then break end
  2190. wait()
  2191. end
  2192. larm.BrickColor = BrickColor.new("Institutional white")
  2193. rarm.BrickColor = BrickColor.new("Institutional white")
  2194. x:Destroy()
  2195. x1:Destroy()
  2196. if Debounces.CanAttack == false then
  2197. Debounces.CanAttack = true
  2198. Debounces.on = false
  2199. Debounces.NoIdl = false
  2200. end
  2201. end
  2202. end
  2203. end)
  2204. ----------------------------------------------------
  2205. --[[mod=Instance.new('Model',char)
  2206.  
  2207. function charge()
  2208. hed.Velocity=hed.CFrame.lookVector*200
  2209. part=Instance.new('Part',mod)
  2210. part.Anchored=true
  2211. part.CanCollide=false
  2212. part.FormFactor='Custom'
  2213. part.Size=Vector3.new(.2,.2,.2)
  2214. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  2215. part.Transparency=.7
  2216. part.Name = "Wow"
  2217. part.BrickColor=BrickColor.new('Black')
  2218. mesh=Instance.new('SpecialMesh',part)
  2219. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2220. mesh.TextureId = "http://www.roblox.com/asset/?id=122569107"
  2221. mesh.Scale=Vector3.new(10,5,10)
  2222. part2=part:clone()
  2223. part2.Parent=mod
  2224. part2.BrickColor=BrickColor.new('Institutional white')
  2225. mesh2=mesh:clone()
  2226. mesh2.Parent=part2
  2227. mesh2.Scale=Vector3.new(20,10,20)
  2228. part3=part2:clone()
  2229. part3.Parent = mod
  2230. part3.BrickColor=BrickColor.new('Cyan')
  2231. mesh3=mesh2:clone()
  2232. mesh2.Parent=part3
  2233. mesh3.Scale=Vector3.new(30,15,30)
  2234. coroutine.resume(coroutine.create(function()
  2235. for i=0,1,0.1 do
  2236. wait()
  2237. part.CFrame=part.CFrame
  2238. part.Transparency=i
  2239. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  2240. part2.CFrame=part2.CFrame
  2241. part2.Transparency=i
  2242. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  2243. part3.CFrame=part3.CFrame
  2244. part3.Transparency=i
  2245. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  2246. end
  2247. part.Parent=nil
  2248. part2.Parent=nil
  2249. part3.Parent = nil
  2250. part1:remove()
  2251. part:remove()
  2252. part2:remove()
  2253. part3:remove()
  2254. end))
  2255. end
  2256. ]]
  2257. -----------------------------------------------------
  2258. mouse.KeyDown:connect(function(key)
  2259. if key == "u" then
  2260. mm = Instance.new("Sound",char)
  2261. mm.SoundId = "rbxassetid://200632875"
  2262. mm.Volume = 1
  2263. mm.Pitch = .8
  2264. wait(1)
  2265. charge()
  2266. mm:Play()
  2267. wait(0.6)
  2268. charge()
  2269. mm:Play()
  2270. wait(0.6)
  2271. charge()
  2272. mm:Play()
  2273. wait(2)
  2274. mm:Destroy()
  2275. end
  2276. end)
  2277. ----------------------------------------------------
  2278. mouse.KeyDown:connect(function(key)
  2279. if key == "y" then
  2280. if Debounces.CanAttack == true then
  2281. Debounces.CanAttack = false
  2282. Debounces.on = true
  2283. Debounces.NoIdl = true
  2284. for i = 1, 15 do
  2285. 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)
  2286. 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)
  2287. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  2288. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  2289. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2290. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2291. 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)
  2292. if Debounces.on == false then break end
  2293. wait()
  2294. end
  2295. x = Instance.new("Sound",char)
  2296. x.SoundId = "rbxassetid://228343271"
  2297. x.Pitch = 1
  2298. x.Volume = .8
  2299. wait(.1)
  2300. x:Play()
  2301. Debounces.on = false
  2302. Debounces.Here = false
  2303. shot = shot + 1
  2304. local rng = Instance.new("Part", char)
  2305. rng.Anchored = true
  2306. rng.BrickColor = BrickColor.new("Institutional white")
  2307. rng.CanCollide = false
  2308. rng.FormFactor = 3
  2309. rng.Name = "Ring"
  2310. rng.Size = Vector3.new(1, 1, 1)
  2311. rng.Transparency = 0.35
  2312. rng.TopSurface = 0
  2313. rng.BottomSurface = 0
  2314. rng2 = rng:clone()
  2315. rng3 = rng2:clone()
  2316. rng4 = rng2:clone()
  2317. local rngm = Instance.new("SpecialMesh", rng)
  2318. rngm.MeshId = "http://www.roblox.com/asset/?id=156292355"
  2319. rngm.Scale = Vector3.new(10, 10, 1)
  2320. rngm2 = rngm:clone()
  2321. rngm2.Scale = Vector3.new(5, 5, 1)
  2322. rngm3=rngm2:clone()
  2323. rngm3.Parent = rng3
  2324. rngm3.Scale = Vector3.new(8, 8, 1)
  2325. rngm4 = rngm2:clone()
  2326. rngm4.Parent = rng4
  2327. rngm4.Scale = Vector3.new(6, 6, 1)
  2328. local bem = Instance.new("Part", char)
  2329. bem.Anchored = true
  2330. bem.BrickColor = BrickColor.new("Royal purple")
  2331. --[[wait(0.2)
  2332. bem.BrickColor = BrickColor.new("Really red")
  2333. wait(0.5)
  2334. bem.BrickColor = BrickColor.new("Royal purple") ]]
  2335. bem.CanCollide = false
  2336. bem.FormFactor = 3
  2337. bem.Name = "Beam" .. shot
  2338. bem.Size = Vector3.new(1, 1, 1)
  2339. bem.Transparency = 0.35
  2340. bem.TopSurface = 0
  2341. bem.BottomSurface = 0
  2342. local bemm = Instance.new("SpecialMesh", bem)
  2343. bemm.MeshType = 4
  2344. bemm.Scale = Vector3.new(1, 10, 10)
  2345. local out = Instance.new("Part", larm)
  2346. out.Anchored = true
  2347. out.BrickColor = BrickColor.new("White")
  2348. out.CanCollide = false
  2349. out.FormFactor = 3
  2350. out.Name = "Out"
  2351. out.Size = Vector3.new(4, 4, 4)
  2352. out.Transparency = 0.35
  2353. out.TopSurface = 0
  2354. out.BottomSurface = 0
  2355. local outm = Instance.new("SpecialMesh", out)
  2356. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  2357. outm.Scale = Vector3.new(10, 10, 10)
  2358. local bnd = Instance.new("Part", larm)
  2359. bnd.Anchored = true
  2360. bnd.BrickColor = BrickColor.new("Really red")
  2361. bnd.CanCollide = false
  2362. bnd.FormFactor = 3
  2363. bnd.Name = "Bend"
  2364. bnd.Size = Vector3.new(1, 1, 1)
  2365. bnd.Transparency = 1
  2366. bnd.TopSurface = 0
  2367. bnd.BottomSurface = 0
  2368. local bndm = Instance.new("SpecialMesh", bnd)
  2369. bndm.MeshType = 3
  2370. bndm.Scale = Vector3.new(8, 8, 8)
  2371. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2372. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2373. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2374. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2375. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  2376. rng4.CFrame = rng3.CFrame * CFrame.new(0, -.5, 0)
  2377. Debounces.Shewt = true
  2378. coroutine.wrap(function()
  2379. for i = 1, 20, 0.2 do
  2380. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2381. rngm3.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2382. rngm4.Scale = Vector3.new(6 + i*2, 6 + i*2, 1)
  2383. rng.Transparency = i/20
  2384. rng3.Transparency = 1/16
  2385. rng4.Transparency = i/12
  2386. wait()
  2387. end
  2388. wait()
  2389. rng:Destroy()
  2390. end)()
  2391. if Debounces.Shewt == true then
  2392. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  2393. hit = ht.Parent
  2394. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2395. if HasntTouched(hit.Name) == true and deb == false then
  2396. deb = true
  2397. coroutine.wrap(function()
  2398. hit:FindFirstChild("Humanoid").PlatformStand = true
  2399. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2400. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  2401. end)()
  2402. table.insert(Touche, hit.Name)
  2403. deb = false
  2404. end
  2405. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2406. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2407. deb = true
  2408. coroutine.wrap(function()
  2409. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2410. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2411. wait(1)
  2412. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2413. end)()
  2414. table.insert(Touche, hit.Parent.Name)
  2415. deb = false
  2416. for i, v in pairs(Touche) do
  2417. print(v)
  2418. end
  2419. end
  2420. end
  2421. end)
  2422. end
  2423. for i = 0, 260, 8 do
  2424. bem.Size = Vector3.new(i, 2, 2)
  2425. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2426. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  2427. bnd.Size = Vector3.new(1,1,1)
  2428. bndm.Scale = Vector3.new(8,8,8)
  2429. if i % 10 == 0 then
  2430. local newRng = rng2:Clone()
  2431. newRng.Parent = char
  2432. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2433. local newRngm = rngm2:clone()
  2434. newRngm.Parent=newRng
  2435. coroutine.wrap(function()
  2436. for i = 1, 10, 0.2 do
  2437. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2438. newRng.Transparency = i/10
  2439. wait()
  2440. end
  2441. wait()
  2442. newRng:Destroy()
  2443. end)()
  2444. end
  2445. wait()
  2446. end
  2447. wait()
  2448. Debounces.Shewt = false
  2449. bem:Destroy()
  2450. out:Destroy()
  2451. bnd:Destroy()
  2452. Debounces.Ready = false
  2453. for i, v in pairs(Touche) do
  2454. table.remove(Touche, i)
  2455. end
  2456. wait()
  2457. table.insert(Touche, char.Name)
  2458. Debounces.NoIdl = false
  2459. if Debounces.CanAttack == false then
  2460. Debounces.CanAttack = true
  2461. end
  2462. end
  2463. end
  2464. end)
  2465. ----------------------------------------------------
  2466. --[[sidz = {"231917888", "231917845", "231917806"}
  2467. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1} ]]--
  2468.  
  2469. local player = game.Players.LocalPlayer
  2470. local pchar = player.Character
  2471. local mouse = player:GetMouse()
  2472. local cam = workspace.CurrentCamera
  2473.  
  2474. local rad = math.rad
  2475.  
  2476. local keysDown = {}
  2477. local flySpeed = 0
  2478. local MAX_FLY_SPEED = 150
  2479.  
  2480. local canFly = false
  2481. local flyToggled = false
  2482.  
  2483. local forward, side = 0, 0
  2484. local lastForward, lastSide = 0, 0
  2485.  
  2486. local floatBP = Instance.new("BodyPosition")
  2487. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  2488. local flyBV = Instance.new("BodyVelocity")
  2489. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2490. local turnBG = Instance.new("BodyGyro")
  2491. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  2492.  
  2493. mouse.KeyDown:connect(function(key)
  2494. keysDown[key] = true
  2495.  
  2496. if key == "f" then
  2497. flyToggled = not flyToggled
  2498.  
  2499. if not flyToggled then
  2500. stanceToggle = "Normal"
  2501. floatBP.Parent = nil
  2502. flyBV.Parent = nil
  2503. turnBG.Parent = nil
  2504. root.Velocity = Vector3.new()
  2505. pchar.Humanoid.PlatformStand = false
  2506. end
  2507. end
  2508.  
  2509. end)
  2510. mouse.KeyUp:connect(function(key)
  2511. keysDown[key] = nil
  2512. end)
  2513.  
  2514. local function updateFly()
  2515.  
  2516. if not flyToggled then return end
  2517.  
  2518. lastForward = forward
  2519. lastSide = side
  2520.  
  2521. forward = 0
  2522. side = 0
  2523.  
  2524. if keysDown.w then
  2525. forward = forward + 1
  2526. end
  2527. if keysDown.s then
  2528. forward = forward - 1
  2529. end
  2530. if keysDown.a then
  2531. side = side - 1
  2532. end
  2533. if keysDown.d then
  2534. side = side + 1
  2535. end
  2536.  
  2537. canFly = (forward ~= 0 or side ~= 0)
  2538.  
  2539. if canFly then
  2540. stanceToggle = "Floating"
  2541. turnBG.Parent = root
  2542. floatBP.Parent = nil
  2543. flyBV.Parent = root
  2544.  
  2545. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  2546. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  2547. else
  2548. floatBP.position = root.Position
  2549. floatBP.Parent = root
  2550.  
  2551. flySpeed = flySpeed - 1
  2552. if flySpeed < 0 then flySpeed = 0 end
  2553. end
  2554.  
  2555. local camCF = cam.CoordinateFrame
  2556. local in_forward = canFly and forward or lastForward
  2557. local in_side = canFly and side or lastSide
  2558.  
  2559. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  2560. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  2561.  
  2562. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  2563. 0)
  2564. end
  2565.  
  2566. game:service'RunService'.RenderStepped:connect(function()
  2567. if flyToggled then
  2568. pchar.Humanoid.PlatformStand = true
  2569. end
  2570. updateFly()
  2571. end)
  2572. ----------------------------------------------------
  2573. mouse.KeyDown:connect(function(key)
  2574. if key == "g" then
  2575. larm.BrickColor = BrickColor.new("Institutional white")
  2576. rarm.BrickColor = BrickColor.new("Institutional white")
  2577. if Debounces.CanAttack == true then
  2578. Debounces.CanAttack = false
  2579. Debounces.on = true
  2580. Debounces.NoIdl = true
  2581. chrg = lleg.Touched:connect(function(ht)
  2582. hit = ht.Parent
  2583. if ht and hit:IsA("Model") then
  2584. if hit:FindFirstChild("Humanoid") then
  2585. if hit.Name ~= p.Name then
  2586. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2587. Debounces.Slashed = true]]--
  2588. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2589. hit:FindFirstChild("Humanoid").PlatformStand = true
  2590. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2591. --Debounces.Slashed = false
  2592. --end
  2593. end
  2594. end
  2595. elseif ht and hit:IsA("Hat") then
  2596. if hit.Parent.Name ~= p.Name then
  2597. if hit.Parent:FindFirstChild("Humanoid") then
  2598. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2599. Debounces.Slashed = true]]--
  2600. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2601. hit:FindFirstChild("Humanoid").PlatformStand = true
  2602. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2603. --Debounces.Slashed = false
  2604. end
  2605. end
  2606. end
  2607. end)
  2608. for i = 1, 14 do
  2609. 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)
  2610. 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)
  2611. 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)
  2612. 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)
  2613. 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)
  2614. 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)
  2615. 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)
  2616. if Debounces.on == false then break end
  2617. wait()
  2618. end
  2619. charge()
  2620. z = Instance.new("Sound",char)
  2621. z.SoundId = "rbxassetid://200632875"
  2622. z.Volume = 1
  2623. z.Pitch = .8
  2624. z1 = Instance.new("Sound",char)
  2625. z1.SoundId = "rbxassetid://200632875"
  2626. z1.Volume = 1
  2627. z1.Pitch = .9
  2628. z:Play()
  2629. z1:Play()
  2630. wait(1)
  2631. z:Destroy()
  2632. z1:Destroy()
  2633. chrg:disconnect()
  2634. if Debounces.CanAttack == false then
  2635. Debounces.CanAttack = true
  2636. Debounces.on = false
  2637. Debounces.NoIdl = false
  2638. larm.BrickColor = BrickColor.new("Institutional white")
  2639. rarm.BrickColor = BrickColor.new("Institutional white")
  2640. end
  2641. end
  2642. end
  2643. end)
  2644. ----------------------------------------------------
  2645. pt = {0.7, 0.8, 0.9}
  2646. mouse.KeyDown:connect(function(key)
  2647. if key == "h" then
  2648. if Debounces.CanJoke == true then
  2649. Debounces.CanJoke = false
  2650. u = Instance.new("Sound")
  2651. u.SoundId = "http://www.roblox.com/asset/?id=333446256"
  2652. u.Parent = char
  2653. u.Looped = false
  2654. u.Pitch = pt[math.random(1,#pt)]
  2655. u.Volume = 1
  2656. u2 = Instance.new("Sound")
  2657. u2.SoundId = "http://www.roblox.com/asset/?id=333446256"
  2658. u2.Parent = char
  2659. u2.Looped = false
  2660. u2.Pitch = u.Pitch
  2661. u2.Volume = 1
  2662. wait(.01)
  2663. u:Play()
  2664. u2:Play()
  2665. wait(6)
  2666. u:Destroy()
  2667. u2:Destroy()
  2668. if Debounces.CanJoke == false then
  2669. Debounces.CanJoke = true
  2670. end
  2671. end
  2672. end
  2673. end)
  2674. ----------------------------------------------------
  2675. mouse.KeyDown:connect(function(key)
  2676. if key == "l" then
  2677. if Debounces.CanJoke == true then
  2678. Debounces.CanJoke = false
  2679. z = Instance.new("Sound",char)
  2680. z.SoundId = "rbxassetid://233774928"
  2681. z.Pitch = .76
  2682. z.Volume = 1
  2683. wait()
  2684. z:Play()
  2685. wait(6)
  2686. z:Destroy()
  2687. if Debounces.CanJoke == false then
  2688. Debounces.CanJoke = true
  2689. end
  2690. end
  2691. end
  2692. end)
  2693. ----------------------------------------------------
  2694. mouse.KeyDown:connect(function(key)
  2695. if key == "j" then
  2696. if Debounces.CanJoke == true then
  2697. Debounces.CanJoke = false
  2698. z = Instance.new("Sound",char)
  2699. z.SoundId = "rbxassetid://135017456"
  2700. z.Pitch = .76
  2701. z.Volume = 1
  2702. wait()
  2703. z:Play()
  2704. wait(6)
  2705. z:Destroy()
  2706. if Debounces.CanJoke == false then
  2707. Debounces.CanJoke = true
  2708. end
  2709. end
  2710. end
  2711. end)
  2712. ----------------------------------------------------
  2713. mouse.KeyDown:connect(function(key)
  2714. if key == "n" then
  2715. if Debounces.CanJoke == true then
  2716. Debounces.CanJoke = false
  2717. z = Instance.new("Sound",char)
  2718. z.SoundId = "rbxassetid://130792236"
  2719. z.Pitch = .76
  2720. z.Volume = 1
  2721. wait()
  2722. z:Play()
  2723. wait(6)
  2724. z:Destroy()
  2725. if Debounces.CanJoke == false then
  2726. Debounces.CanJoke = true
  2727. end
  2728. end
  2729. end
  2730. end)
  2731. ----------------------------------------------------
  2732. mouse.KeyDown:connect(function(key)
  2733. if key == "k" then
  2734. if Debounces.CanJoke == true then
  2735. Debounces.CanJoke = false
  2736. z = Instance.new("Sound",char)
  2737. z.SoundId = "rbxassetid://135014184"
  2738. z.Pitch = .76
  2739. z.Volume = 1
  2740. wait()
  2741. z:Play()
  2742. wait(4)
  2743. z:Destroy()
  2744. if Debounces.CanJoke == false then
  2745. Debounces.CanJoke = true
  2746. end
  2747. end
  2748. end
  2749. end)
  2750. ----------------------------------------------------
  2751. mouse.KeyDown:connect(function(key)
  2752. if key == "x" then
  2753. if Debounces.CanAttack == true then
  2754. Debounces.CanAttack = false
  2755. Debounces.NoIdl = true
  2756. Debounces.on = true
  2757. Debounces.ks = true
  2758. for i = 1, 10 do
  2759. 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)
  2760. 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)
  2761. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2762. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
  2763. 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)
  2764. 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)
  2765. 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)
  2766. if Debounces.on == false then break end
  2767. wait()
  2768. end
  2769. z = Instance.new("Sound",hed)
  2770. z.SoundId = "rbxassetid://169445092"
  2771. z.Volume = 1
  2772. wait(0.1)
  2773. z:Play()
  2774. kik = rleg.Touched:connect(function(ht)
  2775. hit = ht.Parent
  2776. if ht and hit:IsA("Model") then
  2777. if hit:FindFirstChild("Humanoid") then
  2778. if hit.Name ~= p.Name then
  2779. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2780. Debounces.Slashed = true]]--
  2781. if Debounces.ks==true then
  2782. z = Instance.new("Sound",hed)
  2783. z.SoundId = "rbxassetid://169380525"
  2784. z.Volume = 1
  2785. z:Play()
  2786. Debounces.ks=false
  2787. end
  2788. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2789. hit:FindFirstChild("Humanoid").PlatformStand = true
  2790. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2791. --Debounces.Slashed = false
  2792. --end
  2793. end
  2794. end
  2795. elseif ht and hit:IsA("Hat") then
  2796. if hit.Parent.Name ~= p.Name then
  2797. if hit.Parent:FindFirstChild("Humanoid") then
  2798. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2799. Debounces.Slashed = true]]--
  2800. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2801. hit:FindFirstChild("Humanoid").PlatformStand = true
  2802. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2803. --Debounces.Slashed = false
  2804. --end
  2805. end
  2806. end
  2807. end
  2808. end)
  2809. for i = 1, 8 do
  2810. 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)
  2811. 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)
  2812. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.7)
  2813. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
  2814. 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)
  2815. 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)
  2816. 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)
  2817. if Debounces.on == false then break end
  2818. wait()
  2819. end
  2820. kik:disconnect()
  2821. if Debounces.CanAttack == false then
  2822. Debounces.CanAttack = true
  2823. Debounces.on = false
  2824. Debounces.NoIdl = false
  2825. end
  2826. end
  2827. end
  2828. end)
  2829. ----------------------------------------------------
  2830. mouse.KeyDown:connect(function(key)
  2831. if key == "c" then
  2832. if Debounces.CanAttack == true then
  2833. Debounces.CanAttack = false
  2834. Debounces.NoIdl = true
  2835. Debounces.on = true
  2836. SIDZ = {"231917744", "231917742"}
  2837. PTZ = {0.7, 0.8, 0.9, 1}
  2838. for i = 1, 20 do
  2839. wait()
  2840. for i,v in pairs(char.Absolution:children()) do
  2841. if v:IsA("Part") or v:IsA("WedgePart") then
  2842. v.Transparency = v.Transparency + 0.05
  2843. end
  2844. end
  2845. end
  2846. function FindNearestTorso(Position,Distance,SinglePlayer)
  2847. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2848. local List = {}
  2849. for i,v in pairs(workspace:GetChildren())do
  2850. if v:IsA("Model")then
  2851. if v:findFirstChild("Torso")then
  2852. if v ~= char then
  2853. if(v.Torso.Position -Position).magnitude <= Distance then
  2854. table.insert(List,v)
  2855. end
  2856. end
  2857. end
  2858. end
  2859. end
  2860. return List
  2861. end
  2862. GroundPound()
  2863. for i = 1, 5 do
  2864. 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)
  2865. 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)
  2866. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2867. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2868. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2869. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2870. 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)
  2871. if Debounces.on == false then break end
  2872. wait()
  2873. end
  2874. GroundPound()
  2875. for i = 1, 5 do
  2876. 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)
  2877. 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)
  2878. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2879. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2880. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2881. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2882. 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)
  2883. if Debounces.on == false then break end
  2884. wait()
  2885. end
  2886. GroundPound()
  2887. for i = 1, 5 do
  2888. 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)
  2889. 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)
  2890. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2891. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2892. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2893. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2894. 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)
  2895. if Debounces.on == false then break end
  2896. wait()
  2897. end
  2898. GroundPound()
  2899. for i = 1, 5 do
  2900. 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)
  2901. 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)
  2902. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2903. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2904. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2905. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2906. 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)
  2907. if Debounces.on == false then break end
  2908. wait()
  2909. end
  2910. GroundPound()
  2911. for i = 1, 5 do
  2912. 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)
  2913. 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)
  2914. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2915. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2916. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2917. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2918. 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)
  2919. if Debounces.on == false then break end
  2920. wait()
  2921. end
  2922. GroundPound()
  2923. for i = 1, 5 do
  2924. 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)
  2925. 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)
  2926. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2927. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2928. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2929. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2930. 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)
  2931. if Debounces.on == false then break end
  2932. wait()
  2933. end
  2934. for i = 1, 18 do
  2935. 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)
  2936. 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)
  2937. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2938. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2939. 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)
  2940. 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)
  2941. 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)
  2942. if Debounces.on == false then break end
  2943. wait()
  2944. end
  2945. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  2946. if v:FindFirstChild('Humanoid') then
  2947. v.Humanoid:TakeDamage(math.random(20,60))
  2948. v.Humanoid.PlatformStand = true
  2949. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2950. end
  2951. end
  2952. x = Instance.new("Sound",char)
  2953. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  2954. x.Pitch = PTZ[math.random(1,#PTZ)]
  2955. x.Volume = 1
  2956. wait(0.1)
  2957. x:Play()
  2958. Crater(hed,20)
  2959. for i = 1, 14 do
  2960. 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)
  2961. 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)
  2962. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  2963. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  2964. 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)
  2965. 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)
  2966. 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)
  2967. if Debounces.on == false then break end
  2968. wait()
  2969. end
  2970. if Debounces.CanAttack == false then
  2971. Debounces.CanAttack = true
  2972. Debounces.on = false
  2973. Debounces.NoIdl = false
  2974. for i = 1, 20 do
  2975. wait()
  2976. for i,v in pairs(char.Absolution:children()) do
  2977. if v:IsA("Part") or v:IsA("WedgePart") then
  2978. v.Transparency = v.Transparency - 0.05
  2979. end
  2980. end
  2981. end
  2982. end
  2983. end
  2984. end
  2985. end)
  2986. ----------------------------------------------------176349813
  2987. mouse.KeyDown:connect(function(key)
  2988. if key == "b" then
  2989. hum.WalkSpeed = 0.01
  2990. if Debounces.CanAttack == true then
  2991. Debounces.CanAttack = false
  2992. Debounces.NoIdl = true
  2993. Debounces.on = true
  2994. for i = 1,20 do
  2995. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  2996. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  2997. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  2998. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  2999. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  3000. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  3001. 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)
  3002. if Debounces.on == false then break end
  3003. wait()
  3004. end
  3005. wait(1)
  3006. v = Instance.new("Sound")
  3007. v.SoundId = "rbxassetid://181384451"
  3008. v.Parent = char
  3009. v.Looped = false
  3010. v.Pitch = 1.04
  3011. v.Volume = 1
  3012. wait(.01)
  3013. v:Play()
  3014.  
  3015. if Daytime == true then
  3016. Daytime = false
  3017. l.TimeOfDay = 24
  3018. else
  3019. Daytime = true
  3020. l.TimeOfDay = 12
  3021. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  3022. end
  3023.  
  3024. local Shockwave = function()
  3025. local rng1 = Instance.new("Part", char)
  3026. rng1.Anchored = true
  3027. rng1.BrickColor = BrickColor.new("Institutional white")
  3028. rng1.CanCollide = false
  3029. rng1.FormFactor = 3
  3030. rng1.Name = "Ring"
  3031. rng1.Size = Vector3.new(1, 1, 1)
  3032. rng1.Transparency = 0.35
  3033. rng1.TopSurface = 0
  3034. rng1.BottomSurface = 0
  3035. local rngm1 = Instance.new("SpecialMesh", rng)
  3036. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3037. rngm1.Scale = Vector3.new(10, 10, 1)
  3038. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  3039. local Wave = Instance.new("Part", game.Workspace--[[?]])
  3040. Wave.Name = "Shockwave"
  3041. Wave.BrickColor = BrickColor.new("Institutional white")
  3042. Wave.Size = Vector3.new(1, 1, 1)
  3043. Wave.Shape = "Ball"
  3044. Wave.CanCollide = false
  3045. Wave.Anchored = true
  3046. Wave.TopSurface = 0
  3047. Wave.BottomSurface = 0
  3048. Wave.Touched:connect(function(hit)
  3049. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  3050. local Occlude = true
  3051. local NotOccludes = {
  3052. char.Name;
  3053. "Wings";
  3054. "Scythe";
  3055. "Thingy";
  3056. "Thingy2"; -- put all of the names in a table pls
  3057. }
  3058. for i,v in pairs(NotOccludes) do
  3059. if hit.Parent.Name == v then
  3060. Occlude = false
  3061. end
  3062. end
  3063. --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
  3064. if Occlude then
  3065. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  3066. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  3067. end
  3068. end
  3069. end)
  3070.  
  3071. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  3072.  
  3073. coroutine.wrap(function()
  3074. for i = 1, 20, 0.2 do
  3075. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3076. rng1.Transparency = i/20
  3077. wait()
  3078. end
  3079. wait()
  3080. rng1:Destroy()
  3081. end)()
  3082.  
  3083. Delay(0, function()
  3084.  
  3085. if Daytime == false then
  3086. for i = 1, 50, 1 do
  3087. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3088. Wave.CFrame = char.Torso.CFrame
  3089. local t = i / 50
  3090. Wave.Transparency = t
  3091. wait()
  3092. end
  3093. else
  3094. for i = 1, 50, 1 do
  3095. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3096. Wave.CFrame = char.Torso.CFrame
  3097. local t = i / 50
  3098. Wave.Transparency = t
  3099. wait()
  3100. end
  3101. end
  3102. Wave:Destroy()
  3103. end)
  3104. Delay(0, function()
  3105. while wait() do
  3106. if Wave ~= nil then
  3107. Wave.CFrame = char.Torso.CFrame
  3108. else
  3109. break
  3110. end
  3111. end
  3112. end)
  3113. end
  3114. Shockwave()
  3115. for i = 1, 15 do
  3116. 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)
  3117. 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)
  3118. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3119. 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)
  3120. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3121. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3122. if Debounces.on == false then break end
  3123. wait()
  3124. end
  3125. for i = 1, 15 do
  3126. 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)
  3127. 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)
  3128. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3129. 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)
  3130. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3131. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3132. if Debounces.on == false then break end
  3133. wait()
  3134. end
  3135. for i = 1, 15 do
  3136. 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)
  3137. 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)
  3138. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3139. 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)
  3140. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3141. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3142. if Debounces.on == false then break end
  3143. wait()
  3144. end
  3145. for i = 1, 15 do
  3146. 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)
  3147. 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)
  3148. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3149. 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)
  3150. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3151. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3152. if Debounces.on == false then break end
  3153. wait()
  3154. end
  3155. for i = 1, 15 do
  3156. 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)
  3157. 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)
  3158. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3159. 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)
  3160. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3161. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3162. if Debounces.on == false then break end
  3163. wait()
  3164. end
  3165. for i = 1, 15 do
  3166. 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)
  3167. 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)
  3168. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3169. 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)
  3170. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3171. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3172. if Debounces.on == false then break end
  3173. wait()
  3174. end
  3175. wait(1.4)
  3176. Debounces.NoIdl = false
  3177. hum.WalkSpeed = 30
  3178. Debounces.on = false
  3179. wait()
  3180. if Debounces.CanAttack == false then
  3181. Debounces.CanAttack = true
  3182. v:Destroy()
  3183. end
  3184. end
  3185. end
  3186. end)
  3187. ----------------------------------------------------
  3188. mouse.KeyDown:connect(function(key)
  3189. if key == "m" then
  3190. hum.WalkSpeed = 0
  3191. if Debounces.CanAttack == true then
  3192. Debounces.CanAttack = false
  3193. Debounces.on = true
  3194. Debounces.NoIdl = true
  3195. --[[x = Instance.new("Sound",char)
  3196. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  3197. x.Looped = false
  3198. x.Pitch = 1.1
  3199. x.Volume = 1
  3200. x:Play()
  3201. x2 = Instance.new("Sound",char)
  3202. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  3203. x2.Looped = false
  3204. x2.Pitch = .7
  3205. x2.Volume = 1
  3206. wait(.1)
  3207. x:Play()
  3208. x2:Play()
  3209. for i = 1, 20 do
  3210. 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)
  3211. 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)
  3212. 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)
  3213. 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)
  3214. 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)
  3215. 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)
  3216. 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)
  3217. if Debounces.on == false then break end
  3218. wait()
  3219. x:Destroy()
  3220. x2:Destroy()
  3221. end
  3222. wait(1)]]--
  3223. local rng = Instance.new("Part", char)
  3224. rng.Anchored = true
  3225. rng.BrickColor = BrickColor.new("Institutional white")
  3226. rng.CanCollide = false
  3227. rng.FormFactor = 3
  3228. rng.Name = "Ring"
  3229. rng.Size = Vector3.new(1, 1, 1)
  3230. rng.Transparency = 0.35
  3231. rng.TopSurface = 0
  3232. rng.BottomSurface = 0
  3233. rng.Position = torso.Position - Vector3.new(0,2,0)
  3234. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3235. local rngm = Instance.new("SpecialMesh", rng)
  3236. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3237. rngm.Scale = Vector3.new(1, 1, 2)
  3238. x = Instance.new("Sound",char)
  3239. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3240. x.Looped = false
  3241. x.Pitch = .7
  3242. x.Volume = 1
  3243. x:Play()
  3244. coroutine.wrap(function()
  3245. for i = 1, 60, 2 do
  3246. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  3247. rng.Transparency = i/60
  3248. wait()
  3249. end
  3250. wait()
  3251. rng:Destroy()
  3252. end)()
  3253. hum.WalkSpeed = 100
  3254. BV = Instance.new("BodyVelocity", torso)
  3255. BV.maxForce = Vector3.new(0,200000,0)
  3256. BV.P = 100000
  3257. BV.velocity = Vector3.new(0,800,0)
  3258. for i = 1, 20 do
  3259. 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)
  3260. 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)
  3261. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  3262. 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)
  3263. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  3264. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  3265. 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)
  3266. if Debounces.on == false then break end
  3267. wait()
  3268. end
  3269. x:Destroy()
  3270. BV:Destroy()
  3271. --[[for i = 1, 30 do
  3272. 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)
  3273. 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)
  3274. 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)
  3275. 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)
  3276. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  3277. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  3278. if Debounces.on == false then break end
  3279. wait()
  3280. end]]--
  3281. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  3282. for i = 1, 30 do
  3283. 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)
  3284. 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)
  3285. 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)
  3286. 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)
  3287. 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)
  3288. 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)
  3289. 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)
  3290. if Debounces.on == false then break end
  3291. wait()
  3292. end
  3293. end
  3294. Debounces.on = false
  3295. Debounces.NoIdl = false
  3296. local ry,ht,ps=nil,nil,nil
  3297. while ht==nil do
  3298. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  3299. wait()
  3300. end
  3301. z = Instance.new("Sound",char)
  3302. z.SoundId = "rbxassetid://142070127"
  3303. z.Volume = 1
  3304. wait(.1)
  3305. z:Play()
  3306. Landing()
  3307. hum.WalkSpeed = 30
  3308. if Debounces.CanAttack == false then
  3309. Debounces.CanAttack = true
  3310. end
  3311. end
  3312. end
  3313. end)
  3314. ----------------------------------------------------
  3315. Grab = false
  3316. mouse.KeyDown:connect(function(key)
  3317. if key == "z" then
  3318. larm.BrickColor = BrickColor.new("Institutional white")
  3319. rarm.BrickColor = BrickColor.new("Institutional white")
  3320. Debounces.on = true
  3321. Debounces.NoIdl = true
  3322. if Grab == false then
  3323. gp = nil
  3324. con1=larm.Touched:connect(function(hit) -- this is grab
  3325. ht = hit.Parent
  3326. hum1=ht:FindFirstChild('Humanoid')
  3327. if hum1 ~= nil then
  3328. hum1.PlatformStand=true
  3329. gp = ht
  3330. Grab = true
  3331. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  3332. asd.Parent = larm
  3333. asd.Name = "asd"
  3334. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  3335. elseif hum1 == nil then
  3336. con1:disconnect()
  3337. wait() return
  3338. end
  3339. end)
  3340. for i = 1, 18 do
  3341. 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)
  3342. 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)
  3343. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3344. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  3345. 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)
  3346. 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)
  3347. 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)
  3348. if Debounces.on == false then break end
  3349. wait()
  3350. end
  3351. con1:disconnect()
  3352. Debounces.on = false
  3353. Debounces.NoIdl = false
  3354. elseif Grab == true then
  3355. Grab = false
  3356. for i = 1, 20 do
  3357. 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)
  3358. 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)
  3359. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3360. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3361. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3362. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3363. 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)
  3364. if Debounces.on == false then end
  3365. wait()
  3366. end
  3367. if gp ~= nil then
  3368. for i,v in pairs(larm:GetChildren()) do
  3369. if v.Name == "asd" and v:IsA("Weld") then
  3370. v:Remove()
  3371. end
  3372. end
  3373. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  3374. bv.maxForce = Vector3.new(400000, 400000, 400000)
  3375. bv.P = 125000
  3376. bv.velocity = char.Head.CFrame.lookVector * 200
  3377. for i = 1, 12 do
  3378. 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)
  3379. if Debounces.on == false then end
  3380. wait()
  3381. end
  3382. ht=nil
  3383. Spawn(function()
  3384. wait(0.5)
  3385. bv:Destroy()
  3386. end)
  3387. Debounces.on = false
  3388. Debounces.NoIdl = false
  3389. elseif ht == nil then wait()
  3390. Grab = false
  3391. Debounces.on = false
  3392. Debounces.NoIdl = false
  3393. end
  3394. end
  3395. end
  3396. end)
  3397. ----------------------------------------------------
  3398. --[[mouse.KeyDown:connect(function(key)
  3399. if string.byte(key) == 52 then
  3400. char.Humanoid.WalkSpeed = 21
  3401. end
  3402. end)
  3403. mouse.KeyUp:connect(function(key)
  3404. if string.byte(key) == 52 then
  3405. char.Humanoid.WalkSpeed = 30
  3406. end
  3407. end) ]]
  3408. ----------------------------------------------------
  3409. mouse.KeyDown:connect(function(key)
  3410. if string.byte(key) == 48 then
  3411. char.Humanoid.WalkSpeed = 45
  3412. end
  3413. end)
  3414. mouse.KeyUp:connect(function(key)
  3415. if string.byte(key) == 48 then
  3416. char.Humanoid.WalkSpeed = 16
  3417. end
  3418. end)
  3419. ---------------------------------------------------
  3420. local animpose = "Idle"
  3421. local lastanimpose = "Idle"
  3422. local sine = 0
  3423. local change = 1
  3424. local val = 0
  3425. local ffing = false
  3426. ----------------------------------------------------
  3427. --[[x = Instance.new("Sound", char)
  3428. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  3429. x.Looped = true
  3430. x.Volume = 1
  3431. x.Pitch = 1
  3432. local footsteps = false]]--
  3433. -------------------------------
  3434. game:GetService("RunService").RenderStepped:connect(function()
  3435. --[[if char.Humanoid.Jump == true then
  3436. jump = true
  3437. else
  3438. jump = false
  3439. end]]
  3440. char.Humanoid.FreeFalling:connect(function(f)
  3441. if f then
  3442. ffing = true
  3443. else
  3444. ffing = false
  3445. end
  3446. end)
  3447. sine = sine + change
  3448. if jumpn == true then
  3449. animpose = "Jumping"
  3450. elseif ffing == true then
  3451. animpose = "Freefalling"
  3452. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3453. animpose = "Idle"
  3454. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3455. animpose = "Walking"
  3456. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3457. animpose = "Running"
  3458. end
  3459. if animpose ~= lastanimpose then
  3460. sine = 0
  3461. if Debounces.NoIdl == false then
  3462. if animpose == "Idle" then
  3463. for i = 1, 2 do
  3464. 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)
  3465. 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)
  3466. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3467. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3468. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3469. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3470. 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)
  3471. end
  3472. elseif animpose == "Walking" then
  3473. for i = 1, 2 do
  3474. 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)
  3475. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  3476. 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)
  3477. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  3478. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3479. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3480. 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)
  3481. end
  3482. elseif animpose == "Running" then
  3483. for i = 1, 2 do
  3484. 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)
  3485. 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)
  3486. 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)
  3487. 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)
  3488. 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)
  3489. 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)
  3490. 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)
  3491. end
  3492. wait()
  3493. end
  3494. else
  3495. end
  3496. end
  3497. lastanimpose = animpose
  3498. if Debounces.NoIdl == false then
  3499. if animpose == "Idle" then
  3500. if stanceToggle == "Normal" then
  3501. change = 0.5
  3502. 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)
  3503. 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)
  3504. 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)
  3505. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  3506. 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)
  3507. 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)
  3508. 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)
  3509. elseif stanceToggle == "Sitting" then
  3510. 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)
  3511. 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)
  3512. 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)
  3513. 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)
  3514. 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)
  3515. 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)
  3516. 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)
  3517. end
  3518. elseif animpose == "Walking" then
  3519. if stanceToggle == "Normal" then
  3520. change = 1
  3521. --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)
  3522. ------ SCRIPTPOINT -------
  3523. 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(25-10*math.cos(sine/4)/2)), 0.2)
  3524. 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)
  3525. 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)
  3526. 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)
  3527. 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)
  3528. 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)
  3529. 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)
  3530. end
  3531. elseif animpose == "Running" then
  3532. change = 1
  3533. 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)
  3534. 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)
  3535. 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)
  3536. 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)
  3537. 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)
  3538. 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)
  3539. 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)
  3540. end
  3541. end
  3542. --[[if animpose == "Walking" then
  3543. if footsteps == false then
  3544. x:Play()
  3545. footsteps = true
  3546. end
  3547. x.Pitch = 1.1
  3548. elseif animpose == "Idle" then
  3549. x:Stop()
  3550. footsteps = false
  3551. elseif animpose == "Running" then
  3552. x.Pitch = 1.2
  3553. if footsteps == false then
  3554. x:Play()
  3555. footsteps = true
  3556. end
  3557. end]]--
  3558. end)
  3559. char.Humanoid.MaxHealth = math.huge
  3560. wait()
  3561. char.Humanoid.Health = math.huge
Add Comment
Please, Sign In to add comment