lafur

Untitled

Sep 28th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.87 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end wait(2)
  6. local p = game.Players.LocalPlayer
  7. local char = p.Character
  8. local mouse = p:GetMouse()
  9. local larm = char["Left Arm"]
  10. local rarm = char["Right Arm"]
  11. local lleg = char["Left Leg"]
  12. local rleg = char["Right Leg"]
  13. local hed = char.Head
  14. local torso = char.Torso
  15. local hum = char.Humanoid
  16. local cam = game.Workspace.CurrentCamera
  17. local root = char.HumanoidRootPart
  18. local deb = false
  19. local shot = 0
  20. local l = game:GetService("Lighting")
  21. local rs = game:GetService("RunService").RenderStepped
  22. local stanceToggle = "Normal"
  23. char["Body Colors"].HeadColor = BrickColor.new("Reddish brown")
  24. char["Body Colors"].TorsoColor = BrickColor.new("Reddish brown")
  25. char["Body Colors"].LeftArmColor = BrickColor.new("Reddish brown")
  26. char["Body Colors"].RightArmColor = BrickColor.new("Reddish brown")
  27. char["Body Colors"].LeftLegColor = BrickColor.new("Reddish brown")
  28. char["Body Colors"].RightLegColor = BrickColor.new("Reddish brown")
  29. math.randomseed(os.time())
  30. hum.WalkSpeed = 60
  31. char.Health:Destroy()
  32. hum.MaxHealth = math.huge
  33. wait(0.1)
  34. hum.Health = math.huge
  35. ----------------------------------------------------
  36. pcall(function()char.Shirt:Destroy()
  37. char.Pants:Destroy()
  38. end)
  39. shirt = Instance.new("Shirt", char)
  40. shirt.Name = "Shirt"
  41. pants = Instance.new("Pants", char)
  42. pants.Name = "Pants"
  43. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=286242677"
  44. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=242121037"
  45. ----------------------------------------------------
  46. Debounces = {
  47. on = false;
  48. ks = false;
  49. CanAttack = true;
  50. CanJoke = true;
  51. NoIdl = false;
  52. Slashing = false;
  53. Slashed = false;
  54. Grabbing = false;
  55. Grabbed = false;
  56. }
  57. local Touche = {char.Name, }
  58. ----------------------------------------------------
  59. function lerp(a, b, t) -- Linear interpolation
  60. return a + (b - a)*t
  61. end
  62.  
  63. function slerp(a, b, t) --Spherical interpolation
  64. dot = a:Dot(b)
  65. if dot > 0.99999 or dot < -0.99999 then
  66. return t <= 0.5 and a or b
  67. else
  68. r = math.acos(dot)
  69. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  70. end
  71. end
  72.  
  73. function matrixInterpolate(a, b, t)
  74. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  75. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  76. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  77. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  78. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  79. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  80. local t = v1:Dot(v2)
  81. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  82. return CFrame.new()
  83. end
  84. return CFrame.new(
  85. v0.x, v0.y, v0.z,
  86. v1.x, v1.y, v1.z,
  87. v2.x, v2.y, v2.z,
  88. v3.x, v3.y, v3.z)
  89. end
  90. ----------------------------------------------------
  91. function genWeld(a,b)
  92. local w = Instance.new("Weld",a)
  93. w.Part0 = a
  94. w.Part1 = b
  95. return w
  96. end
  97. function weld(a, b)
  98. local weld = Instance.new("Weld")
  99. weld.Name = "W"
  100. weld.Part0 = a
  101. weld.Part1 = b
  102. weld.C0 = a.CFrame:inverse() * b.CFrame
  103. weld.Parent = a
  104. return weld;
  105. end
  106. ----------------------------------------------------
  107. function Lerp(c1,c2,al)
  108. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  109. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  110. for i,v in pairs(com1) do
  111. com1[i] = v+(com2[i]-v)*al
  112. end
  113. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  114. end
  115. ----------------------------------------------------
  116. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  117. local wld = Instance.new("Weld", wp1)
  118. wld.Part0 = wp0
  119. wld.Part1 = wp1
  120. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  121. end
  122. ----------------------------------------------------
  123. for i,v in pairs(char:children()) do
  124. if v:IsA("Hat") then
  125. v:Destroy()
  126. end
  127. end
  128. for i,v in pairs(hed:children()) do
  129. if v:IsA("Sound") then
  130. v:Destroy()
  131. end
  132. end
  133. ----------------------------------------------------
  134. function HasntTouched(plrname)
  135. local ret = true
  136. for _, v in pairs(Touche) do
  137. if v == plrname then
  138. ret = false
  139. end
  140. end
  141. return ret
  142. end
  143. ----------------------------------------------------
  144. larm.Size = larm.Size * 2
  145. rarm.Size = rarm.Size * 2
  146. lleg.Size = lleg.Size * 2
  147. rleg.Size = rleg.Size * 2
  148. torso.Size = torso.Size * 2
  149. hed.Size = hed.Size * 2
  150. root.Size = root.Size * 2
  151. ----------------------------------------------------
  152. newWeld(torso, larm, -1.5, 0.5, 0)
  153. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  154. newWeld(torso, rarm, 1.5, 0.5, 0)
  155. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  156. newWeld(torso, hed, 0, 1.5, 0)
  157. newWeld(torso, lleg, -0.5, -1, 0)
  158. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  159. newWeld(torso, rleg, 0.5, -1, 0)
  160. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  161. newWeld(root, torso, 0, -1, 0)
  162. torso.Weld.C1 = CFrame.new(0, -1, 0)
  163. ------------------------------ Cap ---------------------------------------
  164. Hats1 = Instance.new("Part")
  165. Hats1.Parent = char
  166. Hats1.BrickColor = BrickColor.new("White")
  167. Hats1.formFactor = "Symmetric"
  168. Hats1.Size = Vector3.new(1, 1, 1)
  169. Hats1.CFrame = hed.CFrame
  170. Hats1:BreakJoints()
  171. Hats1.CanCollide = false
  172. Hats1.TopSurface = "Smooth"
  173. Hats1.BottomSurface = "Smooth"
  174. Weld = Instance.new("Weld")
  175. Weld.Part0 = hed
  176. Weld.Part1 = Hats1
  177. Weld.Parent = hed
  178. Weld.C0 = CFrame.new(0, 1.2, 0.1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  179. Mesh = Instance.new("SpecialMesh")
  180. Mesh.Parent = Hats1
  181. Mesh.MeshId = "http://www.roblox.com/asset/?id=11412443"
  182. Mesh.TextureId = "http://www.roblox.com/asset/?id=33560204"
  183. Mesh.Scale = Vector3.new(2.2, 2.2, 2.2)
  184. ----------------------- Antlers --------------------------------
  185. Hats2 = Instance.new("Part")
  186. Hats2.Parent = char
  187. Hats2.formFactor = "Symmetric"
  188. Hats2.Size = Vector3.new(1, 1, 1)
  189. Hats2.CFrame = hed.CFrame
  190. Hats2:BreakJoints()
  191. Hats2.CanCollide = false
  192. Hats2.TopSurface = "Smooth"
  193. Hats2.BottomSurface = "Smooth"
  194. Weld = Instance.new("Weld")
  195. Weld.Part0 = hed
  196. Weld.Part1 = Hats2
  197. Weld.Parent = hed
  198. Weld.C0 = CFrame.new(0, 1.8, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  199. Mesh = Instance.new("SpecialMesh")
  200. Mesh.Parent = Hats2
  201. Mesh.MeshId = "http://www.roblox.com/asset/?id=0"
  202. Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
  203. Mesh.Scale = Vector3.new(2.2, 2.2, 2.2)
  204. ---------------------------- Mask ------------------------------------
  205. Hats3 = Instance.new("Part")
  206. Hats3.Parent = char
  207. Hats3.formFactor = "Symmetric"
  208. Hats3.Size = Vector3.new(1, 1, 1)
  209. Hats3.CFrame = hed.CFrame
  210. Hats3:BreakJoints()
  211. Hats3.CanCollide = false
  212. Hats3.TopSurface = "Smooth"
  213. Hats3.BottomSurface = "Smooth"
  214. Weld = Instance.new("Weld")
  215. Weld.Part0 = hed
  216. Weld.Part1 = Hats3
  217. Weld.Parent = hed
  218. Weld.C0 = CFrame.new(0, 0, -1.2)*CFrame.fromEulerAnglesXYZ(4.57, 0, 0)
  219. Mesh = Instance.new("SpecialMesh")
  220. Mesh.Parent = Hats3
  221. Mesh.MeshId = "http://www.roblox.com/asset/?id=0"
  222. Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
  223. Mesh.Scale = Vector3.new(0.22, 0.22, 0.22)
  224. ----------------------------------------------------
  225. hed.face.Texture = "rbxassetid://14020179"
  226. lite = Instance.new("PointLight", torso)
  227. lite.Brightness = 20
  228. lite.Range = 15
  229. lite.Color = Color3.new(255, 0, 0)
  230. ----------------------------------------------------
  231. z = Instance.new("Sound", char)
  232. z.SoundId = "rbxassetid://553989517"--242463565
  233. z.Looped = true
  234. z.Pitch = 1
  235. z.Volume = 1
  236. wait(.01)
  237. z:Play()
  238. --------------------Ray Gun-------------------------
  239. local m = Instance.new("Model")
  240. m.Name = "RayGun"
  241. p1 = Instance.new("Part", m)
  242. p1.FormFactor = Enum.FormFactor.Custom
  243. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  244. p1.CanCollide = false
  245. p1.Locked = true
  246. p1.BottomSurface = Enum.SurfaceType.Smooth
  247. p1.TopSurface = Enum.SurfaceType.Smooth
  248. Mesh = Instance.new("SpecialMesh")
  249. Mesh.Parent = p1
  250. Mesh.MeshId = "http://www.roblox.com/asset/?id=430279107"
  251. Mesh.TextureId = "http://www.roblox.com/asset/?id=430279131"
  252. Mesh.Scale = Vector3.new(0.2, 0.2, 0.2)
  253. Mesh.Offset = Vector3.new(0, 0, 0)
  254. p15 = Instance.new("Part", m)
  255. p15.BrickColor = BrickColor.new("Medium stone grey")
  256. p15.Transparency = 1
  257. p15.Name = "ArmPart"
  258. p15.FormFactor = Enum.FormFactor.Custom
  259. p15.Size = Vector3.new(2, 1, 1)
  260. 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)
  261. p15.CanCollide = false
  262. p15.Locked = true
  263. weld2 = Instance.new("Weld", p1)
  264. weld2.Part0 = p1
  265. weld2.Part1 = p15
  266. weld2.C0 = CFrame.new(-2.3, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 3.2)
  267. m.Parent = char
  268. m:MakeJoints()
  269. ----------------------------------------------------
  270. local cor2 = Instance.new("Part", char.RayGun)
  271. cor2.Name = "Thingy"
  272. cor2.Locked = true
  273. cor2.BottomSurface = 0
  274. cor2.CanCollide = false
  275. cor2.Size = Vector3.new(2, 1, 1)
  276. cor2.Transparency = 1
  277. cor2.TopSurface = 0
  278. corw2 = Instance.new("Weld", cor2)
  279. corw2.Part0 = larm
  280. corw2.Part1 = cor2
  281. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  282. corw2.C1 = CFrame.new(0, 0, 0)
  283. weld2 = Instance.new("Weld", char.RayGun)
  284. weld2.Part0 = cor2
  285. weld2.Part1 = char.RayGun.ArmPart
  286. weld2.C0 = CFrame.new(0, 0, 0)
  287. ----------------------------------------------------
  288. local m = Instance.new("Model")
  289. m.Name = "Absolution"
  290. p1 = Instance.new("Part", m)
  291. p1.BrickColor = BrickColor.new("Lime green")
  292. p1.Material = "Neon"
  293. p1.Transparency = 1
  294. p1.FormFactor = Enum.FormFactor.Custom
  295. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  296. 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)
  297. p1.CanCollide = false
  298. p1.Locked = true
  299. p1.Elasticity = 0
  300. p1.BottomSurface = Enum.SurfaceType.Smooth
  301. p1.TopSurface = Enum.SurfaceType.Smooth
  302. p2 = Instance.new("Part", m)
  303. p2.BrickColor = BrickColor.new("White")
  304. p2.Transparency = 1
  305. p2.FormFactor = Enum.FormFactor.Custom
  306. p2.Size = Vector3.new(1, 2.9000001, 1)
  307. 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)
  308. p2.CanCollide = false
  309. p2.Locked = true
  310. p2.Elasticity = 0
  311. p2.BottomSurface = Enum.SurfaceType.Smooth
  312. p2.TopSurface = Enum.SurfaceType.Smooth
  313. p3 = Instance.new("Part", m)
  314. p3.Transparency = 1
  315. p3.BrickColor = BrickColor.new("Lime green")
  316. p3.Material = "Neon"
  317. p3.FormFactor = Enum.FormFactor.Custom
  318. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  319. 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)
  320. p3.CanCollide = false
  321. p3.Locked = true
  322. p3.Elasticity = 0
  323. p3.BottomSurface = Enum.SurfaceType.Smooth
  324. p3.TopSurface = Enum.SurfaceType.Smooth
  325. b3 = Instance.new("SpecialMesh", p3)
  326. b3.MeshType = Enum.MeshType.Wedge
  327. b3.Name = "Mesh"
  328. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  329. p4 = Instance.new("Part", m)
  330. p4.Transparency = 1
  331. p4.BrickColor = BrickColor.new("Lime green")
  332. p4.Material = "Neon"
  333. p4.FormFactor = Enum.FormFactor.Custom
  334. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  335. 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)
  336. p4.CanCollide = false
  337. p4.Locked = true
  338. p4.Elasticity = 0
  339. p4.BottomSurface = Enum.SurfaceType.Smooth
  340. p4.TopSurface = Enum.SurfaceType.Smooth
  341. p5 = Instance.new("Part", m)
  342. p5.Transparency = 1
  343. p5.BrickColor = BrickColor.new("Lime green")
  344. p5.Material = "Neon"
  345. p5.FormFactor = Enum.FormFactor.Custom
  346. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  347. 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)
  348. p5.CanCollide = false
  349. p5.Locked = true
  350. p5.Elasticity = 0
  351. p5.BottomSurface = Enum.SurfaceType.Smooth
  352. p5.TopSurface = Enum.SurfaceType.Smooth
  353. p6 = Instance.new("Part", m)
  354. p6.Transparency = 1
  355. p6.Name = "Handle"
  356. p6.BrickColor = BrickColor.new("White")
  357. p6.FormFactor = Enum.FormFactor.Custom
  358. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  359. 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)
  360. p6.CanCollide = false
  361. p6.Locked = true
  362. p6.Elasticity = 0
  363. p6.BottomSurface = Enum.SurfaceType.Smooth
  364. p6.TopSurface = Enum.SurfaceType.Smooth
  365. p7 = Instance.new("Part", m)
  366. p7.Transparency = 1
  367. p7.BrickColor = BrickColor.new("Lime green")
  368. p7.Material = "Neon"
  369. p7.FormFactor = Enum.FormFactor.Custom
  370. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  371. 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)
  372. p7.CanCollide = false
  373. p7.Locked = true
  374. p7.Elasticity = 0
  375. p7.BottomSurface = Enum.SurfaceType.Smooth
  376. p7.TopSurface = Enum.SurfaceType.Smooth
  377. p8 = Instance.new("Part", m)
  378. p8.Transparency = 1
  379. p8.BrickColor = BrickColor.new("Lime green")
  380. p8.Material = "Neon"
  381. p8.Material = "Neon"
  382. p8.FormFactor = Enum.FormFactor.Custom
  383. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  384. 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)
  385. p8.CanCollide = false
  386. p8.Locked = true
  387. p8.Elasticity = 0
  388. p8.BottomSurface = Enum.SurfaceType.Smooth
  389. p8.TopSurface = Enum.SurfaceType.Smooth
  390. p9 = Instance.new("Part", m)
  391. p9.Transparency = 1
  392. p9.BrickColor = BrickColor.new("White")
  393. p9.FormFactor = Enum.FormFactor.Custom
  394. p9.Size = Vector3.new(1, 1.07999957, 1)
  395. 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)
  396. p9.CanCollide = false
  397. p9.Locked = true
  398. p9.Elasticity = 0
  399. p9.BottomSurface = Enum.SurfaceType.Smooth
  400. p9.TopSurface = Enum.SurfaceType.Smooth
  401. p10 = Instance.new("Part", m)
  402. p10.Transparency = 1
  403. p10.BrickColor = BrickColor.new("White")
  404. p10.FormFactor = Enum.FormFactor.Custom
  405. p10.Size = Vector3.new(1, 1.41999948, 1)
  406. 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)
  407. p10.CanCollide = false
  408. p10.Locked = true
  409. p10.Elasticity = 0
  410. p10.BottomSurface = Enum.SurfaceType.Smooth
  411. p10.TopSurface = Enum.SurfaceType.Smooth
  412. p11 = Instance.new("Part", m)
  413. p11.Transparency = 1
  414. p11.BrickColor = BrickColor.new("White")
  415. p11.FormFactor = Enum.FormFactor.Custom
  416. p11.Size = Vector3.new(1, 1.50999951, 1)
  417. 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)
  418. p11.CanCollide = false
  419. p11.Locked = true
  420. p11.Elasticity = 0
  421. p11.BottomSurface = Enum.SurfaceType.Smooth
  422. p11.TopSurface = Enum.SurfaceType.Smooth
  423. p12 = Instance.new("Part", m)
  424. p12.Name = "BladeCenter"
  425. p12.Transparency = 1
  426. p12.BrickColor = BrickColor.new("Dark stone grey")
  427. p12.Material = Enum.Material.Concrete
  428. p12.FormFactor = Enum.FormFactor.Symmetric
  429. p12.Size = Vector3.new(1, 2, 2)
  430. 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)
  431. p12.CanCollide = false
  432. p12.Locked = true
  433. p12.BottomSurface = Enum.SurfaceType.Smooth
  434. p12.TopSurface = Enum.SurfaceType.Smooth
  435. p13 = Instance.new("Part", m)
  436. p13.Transparency = 1
  437. p13.BrickColor = BrickColor.new("White")
  438. p13.FormFactor = Enum.FormFactor.Custom
  439. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  440. 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)
  441. p13.CanCollide = false
  442. p13.Locked = true
  443. p13.Elasticity = 0
  444. p13.BottomSurface = Enum.SurfaceType.Smooth
  445. p13.TopSurface = Enum.SurfaceType.Smooth
  446. p14 = Instance.new("Part", m)
  447. p14.Transparency = 1
  448. p14.BrickColor = BrickColor.new("White")
  449. p14.FormFactor = Enum.FormFactor.Custom
  450. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  451. 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)
  452. p14.CanCollide = false
  453. p14.Locked = true
  454. p14.Elasticity = 0
  455. p14.BottomSurface = Enum.SurfaceType.Smooth
  456. p14.TopSurface = Enum.SurfaceType.Smooth
  457. p15 = Instance.new("Part", m)
  458. p15.BrickColor = BrickColor.new("White")
  459. p15.FormFactor = Enum.FormFactor.Custom
  460. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  461. 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)
  462. p15.CanCollide = false
  463. p15.Locked = true
  464. p15.Elasticity = 0
  465. p15.Transparency = 1
  466. p15.BottomSurface = Enum.SurfaceType.Smooth
  467. p15.TopSurface = Enum.SurfaceType.Smooth
  468. p16 = Instance.new("Part", m)
  469. p16.BrickColor = BrickColor.new("White")
  470. p16.FormFactor = Enum.FormFactor.Custom
  471. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  472. 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)
  473. p16.CanCollide = false
  474. p16.Locked = true
  475. p16.Elasticity = 0
  476. p16.Transparency = 1
  477. p16.BottomSurface = Enum.SurfaceType.Smooth
  478. p16.TopSurface = Enum.SurfaceType.Smooth
  479. p17 = Instance.new("Part", m)
  480. p17.BrickColor = BrickColor.new("White")
  481. p17.FormFactor = Enum.FormFactor.Custom
  482. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  483. 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)
  484. p17.CanCollide = false
  485. p17.Locked = true
  486. p17.Elasticity = 0
  487. p17.Transparency = 1
  488. p17.BottomSurface = Enum.SurfaceType.Smooth
  489. p17.TopSurface = Enum.SurfaceType.Smooth
  490. p18 = Instance.new("WedgePart", m)
  491. p18.BrickColor = BrickColor.new("Dark stone grey")
  492. p18.Name = "BladePart1"
  493. p18.Material = Enum.Material.Concrete
  494. p18.Name = "Wedge"
  495. p18.Transparency = 1
  496. p18.FormFactor = Enum.FormFactor.Symmetric
  497. p18.Size = Vector3.new(1, 4, 2)
  498. 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)
  499. p18.CanCollide = false
  500. p18.Locked = true
  501. p18.BottomSurface = Enum.SurfaceType.Smooth
  502. p18.TopSurface = Enum.SurfaceType.Smooth
  503. p19 = Instance.new("WedgePart", m)
  504. p19.BrickColor = BrickColor.new("Dark stone grey")
  505. p19.Name = "BladePart2"
  506. p19.Material = Enum.Material.Concrete
  507. p19.Name = "Wedge"
  508. p19.Transparency = 1
  509. p19.FormFactor = Enum.FormFactor.Symmetric
  510. p19.Size = Vector3.new(1, 4, 2)
  511. 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)
  512. p19.CanCollide = false
  513. p19.Locked = true
  514. p19.BottomSurface = Enum.SurfaceType.Smooth
  515. p19.TopSurface = Enum.SurfaceType.Smooth
  516. p20 = Instance.new("Part", m)
  517. p20.Transparency = 1
  518. p20.BrickColor = BrickColor.new("White")
  519. p20.FormFactor = Enum.FormFactor.Custom
  520. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  521. 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)
  522. p20.CanCollide = false
  523. p20.Locked = true
  524. p20.Elasticity = 0
  525. p20.BottomSurface = Enum.SurfaceType.Smooth
  526. p20.TopSurface = Enum.SurfaceType.Smooth
  527. p21 = Instance.new("Part", m)
  528. p21.BrickColor = BrickColor.new("Lime green")
  529. p21.Material = "Neon"
  530. p21.Transparency = 1
  531. p21.FormFactor = Enum.FormFactor.Custom
  532. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  533. 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)
  534. p21.CanCollide = false
  535. p21.Locked = true
  536. p21.Elasticity = 0
  537. p21.BottomSurface = Enum.SurfaceType.Smooth
  538. p21.TopSurface = Enum.SurfaceType.Smooth
  539. w1 = Instance.new("Weld", p1)
  540. w1.Name = "Part_Weld"
  541. w1.Part0 = p1
  542. 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)
  543. w1.Part1 = p2
  544. 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)
  545. w2 = Instance.new("Weld", p2)
  546. w2.Name = "Part_Weld"
  547. w2.Part0 = p2
  548. 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)
  549. w2.Part1 = p3
  550. 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)
  551. w3 = Instance.new("Weld", p3)
  552. w3.Name = "Part_Weld"
  553. w3.Part0 = p3
  554. 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)
  555. w3.Part1 = p4
  556. 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)
  557. w4 = Instance.new("Weld", p4)
  558. w4.Name = "Part_Weld"
  559. w4.Part0 = p4
  560. 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)
  561. w4.Part1 = p5
  562. 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)
  563. w5 = Instance.new("Weld", p5)
  564. w5.Name = "Part_Weld"
  565. w5.Part0 = p5
  566. 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)
  567. w5.Part1 = p6
  568. 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)
  569. w6 = Instance.new("Weld", p6)
  570. w6.Name = "Part_Weld"
  571. w6.Part0 = p6
  572. 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)
  573. w6.Part1 = p7
  574. 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)
  575. w7 = Instance.new("Weld", p7)
  576. w7.Name = "Part_Weld"
  577. w7.Part0 = p7
  578. 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)
  579. w7.Part1 = p8
  580. 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)
  581. w8 = Instance.new("Weld", p8)
  582. w8.Name = "Part_Weld"
  583. w8.Part0 = p8
  584. 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)
  585. w8.Part1 = p9
  586. 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)
  587. w9 = Instance.new("Weld", p9)
  588. w9.Name = "Part_Weld"
  589. w9.Part0 = p9
  590. 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)
  591. w9.Part1 = p10
  592. 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)
  593. w10 = Instance.new("Weld", p10)
  594. w10.Name = "Part_Weld"
  595. w10.Part0 = p10
  596. 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)
  597. w10.Part1 = p11
  598. 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)
  599. w11 = Instance.new("Weld", p11)
  600. w11.Name = "Part_Weld"
  601. w11.Part0 = p11
  602. 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)
  603. w11.Part1 = p12
  604. 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)
  605. w12 = Instance.new("Weld", p12)
  606. w12.Name = "Part_Weld"
  607. w12.Part0 = p12
  608. 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)
  609. w12.Part1 = p13
  610. 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)
  611. w13 = Instance.new("Weld", p13)
  612. w13.Name = "Part_Weld"
  613. w13.Part0 = p13
  614. 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)
  615. w13.Part1 = p14
  616. 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)
  617. w14 = Instance.new("Weld", p14)
  618. w14.Name = "Part_Weld"
  619. w14.Part0 = p14
  620. 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)
  621. w14.Part1 = p15
  622. 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)
  623. w15 = Instance.new("Weld", p15)
  624. w15.Name = "Part_Weld"
  625. w15.Part0 = p15
  626. 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)
  627. w15.Part1 = p16
  628. 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)
  629. w16 = Instance.new("Weld", p16)
  630. w16.Name = "Part_Weld"
  631. w16.Part0 = p16
  632. 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)
  633. w16.Part1 = p17
  634. 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)
  635. w17 = Instance.new("Weld", p17)
  636. w17.Name = "Wedge_Weld"
  637. w17.Part0 = p17
  638. 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)
  639. w17.Part1 = p18
  640. 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)
  641. w18 = Instance.new("Weld", p18)
  642. w18.Name = "Wedge_Weld"
  643. w18.Part0 = p18
  644. 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)
  645. w18.Part1 = p19
  646. 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)
  647. w19 = Instance.new("Weld", p19)
  648. w19.Name = "Part_Weld"
  649. w19.Part0 = p19
  650. 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)
  651. w19.Part1 = p20
  652. 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)
  653. w20 = Instance.new("Weld", p20)
  654. w20.Name = "Part_Weld"
  655. w20.Part0 = p20
  656. 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)
  657. w20.Part1 = p21
  658. 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)
  659. m.Parent = char
  660. m:MakeJoints()
  661. ----------------------------------------------------
  662. local cor = Instance.new("Part", char.Absolution)
  663. cor.Name = "Thingy"
  664. cor.Locked = true
  665. cor.BottomSurface = 0
  666. cor.CanCollide = false
  667. cor.Size = Vector3.new(1, 13, 1)
  668. cor.Transparency = 1
  669. cor.TopSurface = 0
  670. corw = Instance.new("Weld", cor)
  671. corw.Part0 = rarm
  672. corw.Part1 = cor
  673. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  674. corw.C1 = CFrame.new(0, 0, 0)
  675. weld1 = Instance.new("Weld", char.Absolution)
  676. weld1.Part0 = cor
  677. weld1.Part1 = p6
  678. weld1.C0 = CFrame.new(0, 0, 0)
  679. ----------------------------------------------------
  680. hitb = Instance.new("Part", char.Absolution)
  681. hitb.Name = "Thingy2"
  682. hitb.Locked = true
  683. hitb.BottomSurface = 0
  684. hitb.CanCollide = false
  685. hitb.Size = Vector3.new(0, 8, 6)
  686. hitb.Transparency = 1
  687. hitb.TopSurface = 0
  688. weld2 = Instance.new("Weld", char.Absolution)
  689. weld2.Part0 = hitb
  690. weld2.Part1 = p12
  691. weld2.C0 = CFrame.new(0, .6, 1)
  692. ----------------------------------------------------
  693.  
  694. ----------------------------------------------------
  695.  
  696. ----------------------------------------------------
  697. function weld5(part0, part1, c0, c1)
  698. weeld=Instance.new("Weld", part0)
  699. weeld.Part0=part0
  700. weeld.Part1=part1
  701. weeld.C0=c0
  702. weeld.C1=c1
  703. return weeld
  704. end
  705. ----------------------------------------------------
  706. function newRay(start,face,range,wat)
  707. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  708. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  709. return rey,hit,pos
  710. end
  711. ----------------------------------------------------
  712. mod5 = Instance.new("Model",char)
  713.  
  714. function FindNearestTorso(Position,Distance,SinglePlayer)
  715. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  716. local List = {}
  717. for i,v in pairs(workspace:GetChildren())do
  718. if v:IsA("Model")then
  719. if v:findFirstChild("Torso")then
  720. if v ~= char then
  721. if(v.Torso.Position -Position).magnitude <= Distance then
  722. table.insert(List,v)
  723. end
  724. end
  725. end
  726. end
  727. end
  728. return List
  729. end
  730.  
  731. function Landing()
  732. part=Instance.new('Part',mod5)
  733. part.Anchored=true
  734. part.CanCollide=false
  735. part.FormFactor='Custom'
  736. part.Size=Vector3.new(.2,.2,.2)
  737. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  738. part.Transparency=.7
  739. part.BrickColor=BrickColor.new('White')
  740. mesh=Instance.new('SpecialMesh',part)
  741. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  742. mesh.Scale=Vector3.new(10,5,10)
  743.  
  744. for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  745. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  746. v:breakJoints''
  747. end
  748. end
  749.  
  750.  
  751. coroutine.resume(coroutine.create(function()
  752. for i=0,3.8,0.05 do
  753. wait()
  754. part.CFrame=part.CFrame
  755. part.Transparency=i
  756. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  757. end
  758. part.Parent = nil
  759. end))
  760. end
  761. ----------------------------------------------------
  762. mod4 = Instance.new("Model",char)
  763.  
  764. ptez = {0.7, 0.8, 0.9, 1}
  765.  
  766. function FindNearestTorso(Position,Distance,SinglePlayer)
  767. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  768. local List = {}
  769. for i,v in pairs(workspace:GetChildren())do
  770. if v:IsA("Model")then
  771. if v:findFirstChild("Torso")then
  772. if v ~= char then
  773. if(v.Torso.Position -Position).magnitude <= Distance then
  774. table.insert(List,v)
  775. end
  776. end
  777. end
  778. end
  779. end
  780. return List
  781. end
  782.  
  783. function GroundPound()
  784. part=Instance.new('Part',mod4)
  785. part.Anchored=true
  786. part.CanCollide=false
  787. part.FormFactor='Custom'
  788. part.Size=Vector3.new(.2,.2,.2)
  789. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  790. part.Transparency=.7
  791. part.BrickColor=BrickColor.new('White')
  792. mesh=Instance.new('SpecialMesh',part)
  793. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  794. mesh.Scale=Vector3.new(3,3,3)
  795. part2=Instance.new('Part',mod4)
  796. part2.Anchored=true
  797. part2.CanCollide=false
  798. part2.FormFactor='Custom'
  799. part2.Size=Vector3.new(.2,.2,.2)
  800. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  801. part2.Transparency=.7
  802. part2.BrickColor=BrickColor.new('Really red')
  803. mesh2=Instance.new('SpecialMesh',part2)
  804. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  805. mesh2.Scale=Vector3.new(3,1.5,3)
  806. x = Instance.new("Sound",char)
  807. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  808. x.Pitch = ptez[math.random(1,#ptez)]
  809. x.Volume = 1
  810. wait(.1)
  811. x:Play()
  812. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  813. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  814. v:breakJoints''
  815. end
  816. end
  817. coroutine.resume(coroutine.create(function()
  818. for i=0,0.62,0.13 do
  819. wait()
  820. part.CFrame=part.CFrame
  821. part.Transparency=i
  822. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  823. part2.CFrame=part2.CFrame
  824. part2.Transparency=i
  825. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  826. end
  827. part.Parent=nil
  828. part2.Parent=nil
  829. x:Destroy()
  830. end))
  831. end
  832. ----------------------------------------------------
  833. mod=Instance.new('Model',char)
  834.  
  835. function charge()
  836. hed.Velocity=hed.CFrame.lookVector*200
  837. part=Instance.new('Part',mod)
  838. part.Anchored=true
  839. part.CanCollide=false
  840. part.FormFactor='Custom'
  841. part.Size=Vector3.new(.2,.2,.2)
  842. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  843. part.Transparency=.7
  844. part.BrickColor=BrickColor.new('Black')
  845. mesh=Instance.new('SpecialMesh',part)
  846. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  847. mesh.Scale=Vector3.new(10,5,10)
  848. part2=part:clone()
  849. part2.Parent=mod
  850. part2.BrickColor=BrickColor.new('Bright red')
  851. mesh2=mesh:clone()
  852. mesh2.Parent=part2
  853. mesh2.Scale=Vector3.new(20,10,20)
  854. part3=part2:clone()
  855. part3.Parent = mod
  856. part3.BrickColor=BrickColor.new('White')
  857. mesh3=mesh2:clone()
  858. mesh2.Parent=part3
  859. mesh3.Scale=Vector3.new(30,15,30)
  860. coroutine.resume(coroutine.create(function()
  861. for i=0,1,0.1 do
  862. wait()
  863. part.CFrame=part.CFrame
  864. part.Transparency=i
  865. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  866. part2.CFrame=part2.CFrame
  867. part2.Transparency=i
  868. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  869. part3.CFrame=part3.CFrame
  870. part3.Transparency=i
  871. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  872. end
  873. part.Parent=nil
  874. part2.Parent=nil
  875. part3.Parent = nil
  876. end))
  877. end
  878. ----------------------------------------------------
  879. function FindNearestTorso(Position,Distance,SinglePlayer)
  880. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  881. local List = {}
  882. for i,v in pairs(workspace:GetChildren())do
  883. if v:IsA("Model")then
  884. if v:findFirstChild("Torso")then
  885. if v ~= char then
  886. if(v.Torso.Position -Position).magnitude <= Distance then
  887. table.insert(List,v)
  888. end
  889. end
  890. end
  891. end
  892. end
  893. return List
  894. end
  895.  
  896. mod3 = Instance.new("Model",rleg)
  897.  
  898. function Stomp()
  899. part=Instance.new('Part',mod3)
  900. part.Anchored=true
  901. part.CanCollide=false
  902. part.FormFactor='Custom'
  903. part.Size=Vector3.new(.2,.2,.2)
  904. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  905. part.Transparency=.7
  906. part.BrickColor=BrickColor.new('Bright green')
  907. mesh=Instance.new('SpecialMesh',part)
  908. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  909. mesh.Scale=Vector3.new(25,25,25)
  910. part2=part:clone()
  911. part2.Parent=mod3
  912. part2.BrickColor=BrickColor.new('Bright green')
  913. mesh2=mesh:clone()
  914. mesh2.Parent=part2
  915. mesh2.Scale=Vector3.new(15,15,15)
  916. part3=part:clone()
  917. part3.Parent=mod3
  918. part3.TopSurface=0
  919. part3.BottomSurface=0
  920. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  921. mesh3=Instance.new('SpecialMesh',part3)
  922. mesh3.MeshType = 3
  923. mesh3.Scale=Vector3.new(12,12,12)
  924. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  925. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  926. v:breakJoints''
  927. end
  928. end
  929. coroutine.resume(coroutine.create(function()
  930. for i=0,3.8,0.05 do
  931. wait()
  932. part.CFrame=part.CFrame
  933. part.Transparency=i
  934. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  935. part2.CFrame=part2.CFrame
  936. part2.Transparency=i
  937. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  938. part3.CFrame=part3.CFrame
  939. part3.Transparency=i
  940. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  941. end
  942. end))
  943. end
  944. ----------------------------------------------------
  945.  
  946. local acos = math.acos
  947. local sqrt = math.sqrt
  948. local Vec3 = Vector3.new
  949. local fromAxisAngle = CFrame.fromAxisAngle
  950.  
  951. local function toAxisAngle(CFr)
  952. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  953. local Angle = math.acos((R00+R11+R22-1)/2)
  954. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  955. A = A == 0 and 0.00001 or A
  956. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  957. B = B == 0 and 0.00001 or B
  958. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  959. C = C == 0 and 0.00001 or C
  960. local x = (R21-R12)/sqrt(A)
  961. local y = (R02-R20)/sqrt(B)
  962. local z = (R10-R01)/sqrt(C)
  963. return Vec3(x,y,z),Angle
  964. end
  965.  
  966. function ApplyTrig(Num,Func)
  967. local Min,Max = Func(0),Func(1)
  968. local i = Func(Num)
  969. return (i-Min)/(Max-Min)
  970. --[[if Func == "sin" then
  971. return (math.sin((1-Num)*math.pi)+1)/2
  972. elseif Func == "cos" then
  973. return (math.cos((1-Num)*math.pi)+1)/2
  974. end]]
  975. end
  976.  
  977. function LerpCFrame(CFrame1,CFrame2,Num)
  978. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  979. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  980. end
  981.  
  982. function Crater(Torso,Radius)
  983. Spawn(function()
  984. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  985. local Ignore = {}
  986. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  987. if v.Character ~= nil then
  988. Ignore[#Ignore+1] = v.Character
  989. end
  990. end
  991. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  992. if Hit == nil then return end
  993. local Parts = {}
  994. for i = 1,360,10 do
  995. local P = Instance.new("Part",Torso.Parent)
  996. P.Anchored = true
  997. P.FormFactor = "Custom"
  998. P.BrickColor = Hit.BrickColor
  999. P.Material = Hit.Material
  1000. P.TopSurface = "Smooth"
  1001. P.BottomSurface = "Smooth"
  1002. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1003. 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)))
  1004. 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}
  1005. if math.random(0,5) == 0 then -- rubble
  1006. local P = Instance.new("Part",Torso.Parent)
  1007. P.Anchored = true
  1008. P.FormFactor = "Custom"
  1009. P.BrickColor = Hit.BrickColor
  1010. P.Material = Hit.Material
  1011. P.TopSurface = "Smooth"
  1012. P.BottomSurface = "Smooth"
  1013. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1014. 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)))
  1015. 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}
  1016. end
  1017. end
  1018. for i = 0,1,0.05 do
  1019. for i2,v in pairs(Parts) do
  1020. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1021. end
  1022. wait(0.02)
  1023. end
  1024. for i,v in pairs(Parts) do
  1025. if v[1].Size.X > 2.1 then
  1026. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1027. end
  1028. v[1].Anchored = false
  1029. end
  1030. for i = 0,1,0.05 do
  1031. for i2,v in pairs(Parts) do
  1032. v[1].Transparency = i
  1033. if i == 1 then
  1034. v[1]:Destroy()
  1035. elseif i >= 0.25 then
  1036. v[1].CanCollide = false
  1037. end
  1038. end
  1039. wait(0.02)
  1040. end
  1041. Parts = nil
  1042. end)
  1043. end
  1044.  
  1045. ----------------------------------------------------
  1046. mouse.KeyDown:connect(function(key)
  1047. if key == "r" then
  1048. larm.BrickColor = BrickColor.new("Bright red")
  1049. rarm.BrickColor = BrickColor.new("Bright red")
  1050. if Debounces.CanAttack == true then
  1051. Debounces.CanAttack = false
  1052. Debounces.on = true
  1053. Debounces.NoIdl = true
  1054. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1055. hit = ht.Parent
  1056. if ht and hit:IsA("Model") then
  1057. if hit:FindFirstChild("Humanoid") then
  1058. if hit.Name ~= p.Name then
  1059. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1060. Debounces.Slashed = true]]--
  1061. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1062. wait(1)
  1063.  
  1064. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1065. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1066. v:breakJoints''
  1067. end
  1068. end
  1069. --Debounces.Slashed = false
  1070. --end
  1071. end
  1072. end
  1073. elseif ht and hit:IsA("Hat") then
  1074. if hit.Parent.Name ~= p.Name then
  1075. if hit.Parent:FindFirstChild("Humanoid") then
  1076. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1077. Debounces.Slashed = true]]--
  1078. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1079. wait(1)
  1080.  
  1081. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1082. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1083. v:breakJoints''
  1084. end
  1085. end
  1086. --Debounces.Slashed = false
  1087. end
  1088. end
  1089. end
  1090. end)
  1091. q = Instance.new("Sound",hed)
  1092. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1093. q.Pitch = 0.85
  1094. q.Looped = false
  1095. q1 = Instance.new("Sound",hed)
  1096. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1097. q1.Pitch = 0.85
  1098. q1.Looped = false
  1099. q:Play()
  1100. q1:Play()
  1101. for i = 1,20 do
  1102. 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)
  1103. 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)
  1104. 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)
  1105. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1106. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1107. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1108. 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)
  1109. if Debounces.on == false then break end
  1110. wait()
  1111. end
  1112. n = Instance.new("Sound",hed)
  1113. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1114. n.Pitch = 0.94
  1115. n.Looped = false
  1116. n1 = Instance.new("Sound",hed)
  1117. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1118. n1.Pitch = 0.94
  1119. n1.Looped = false
  1120. n:Play()
  1121. n1:Play()
  1122. b = Instance.new("Sound",hed)
  1123. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1124. b.Pitch = 0.94
  1125. b.Looped = false
  1126. b1 = Instance.new("Sound",hed)
  1127. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1128. b1.Pitch = 0.94
  1129. b1.Looped = false
  1130. b:Play()
  1131. b1:Play()
  1132. for i = 1,26 do
  1133. 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)
  1134. 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)
  1135. 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)
  1136. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
  1137. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
  1138. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
  1139. 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)
  1140. if Debounces.on == false then break end
  1141. wait()
  1142. end
  1143. wait(.5)
  1144. to:disconnect()
  1145. q:Destroy()
  1146. q1:Destroy()
  1147. n:Destroy()
  1148. n1:Destroy()
  1149. larm.BrickColor = BrickColor.new("White")
  1150. rarm.BrickColor = BrickColor.new("White")
  1151. if Debounces.CanAttack == false then
  1152. Debounces.CanAttack = true
  1153. Debounces.on = false
  1154. Debounces.NoIdl = false
  1155. end
  1156. end
  1157. end
  1158. end)
  1159. ----------------------------------------------------
  1160. mouse.KeyDown:connect(function(key)
  1161. if key == "q" then
  1162. larm.BrickColor = BrickColor.new("Bright red")
  1163. rarm.BrickColor = BrickColor.new("Bright red")
  1164. if Debounces.CanAttack == true then
  1165. Debounces.CanAttack = false
  1166. Debounces.on = true
  1167. Debounces.NoIdl = true
  1168. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  1169. hit = ht.Parent
  1170. if ht and hit:IsA("Model") then
  1171. if hit:FindFirstChild("Humanoid") then
  1172. if hit.Name ~= p.Name then
  1173. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1174. Debounces.Slashed = true]]--
  1175. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1176.  
  1177. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1178. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1179. v:breakJoints''
  1180. end
  1181. end
  1182. wait(1)
  1183. --Debounces.Slashed = false
  1184. --end
  1185. end
  1186. end
  1187. elseif ht and hit:IsA("Hat") then
  1188. if hit.Parent.Name ~= p.Name then
  1189. if hit.Parent:FindFirstChild("Humanoid") then
  1190. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1191. Debounces.Slashed = true]]--
  1192. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1193. wait(1)
  1194.  
  1195. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1196. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1197. v:breakJoints''
  1198. end
  1199. end
  1200. --Debounces.Slashed = false
  1201. end
  1202. end
  1203. end
  1204. end)
  1205. for i = 1, 20 do
  1206. 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)
  1207. 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)
  1208. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  1209. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  1210. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1211. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1212. 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)
  1213. if Debounces.on == false then break end
  1214. wait()
  1215. end
  1216. z = Instance.new("Sound",hed)
  1217. z.SoundId = "rbxassetid://160069154"
  1218. z.Looped = false
  1219. z.Pitch = .9
  1220. z1 = Instance.new("Sound",hed)
  1221. z1.SoundId = "rbxassetid://160069154"
  1222. z1.Looped = false
  1223. z1.Pitch = .9
  1224. wait(0.01)
  1225. z:Play()
  1226. z1:Play()
  1227. for i = 1, 12 do
  1228. 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)
  1229. 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)
  1230. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  1231. 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)
  1232. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  1233. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  1234. 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)
  1235. if Debounces.on == false then break end
  1236. wait()
  1237. end
  1238. for i = 1, 12 do
  1239. 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)
  1240. 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)
  1241. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  1242. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  1243. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1244. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1245. 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)
  1246. if Debounces.on == false then break end
  1247. wait()
  1248. end
  1249. z = Instance.new("Sound",hed)
  1250. z.SoundId = "rbxassetid://168586621"
  1251. z.Looped = false
  1252. z.Pitch = 1
  1253. z1 = Instance.new("Sound",hed)
  1254. z1.SoundId = "rbxassetid://168586621"
  1255. z1.Looped = false
  1256. z1.Pitch = 1
  1257. wait(0.01)
  1258. z:Play()
  1259. z1:Play()
  1260. for i = 1, 12 do
  1261. 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)
  1262. 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)
  1263. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  1264. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  1265. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  1266. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  1267. 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)
  1268. if Debounces.on == false then break end
  1269. wait()
  1270. end
  1271. to:disconnect()
  1272. larm.BrickColor = BrickColor.new("White")
  1273. rarm.BrickColor = BrickColor.new("White")
  1274. if Debounces.CanAttack == false then
  1275. Debounces.CanAttack = true
  1276. Debounces.on = false
  1277. Debounces.NoIdl = false
  1278. end
  1279. end
  1280. end
  1281. end)
  1282. ----------------------------------------------------
  1283. Sit = false
  1284. mouse.KeyDown:connect(function(key)
  1285. if key == "v" then
  1286. if Sit == false then
  1287. Sit = true
  1288. hum.WalkSpeed = 60
  1289. stanceToggle = "Sitting"
  1290. elseif Sit == true then
  1291. Sit = false
  1292. hum.WalkSpeed = 60
  1293. stanceToggle = "Normal"
  1294. end
  1295. end
  1296. end)
  1297. ----------------------------------------------------
  1298. mouse.KeyDown:connect(function(key)
  1299. if key == "t" then
  1300. if Debounces.CanAttack == true then
  1301. Debounces.CanAttack = false
  1302. Debounces.on = true
  1303. Debounces.NoIdl = true
  1304. for i = 1, 20 do
  1305. 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)
  1306. 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)
  1307. 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)
  1308. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1309. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  1310. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  1311. 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)
  1312. if Debounces.on == false then break end
  1313. wait()
  1314. end
  1315. Spawn(function()
  1316. local Parts = {}
  1317. for Y = -5,5 do
  1318. local P = Instance.new("Part",char)
  1319. P.Anchored = true
  1320. P.FormFactor = "Custom"
  1321. P.CanCollide = false
  1322. P.Size = Vector3.new(1,2,1)
  1323. P.TopSurface = "SmoothNoOutlines"
  1324. P.BottomSurface = "SmoothNoOutlines"
  1325. P.BrickColor = BrickColor.new("White")
  1326. P.Name = tostring(Y)
  1327. local i = (Y+5)/(10)
  1328. i = 1-math.cos(math.pi*i-(math.pi/2))
  1329. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  1330. --[[P.Touched:connect(function(ht)
  1331. local hit = ht.Parent
  1332. if hit:FindFirstChild("Humanoid") then
  1333. hit.Humanoid:TakeDamage(math.random(20,50))
  1334. end
  1335. end)]]--
  1336. s = Instance.new("Sound",P)
  1337. s.SoundId = "rbxassetid://228343271"
  1338. s.Volume = .7
  1339. s.Pitch = 0.9
  1340. s:Play()
  1341. P.Touched:connect(function(ht)
  1342. hit = ht.Parent
  1343. if ht and hit:IsA("Model") then
  1344. if hit:FindFirstChild("Humanoid") then
  1345. if hit.Name ~= p.Name then
  1346. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1347. Debounces.Slashed = true]]--
  1348. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(math.huge))
  1349. hit:FindFirstChild("Humanoid").PlatformStand = true
  1350.  
  1351. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1352. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1353. v:breakJoints''
  1354. end
  1355. end
  1356. wait(1)
  1357. --Debounces.Slashed = false
  1358. --end
  1359. end
  1360. end
  1361. elseif ht and hit:IsA("Hat") then
  1362. if hit.Parent.Name ~= p.Name then
  1363. if hit.Parent:FindFirstChild("Humanoid") then
  1364. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1365. Debounces.Slashed = true]]--
  1366. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (math.huge))
  1367. hit:FindFirstChild("Humanoid").PlatformStand = true
  1368.  
  1369. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1370. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1371. v:breakJoints''
  1372. end
  1373. end
  1374. wait(1)
  1375. --Debounces.Slashed = false
  1376. --end
  1377. end
  1378. end
  1379. end
  1380. end)
  1381. Parts[#Parts+1] = P
  1382. end
  1383. local BREAKIT = false
  1384. local CParts = {}
  1385. local Rocks = {}
  1386. local LastPos = nil
  1387. for i = 1,70 do
  1388. for i2,v in pairs(Parts) do
  1389. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  1390. local cf = v.CFrame
  1391. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  1392. v.CFrame = cf
  1393. v.Transparency = v.Transparency+0.02
  1394. if v.Transparency >= 0.975 then BREAKIT = true end
  1395. if v.Name == "0" then
  1396. local Ignore = {}
  1397. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1398. if v.Character ~= nil then
  1399. Ignore[#Ignore+1] = v.Character
  1400. end
  1401. end
  1402. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  1403. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  1404. if Hit ~= nil then
  1405. if #Rocks == 0 then
  1406. for i = 1,5 do
  1407. local P = Instance.new("Part",char)
  1408. Rocks[#Rocks+1] = P
  1409. P.Anchored = true
  1410. P.FormFactor = "Custom"
  1411. P.BrickColor = Hit.BrickColor
  1412. P.Material = Hit.Material
  1413. P.TopSurface = "Smooth"
  1414. P.BottomSurface = "Smooth"
  1415. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  1416. end
  1417. end
  1418. for i,P in pairs(Rocks) do
  1419. 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)))
  1420. end
  1421. local P = Instance.new("Part",char)
  1422. CParts[#CParts+1] = {P,tick()}
  1423. P.Anchored = true
  1424. P.FormFactor = "Custom"
  1425. P.BrickColor = Hit.BrickColor
  1426. P.Material = Hit.Material
  1427. P.TopSurface = "Smooth"
  1428. P.BottomSurface = "Smooth"
  1429. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  1430. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1431. Pos = Pos.p
  1432. 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)))
  1433. local P = P:Clone()
  1434. CParts[#CParts+1] = {P,tick()}
  1435. P.Parent = char
  1436. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  1437. Pos = Pos.p
  1438. 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)))
  1439. if LastPos ~= nil then
  1440. local P = P:Clone()
  1441. CParts[#CParts+1] = {P,tick()}
  1442. P.Parent = char
  1443. P.BrickColor = BrickColor.new("White")
  1444. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1445. Pos = Pos.p
  1446. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1447. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  1448. --P.Velocity = Vector3.new(0,-1000,0)
  1449. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  1450. end
  1451. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1452. end
  1453. end
  1454. end
  1455. if BREAKIT then break end
  1456. wait(0.002)
  1457. end
  1458. for i,v in pairs(Rocks) do
  1459. CParts[#CParts+1] = {v,tick()}
  1460. end
  1461. for i,v in pairs(Parts) do
  1462. v:Destroy()
  1463. end
  1464. Parts = nil
  1465. while true do
  1466. local t = tick()
  1467. local p = nil
  1468. for i,v in pairs(CParts) do
  1469. if t-v[2] > 4 then
  1470. v[1].Transparency = v[1].Transparency+0.05
  1471. if v[1].Transparency >= 1 then
  1472. v[1]:Destroy()
  1473. CParts[i] = nil
  1474. end
  1475. end
  1476. p = v
  1477. end
  1478. if p == nil then break end
  1479. wait(0.002)
  1480. end
  1481. for i,v in pairs(CParts) do
  1482. v:Destroy()
  1483. end
  1484. CParts = {}
  1485. end)
  1486. for i = 1, 20 do
  1487. 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)
  1488. 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)
  1489. 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)
  1490. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  1491. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  1492. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  1493. 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)
  1494. if Debounces.on == false then break end
  1495. wait()
  1496. end
  1497. if Debounces.CanAttack == false then
  1498. Debounces.CanAttack = true
  1499. Debounces.on = false
  1500. Debounces.NoIdl = false
  1501. end
  1502. end
  1503. end
  1504. end)
  1505. ----------------------------------------------------
  1506. mouse.KeyDown:connect(function(key)
  1507. if key == "e" then
  1508. larm.BrickColor = BrickColor.new("Bright red")
  1509. rarm.BrickColor = BrickColor.new("Bright red")
  1510. if Debounces.CanAttack == true then
  1511. Debounces.CanAttack = false
  1512. Debounces.on = true
  1513. Debounces.NoIdl = true
  1514. for i = 1, 18 do
  1515. 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)
  1516. 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)
  1517. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1518. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  1519. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  1520. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  1521. 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)
  1522. if Debounces.on == false then break end
  1523. wait()
  1524. end
  1525. 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))
  1526. local rng = Instance.new("Part", char.Absolution.Handle)
  1527. rng.Anchored = true
  1528. rng.BrickColor = BrickColor.new("White")
  1529. rng.CanCollide = true
  1530. rng.FormFactor = 3
  1531. rng.Name = "Ring"
  1532. rng.Size = Vector3.new(1, 1, 1)
  1533. rng.CanCollide = false
  1534. rng.Transparency = 0.35
  1535. rng.TopSurface = 0
  1536. rng.BottomSurface = 0
  1537. rng.CFrame = HandCF
  1538. local rngm = Instance.new("SpecialMesh", rng)
  1539. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1540. rngm.Scale = Vector3.new(1, 1, 2)
  1541. x = Instance.new("Sound", hed)
  1542. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1543. x.Looped = false
  1544. x.Pitch = .7
  1545. x.Volume = 1
  1546. x1 = Instance.new("Sound", hed)
  1547. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1548. x1.Looped = false
  1549. x1.Pitch = .7
  1550. x1.Volume = 1
  1551. x:Play()
  1552. x1:Play()
  1553. rngto = rng.Touched:connect(function(ht)
  1554. hit = ht.Parent
  1555. if ht and hit:IsA("Model") then
  1556. if hit:FindFirstChild("Humanoid") then
  1557. if hit.Name ~= p.Name then
  1558. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1559. Debounces.Slashed = true]]--
  1560. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1561. hit:FindFirstChild("Humanoid").PlatformStand = true
  1562. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  1563. --Debounces.Slashed = false
  1564.  
  1565. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1566. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1567. v:breakJoints''
  1568. end
  1569. end
  1570. --end
  1571.  
  1572.  
  1573. end
  1574. end
  1575. elseif ht and hit:IsA("Hat") then
  1576. if hit.Parent.Name ~= p.Name then
  1577. if hit.Parent:FindFirstChild("Humanoid") then
  1578. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1579. Debounces.Slashed = true]]--
  1580. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1581. hit:FindFirstChild("Humanoid").PlatformStand = true
  1582. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1583. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1584. v:breakJoints''
  1585. end
  1586. end
  1587. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  1588. --Debounces.Slashed = false
  1589. end
  1590. end
  1591. end
  1592. end)
  1593. coroutine.wrap(function()
  1594. for i = 1, 60, 2 do
  1595. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  1596. rng.Size = rngm.Scale
  1597. rng.CFrame = HandCF
  1598. rng.Transparency = i/60
  1599. wait()
  1600. end
  1601. wait()
  1602. rng:Destroy()
  1603. end)()
  1604. for i = 1, 18 do
  1605. 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)
  1606. 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)
  1607. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1608. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  1609. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  1610. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  1611. 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)
  1612. if Debounces.on == false then break end
  1613. wait()
  1614. end
  1615. larm.BrickColor = BrickColor.new("White")
  1616. rarm.BrickColor = BrickColor.new("White")
  1617. x:Destroy()
  1618. x1:Destroy()
  1619. if Debounces.CanAttack == false then
  1620. Debounces.CanAttack = true
  1621. Debounces.on = false
  1622. Debounces.NoIdl = false
  1623. end
  1624. end
  1625. end
  1626. end)
  1627. ----------------------------------------------------
  1628. mouse.KeyDown:connect(function(key)
  1629. if key == "y" then
  1630. if Debounces.CanAttack == true then
  1631. Debounces.CanAttack = false
  1632. Debounces.on = true
  1633. Debounces.NoIdl = true
  1634. for i = 1, 15 do
  1635. 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)
  1636. 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)
  1637. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  1638. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  1639. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1640. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1641. 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)
  1642. if Debounces.on == false then break end
  1643. wait()
  1644. end
  1645. x = Instance.new("Sound",char)
  1646. x.SoundId = "rbxassetid://131179973"
  1647. x.Pitch = 1
  1648. x.Volume = 1
  1649. wait(.1)
  1650. x:Play()
  1651. Debounces.on = false
  1652. Debounces.Here = false
  1653. shot = shot + 1
  1654. local rng = Instance.new("Part", char)
  1655. rng.Anchored = true
  1656. rng.BrickColor = BrickColor.new("Lime green")
  1657. rng.Material = "Neon"
  1658. rng.CanCollide = false
  1659. rng.FormFactor = 3
  1660. rng.Name = "Ring"
  1661. rng.Size = Vector3.new(1, 1, 1)
  1662. rng.TopSurface = 0
  1663. rng.BottomSurface = 0
  1664. rng2 = rng:clone()
  1665. rng3 = rng2:clone()
  1666. rng4 = rng2:clone()
  1667. local rngm = Instance.new("SpecialMesh", rng)
  1668. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1669. rngm.Scale = Vector3.new(10, 10, 1)
  1670. rngm.TextureId = "http://www.roblox.com/asset/?id=269748808"
  1671. rngm.VertexColor = Vector3.new(0,1,0)
  1672. rngm2 = rngm:clone()
  1673. rngm2.Scale = Vector3.new(5, 5, 1)
  1674. rngm3=rngm2:clone()
  1675. rngm3.Parent = rng3
  1676. rngm3.Scale = Vector3.new(8, 8, 1)
  1677. rngm4 = rngm2:clone()
  1678. rngm4.Parent = rng4
  1679. rngm4.Scale = Vector3.new(6, 6, 1)
  1680. local bem = Instance.new("Part", char)
  1681. bem.Anchored = true
  1682. bem.BrickColor = BrickColor.new("Lime green")
  1683. bem.Material = "Neon"
  1684. bem.CanCollide = false
  1685. bem.FormFactor = 3
  1686. bem.Name = "Beam" .. shot
  1687. bem.Size = Vector3.new(1, 1, 1)
  1688. bem.TopSurface = 0
  1689. bem.BottomSurface = 0
  1690. local bemm = Instance.new("SpecialMesh", bem)
  1691. bemm.MeshType = 4
  1692. bemm.Scale = Vector3.new(1, 4, 4)
  1693. bemm.VertexColor = Vector3.new(0,1,0)
  1694. local out = Instance.new("Part", char)
  1695. out.Anchored = true
  1696. out.BrickColor = BrickColor.new("Lime green")
  1697. out.CanCollide = false
  1698. out.FormFactor = 3
  1699. out.Name = "Out"
  1700. out.Size = Vector3.new(4, 4, 4)
  1701. out.TopSurface = 0
  1702. out.Transparency = 1
  1703. out.BottomSurface = 0
  1704. local outm = Instance.new("SpecialMesh", out)
  1705. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  1706. outm.TextureId = "http://www.roblox.com/asset/?id=269748808"
  1707. outm.Scale = Vector3.new(4, 4, 4)
  1708. local bnd = Instance.new("Part", char)
  1709. bnd.Anchored = true
  1710. bnd.BrickColor = BrickColor.new("Lime green")
  1711. bnd.Material = "Neon"
  1712. bnd.CanCollide = false
  1713. bnd.FormFactor = 3
  1714. bnd.Name = "Bend"
  1715. bnd.Size = Vector3.new(1, 1, 1)
  1716. bnd.Transparency = 1
  1717. bnd.TopSurface = 0
  1718. bnd.BottomSurface = 0
  1719. local bndm = Instance.new("SpecialMesh", bnd)
  1720. bndm.MeshType = 3
  1721. bndm.Scale = Vector3.new(8, 8, 8)
  1722. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  1723. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  1724. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  1725. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  1726. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  1727. rng4.CFrame = rng3.CFrame * CFrame.new(0, -.5, 0)
  1728. Debounces.Shewt = true
  1729. coroutine.wrap(function()
  1730. for i = 1, 20, 0.2 do
  1731. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  1732. rngm3.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  1733. rngm4.Scale = Vector3.new(6 + i*2, 6 + i*2, 1)
  1734. wait()
  1735. end
  1736. wait()
  1737. rng:Destroy()
  1738. end)()
  1739. if Debounces.Shewt == true then
  1740. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  1741. hit = ht.Parent
  1742. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  1743. if HasntTouched(hit.Name) == true and deb == false then
  1744. deb = true
  1745. coroutine.wrap(function()
  1746. hit:FindFirstChild("Humanoid").PlatformStand = true
  1747. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  1748. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(math.huge))
  1749. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1750. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1751. v:breakJoints''
  1752. end
  1753. end
  1754. end)()
  1755. table.insert(Touche, hit.Name)
  1756. deb = false
  1757. end
  1758. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  1759. if HasntTouched(hit.Parent.Name) == true and deb == false then
  1760. deb = true
  1761. coroutine.wrap(function()
  1762. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  1763. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  1764. wait(1)
  1765. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  1766. end)()
  1767. table.insert(Touche, hit.Parent.Name)
  1768. deb = false
  1769. for i, v in pairs(Touche) do
  1770. print(v)
  1771. end
  1772. end
  1773. end
  1774. end)
  1775. end
  1776. for i = 0, 260, 8 do
  1777. bem.Size = Vector3.new(i, 2, 2)
  1778. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  1779. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  1780. bnd.Size = Vector3.new(1,1,1)
  1781. bndm.Scale = Vector3.new(8,8,8)
  1782. if i % 10 == 0 then
  1783. local newRng = rng2:Clone()
  1784. newRng.Parent = char
  1785. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  1786. local newRngm = rngm2:clone()
  1787. newRngm.Parent=newRng
  1788. coroutine.wrap(function()
  1789. for i = 1, 10, 0.2 do
  1790. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  1791. newRng.Transparency = i/10
  1792. wait()
  1793. end
  1794. wait()
  1795. newRng:Destroy()
  1796. end)()
  1797. end
  1798. wait()
  1799. end
  1800. wait()
  1801. Debounces.Shewt = false
  1802. bem:Destroy()
  1803. out:Destroy()
  1804. bnd:Destroy()
  1805. Debounces.Ready = false
  1806. for i, v in pairs(Touche) do
  1807. table.remove(Touche, i)
  1808. end
  1809. wait()
  1810. table.insert(Touche, char.Name)
  1811. Debounces.NoIdl = false
  1812. if Debounces.CanAttack == false then
  1813. Debounces.CanAttack = true
  1814. end
  1815. end
  1816. end
  1817. end)
  1818. ----------------------------------------------------
  1819. sidz = {"231917888", "231917845", "231917806"}
  1820. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  1821. mouse.KeyDown:connect(function(key)
  1822. if key == "f" then
  1823. larm.BrickColor = BrickColor.new("Bright red")
  1824. rarm.BrickColor = BrickColor.new("Bright red")
  1825. if Debounces.CanAttack == true then
  1826. Debounces.CanAttack = false
  1827. Debounces.on = true
  1828. Debounces.NoIdl = true
  1829. for i = 1, 10 do
  1830. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.4)
  1831. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.4)
  1832. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  1833. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  1834. 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)
  1835. 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)
  1836. 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)
  1837. if Debounces.on == false then break end
  1838. wait()
  1839. end
  1840. z = Instance.new("Sound",char)
  1841. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  1842. z.Pitch = ptz[math.random(1,#ptz)]
  1843. z.Volume = 1
  1844. z1 = Instance.new("Sound",char)
  1845. z1.SoundId = z.SoundId
  1846. z1.Pitch = z.Pitch
  1847. z1.Volume = 1
  1848. wait(1)
  1849. z:Play()
  1850. z1:Play()
  1851. Stomp()
  1852. for i = 1, 20 do
  1853. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.6)
  1854. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.6)
  1855. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  1856. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
  1857. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  1858. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  1859. 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)
  1860. if Debounces.on == false then break end
  1861. wait()
  1862. end
  1863. if Debounces.CanAttack == false then
  1864. Debounces.CanAttack = true
  1865. Debounces.on = false
  1866. Debounces.NoIdl = false
  1867. larm.BrickColor = BrickColor.new("White")
  1868. rarm.BrickColor = BrickColor.new("White")
  1869. end
  1870. end
  1871. end
  1872. end)
  1873. ----------------------------------------------------
  1874. mouse.KeyDown:connect(function(key)
  1875. if key == "g" then
  1876. larm.BrickColor = BrickColor.new("Bright red")
  1877. rarm.BrickColor = BrickColor.new("Bright red")
  1878. if Debounces.CanAttack == true then
  1879. Debounces.CanAttack = false
  1880. Debounces.on = true
  1881. Debounces.NoIdl = true
  1882. chrg = lleg.Touched:connect(function(ht)
  1883. hit = ht.Parent
  1884. if ht and hit:IsA("Model") then
  1885. if hit:FindFirstChild("Humanoid") then
  1886. if hit.Name ~= p.Name then
  1887. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1888. Debounces.Slashed = true]]--
  1889. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1890.  
  1891. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1892. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1893. v:breakJoints''
  1894. end
  1895. end
  1896. hit:FindFirstChild("Humanoid").PlatformStand = true
  1897. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  1898. --Debounces.Slashed = false
  1899. --end
  1900. end
  1901. end
  1902. elseif ht and hit:IsA("Hat") then
  1903. if hit.Parent.Name ~= p.Name then
  1904. if hit.Parent:FindFirstChild("Humanoid") then
  1905. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1906. Debounces.Slashed = true]]--
  1907. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  1908. hit:FindFirstChild("Humanoid").PlatformStand = true
  1909.  
  1910. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1911. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  1912. v:breakJoints''
  1913. end
  1914. end
  1915. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  1916. --Debounces.Slashed = false
  1917. end
  1918. end
  1919. end
  1920. end)
  1921. for i = 1, 14 do
  1922. 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)
  1923. 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)
  1924. 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)
  1925. 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)
  1926. 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)
  1927. 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)
  1928. 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)
  1929. if Debounces.on == false then break end
  1930. wait()
  1931. end
  1932. charge()
  1933. z = Instance.new("Sound",char)
  1934. z.SoundId = "rbxassetid://200632875"
  1935. z.Volume = 1
  1936. z.Pitch = .8
  1937. z1 = Instance.new("Sound",char)
  1938. z1.SoundId = "rbxassetid://200632875"
  1939. z1.Volume = 1
  1940. z1.Pitch = .9
  1941. z:Play()
  1942. z1:Play()
  1943. wait(1)
  1944. z:Destroy()
  1945. z1:Destroy()
  1946. chrg:disconnect()
  1947. if Debounces.CanAttack == false then
  1948. Debounces.CanAttack = true
  1949. Debounces.on = false
  1950. Debounces.NoIdl = false
  1951. larm.BrickColor = BrickColor.new("White")
  1952. rarm.BrickColor = BrickColor.new("White")
  1953. end
  1954. end
  1955. end
  1956. end)
  1957. ----------------------------------------------------
  1958. pt = {1, 1.1, 1.2}
  1959. mouse.KeyDown:connect(function(key)
  1960. if key == "h" then
  1961. if Debounces.CanJoke == true then
  1962. Debounces.CanJoke = false
  1963. u = Instance.new("Sound")
  1964. u.SoundId = "http://www.roblox.com/asset/?id=134978657"
  1965. local dance = Instance.new("Animation")
  1966. dance.AnimationId = "rbxassetid://435170121"
  1967. local animloader = p.Character.Humanoid:LoadAnimation(dance)
  1968. animloader:Play()
  1969. u.Parent = char
  1970. u.Looped = false
  1971. u.Pitch = pt[math.random(1,#pt)]
  1972. u.Volume = 1
  1973. local u2 = Instance.new("Sound")
  1974. u2.SoundId = "http://www.roblox.com/asset/?id=435170121"
  1975. u2.Parent = char
  1976. u2.Looped = false
  1977. u2.Pitch = u.Pitch
  1978. u2.Volume = 1
  1979. wait(.01)
  1980. u:Play()
  1981. u2:Play()
  1982.  
  1983.  
  1984. angle = 0
  1985. for i = 1, 100 do
  1986. p = Instance.new("Part")
  1987. p.Color = Color3.new(math.random(),math.random(),math.random())
  1988. p.Material = "Neon"
  1989. p.Transparency = 0
  1990. p.CanCollide = false
  1991. p.Anchored = true
  1992. p.Size = Vector3.new(50,50,50)
  1993. Instance.new("BlockMesh",p)
  1994. bv = Instance.new("BodyVelocity",p)
  1995. bv.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1996. bv.velocity = Vector3.new(math.random(-300,300),math.random(0,300),math.random(-300,300))
  1997. p.Parent = game.Workspace
  1998. p.Anchored = false
  1999. angle = angle + 1
  2000. wait()
  2001. end
  2002. wait(200)
  2003.  
  2004.  
  2005.  
  2006. wait(6)
  2007. u:Destroy()
  2008. u2:Destroy()
  2009. if Debounces.CanJoke == false then
  2010. Debounces.CanJoke = true
  2011. end
  2012. end
  2013. end
  2014. end)
  2015. ----------------------------------------------------
  2016. mouse.KeyDown:connect(function(key)
  2017. if key == "j" then
  2018. if Debounces.CanJoke == true then
  2019. Debounces.CanJoke = false
  2020. z = Instance.new("Sound",char)
  2021. z.SoundId = "rbxassetid://135017755"
  2022. z.Pitch = .76
  2023. z.Volume = 1
  2024. wait()
  2025. z:Play()
  2026. wait(6)
  2027. z:Destroy()
  2028. if Debounces.CanJoke == false then
  2029. Debounces.CanJoke = true
  2030. end
  2031. end
  2032. end
  2033. end)
  2034. ----------------------------------------------------
  2035. mouse.KeyDown:connect(function(key)
  2036. if key == "n" then
  2037. if Debounces.CanJoke == true then
  2038. Debounces.CanJoke = false
  2039. z = Instance.new("Sound",char)
  2040. z.SoundId = "rbxassetid://130792236"
  2041. z.Pitch = .76
  2042. z.Volume = 1
  2043. wait()
  2044. z:Play()
  2045. wait(6)
  2046. z:Destroy()
  2047. if Debounces.CanJoke == false then
  2048. Debounces.CanJoke = true
  2049. end
  2050. end
  2051. end
  2052. end)
  2053. ----------------------------------------------------
  2054. mouse.KeyDown:connect(function(key)
  2055. if key == "l" then
  2056. if Debounces.CanJoke == true then
  2057. Debounces.CanJoke = false
  2058. z = Instance.new("Sound",char)
  2059. z.SoundId = "rbxassetid://233774928"
  2060. z.Pitch = .76
  2061. z.Volume = 1
  2062. wait()
  2063. z:Play()
  2064. wait(6)
  2065. z:Destroy()
  2066. if Debounces.CanJoke == false then
  2067. Debounces.CanJoke = true
  2068. end
  2069. end
  2070. end
  2071. end)
  2072. ----------------------------------------------------
  2073. mouse.KeyDown:connect(function(key)
  2074. if key == "k" then
  2075. if Debounces.CanJoke == true then
  2076. Debounces.CanJoke = false
  2077. z = Instance.new("Sound",char)
  2078. z.SoundId = "rbxassetid://135017578"
  2079. z.Pitch = .76
  2080. z.Volume = 1
  2081. wait()
  2082. z:Play()
  2083. wait(4)
  2084. z:Destroy()
  2085. if Debounces.CanJoke == false then
  2086. Debounces.CanJoke = true
  2087. end
  2088. end
  2089. end
  2090. end)
  2091. ----------------------------------------------------
  2092. mouse.KeyDown:connect(function(key)
  2093. if key == "x" then
  2094. if Debounces.CanAttack == true then
  2095. Debounces.CanAttack = false
  2096. Debounces.NoIdl = true
  2097. Debounces.on = true
  2098. Debounces.ks = true
  2099. for i = 1, 10 do
  2100. 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)
  2101. 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)
  2102. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2103. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
  2104. 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)
  2105. 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)
  2106. 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)
  2107. if Debounces.on == false then break end
  2108. wait()
  2109. end
  2110. z = Instance.new("Sound",hed)
  2111. z.SoundId = "rbxassetid://169445092"
  2112. z.Volume = 1
  2113. wait(0.1)
  2114. z:Play()
  2115. kik = rleg.Touched:connect(function(ht)
  2116. hit = ht.Parent
  2117. if ht and hit:IsA("Model") then
  2118. if hit:FindFirstChild("Humanoid") then
  2119. if hit.Name ~= p.Name then
  2120. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2121. Debounces.Slashed = true]]--
  2122. if Debounces.ks==true then
  2123. z = Instance.new("Sound",hed)
  2124. z.SoundId = "rbxassetid://169380525"
  2125. z.Volume = 1
  2126. z:Play()
  2127. Debounces.ks=false
  2128. end
  2129. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  2130. hit:FindFirstChild("Humanoid").PlatformStand = true
  2131.  
  2132. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  2133. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  2134. v:breakJoints''
  2135. end
  2136. end
  2137. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2138. --Debounces.Slashed = false
  2139. --end
  2140. end
  2141. end
  2142. elseif ht and hit:IsA("Hat") then
  2143. if hit.Parent.Name ~= p.Name then
  2144. if hit.Parent:FindFirstChild("Humanoid") then
  2145. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2146. Debounces.Slashed = true]]--
  2147. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  2148. hit:FindFirstChild("Humanoid").PlatformStand = true
  2149.  
  2150. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  2151. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  2152. v:breakJoints''
  2153. end
  2154. end
  2155. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2156. --Debounces.Slashed = false
  2157. --end
  2158. end
  2159. end
  2160. end
  2161. end)
  2162. for i = 1, 8 do
  2163. 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)
  2164. 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)
  2165. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.7)
  2166. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
  2167. 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)
  2168. 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)
  2169. 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)
  2170. if Debounces.on == false then break end
  2171. wait()
  2172. end
  2173. kik:disconnect()
  2174. if Debounces.CanAttack == false then
  2175. Debounces.CanAttack = true
  2176. Debounces.on = false
  2177. Debounces.NoIdl = false
  2178. end
  2179. end
  2180. end
  2181. end)
  2182. ----------------------------------------------------
  2183. mouse.KeyDown:connect(function(key)
  2184. if key == "c" then
  2185. if Debounces.CanAttack == true then
  2186. Debounces.CanAttack = false
  2187. Debounces.NoIdl = true
  2188. Debounces.on = true
  2189. SIDZ = {"231917744", "231917742"}
  2190. PTZ = {0.7, 0.8, 0.9, 1}
  2191. for i = 1, 20 do
  2192. wait()
  2193. for i,v in pairs(char.Absolution:children()) do
  2194. if v:IsA("Part") or v:IsA("WedgePart") then
  2195. v.Transparency = 1
  2196. end
  2197. end
  2198. end
  2199. function FindNearestTorso(Position,Distance,SinglePlayer)
  2200. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2201. local List = {}
  2202. for i,v in pairs(workspace:GetChildren())do
  2203. if v:IsA("Model")then
  2204. if v:findFirstChild("Torso")then
  2205. if v ~= char then
  2206. if(v.Torso.Position -Position).magnitude <= Distance then
  2207. table.insert(List,v)
  2208. end
  2209. end
  2210. end
  2211. end
  2212. end
  2213. return List
  2214. end
  2215. GroundPound()
  2216. for i = 1, 5 do
  2217. 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)
  2218. 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)
  2219. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2220. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2221. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2222. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2223. 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)
  2224. if Debounces.on == false then break end
  2225. wait()
  2226. end
  2227. GroundPound()
  2228. for i = 1, 5 do
  2229. 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)
  2230. 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)
  2231. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2232. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2233. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2234. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2235. 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)
  2236. if Debounces.on == false then break end
  2237. wait()
  2238. end
  2239. GroundPound()
  2240. for i = 1, 5 do
  2241. 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)
  2242. 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)
  2243. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2244. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2245. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2246. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2247. 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)
  2248. if Debounces.on == false then break end
  2249. wait()
  2250. end
  2251. GroundPound()
  2252. for i = 1, 5 do
  2253. 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)
  2254. 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)
  2255. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2256. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2257. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2258. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2259. 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)
  2260. if Debounces.on == false then break end
  2261. wait()
  2262. end
  2263. GroundPound()
  2264. for i = 1, 5 do
  2265. 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)
  2266. 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)
  2267. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2268. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2269. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2270. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2271. 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)
  2272. if Debounces.on == false then break end
  2273. wait()
  2274. end
  2275. GroundPound()
  2276. for i = 1, 5 do
  2277. 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)
  2278. 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)
  2279. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2280. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2281. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2282. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2283. 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)
  2284. if Debounces.on == false then break end
  2285. wait()
  2286. end
  2287. for i = 1, 18 do
  2288. 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)
  2289. 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)
  2290. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2291. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2292. 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)
  2293. 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)
  2294. 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)
  2295. if Debounces.on == false then break end
  2296. wait()
  2297. end
  2298. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  2299. if v:FindFirstChild('Humanoid') then
  2300. v.Humanoid:TakeDamage(math.random(3,10))
  2301. v.Humanoid.PlatformStand = true
  2302.  
  2303. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  2304. if v:IsA'Model' and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Head") then
  2305. v:breakJoints''
  2306. end
  2307. end
  2308. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2309. end
  2310. end
  2311. x = Instance.new("Sound",char)
  2312. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  2313. x.Pitch = PTZ[math.random(1,#PTZ)]
  2314. x.Volume = 1
  2315. wait(0.1)
  2316. x:Play()
  2317. Crater(hed,20)
  2318. for i = 1, 14 do
  2319. 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)
  2320. 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)
  2321. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  2322. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  2323. 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)
  2324. 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)
  2325. 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)
  2326. if Debounces.on == false then break end
  2327. wait()
  2328. end
  2329. if Debounces.CanAttack == false then
  2330. Debounces.CanAttack = true
  2331. Debounces.on = false
  2332. Debounces.NoIdl = false
  2333. for i = 1, 20 do
  2334. wait()
  2335. for i,v in pairs(char.Absolution:children()) do
  2336. if v:IsA("Part") or v:IsA("WedgePart") then
  2337. v.Transparency = 1
  2338. end
  2339. end
  2340. end
  2341. end
  2342. end
  2343. end
  2344. end)
  2345. ----------------------------------------------------176349813
  2346. mouse.KeyDown:connect(function(key)
  2347. if key == "b" then
  2348. hum.WalkSpeed = 60
  2349. if Debounces.CanAttack == true then
  2350. Debounces.CanAttack = false
  2351. Debounces.NoIdl = true
  2352. Debounces.on = true
  2353. for i = 1,20 do
  2354. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  2355. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  2356. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  2357. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  2358. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  2359. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  2360. 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)
  2361. if Debounces.on == false then break end
  2362. wait()
  2363. end
  2364. wait(1)
  2365. v = Instance.new("Sound")
  2366. v.SoundId = "rbxassetid://181384451"
  2367. v.Parent = char
  2368. v.Looped = false
  2369. v.Pitch = 1.04
  2370. v.Volume = 1
  2371. wait(.01)
  2372. v:Play()
  2373.  
  2374. if Daytime == true then
  2375. Daytime = false
  2376. l.TimeOfDay = 24
  2377. else
  2378. Daytime = true
  2379. l.TimeOfDay = 12
  2380. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  2381. end
  2382.  
  2383. local Shockwave = function()
  2384. local rng1 = Instance.new("Part", char)
  2385. rng1.Anchored = true
  2386. rng1.BrickColor = BrickColor.new("White")
  2387. rng1.CanCollide = false
  2388. rng1.FormFactor = 3
  2389. rng1.Name = "Ring"
  2390. rng1.Size = Vector3.new(1, 1, 1)
  2391. rng1.Transparency = 0.35
  2392. rng1.TopSurface = 0
  2393. rng1.BottomSurface = 0
  2394. local rngm1 = Instance.new("SpecialMesh", rng)
  2395. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2396. rngm1.Scale = Vector3.new(10, 10, 1)
  2397. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  2398. local Wave = Instance.new("Part", game.Workspace--[[?]])
  2399. Wave.Name = "Shockwave"
  2400. Wave.BrickColor = BrickColor.new("White")
  2401. Wave.Size = Vector3.new(1, 1, 1)
  2402. Wave.Shape = "Ball"
  2403. Wave.CanCollide = false
  2404. Wave.Anchored = true
  2405. Wave.TopSurface = 0
  2406. Wave.BottomSurface = 0
  2407. Wave.Touched:connect(function(hit)
  2408. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  2409. local Occlude = true
  2410. local NotOccludes = {
  2411. char.Name;
  2412. "Wings";
  2413. "Scythe";
  2414. "Thingy";
  2415. "Thingy2"; -- put all of the names in a table pls
  2416. }
  2417. for i,v in pairs(NotOccludes) do
  2418. if hit.Parent.Name == v then
  2419. Occlude = false
  2420. end
  2421. end
  2422. --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
  2423. if Occlude then
  2424. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  2425. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  2426. end
  2427. end
  2428. end)
  2429.  
  2430. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  2431.  
  2432. coroutine.wrap(function()
  2433. for i = 1, 20, 0.2 do
  2434. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2435. rng1.Transparency = i/20
  2436. wait()
  2437. end
  2438. wait()
  2439. rng1:Destroy()
  2440. end)()
  2441.  
  2442. Delay(0, function()
  2443.  
  2444. if Daytime == false then
  2445. for i = 1, 50, 1 do
  2446. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  2447. Wave.CFrame = char.Torso.CFrame
  2448. local t = i / 50
  2449. Wave.Transparency = t
  2450. wait()
  2451. end
  2452. else
  2453. for i = 1, 50, 1 do
  2454. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  2455. Wave.CFrame = char.Torso.CFrame
  2456. local t = i / 50
  2457. Wave.Transparency = t
  2458. wait()
  2459. end
  2460. end
  2461. Wave:Destroy()
  2462. end)
  2463. Delay(0, function()
  2464. while wait() do
  2465. if Wave ~= nil then
  2466. Wave.CFrame = char.Torso.CFrame
  2467. else
  2468. break
  2469. end
  2470. end
  2471. end)
  2472. end
  2473. Shockwave()
  2474. for i = 1, 15 do
  2475. 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)
  2476. 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)
  2477. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  2478. 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)
  2479. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  2480. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2481. if Debounces.on == false then break end
  2482. wait()
  2483. end
  2484. for i = 1, 15 do
  2485. 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)
  2486. 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)
  2487. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  2488. 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)
  2489. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2490. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  2491. if Debounces.on == false then break end
  2492. wait()
  2493. end
  2494. for i = 1, 15 do
  2495. 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)
  2496. 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)
  2497. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  2498. 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)
  2499. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  2500. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2501. if Debounces.on == false then break end
  2502. wait()
  2503. end
  2504. for i = 1, 15 do
  2505. 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)
  2506. 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)
  2507. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  2508. 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)
  2509. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2510. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  2511. if Debounces.on == false then break end
  2512. wait()
  2513. end
  2514. for i = 1, 15 do
  2515. 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)
  2516. 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)
  2517. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  2518. 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)
  2519. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  2520. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2521. if Debounces.on == false then break end
  2522. wait()
  2523. end
  2524. for i = 1, 15 do
  2525. 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)
  2526. 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)
  2527. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  2528. 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)
  2529. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  2530. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  2531. if Debounces.on == false then break end
  2532. wait()
  2533. end
  2534. wait(1.4)
  2535. Debounces.NoIdl = false
  2536. hum.WalkSpeed = 60
  2537. Debounces.on = false
  2538. wait()
  2539. if Debounces.CanAttack == false then
  2540. Debounces.CanAttack = true
  2541. v:Destroy()
  2542. end
  2543. end
  2544. end
  2545. end)
  2546. ----------------------------------------------------
  2547. mouse.KeyDown:connect(function(key)
  2548. if key == "m" then
  2549. hum.WalkSpeed = 60
  2550. if Debounces.CanAttack == true then
  2551. Debounces.CanAttack = false
  2552. Debounces.on = true
  2553. Debounces.NoIdl = true
  2554. --[[x = Instance.new("Sound",char)
  2555. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  2556. x.Looped = false
  2557. x.Pitch = 1.1
  2558. x.Volume = 1
  2559. x:Play()
  2560. x2 = Instance.new("Sound",char)
  2561. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  2562. x2.Looped = false
  2563. x2.Pitch = .7
  2564. x2.Volume = 1
  2565. wait(.1)
  2566. x:Play()
  2567. x2:Play()
  2568. for i = 1, 20 do
  2569. 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)
  2570. 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)
  2571. 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)
  2572. 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)
  2573. 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)
  2574. 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)
  2575. 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)
  2576. if Debounces.on == false then break end
  2577. wait()
  2578. x:Destroy()
  2579. x2:Destroy()
  2580. end
  2581. wait(1)]]--
  2582. local rng = Instance.new("Part", char)
  2583. rng.Anchored = true
  2584. rng.BrickColor = BrickColor.new("White")
  2585. rng.CanCollide = false
  2586. rng.FormFactor = 3
  2587. rng.Name = "Ring"
  2588. rng.Size = Vector3.new(1, 1, 1)
  2589. rng.Transparency = 0.35
  2590. rng.TopSurface = 0
  2591. rng.BottomSurface = 0
  2592. rng.Position = torso.Position - Vector3.new(0,2,0)
  2593. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2594. local rngm = Instance.new("SpecialMesh", rng)
  2595. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2596. rngm.Scale = Vector3.new(1, 1, 2)
  2597. x = Instance.new("Sound",char)
  2598. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2599. x.Looped = false
  2600. x.Pitch = .7
  2601. x.Volume = 1
  2602. x:Play()
  2603. coroutine.wrap(function()
  2604. for i = 1, 60, 2 do
  2605. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  2606. rng.Transparency = i/60
  2607. wait()
  2608. end
  2609. wait()
  2610. rng:Destroy()
  2611. end)()
  2612. hum.WalkSpeed = 60
  2613. BV = Instance.new("BodyVelocity", torso)
  2614. BV.maxForce = Vector3.new(0,200000,0)
  2615. BV.P = 100000
  2616. BV.velocity = Vector3.new(0,800,0)
  2617. for i = 1, 20 do
  2618. 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)
  2619. 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)
  2620. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  2621. 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)
  2622. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2623. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  2624. 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)
  2625. if Debounces.on == false then break end
  2626. wait()
  2627. end
  2628. x:Destroy()
  2629. BV:Destroy()
  2630. --[[for i = 1, 30 do
  2631. 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)
  2632. 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)
  2633. 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)
  2634. 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)
  2635. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  2636. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  2637. if Debounces.on == false then break end
  2638. wait()
  2639. end]]--
  2640. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  2641. for i = 1, 30 do
  2642. 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)
  2643. 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)
  2644. 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)
  2645. 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)
  2646. 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)
  2647. 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)
  2648. 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)
  2649. if Debounces.on == false then break end
  2650. wait()
  2651. end
  2652. end
  2653. Debounces.on = false
  2654. Debounces.NoIdl = false
  2655. local ry,ht,ps=nil,nil,nil
  2656. while ht==nil do
  2657. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  2658. wait()
  2659. end
  2660. z = Instance.new("Sound",char)
  2661. z.SoundId = "rbxassetid://142070127"
  2662. z.Volume = 1
  2663. wait(.1)
  2664. z:Play()
  2665. Landing()
  2666. hum.WalkSpeed = 60
  2667. if Debounces.CanAttack == false then
  2668. Debounces.CanAttack = true
  2669. end
  2670. end
  2671. end
  2672. end)
  2673. ----------------------------------------------------
  2674. Grab = false
  2675. mouse.KeyDown:connect(function(key)
  2676. if key == "z" then
  2677. larm.BrickColor = BrickColor.new("Bright red")
  2678. rarm.BrickColor = BrickColor.new("Bright red")
  2679. Debounces.on = true
  2680. Debounces.NoIdl = true
  2681. if Grab == false then
  2682. gp = nil
  2683. con1=larm.Touched:connect(function(hit) -- this is grab
  2684. ht = hit.Parent
  2685. hum1=ht:FindFirstChild('Humanoid')
  2686. if hum1 ~= nil then
  2687. hum1.PlatformStand=true
  2688. gp = ht
  2689. Grab = true
  2690. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  2691. asd.Parent = larm
  2692. asd.Name = "asd"
  2693. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  2694. elseif hum1 == nil then
  2695. con1:disconnect()
  2696. wait() return
  2697. end
  2698. end)
  2699. for i = 1, 18 do
  2700. 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)
  2701. 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)
  2702. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  2703. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  2704. 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)
  2705. 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)
  2706. 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)
  2707. if Debounces.on == false then break end
  2708. wait()
  2709. end
  2710. con1:disconnect()
  2711. Debounces.on = false
  2712. Debounces.NoIdl = false
  2713. elseif Grab == true then
  2714. Grab = false
  2715. for i = 1, 20 do
  2716. 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)
  2717. 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)
  2718. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  2719. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  2720. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2721. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2722. 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)
  2723. if Debounces.on == false then end
  2724. wait()
  2725. end
  2726. if gp ~= nil then
  2727. for i,v in pairs(larm:GetChildren()) do
  2728. if v.Name == "asd" and v:IsA("Weld") then
  2729. v:Remove()
  2730. end
  2731. end
  2732. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  2733. bv.maxForce = Vector3.new(400000, 400000, 400000)
  2734. bv.P = 125000
  2735. bv.velocity = char.Head.CFrame.lookVector * 200
  2736. for i = 1, 12 do
  2737. 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)
  2738. if Debounces.on == false then end
  2739. wait()
  2740. end
  2741. ht=nil
  2742. Spawn(function()
  2743. wait(0.5)
  2744. bv:Destroy()
  2745. end)
  2746. Debounces.on = false
  2747. Debounces.NoIdl = false
  2748. elseif ht == nil then wait()
  2749. Grab = false
  2750. Debounces.on = false
  2751. Debounces.NoIdl = false
  2752. end
  2753. end
  2754. end
  2755. end)
  2756. ----------------------------------------------------
  2757. mouse.KeyDown:connect(function(key)
  2758. if string.byte(key) == 52 then
  2759. char.Humanoid.WalkSpeed = 60
  2760. end
  2761. end)
  2762. mouse.KeyUp:connect(function(key)
  2763. if string.byte(key) == 52 then
  2764. char.Humanoid.WalkSpeed = 60
  2765. end
  2766. end)
  2767. ----------------------------------------------------
  2768. local animpose = "Idle"
  2769. local lastanimpose = "Idle"
  2770. local sine = 0
  2771. local change = 1
  2772. local val = 0
  2773. local ffing = false
  2774. ----------------------------------------------------
  2775. --[[x = Instance.new("Sound", char)
  2776. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  2777. x.Looped = true
  2778. x.Volume = 1
  2779. x.Pitch = 1
  2780. local footsteps = false]]--
  2781. -------------------------------
  2782. game:GetService("RunService").RenderStepped:connect(function()
  2783. --[[if char.Humanoid.Jump == true then
  2784. jump = true
  2785. else
  2786. jump = false
  2787. end]]
  2788. char.Humanoid.FreeFalling:connect(function(f)
  2789. if f then
  2790. ffing = true
  2791. else
  2792. ffing = false
  2793. end
  2794. end)
  2795. sine = sine + change
  2796. if jumpn == true then
  2797. animpose = "Jumping"
  2798. elseif ffing == true then
  2799. animpose = "Freefalling"
  2800. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  2801. animpose = "Idle"
  2802. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  2803. animpose = "Walking"
  2804. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  2805. animpose = "Running"
  2806. end
  2807. if animpose ~= lastanimpose then
  2808. sine = 0
  2809. if Debounces.NoIdl == false then
  2810. if animpose == "Idle" then
  2811. for i = 1, 2 do
  2812. 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)
  2813. 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)
  2814. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  2815. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  2816. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2817. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2818. 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)
  2819. end
  2820. elseif animpose == "Walking" then
  2821. for i = 1, 2 do
  2822. 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)
  2823. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  2824. 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)
  2825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  2826. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  2827. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  2828. 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)
  2829. end
  2830. elseif animpose == "Running" then
  2831. for i = 1, 2 do
  2832. 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)
  2833. 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)
  2834. 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)
  2835. 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)
  2836. 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)
  2837. 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)
  2838. 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)
  2839. end
  2840. wait()
  2841. end
  2842. else
  2843. end
  2844. end
  2845. lastanimpose = animpose
  2846. if Debounces.NoIdl == false then
  2847. if animpose == "Idle" then
  2848. if stanceToggle == "Normal" then
  2849. change = 0.5
  2850. 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)
  2851. 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)
  2852. 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)
  2853. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  2854. 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)
  2855. 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)
  2856. 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)
  2857. elseif stanceToggle == "Sitting" then
  2858. 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)
  2859. 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)
  2860. 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)
  2861. 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)
  2862. 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)
  2863. 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)
  2864. 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)
  2865. end
  2866. elseif animpose == "Walking" then
  2867. if stanceToggle == "Normal" then
  2868. change = 1
  2869. 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)
  2870. 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)
  2871. 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)
  2872. 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)
  2873. 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)
  2874. 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)
  2875. 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)
  2876. end
  2877. elseif animpose == "Running" then
  2878. change = 1
  2879. 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)
  2880. 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)
  2881. 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)
  2882. 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)
  2883. 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)
  2884. 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)
  2885. 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)
  2886. end
  2887. end
  2888. --[[if animpose == "Walking" then
  2889. if footsteps == false then
  2890. x:Play()
  2891. footsteps = true
  2892. end
  2893. x.Pitch = 1.1
  2894. elseif animpose == "Idle" then
  2895. x:Stop()
  2896. footsteps = false
  2897. elseif animpose == "Running" then
  2898. x.Pitch = 1.2
  2899. if footsteps == false then
  2900. x:Play()
  2901. footsteps = true
  2902. end
  2903. end]]--
  2904. end)
Add Comment
Please, Sign In to add comment