Advertisement
Gummi_Shark

Untitled

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