EmeraldIT

Light Phoenix

Feb 17th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.58 KB | None | 0 0
  1. Character = game.Players.LocalPlayer.Character
  2. Head = Character.Head
  3.  
  4. CV="Toothpaste"
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. local txt = Instance.new("BillboardGui", char)
  8. txt.Adornee = char .Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 0
  20. text.Font = "Cartoon"
  21. text.TextStrokeColor3 = Color3.new(0,255,255)
  22.  
  23. v=Instance.new("Part")
  24. v.Name = "ColorBrick"
  25. v.Parent=p.Character
  26. v.FormFactor="Symmetric"
  27. v.Anchored=true
  28. v.CanCollide=false
  29. v.BottomSurface="Smooth"
  30. v.TopSurface="Smooth"
  31. v.Size=Vector3.new(10,5,3)
  32. v.Transparency=1
  33. v.CFrame=char.Torso.CFrame
  34. v.BrickColor=BrickColor.new(CV)
  35. v.Transparency=1
  36. text.TextColor3 = Color3.new(255,255,255)
  37. v.Shape="Block"
  38. text.Text = "Light Phoenix"
  39.  
  40. local s = Instance.new("Sound",char)
  41. s.Name = "BGMusic"
  42. s.SoundId = "rbxassetid://792238435"
  43. s.Pitch = 1
  44. s.Volume = 10
  45. s.Looped = true
  46. s.archivable = false
  47. s.Parent = char.Head
  48. wait(0.1)
  49. s:play()
  50.  
  51. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  52. print("Holy Light will shine above all.")
  53. print("Unleash the Holy fire to anyone to destroy.")
  54. p = game.Players.LocalPlayer
  55. char = p.Character
  56. torso = char.Torso
  57. neck = char.Torso.Neck
  58.  
  59. Player=game:GetService("Players").LocalPlayer
  60. Character=Player.Character
  61. PlayerGui=Player.PlayerGui
  62. Backpack=Player.Backpack
  63. Torso=Character.Torso
  64. Head=Character.Head
  65. Humanoid=Character.Humanoid
  66. LeftArm=Character["Left Arm"]
  67. LeftLeg=Character["Left Leg"]
  68. RightArm=Character["Right Arm"]
  69. RightLeg=Character["Right Leg"]
  70. cam=game.Workspace.CurrentCamera
  71. LS=Torso["Left Shoulder"]
  72. LH=Torso["Left Hip"]
  73. RS=Torso["Right Shoulder"]
  74. RH=Torso["Right Hip"]
  75. Face = Head.face
  76. Neck=Torso.Neck
  77. it=Instance.new
  78. attacktype=1
  79. vt=Vector3.new
  80. cf=CFrame.new
  81. euler=CFrame.fromEulerAnglesXYZ
  82. angles=CFrame.Angles
  83. cloaked=false
  84. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  85. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  86. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  87. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  88. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  89. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  90. RootPart=Character.HumanoidRootPart
  91. RootJoint=RootPart.RootJoint
  92. RootCF=euler(-1.57,0,3.14)
  93. attack = false
  94. bounce=false
  95. cooldown=false
  96. deeznuts=false
  97. attackdebounce = false
  98. deb=false
  99. equipped=true
  100. hand=false
  101. MMouse=nil
  102. combo=0
  103. mana=0
  104. trispeed=.2
  105. attackmode='none'
  106. local idle=0
  107. local Anim="Idle"
  108. local Effects={}
  109. local gun=false
  110. local shoot=false
  111. player=nil
  112. mana=0
  113. cam = workspace.CurrentCamera
  114. ZTarget = nil
  115. RocketTarget = nil
  116. local m = Instance.new("Model",Character)
  117. m.Name = "WeaponModel"
  118.  
  119. mouse=Player:GetMouse()
  120. --save shoulders
  121. RSH, LSH=nil, nil
  122. --welds
  123. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  124. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  125. LH=Torso["Left Hip"]
  126. RH=Torso["Right Hip"]
  127. TorsoColor=Torso.BrickColor
  128. function NoOutline(Part)
  129. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  130. end
  131. player=Player
  132. ch=Character
  133. RSH=ch.Torso["Right Shoulder"]
  134. LSH=ch.Torso["Left Shoulder"]
  135. --
  136. RSH.Parent=nil
  137. LSH.Parent=nil
  138. --
  139. RW.Name="Right Shoulder"
  140. RW.Part0=ch.Torso
  141. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  142. RW.C1=cf(0, 0.5, 0)
  143. RW.Part1=ch["Right Arm"]
  144. RW.Parent=ch.Torso
  145. --
  146. LW.Name="Left Shoulder"
  147. LW.Part0=ch.Torso
  148. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  149. LW.C1=cf(0, 0.5, 0)
  150. LW.Part1=ch["Left Arm"]
  151. LW.Parent=ch.Torso
  152.  
  153. function swait(num)
  154. if num==0 or num==nil then
  155. game:service'RunService'.Heartbeat:wait(0)
  156. else
  157. for i=0,num do
  158. game:service'RunService'.Heartbeat:wait(0)
  159. end
  160. end
  161. end
  162.  
  163.  
  164. local Player = game.Players.localPlayer
  165. local Character = Player.Character
  166. local red = 255
  167. local green = 255
  168. local blue = 255
  169. local Humanoid = Character.Humanoid
  170. local mouse = Player:GetMouse()
  171. local m = Instance.new("Model", Character)
  172. m.Name = "WeaponModel"
  173. local LeftArm = Character["Left Arm"]
  174. local RightArm = Character["Right Arm"]
  175. local LeftLeg = Character["Left Leg"]
  176. local RightLeg = Character["Right Leg"]
  177. local Head = Character.Head
  178. local Torso = Character.Torso
  179. local cam = game.Workspace.CurrentCamera
  180. local RootPart = Character.HumanoidRootPart
  181. local RootJoint = RootPart.RootJoint
  182. local equipped = false
  183. local attack = false
  184. local Anim = "Idle"
  185. local idle = 0
  186. local attacktype = 1
  187. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  188. local velocity = RootPart.Velocity.y
  189. local sine = 0
  190. local change = 1
  191. local grabbed = false
  192. local cn = CFrame.new
  193. local mr = math.rad
  194. local angles = CFrame.Angles
  195. local ud = UDim2.new
  196. local c3 = Color3.new
  197. local lim = 0
  198. local st = 0
  199. local necko = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  200. local attacktype = 1
  201. local ZTarget, RocketTarget = nil, nil
  202. local euler = CFrame.fromEulerAnglesXYZ
  203. function clerp(a,b,t)
  204. local qa = {QuaternionFromCFrame(a)}
  205. local qb = {QuaternionFromCFrame(b)}
  206. local ax, ay, az = a.x, a.y, a.z
  207. local bx, by, bz = b.x, b.y, b.z
  208. local _t = 1-t
  209. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  210. end
  211.  
  212. function QuaternionFromCFrame(cf)
  213. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  214. local trace = m00 + m11 + m22
  215. if trace > 0 then
  216. local s = math.sqrt(1 + trace)
  217. local recip = 0.5/s
  218. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  219. else
  220. local i = 0
  221. if m11 > m00 then
  222. i = 1
  223. end
  224. if m22 > (i == 0 and m00 or m11) then
  225. i = 2
  226. end
  227. if i == 0 then
  228. local s = math.sqrt(m00-m11-m22+1)
  229. local recip = 0.5/s
  230. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  231. elseif i == 1 then
  232. local s = math.sqrt(m11-m22-m00+1)
  233. local recip = 0.5/s
  234. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  235. elseif i == 2 then
  236. local s = math.sqrt(m22-m00-m11+1)
  237. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  238. end
  239. end
  240. end
  241.  
  242. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  243. local xs, ys, zs = x + x, y + y, z + z
  244. local wx, wy, wz = w*xs, w*ys, w*zs
  245. local xx = x*xs
  246. local xy = x*ys
  247. local xz = x*zs
  248. local yy = y*ys
  249. local yz = y*zs
  250. local zz = z*zs
  251. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  252. end
  253.  
  254. function QuaternionSlerp(a, b, t)
  255. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  256. local startInterp, finishInterp;
  257. if cosTheta >= 0.0001 then
  258. if (1 - cosTheta) > 0.0001 then
  259. local theta = math.acos(cosTheta)
  260. local invSinTheta = 1/math.sin(theta)
  261. startInterp = math.sin((1-t)*theta)*invSinTheta
  262. finishInterp = math.sin(t*theta)*invSinTheta
  263. else
  264. startInterp = 1-t
  265. finishInterp = t
  266. end
  267. else
  268. if (1+cosTheta) > 0.0001 then
  269. local theta = math.acos(-cosTheta)
  270. local invSinTheta = 1/math.sin(theta)
  271. startInterp = math.sin((t-1)*theta)*invSinTheta
  272. finishInterp = math.sin(t*theta)*invSinTheta
  273. else
  274. startInterp = t-1
  275. finishInterp = t
  276. end
  277. end
  278. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  279. end
  280. rayCast = function(Position, Direction, Range, Ignore)
  281. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  282. end
  283. local v = game.Players.localPlayer
  284. local torso = v.Character.Torso
  285.  
  286. plr = game.Players.LocalPlayer
  287. char = game.Players.LocalPlayer.Character
  288. hum = game.Players.LocalPlayer.Character.Humanoid
  289. t = game.Players.LocalPlayer.Character.Torso
  290. h = game.Players.LocalPlayer.Character.Head
  291. ra = game.Players.LocalPlayer.Character["Right Arm"]
  292. la = game.Players.LocalPlayer.Character["Left Arm"]
  293. rl = game.Players.LocalPlayer.Character["Right Leg"]
  294. ll = game.Players.LocalPlayer.Character["Left Leg"]
  295. tors = Character.Torso
  296. lleg = Character["Left Leg"]
  297. root = Character.HumanoidRootPart
  298. hed = Character.Head
  299. rleg = Character["Right Leg"]
  300. rarm = Character["Right Arm"]
  301. larm = Character["Left Arm"]
  302. bsize1 = NumberSequenceKeypoint.new(3,3,3)
  303. bsize2 = NumberSequenceKeypoint.new(10,10,10)
  304. local Effects = {}
  305. attack = false
  306. local attacking = false
  307. vt = Vector3.new
  308. bc = BrickColor.new
  309. br = BrickColor.random
  310. it = Instance.new
  311. cf = CFrame.new
  312. euler = CFrame.fromEulerAnglesXYZ
  313. angles = CFrame.Angles
  314. matr = math.random
  315. local colororg = BrickColor.new("Toothpaste") -- set color u like
  316. local meshtype = "Sphere" -- only for specialmesh
  317. mouse = plr:GetMouse()
  318.  
  319. CFuncs = {
  320. ["Part"] = {
  321. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  322. local Part = Create("Part"){
  323. Parent = Parent,
  324. Reflectance = Reflectance,
  325. Transparency = Transparency,
  326. CanCollide = false,
  327. Locked = true,
  328. BrickColor = BrickColor.new(tostring(BColor)),
  329. Name = Name,
  330. Size = Size,
  331. Material = Material,
  332. }
  333. RemoveOutlines(Part)
  334. return Part
  335. end;
  336. };
  337.  
  338. ["Mesh"] = {
  339. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  340. local Msh = Create(Mesh){
  341. Parent = Part,
  342. Offset = OffSet,
  343. Scale = Scale,
  344. }
  345. if Mesh == "SpecialMesh" then
  346. Msh.MeshType = MeshType
  347. Msh.MeshId = MeshId
  348. end
  349. return Msh
  350. end;
  351. };
  352.  
  353. ["Mesh"] = {
  354. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  355. local Msh = Create(Mesh){
  356. Parent = Part,
  357. Offset = OffSet,
  358. Scale = Scale,
  359. }
  360. if Mesh == "SpecialMesh" then
  361. Msh.MeshType = MeshType
  362. Msh.MeshId = MeshId
  363. end
  364. return Msh
  365. end;
  366. };
  367.  
  368. ["Weld"] = {
  369. Create = function(Parent, Part0, Part1, C0, C1)
  370. local Weld = Create("Weld"){
  371. Parent = Parent,
  372. Part0 = Part0,
  373. Part1 = Part1,
  374. C0 = C0,
  375. C1 = C1,
  376. }
  377. return Weld
  378. end;
  379. };
  380.  
  381. ["Sound"] = {
  382. Create = function(id, par, vol, pit)
  383. coroutine.resume(coroutine.create(function()
  384. local S = Create("Sound"){
  385. Volume = vol,
  386. Pitch = pit or 1,
  387. SoundId = id,
  388. Parent = par or workspace,
  389. }
  390. wait()
  391. S:play()
  392. game:GetService("Debris"):AddItem(S, 6)
  393. end))
  394. end;
  395. };
  396.  
  397. ["ParticleEmitter"] = {
  398. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  399. local fp = Create("ParticleEmitter"){
  400. Parent = Parent,
  401. Color = ColorSequence.new(Color1, Color2),
  402. LightEmission = LightEmission,
  403. Size = Size,
  404. Texture = Texture,
  405. Transparency = Transparency,
  406. ZOffset = ZOffset,
  407. Acceleration = Accel,
  408. Drag = Drag,
  409. LockedToPart = LockedToPart,
  410. VelocityInheritance = VelocityInheritance,
  411. EmissionDirection = EmissionDirection,
  412. Enabled = Enabled,
  413. Lifetime = LifeTime,
  414. Rate = Rate,
  415. Rotation = Rotation,
  416. RotSpeed = RotSpeed,
  417. Speed = Speed,
  418. VelocitySpread = VelocitySpread,
  419. }
  420. return fp
  421. end;
  422. };
  423.  
  424. CreateTemplate = {
  425.  
  426. };
  427. }
  428.  
  429.  
  430.  
  431. New = function(Object, Parent, Name, Data)
  432. local Object = Instance.new(Object)
  433. for Index, Value in pairs(Data or {}) do
  434. Object[Index] = Value
  435. end
  436. Object.Parent = Parent
  437. Object.Name = Name
  438. return Object
  439. end
  440.  
  441. function chatfunc(text)
  442. local chat = coroutine.wrap(function()
  443. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  444. Character:FindFirstChild("TalkingBillBoard"):destroy()
  445. end
  446. local naeeym2 = Instance.new("BillboardGui",Character)
  447. naeeym2.Size = UDim2.new(0,100,0,40)
  448. naeeym2.StudsOffset = Vector3.new(0,3,0)
  449. naeeym2.Adornee = Character.Head
  450. naeeym2.Name = "TalkingBillBoard"
  451. local tecks2 = Instance.new("TextLabel",naeeym2)
  452. tecks2.BackgroundTransparency = 1
  453. tecks2.BorderSizePixel = 0
  454. tecks2.Text = ""
  455. tecks2.Font = "SciFi"
  456. tecks2.TextSize = 30
  457. tecks2.TextStrokeTransparency = 0
  458. tecks2.TextColor3 = Color3.new(255,255,255)
  459. tecks2.TextStrokeColor3 = Color3.new(0,255,255)
  460. tecks2.Size = UDim2.new(1,0,0.5,0)
  461. local tecks3 = Instance.new("TextLabel",naeeym2)
  462. tecks3.BackgroundTransparency = 1
  463. tecks3.BorderSizePixel = 0
  464. tecks3.Text = ""
  465. tecks3.Font = "SciFi"
  466. tecks3.TextSize = 30
  467. tecks3.TextStrokeTransparency = 0
  468. tecks3.TextColor3 = Color3.new(255,255,255)
  469. tecks3.TextStrokeColor3 = Color3.new(0,255,255)
  470. tecks3.Size = UDim2.new(1,0,0.5,0)
  471. for i = 1,string.len(text),1 do
  472. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, .6, .8)
  473. tecks2.Text = string.sub(text,1,i)
  474. tecks3.Text = string.sub(text,1,i)
  475. wait(0.01)
  476. end
  477. wait(2)
  478. for i = 1, 50 do
  479. swait()
  480. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  481. tecks2.Rotation = tecks2.Rotation - .8
  482. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  483. tecks2.TextTransparency = tecks2.TextTransparency + .04
  484. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  485. tecks3.Rotation = tecks2.Rotation + .8
  486. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  487. tecks3.TextTransparency = tecks2.TextTransparency + .04
  488. end
  489. naeeym2:Destroy()
  490. end)
  491. chat()
  492. end
  493. function onChatted(msg)
  494. chatfunc(msg)
  495. end
  496. Player.Chatted:connect(onChatted)
  497.  
  498.  
  499. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  500. if hit.Parent==nil then
  501. return
  502. end
  503. h=hit.Parent:FindFirstChild("Humanoid")
  504. for _,v in pairs(hit.Parent:children()) do
  505. if v:IsA("Humanoid") then
  506. h=v
  507. end
  508. end
  509. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  510. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  511. end
  512. if hit.Parent.className=="Hat" then
  513. hit=hit.Parent.Parent:findFirstChild("Head")
  514. end
  515. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  516. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  517. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  518. return
  519. end]]
  520. -- hs(hit,1.2)
  521. c=Instance.new("ObjectValue")
  522. c.Name="creator"
  523. c.Value=game:service("Players").LocalPlayer
  524. c.Parent=h
  525. game:GetService("Debris"):AddItem(c,.5)
  526. Damage=math.random(minim,maxim)
  527. -- h:TakeDamage(Damage)
  528. blocked=false
  529. block=hit.Parent:findFirstChild("Block")
  530. if block~=nil then
  531. print(block.className)
  532. if block.className=="NumberValue" then
  533. if block.Value>0 then
  534. blocked=true
  535. if decreaseblock==nil then
  536. block.Value=block.Value-1
  537. end
  538. end
  539. end
  540. if block.className=="IntValue" then
  541. if block.Value>0 then
  542. blocked=true
  543. if decreaseblock~=nil then
  544. block.Value=block.Value-1
  545. end
  546. end
  547. end
  548. end
  549. if blocked==false then
  550. -- h:TakeDamage(Damage)
  551. h.Health=h.Health-Damage
  552. showDamage(hit.Parent,Damage,3,TorsoColor)
  553. else
  554. h.Health=h.Health-(Damage/2)
  555. showDamage(hit.Parent,Damage/2,3,BrickColor.new("Bright blue"))
  556. end
  557. if Type=="Knockdown" then
  558. hum=hit.Parent.Humanoid
  559. hum.PlatformStand=true
  560. coroutine.resume(coroutine.create(function(HHumanoid)
  561. swait(1)
  562. HHumanoid.PlatformStand=false
  563. end),hum)
  564. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  565. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  566. local bodvol=Instance.new("BodyVelocity")
  567. bodvol.velocity=angle*knockback
  568. bodvol.P=5000
  569. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  570. bodvol.Parent=hit
  571. rl=Instance.new("BodyAngularVelocity")
  572. rl.P=3000
  573. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  574. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  575. rl.Parent=hit
  576. game:GetService("Debris"):AddItem(bodvol,.5)
  577. game:GetService("Debris"):AddItem(rl,.5)
  578. elseif Type=="Normal" then
  579. vp=Instance.new("BodyVelocity")
  580. vp.P=500
  581. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  582. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  583. if KnockbackType==1 then
  584. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  585. elseif KnockbackType==2 then
  586. vp.velocity=Property.CFrame.lookVector*knockback
  587. end
  588. if knockback>0 then
  589. vp.Parent=hit.Parent.Torso
  590. end
  591. game:GetService("Debris"):AddItem(vp,.5)
  592. elseif Type=="Up" then
  593. local bodyVelocity=Instance.new("BodyVelocity")
  594. bodyVelocity.velocity=vt(0,10,0)
  595. bodyVelocity.P=1000
  596. bodyVelocity.maxForce=Vector3.new(1e+009, 1e+009, 1e+009)
  597. bodyVelocity.Parent=hit
  598. game:GetService("Debris"):AddItem(bodyVelocity,1)
  599. rl=Instance.new("BodyAngularVelocity")
  600. rl.P=3000
  601. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  602. rl.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  603. rl.Parent=hit
  604. game:GetService("Debris"):AddItem(rl,.5)
  605. elseif Type=="Snare" then
  606. bp=Instance.new("BodyPosition")
  607. bp.P=2000
  608. bp.D=100
  609. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  610. bp.position=hit.Parent.Torso.Position
  611. bp.Parent=hit.Parent.Torso
  612. game:GetService("Debris"):AddItem(bp,1)
  613. elseif Type=="Target" then
  614. if Targetting==false then
  615. ZTarget=hit.Parent.Torso
  616. coroutine.resume(coroutine.create(function(Part)
  617. swait(5)
  618. end),ZTarget)
  619. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  620. targetgui=Instance.new("BillboardGui")
  621. targetgui.Parent=ZTarget
  622. targetgui.Size=UDim2.new(10,100,10,100)
  623. targ=Instance.new("ImageLabel")
  624. targ.Parent=targetgui
  625. targ.BackgroundTransparency=1
  626. targ.Image="rbxassetid://4834067"
  627. targ.Size=UDim2.new(1,0,1,0)
  628. cam.CameraType="Scriptable"
  629. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  630. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  631. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  632. Targetting=true
  633. RocketTarget=ZTarget
  634. for i=1,Property do
  635. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  636. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  637. swait()
  638. end
  639. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  640. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  641. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  642. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  643. end
  644. Targetting=false
  645. RocketTarget=nil
  646. targetgui.Parent=nil
  647. cam.CameraType="Custom"
  648. end
  649. end
  650. debounce=Instance.new("BoolValue")
  651. debounce.Name="DebounceHit"
  652. debounce.Parent=hit.Parent
  653. debounce.Value=true
  654. game:GetService("Debris"):AddItem(debounce,Delay)
  655. c=Instance.new("ObjectValue")
  656. c.Name="creator"
  657. c.Value=Player
  658. c.Parent=h
  659. game:GetService("Debris"):AddItem(c,.5)
  660. CRIT=false
  661. hitDeb=true
  662. AttackPos=6
  663. end
  664. end
  665.  
  666. showDamage=function(Char,Dealt,du,Color)
  667. m=Instance.new("Model")
  668. m.Name=""
  669. h=Instance.new("Humanoid")
  670. h.Health=0
  671. h.MaxHealth=0
  672. h.Parent=m
  673. c=Instance.new("Part")
  674. c.Transparency=0
  675. c.Material = "Neon"
  676. c.BrickColor=bc("White")
  677. c.Name="Head"
  678. c.TopSurface=0
  679. c.BottomSurface=0
  680. CV="Hot pink"
  681.  
  682. local txt = Instance.new("BillboardGui", c)
  683. txt.Adornee = c
  684. txt.Name = "_status"
  685. txt.Size = UDim2.new(2, 0, 1.2, 0)
  686. txt.StudsOffset = Vector3.new(-9, 8, 0)
  687. local text = Instance.new("TextLabel", txt)
  688. text.Size = UDim2.new(10, 0, 7, 0)
  689. text.FontSize = "Size24"
  690. text.TextScaled = true
  691. text.TextTransparency = 0
  692. text.BackgroundTransparency = 1
  693. text.TextTransparency = 0
  694. text.TextStrokeTransparency = 0
  695. if Dealt < 12 then
  696. text.Font = "Highway"
  697. elseif Dealt < 20 then
  698. text.Font = "SourceSansBold"
  699. elseif Dealt >= 20 then
  700. text.Font = "Fantasy"
  701. end
  702. text.TextStrokeColor3 = BrickColor.new("Toothpaste").Color
  703. local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  704. v=Instance.new("Part")
  705. v.Name = "ColorBrick"
  706. v.Parent=c
  707. v.FormFactor="Symmetric"
  708. v.Anchored=true
  709. v.CanCollide=false
  710. v.BottomSurface="Smooth"
  711. v.TopSurface="Smooth"
  712. v.Size=Vector3.new(10,5,3)
  713. v.Transparency=1
  714. v.CFrame=c.CFrame
  715. v.BrickColor=BrickColor.new(CV)
  716. v.Transparency=1
  717. if Dealt < 12 then
  718. text.TextColor3 = BrickColor.new("White").Color
  719. elseif Dealt < 20 then
  720. text.TextColor3 = BrickColor.new("Bright yellow").Color
  721. elseif Dealt >= 20 then
  722. text.TextColor3 = BrickColor.new("Toothpaste").Color
  723. end
  724. v.Shape="Block"
  725. text.Text = tostring(Dealt).. "!"
  726. local dam = Instance.new("Sound",c)
  727. local rndm=math.random(1,#hitsounds)
  728. local r=rndm
  729. dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
  730. dam.Volume = 1.25
  731. dam.Pitch = 1
  732. dam:Play()
  733. c.formFactor="Plate"
  734. c.Transparency = 1
  735. c.Size=Vector3.new(1,.4,1)
  736. ms=Instance.new("CylinderMesh")
  737. ms.Scale=Vector3.new(.8,.8,.8)
  738. if CRIT==true then
  739. ms.Scale=Vector3.new(1,1.25,1)
  740. end
  741. ms.Parent=c
  742. c.Reflectance=0
  743. Instance.new("BodyGyro").Parent=c
  744. c.Parent=m
  745. if Char:findFirstChild("Head")~=nil then
  746. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  747. elseif Char.Parent:findFirstChild("Head")~=nil then
  748. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  749. end
  750. f=Instance.new("BodyPosition")
  751. f.P=2000
  752. f.D=100
  753. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  754. f.position=c.Position+Vector3.new(0,3,0)
  755. f.Parent=c
  756. game:GetService("Debris"):AddItem(m,.5+du)
  757. c.CanCollide=false
  758. m.Parent=workspace
  759. c.CanCollide=false
  760. wait(1)
  761. for l = 0, 9 do
  762. text.TextTransparency = text.TextTransparency + 0.1
  763. text.TextStrokeTransparency = text.TextStrokeTransparency + 0.1
  764. wait()
  765. end
  766. end
  767.  
  768. gui = function(GuiType, parent, text, backtrans, backcol, pos, size)
  769. local gui = it(GuiType)
  770. gui.Parent = parent
  771. gui.Text = text
  772. gui.BackgroundTransparency = backtrans
  773. gui.BackgroundColor3 = backcol
  774. gui.SizeConstraint = "RelativeXY"
  775. gui.TextXAlignment = "Center"
  776. gui.TextYAlignment = "Center"
  777. gui.Position = pos
  778. gui.Size = size
  779. gui.Font = "SourceSans"
  780. gui.FontSize = "Size14"
  781. gui.TextWrapped = false
  782. gui.TextStrokeTransparency = 0
  783. gui.TextColor = BrickColor.new("White")
  784. return gui
  785. end
  786. ---- GUI set
  787. local basgui = it("GuiMain")
  788. basgui.Parent = Player.PlayerGui
  789. basgui.Name = "CooldownsGUI"
  790. local basframe = it("Frame")
  791. basframe.Parent = basgui
  792. basframe.BackgroundColor3 = Color3.new(255, 255, 255)
  793. basframe.BackgroundTransparency = 1
  794. basframe.BorderColor3 = Color3.new(17, 17, 17)
  795. basframe.Size = UDim2.new(0.2, 0, 0.2, 0)
  796. basframe.Position = UDim2.new(0.8, 0, 0.8, 0)
  797. local basicgui = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(0.35, 0, -0.125, 0), UDim2.new(0.45, 0, 0.35, 0))
  798. basicgui.ZIndex = 2
  799. basicgui.Font = "Highway"
  800. basicgui.BackgroundTransparency = 0.5
  801. basicgui.BorderSizePixel = 0.65
  802. basicgui.TextScaled = true
  803. basicgui.Text = "(F)\nInferno Meteor"
  804. basicgui.TextSize = 24
  805. local basicgui2 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(-0.15, 0, -0.125, 0), UDim2.new(0.45, 0, 0.35, 0))
  806. basicgui2.ZIndex = 2
  807. basicgui2.Font = "Highway"
  808. basicgui2.BackgroundTransparency = 0.5
  809. basicgui2.BorderSizePixel = 0.65
  810. basicgui2.TextScaled = true
  811. basicgui2.Text = "(E)\nInferno Demise"
  812. basicgui2.TextSize = 24
  813. local basicgui3 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(-0.15, 0, 0.225, 0), UDim2.new(0.45, 0, 0.35, 0))
  814. basicgui3.ZIndex = 2
  815. basicgui3.Font = "Highway"
  816. basicgui3.BackgroundTransparency = 0.5
  817. basicgui3.BorderSizePixel = 0.65
  818. basicgui3.TextScaled = true
  819. basicgui3.Text = "(Q)\nInferno Comet"
  820. basicgui3.TextSize = 24
  821. local basicgui4 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(0.35, 0, 0.225, 0), UDim2.new(0.45, 0, 0.35, 0))
  822. basicgui4.ZIndex = 2
  823. basicgui4.Font = "Highway"
  824. basicgui4.BackgroundTransparency = 0.5
  825. basicgui4.BorderSizePixel = 0.65
  826. basicgui4.TextScaled = true
  827. basicgui4.Text = "(R)\nInferno Wrath"
  828. basicgui4.TextSize = 24
  829. local basicgui5 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(-0.15, 0, -0.475, 0), UDim2.new(0.45, 0, 0.35, 0))
  830. basicgui5.ZIndex = 2
  831. basicgui5.Font = "Highway"
  832. basicgui5.BackgroundTransparency = 0.5
  833. basicgui5.BorderSizePixel = 0.65
  834. basicgui5.TextScaled = true
  835. basicgui5.Text = "(Z)\nPhoenix Force"
  836. basicgui5.TextSize = 24
  837. local basicgui6 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Toothpaste").Color, UDim2.new(0.35, 0, -0.475, 0), UDim2.new(0.45, 0, 0.35, 0))
  838. basicgui6.ZIndex = 2
  839. basicgui6.Font = "Highway"
  840. basicgui6.BackgroundTransparency = 0.5
  841. basicgui6.BorderSizePixel = 0.65
  842. basicgui6.TextScaled = true
  843. basicgui6.Text = "(X)\nInferno Hell"
  844. basicgui6.TextSize = 24
  845.  
  846. local healthg = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Institutional white").Color, UDim2.new(-0.15, 0, 0.675, 0), UDim2.new(0.95, 0, 0.15, 0))
  847. healthg.ZIndex = 2
  848. healthg.Font = "Highway"
  849. healthg.BackgroundTransparency = 0.5
  850. healthg.BorderSizePixel = 0.65
  851. healthg.TextScaled = true
  852. healthg.Text = "health"
  853. healthg.TextSize = 24
  854.  
  855. char.Humanoid.Animator.Parent = nil
  856.  
  857. ---------------- set a position
  858. local handle = Instance.new("Part")
  859. handle.Parent = Character
  860. handle.Size = Vector3.new(0.2,0.2,0.2)
  861. handle.Archivable = true
  862. handle.Transparency = 1
  863. handle.CanCollide = false
  864. handle.BrickColor = BrickColor.new("White")
  865. handle.Material = "Neon"
  866. local handlmesh = Instance.new("BlockMesh",handle)
  867. handlmesh.Scale = Vector3.new(1,1,1)
  868. local handleweld = Instance.new("Weld")
  869. handleweld.Parent = handle
  870. handleweld.Part0 = rarm
  871. handleweld.Part1 = handle
  872. handleweld.C1 = CFrame.new(0, 1.35, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  873. handleweld.Part0 = rarm
  874.  
  875. ---- yeee boi here comes entrance of inferno
  876.  
  877. hum.WalkSpeed = 25
  878.  
  879. local dd = Instance.new("ParticleEmitter",handle)
  880. dd.Texture = "http://www.roblox.com/asset/?id=745304849"
  881. dd.LightEmission = 1
  882. dd.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  883. dd.Rate = 50
  884. dd.Lifetime = NumberRange.new(0.5)
  885. dd.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  886. dd.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0,0)})
  887. dd.Speed = NumberRange.new(0)
  888. dd.Rotation = NumberRange.new(-500,500)
  889. dd.VelocitySpread = 90000
  890. dd.LockedToPart = true
  891. dd.RotSpeed = NumberRange.new(-500,500)
  892. local bon = Instance.new("ParticleEmitter",handle)
  893. bon.Texture = "rbxassetid://296874871"
  894. bon.LightEmission = 0.75
  895. bon.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  896. bon.Rate = 0
  897. bon.Lifetime = NumberRange.new(2.5)
  898. bon.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  899. bon.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  900. bon.Speed = NumberRange.new(15)
  901. bon.Rotation = NumberRange.new(-500,500)
  902. bon.VelocitySpread = 90000
  903. bon.RotSpeed = NumberRange.new(-500,500)
  904. local bon2 = Instance.new("ParticleEmitter",handle)
  905. bon2.Texture = "rbxassetid://296874871"
  906. bon2.LightEmission = 0.75
  907. bon2.Color = ColorSequence.new(Color3.new(255/255,255/255,255/255))
  908. bon2.Rate = 0
  909. bon2.Lifetime = NumberRange.new(2.5)
  910. bon2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,10,0)})
  911. bon2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  912. bon2.Speed = NumberRange.new(25)
  913. bon2.Rotation = NumberRange.new(-500,500)
  914. bon2.VelocitySpread = 90000
  915. bon2.RotSpeed = NumberRange.new(-500,500)
  916. for i = 0,8,0.1 do
  917. swait()
  918. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  919. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  920. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(-90), math.rad(0), math.rad(100)), 0.3)
  921. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-7.5 + 2.5 * math.cos(sine / 32))), 0.3)
  922. end
  923. dd.Rate = 0
  924. bon.Rate = 99999
  925. bon2.Rate = 99999
  926.  
  927. local tran = Instance.new("ParticleEmitter",handle)
  928. tran.Texture = "rbxassetid://296874871"
  929. tran.LightEmission = 0.75
  930. tran.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  931. tran.Rate = 99999
  932. tran.Lifetime = NumberRange.new(0.25)
  933. tran.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1.5,0),NumberSequenceKeypoint.new(1,0,0)})
  934. tran.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  935. tran.Speed = NumberRange.new(0)
  936. tran.Rotation = NumberRange.new(-500,500)
  937. tran.VelocitySpread = 90000
  938. tran.LockedToPart = true
  939. tran.RotSpeed = NumberRange.new(-500,500)
  940. local tran2 = Instance.new("ParticleEmitter",handle)
  941. tran2.Texture = "http://www.roblox.com/asset/?id=745304849"
  942. tran2.LightEmission = 1
  943. tran2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  944. tran2.Rate = 50
  945. tran2.Lifetime = NumberRange.new(0.5)
  946. tran2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2.5,0),NumberSequenceKeypoint.new(1,0,0)})
  947. tran2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0,0)})
  948. tran2.Speed = NumberRange.new(0)
  949. tran2.Rotation = NumberRange.new(-500,500)
  950. tran2.VelocitySpread = 90000
  951. tran2.LockedToPart = true
  952. tran2.RotSpeed = NumberRange.new(-500,500)
  953. wait(0.5)
  954. bon.Rate = 0
  955. bon2.Rate = 0
  956. wait(3.25)
  957. bon:Destroy()
  958. bon:Destroy()
  959. dd:Destroy()
  960. hum.WalkSpeed = 25
  961. -----------
  962. function InfernoForce()
  963. attack = true
  964. chatfunc("LIGHT PHOENIX....")
  965. handleweld.Part0 = rarm
  966. local aura = Instance.new("ParticleEmitter",tors)
  967. aura.Texture = "rbxassetid://305563617"
  968. aura.LightEmission = 1
  969. aura.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  970. aura.Rate = 25
  971. aura.Lifetime = NumberRange.new(0.75)
  972. aura.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,35.5,0),NumberSequenceKeypoint.new(1,0,0)})
  973. aura.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  974. aura.Speed = NumberRange.new(15)
  975. aura.VelocitySpread = 50
  976. attack = false
  977. local aura2 = Instance.new("ParticleEmitter",tors)
  978. aura2.Texture = "rbxassetid://296874871"
  979. aura2.LightEmission = 1
  980. aura2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  981. aura2.Rate = 99999
  982. aura2.Lifetime = NumberRange.new(1.5)
  983. aura2.Acceleration = vt(0,45,0)
  984. aura2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,11,0),NumberSequenceKeypoint.new(1,0,0)})
  985. aura2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  986. aura2.Speed = NumberRange.new(-25)
  987. aura2.Rotation = NumberRange.new(-500,500)
  988. aura2.VelocitySpread = 45
  989. aura2.RotSpeed = NumberRange.new(-500,500)
  990. local auran = Instance.new("ParticleEmitter",tors)
  991. auran.Texture = "rbxassetid://296874871"
  992. auran.LightEmission = 1
  993. auran.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  994. auran.Rate = 0
  995. auran.Lifetime = NumberRange.new(5)
  996. auran.Acceleration = vt(0,-45,0)
  997. auran.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,0,0)})
  998. auran.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  999. auran.Speed = NumberRange.new(65)
  1000. auran.Rotation = NumberRange.new(-500,500)
  1001. auran.VelocitySpread = 100
  1002. auran.RotSpeed = NumberRange.new(-500,500)
  1003. chatfunc("Light phoenix.............FORCE!!!!")
  1004. game.Workspace.Crystal5241.Humanoid.MaxHealth = math.huge
  1005. hum.WalkSpeed = 100
  1006. wait(60)
  1007. game.Workspace.Crystal5241.Humanoid.MaxHealth = 100
  1008. hum.WalkSpeed = 25
  1009. aura.Rate = 0
  1010. aura2.Rate = 0
  1011. auran.Rate = 0
  1012. end
  1013.  
  1014. function InfernoComet()
  1015. attack = true
  1016. chatfunc("Light Phoenix Beam !!")
  1017. handleweld.Part0 = rarm
  1018. local tra = Instance.new("ParticleEmitter",handle)
  1019. tra.Texture = "rbxassetid://296874871"
  1020. tra.LightEmission = 0.75
  1021. tra.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1022. tra.Rate = 99999
  1023. tra.Lifetime = NumberRange.new(0.25)
  1024. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  1025. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  1026. tra.Speed = NumberRange.new(0)
  1027. tra.Rotation = NumberRange.new(-500,500)
  1028. tra.VelocitySpread = 90000
  1029. tra.LockedToPart = true
  1030. tra.RotSpeed = NumberRange.new(-500,500)
  1031. local tra2 = Instance.new("ParticleEmitter",handle)
  1032. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1033. tra2.LightEmission = 1
  1034. tra2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1035. tra2.Rate = 50
  1036. tra2.Lifetime = NumberRange.new(0.5)
  1037. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5.5,0),NumberSequenceKeypoint.new(1,0,0)})
  1038. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  1039. tra2.Speed = NumberRange.new(0)
  1040. tra2.Rotation = NumberRange.new(-500,500)
  1041. tra2.VelocitySpread = 90000
  1042. tra2.LockedToPart = true
  1043. tra2.RotSpeed = NumberRange.new(-500,500)
  1044. for i = 0,4,0.1 do
  1045. swait()
  1046. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1047. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1048. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(90)), 0.3)
  1049. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1050. end
  1051. local sa = Instance.new("Sound",handle)
  1052. sa.SoundId = "rbxassetid://304448425"
  1053. sa.Volume = 1
  1054. sa.Pitch = 1
  1055. sa:Play()
  1056. tra.Rate = 0
  1057. tra2.Rate = 0
  1058. local lb = Instance.new("Part")
  1059. lb.Parent = char
  1060. lb.Material = "Neon"
  1061. lb.Color = BrickColor.new("Pastel blue").Color
  1062. lb.CanCollide = false
  1063. lb.Shape = "Ball"
  1064. lb.CFrame = handle.CFrame
  1065. lb.Anchored = true
  1066. lb.Transparency = 1
  1067. lb.Size = vt(1,1,1)
  1068. local thing = Instance.new("SpecialMesh",lb)
  1069. thing.MeshType = meshtype
  1070. local hitted = false
  1071. lb.Anchored = false
  1072. local trail = Instance.new("ParticleEmitter",lb)
  1073. trail.Texture = "rbxassetid://296874871"
  1074. trail.LightEmission = 1
  1075. trail.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1076. trail.Rate = 9999
  1077. trail.Lifetime = NumberRange.new(1.5)
  1078. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  1079. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1080. trail.Speed = NumberRange.new(0,0)
  1081. trail.Rotation = NumberRange.new(-500,500)
  1082. trail.RotSpeed = NumberRange.new(-500,500)
  1083. local bv = Instance.new("BodyVelocity")
  1084. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1085. bv.velocity = mouse.Hit.lookVector *75
  1086. bv.Parent = lb
  1087. wait(0.05)
  1088. lb.Touched:connect(function(hit)
  1089. if hitted == false then
  1090. hitted = true
  1091. trail.Rate = 0
  1092. lb.Anchored = true
  1093. local aa = Instance.new("Part")
  1094. local val = 1*3.5
  1095. aa.Parent = lb
  1096. local exsound = Instance.new("Sound",aa)
  1097. exsound.SoundId = "rbxassetid://402347142"
  1098. exsound.Volume = 3.5
  1099. exsound.Pitch = 1
  1100. exsound:Play()
  1101. aa.Material = "Neon"
  1102. aa.Color = BrickColor.new("Pastel blue").Color
  1103. aa.CanCollide = false
  1104. aa.Shape = "Ball"
  1105. aa.CFrame = lb.CFrame
  1106. aa.Anchored = true
  1107. aa.Transparency = 0
  1108. aa.Size = vt(1,1,1)
  1109. local thinger = Instance.new("SpecialMesh",aa)
  1110. thinger.MeshType = meshtype
  1111. thinger.Scale = vt(15,15,15)
  1112. local explosion = Instance.new("Explosion",aa)
  1113. explosion.Position = aa.Position
  1114. explosion.BlastRadius = 22.5
  1115. explosion.BlastPressure = 100
  1116. local exp = Instance.new("ParticleEmitter",aa)
  1117. exp.Texture = "rbxassetid://296874871"
  1118. exp.LightEmission = 1
  1119. exp.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1120. exp.Rate = 9000000000
  1121. exp.Lifetime = NumberRange.new(1)
  1122. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  1123. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1124. exp.Speed = NumberRange.new(100)
  1125. exp.VelocitySpread = 9000000
  1126. exp.Rotation = NumberRange.new(-500,500)
  1127. exp.RotSpeed = NumberRange.new(-500,500)
  1128. local expa = Instance.new("ParticleEmitter",aa)
  1129. expa.Texture = "rbxassetid://296874871"
  1130. expa.LightEmission = 1
  1131. expa.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1132. expa.Rate = 9000000000
  1133. expa.Lifetime = NumberRange.new(2.75)
  1134. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  1135. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1136. expa.Speed = NumberRange.new(100)
  1137. expa.VelocitySpread = 9000000
  1138. expa.Rotation = NumberRange.new(-500,500)
  1139. expa.RotSpeed = NumberRange.new(-500,500)
  1140. local exp2 = exp:Clone()
  1141. exp2.Parent = aa
  1142. local exp3 = exp:Clone()
  1143. exp3.Parent = aa
  1144. local exp4 = exp:Clone()
  1145. exp4.Parent = aa
  1146. local exp5 = exp:Clone()
  1147. exp5.Parent = aa
  1148. local exp6 = exp:Clone()
  1149. exp6.Parent = aa
  1150. local exp7 = exp:Clone()
  1151. exp7.Parent = aa
  1152. local expa2 = expa:Clone()
  1153. expa2.Parent = aa
  1154. local expa3 = expa:Clone()
  1155. expa3.Parent = aa
  1156. local expa4 = expa:Clone()
  1157. expa4.Parent = aa
  1158. local expa5 = expa:Clone()
  1159. expa5.Parent = aa
  1160. local expa6 = expa:Clone()
  1161. expa6.Parent = aa
  1162. local expa7 = expa:Clone()
  1163. expa7.Parent = aa
  1164. for i = 0, 1 do
  1165. val = val - 0.025*3.5
  1166. thinger.Scale = thinger.Scale + vt(val,val,val)
  1167. wait()
  1168. end
  1169. exp.Rate = 0
  1170. exp2.Rate = 0
  1171. exp3.Rate = 0
  1172. exp4.Rate = 0
  1173. exp5.Rate = 0
  1174. exp6.Rate = 0
  1175. exp7.Rate = 0
  1176. for i = 0, 1 do
  1177. val = val - 0.025*3.5
  1178. thinger.Scale = thinger.Scale + vt(val,val,val)
  1179. wait()
  1180. end
  1181. expa.Rate = 0
  1182. expa2.Rate = 0
  1183. expa3.Rate = 0
  1184. expa4.Rate = 0
  1185. expa5.Rate = 0
  1186. expa6.Rate = 0
  1187. expa7.Rate = 0
  1188. for i = 0, 21 do
  1189. val = val - 0.025*3.5
  1190. thinger.Scale = thinger.Scale + vt(val,val,val)
  1191. wait()
  1192. end
  1193. for i = 0, 74 do
  1194. val = val - 0.0145
  1195. aa.Transparency = aa.Transparency + 0.0145
  1196. thinger.Scale = thinger.Scale + vt(val,val,val)
  1197. wait()
  1198. end
  1199. end
  1200. end)
  1201. attack = false
  1202. wait(30)
  1203. sa:Destroy()
  1204. tra:Destroy()
  1205. tra2:Destroy()
  1206. lb:Destroy()
  1207. end
  1208.  
  1209. function InfernoHell()
  1210. attack = true
  1211. chatfunc("LIGHT PHOENIX...")
  1212. handleweld.Part0 = rarm
  1213. local aura = Instance.new("ParticleEmitter",tors)
  1214. aura.Texture = "rbxassetid://305563617"
  1215. aura.LightEmission = 1
  1216. aura.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1217. aura.Rate = 25
  1218. aura.Lifetime = NumberRange.new(0.75)
  1219. aura.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,8.5,0),NumberSequenceKeypoint.new(1,0,0)})
  1220. aura.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1221. aura.Speed = NumberRange.new(15)
  1222. aura.VelocitySpread = 50
  1223. local aura2 = Instance.new("ParticleEmitter",tors)
  1224. aura2.Texture = "rbxassetid://296874871"
  1225. aura2.LightEmission = 1
  1226. aura2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1227. aura2.Rate = 99999
  1228. aura2.Lifetime = NumberRange.new(1.5)
  1229. aura2.Acceleration = vt(0,45,0)
  1230. aura2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
  1231. aura2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1232. aura2.Speed = NumberRange.new(-25)
  1233. aura2.Rotation = NumberRange.new(-500,500)
  1234. aura2.VelocitySpread = 45
  1235. aura2.RotSpeed = NumberRange.new(-500,500)
  1236. local auran = Instance.new("ParticleEmitter",tors)
  1237. auran.Texture = "rbxassetid://296874871"
  1238. auran.LightEmission = 1
  1239. auran.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1240. auran.Rate = 0
  1241. auran.Lifetime = NumberRange.new(5)
  1242. auran.Acceleration = vt(0,-45,0)
  1243. auran.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,25,0),NumberSequenceKeypoint.new(1,0,0)})
  1244. auran.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1245. auran.Speed = NumberRange.new(65)
  1246. auran.Rotation = NumberRange.new(-500,500)
  1247. auran.VelocitySpread = 100
  1248. auran.RotSpeed = NumberRange.new(-500,500)
  1249. local sa = Instance.new("Sound",handle)
  1250. sa.SoundId = "rbxassetid://431105970"
  1251. sa.Volume = 5
  1252. sa.Pitch = 1
  1253. sa:Play()
  1254. for i = 0,2,0.1 do
  1255. swait()
  1256. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1257. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1258. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)), 0.3)
  1259. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1260. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(10)),.3)
  1261. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  1262. end
  1263. for i = 0, 5 do
  1264. auran.Rate = 99999
  1265. local lb = Instance.new("Part")
  1266. lb.Parent = char
  1267. lb.Material = "Neon"
  1268. lb.Color = BrickColor.new("Pastel blue").Color
  1269. lb.CanCollide = false
  1270. lb.Size = vt(1,1,1)
  1271. lb.CFrame = tors.CFrame
  1272. lb.Rotation = vt(0,0,0)
  1273. lb.Anchored = true
  1274. lb.Transparency = 0
  1275. local thing = Instance.new("SpecialMesh",lb)
  1276. thing.MeshType = "FileMesh"
  1277. thing.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1278. thing.Scale = vt(0,15,0)
  1279. local chancerot = math.random(1,2)
  1280. for z = 0, 4 do
  1281. if chancerot == 1 then
  1282. lb.CFrame = lb.CFrame*CFrame.Angles(0,0.1,0)
  1283. elseif chancerot == 2 then
  1284. lb.CFrame = lb.CFrame*CFrame.Angles(0,-0.1,0)
  1285. end
  1286. lb.Transparency = lb.Transparency + 0.1
  1287. thing.Scale = thing.Scale + vt(15,0,15)
  1288. wait()
  1289. end
  1290. auran.Rate = 0
  1291. for z = 0, 4 do
  1292. if chancerot == 1 then
  1293. lb.CFrame = lb.CFrame*CFrame.Angles(0,0.1,0)
  1294. elseif chancerot == 2 then
  1295. lb.CFrame = lb.CFrame*CFrame.Angles(0,-0.1,0)
  1296. end
  1297. lb.Transparency = lb.Transparency + 0.1
  1298. thing.Scale = thing.Scale + vt(15,0,15)
  1299. wait()
  1300. end
  1301. lb:Destroy()
  1302. end
  1303. chatfunc("ULTIMATE FLAME!!!")
  1304. local sa = Instance.new("Sound",handle)
  1305. sa.SoundId = "rbxassetid://416328540"
  1306. sa.Volume = 10
  1307. sa.Pitch = 0.75
  1308. sa:Play()
  1309.  
  1310. local sbs = Instance.new("BodyPosition", root)
  1311. sbs.P = 3000
  1312. sbs.D = 1000
  1313. sbs.maxForce = Vector3.new(500000, 500000000, 500000)
  1314. sbs.position = RootPart.CFrame.p + Vector3.new(0, 1000, 0)
  1315. for i = 0,24,0.1 do
  1316. swait()
  1317. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1318. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1319. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(180)), 0.3)
  1320. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1321. end
  1322. local shur = Instance.new("Part",char)
  1323. local gahde = Instance.new("Sound",char)
  1324. gahde.SoundId = "rbxassetid://402981977"
  1325. gahde.Volume = 5
  1326. gahde.Pitch = 0.6
  1327. gahde:Play()
  1328. shur.Transparency = 1
  1329. shur.Material = "Neon"
  1330. shur.BrickColor = bc("Institusional white")
  1331. shur.Anchored = true
  1332. shur.CFrame = tors.CFrame + vt(0,10,0)
  1333. shur.Size = vt(1,0.2,1)
  1334. shur.CanCollide = false
  1335. local dec = Instance.new("Decal",shur)
  1336. dec.Texture = "http://www.roblox.com/asset/?id=840391577"
  1337. dec.Face = "Top"
  1338. local dec2 = dec:Clone()
  1339. dec2.Parent = shur
  1340. dec2.Face = "Bottom"
  1341. local Meshshur = Instance.new("CylinderMesh",shur)
  1342. Meshshur.Scale = vt(0,1,0)
  1343. for i = 0, 39 do
  1344. wait()
  1345. Meshshur.Scale = Meshshur.Scale + vt(15,0,15)
  1346. end
  1347. local sa = Instance.new("Sound",char)
  1348. sa.SoundId = "rbxassetid://428027602"
  1349. sa.Volume = 2.5
  1350. sa.Pitch = 0.5
  1351. sa:Play()
  1352. local lb = Instance.new("Part")
  1353. lb.Parent = char
  1354. lb.Material = "Neon"
  1355. lb.Color = BrickColor.new("Pastel blue").Color
  1356. lb.CanCollide = false
  1357. lb.Shape = "Ball"
  1358. lb.CFrame = handle.CFrame
  1359. lb.Anchored = true
  1360. lb.Transparency = 0
  1361. lb.Size = vt(1,1,1)
  1362. lb.CFrame = handle.CFrame
  1363. local thing = Instance.new("SpecialMesh",lb)
  1364. thing.MeshType = meshtype
  1365. thing.Scale = vt(0,0,0)
  1366. for i = 0, 89 do
  1367. thing.Scale = thing.Scale + vt(2.5,2.5,2.5)
  1368. lb.CFrame = lb.CFrame + Vector3.new(0,1.425,0)
  1369. wait()
  1370. end
  1371. wait(1)
  1372. for i = 0, 39 do
  1373. wait()
  1374. Meshshur.Scale = Meshshur.Scale - vt(15,0,15)
  1375. end
  1376. local sa = Instance.new("Sound",char)
  1377. sa.SoundId = "rbxassetid://565538688"
  1378. sa.Volume = 1
  1379. sa.Pitch = 0.95
  1380. sa:Play()
  1381. wait(0.5)
  1382. shur:Destroy()
  1383. sbs:Destroy()
  1384. local sa = Instance.new("Sound",char)
  1385. sa.SoundId = "rbxassetid://416328540"
  1386. sa.Volume = 1.5
  1387. sa.Pitch = 0.5
  1388. sa:Play()
  1389. local sa = Instance.new("Sound",char)
  1390. sa.SoundId = "rbxassetid://466493476"
  1391. sa.Volume = 1.5
  1392. sa.Pitch = 0.5
  1393. sa:Play()
  1394. aura.Rate = 0
  1395. aura2.Rate = 0
  1396. local hitted = false
  1397. lb.Anchored = false
  1398. local trail = Instance.new("ParticleEmitter",lb)
  1399. trail.Texture = "rbxassetid://296874871"
  1400. trail.LightEmission = 1
  1401. trail.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1402. trail.Rate = 9999
  1403. trail.Lifetime = NumberRange.new(2.5)
  1404. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,150,0),NumberSequenceKeypoint.new(1,5,0)})
  1405. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1406. trail.Speed = NumberRange.new(100)
  1407. trail.VelocitySpread = 9000000
  1408. trail.Rotation = NumberRange.new(-500,500)
  1409. trail.RotSpeed = NumberRange.new(-500,500)
  1410. local bv = Instance.new("BodyVelocity")
  1411. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1412. bv.velocity = mouse.Hit.lookVector *75
  1413. bv.Parent = lb
  1414. wait(0.05)
  1415. lb.Touched:connect(function(hit)
  1416. if hitted == false then
  1417. hitted = true
  1418. trail.Rate = 0
  1419. lb.Anchored = true
  1420. local aa = Instance.new("Part")
  1421. for i = 0, 9 do
  1422. lb.Transparency = lb.Transparency + 0.1
  1423. local val = 1*3.5
  1424. aa.Parent = lb
  1425. local exsound = Instance.new("Sound",aa)
  1426. exsound.SoundId = "rbxassetid://412831137"
  1427. exsound.Volume = 10
  1428. exsound.Pitch = 0.5
  1429. exsound:Play()
  1430. local exsound = Instance.new("Sound",aa)
  1431. exsound.SoundId = "rbxassetid://439342426"
  1432. exsound.Volume = 10
  1433. exsound.Pitch = 0.75
  1434. exsound:Play()
  1435. local exsound = Instance.new("Sound",aa)
  1436. exsound.SoundId = "rbxassetid://439342426"
  1437. exsound.Volume = 10
  1438. exsound.Pitch = 0.5
  1439. exsound:Play()
  1440. local exsound = Instance.new("Sound",aa)
  1441. exsound.SoundId = "rbxassetid://439342426"
  1442. exsound.Volume = 10
  1443. exsound.Pitch = 0.35
  1444. exsound:Play()
  1445. local exsound = Instance.new("Sound",aa)
  1446. exsound.SoundId = "rbxassetid://439342426"
  1447. exsound.Volume = 10
  1448. exsound.Pitch = 0.25
  1449. exsound:Play()
  1450. local exsound = Instance.new("Sound",aa)
  1451. exsound.SoundId = "rbxassetid://439342426"
  1452. exsound.Volume = 10
  1453. exsound.Pitch = 0.2
  1454. exsound:Play()
  1455. aa.Material = "Neon"
  1456. aa.Color = BrickColor.new("Pastel blue").Color
  1457. aa.CanCollide = false
  1458. aa.Shape = "Ball"
  1459. aa.CFrame = lb.CFrame
  1460. aa.Anchored = true
  1461. aa.Transparency = 0
  1462. aa.Size = vt(1,1,1)
  1463. local thinger = Instance.new("SpecialMesh",aa)
  1464. thinger.MeshType = meshtype
  1465. thinger.Scale = vt(225,225,225)
  1466. local explosion = Instance.new("Explosion",aa)
  1467. explosion.Position = aa.Position
  1468. explosion.BlastRadius = 500
  1469. explosion.BlastPressure = 100
  1470. local exp = Instance.new("ParticleEmitter",aa)
  1471. exp.Texture = "rbxassetid://296874871"
  1472. exp.LightEmission = 1
  1473. exp.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1474. exp.Rate = 9000000000
  1475. exp.Lifetime = NumberRange.new(1)
  1476. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,175,0),NumberSequenceKeypoint.new(1,1,0)})
  1477. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1478. exp.Speed = NumberRange.new(100)
  1479. exp.VelocitySpread = 9000000
  1480. exp.Rotation = NumberRange.new(-500,500)
  1481. exp.RotSpeed = NumberRange.new(-500,500)
  1482. local expa = Instance.new("ParticleEmitter",aa)
  1483. expa.Texture = "rbxassetid://296874871"
  1484. expa.LightEmission = 1
  1485. expa.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1486. expa.Rate = 9000000000
  1487. expa.Lifetime = NumberRange.new(2.75)
  1488. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,150,0)})
  1489. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1490. expa.Speed = NumberRange.new(100)
  1491. expa.VelocitySpread = 9000000
  1492. expa.Rotation = NumberRange.new(-500,500)
  1493. expa.RotSpeed = NumberRange.new(-500,500)
  1494. local exp2 = exp:Clone()
  1495. exp2.Parent = aa
  1496. local exp3 = exp:Clone()
  1497. exp3.Parent = aa
  1498. local exp4 = exp:Clone()
  1499. exp4.Parent = aa
  1500. local exp5 = exp:Clone()
  1501. exp5.Parent = aa
  1502. local exp6 = exp:Clone()
  1503. exp6.Parent = aa
  1504. local exp7 = exp:Clone()
  1505. exp7.Parent = aa
  1506. local expa2 = expa:Clone()
  1507. expa2.Parent = aa
  1508. local expa3 = expa:Clone()
  1509. expa3.Parent = aa
  1510. local expa4 = expa:Clone()
  1511. expa4.Parent = aa
  1512. local expa5 = expa:Clone()
  1513. expa5.Parent = aa
  1514. local expa6 = expa:Clone()
  1515. expa6.Parent = aa
  1516. local expa7 = expa:Clone()
  1517. expa7.Parent = aa
  1518. for i = 0, 1 do
  1519. val = val - 0.025*3.5
  1520. thinger.Scale = thinger.Scale + vt(val,val,val)
  1521. wait()
  1522. end
  1523. exp.Rate = 0
  1524. exp2.Rate = 0
  1525. exp3.Rate = 0
  1526. exp4.Rate = 0
  1527. exp5.Rate = 0
  1528. exp6.Rate = 0
  1529. exp7.Rate = 0
  1530. for i = 0, 1 do
  1531. val = val - 0.025*3.5
  1532. thinger.Scale = thinger.Scale + vt(val,val,val)
  1533. wait()
  1534. end
  1535. expa.Rate = 0
  1536. expa2.Rate = 0
  1537. expa3.Rate = 0
  1538. expa4.Rate = 0
  1539. expa5.Rate = 0
  1540. expa6.Rate = 0
  1541. expa7.Rate = 0
  1542. for i = 0, 21 do
  1543. val = val - 0.025*3.5
  1544. thinger.Scale = thinger.Scale + vt(val,val,val)
  1545. wait()
  1546. end
  1547. for i = 0, 4 do
  1548. val = val - 0.05
  1549. aa.Transparency = aa.Transparency + 0.065*4.5
  1550. thinger.Scale = thinger.Scale + vt(val,val,val)
  1551. wait()
  1552. end
  1553. end
  1554. end
  1555. end)
  1556. for i = 0,2,0.1 do
  1557. swait()
  1558. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1559. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(-90)),.3)
  1560. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  1561. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1562. end
  1563. attack = false
  1564. wait(60)
  1565. sa:Destroy()
  1566. sa:Destroy()
  1567. sa:Destroy()
  1568. sa:Destroy()
  1569. sa:Destroy()
  1570. aura:Destroy()
  1571. aura2:Destroy()
  1572. lb:Destroy()
  1573. end
  1574.  
  1575.  
  1576. function InfernoMeteor()
  1577. attack = true
  1578. chatfunc("Light Phoenix...")
  1579. handleweld.Part0 = rarm
  1580. local tra = Instance.new("ParticleEmitter",handle)
  1581. tra.Texture = "rbxassetid://296874871"
  1582. tra.LightEmission = 0.75
  1583. tra.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1584. tra.Rate = 99999
  1585. tra.Lifetime = NumberRange.new(0.25)
  1586. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  1587. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  1588. tra.Speed = NumberRange.new(0)
  1589. tra.Rotation = NumberRange.new(-500,500)
  1590. tra.VelocitySpread = 90000
  1591. tra.LockedToPart = true
  1592. tra.RotSpeed = NumberRange.new(-500,500)
  1593. local tra2 = Instance.new("ParticleEmitter",handle)
  1594. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1595. tra2.LightEmission = 1
  1596. tra2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1597. tra2.Rate = 50
  1598. tra2.Lifetime = NumberRange.new(0.5)
  1599. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  1600. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  1601. tra2.Speed = NumberRange.new(0)
  1602. tra2.Rotation = NumberRange.new(-500,500)
  1603. tra2.VelocitySpread = 90000
  1604. tra2.LockedToPart = true
  1605. tra2.RotSpeed = NumberRange.new(-500,500)
  1606. local sa = Instance.new("Sound",handle)
  1607. sa.SoundId = "rbxassetid://565538688"
  1608. sa.Volume = 1.5
  1609. sa.Pitch = 0.975
  1610. sa:Play()
  1611. for i = 0,4,0.1 do
  1612. swait()
  1613. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1614. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1615. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(90)), 0.3)
  1616. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1617. end
  1618. chatfunc("Meteor!!")
  1619. local sa = Instance.new("Sound",handle)
  1620. sa.SoundId = "rbxassetid://304529688"
  1621. sa.Volume = 1.5
  1622. sa.Pitch = 0.85
  1623. sa:Play()
  1624. tra.Rate = 0
  1625. tra2.Rate = 0
  1626. local lb = Instance.new("Part")
  1627. lb.Parent = char
  1628. lb.Material = "Neon"
  1629. lb.Color = BrickColor.new("Pastel blue").Color
  1630. lb.CanCollide = false
  1631. lb.Shape = "Ball"
  1632. lb.CFrame = handle.CFrame
  1633. lb.Anchored = true
  1634. lb.Transparency = 1
  1635. lb.Size = vt(1,1,1)
  1636. local thing = Instance.new("SpecialMesh",lb)
  1637. thing.MeshType = meshtype
  1638. local hitted = false
  1639. lb.Anchored = false
  1640. local trail = Instance.new("ParticleEmitter",lb)
  1641. trail.Texture = "rbxassetid://296874871"
  1642. trail.LightEmission = 1
  1643. trail.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1644. trail.Rate = 9999
  1645. trail.Lifetime = NumberRange.new(1.5)
  1646. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,25,0),NumberSequenceKeypoint.new(1,0,0)})
  1647. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1648. trail.Speed = NumberRange.new(0,0)
  1649. trail.Rotation = NumberRange.new(-500,500)
  1650. trail.RotSpeed = NumberRange.new(-500,500)
  1651. local bv = Instance.new("BodyVelocity")
  1652. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1653. bv.velocity = mouse.Hit.lookVector *95
  1654. bv.Parent = lb
  1655. wait(0.05)
  1656. lb.Touched:connect(function(hit)
  1657. if hitted == false then
  1658. hitted = true
  1659. trail.Rate = 0
  1660. lb.Anchored = true
  1661. local aa = Instance.new("Part")
  1662. local val = 1*8
  1663. aa.Parent = lb
  1664. local exsound = Instance.new("Sound",aa)
  1665. exsound.SoundId = "rbxassetid://402347142"
  1666. exsound.Volume = 10
  1667. exsound.Pitch = 0.945
  1668. exsound:Play()
  1669. aa.Material = "Neon"
  1670. aa.Color = BrickColor.new("Pastel blue").Color
  1671. aa.CanCollide = false
  1672. aa.Shape = "Ball"
  1673. aa.CFrame = lb.CFrame
  1674. aa.Anchored = true
  1675. aa.Transparency = 0
  1676. aa.Size = vt(1,1,1)
  1677. local thinger = Instance.new("SpecialMesh",aa)
  1678. thinger.MeshType = meshtype
  1679. thinger.Scale = vt(15,15,15)
  1680. local explosion = Instance.new("Explosion",aa)
  1681. explosion.Position = aa.Position
  1682. explosion.BlastRadius = 65
  1683. explosion.BlastPressure = 100
  1684. local exp = Instance.new("ParticleEmitter",aa)
  1685. exp.Texture = "rbxassetid://296874871"
  1686. exp.LightEmission = 1
  1687. exp.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1688. exp.Rate = 9000000000
  1689. exp.Lifetime = NumberRange.new(1)
  1690. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,100,0),NumberSequenceKeypoint.new(1,1,0)})
  1691. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1692. exp.Speed = NumberRange.new(200)
  1693. exp.VelocitySpread = 9000000
  1694. exp.Rotation = NumberRange.new(-500,500)
  1695. exp.RotSpeed = NumberRange.new(-500,500)
  1696. local expa = Instance.new("ParticleEmitter",aa)
  1697. expa.Texture = "rbxassetid://296874871"
  1698. expa.LightEmission = 1
  1699. expa.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1700. expa.Rate = 9000000000
  1701. expa.Lifetime = NumberRange.new(2.75)
  1702. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,125,0)})
  1703. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1704. expa.Speed = NumberRange.new(200)
  1705. expa.VelocitySpread = 9000000
  1706. expa.Rotation = NumberRange.new(-500,500)
  1707. expa.RotSpeed = NumberRange.new(-500,500)
  1708. local exp2 = exp:Clone()
  1709. exp2.Parent = aa
  1710. local exp3 = exp:Clone()
  1711. exp3.Parent = aa
  1712. local exp4 = exp:Clone()
  1713. exp4.Parent = aa
  1714. local exp5 = exp:Clone()
  1715. exp5.Parent = aa
  1716. local exp6 = exp:Clone()
  1717. exp6.Parent = aa
  1718. local exp7 = exp:Clone()
  1719. exp7.Parent = aa
  1720. local expa2 = expa:Clone()
  1721. expa2.Parent = aa
  1722. local expa3 = expa:Clone()
  1723. expa3.Parent = aa
  1724. local expa4 = expa:Clone()
  1725. expa4.Parent = aa
  1726. local expa5 = expa:Clone()
  1727. expa5.Parent = aa
  1728. local expa6 = expa:Clone()
  1729. expa6.Parent = aa
  1730. local expa7 = expa:Clone()
  1731. expa7.Parent = aa
  1732. for i = 0, 1 do
  1733. val = val - 0.025*8
  1734. thinger.Scale = thinger.Scale + vt(val,val,val)
  1735. wait()
  1736. end
  1737. exp.Rate = 0
  1738. exp2.Rate = 0
  1739. exp3.Rate = 0
  1740. exp4.Rate = 0
  1741. exp5.Rate = 0
  1742. exp6.Rate = 0
  1743. exp7.Rate = 0
  1744. for i = 0, 1 do
  1745. val = val - 0.025*8
  1746. thinger.Scale = thinger.Scale + vt(val,val,val)
  1747. wait()
  1748. end
  1749. expa.Rate = 0
  1750. expa2.Rate = 0
  1751. expa3.Rate = 0
  1752. expa4.Rate = 0
  1753. expa5.Rate = 0
  1754. expa6.Rate = 0
  1755. expa7.Rate = 0
  1756. for i = 0, 21 do
  1757. val = val - 0.025*8
  1758. thinger.Scale = thinger.Scale + vt(val,val,val)
  1759. wait()
  1760. end
  1761. for i = 0, 74 do
  1762. val = val - 0.0145
  1763. aa.Transparency = aa.Transparency + 0.0145
  1764. thinger.Scale = thinger.Scale + vt(val,val,val)
  1765. wait()
  1766. end
  1767. end
  1768. end)
  1769. attack = false
  1770. wait(30)
  1771. sa:Destroy()
  1772. tra:Destroy()
  1773. tra2:Destroy()
  1774. lb:Destroy()
  1775. end
  1776.  
  1777.  
  1778. function InfernoWrath()
  1779. attack = true
  1780. chatfunc("Light Phoenix Wrath!!")
  1781. for i = 0,4,0.1 do
  1782. swait()
  1783. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1784. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1785. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  1786. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  1787. end
  1788. local ff = Instance.new("ForceField",char)
  1789. hum.WalkSpeed = 0
  1790. local lb = Instance.new("Part")
  1791. lb.Parent = char
  1792. lb.Material = "Neon"
  1793. lb.Color = BrickColor.new("Pastel blue").Color
  1794. lb.CanCollide = false
  1795. lb.Shape = "Ball"
  1796. lb.CFrame = torso.CFrame
  1797. lb.Anchored = true
  1798. lb.Transparency = 1
  1799. lb.Size = vt(1,1,1)
  1800. local thing = Instance.new("SpecialMesh",lb)
  1801. thing.MeshType = meshtype
  1802. for i = 0, 4 do
  1803. local lbr = Instance.new("Part")
  1804. lbr.Parent = char
  1805. lbr.Material = "Neon"
  1806. lbr.Color = BrickColor.new("Pastel blue").Color
  1807. lbr.CanCollide = false
  1808. lbr.Shape = "Ball"
  1809. lbr.CFrame = lb.CFrame
  1810. lbr.Anchored = true
  1811. lbr.Transparency = 1
  1812. lbr.Size = vt(1,1,1)
  1813. local thinga = Instance.new("SpecialMesh",lbr)
  1814. thinga.MeshType = meshtype
  1815. thinga.Scale = vt(20*6,20*6,20*6)
  1816. for z = 0, 19 do
  1817. wait(0.025)
  1818. lbr.Transparency = lbr.Transparency - 0.05
  1819. thinga.Scale = thinga.Scale - vt(1*6,1*6,1*6)
  1820. end
  1821. lbr:Destroy()
  1822. end
  1823. local aa = Instance.new("Part")
  1824. local val = 1*7.5
  1825. aa.Parent = lb
  1826. local exsound = Instance.new("Sound",handle)
  1827. exsound.SoundId = "rbxassetid://402347142"
  1828. exsound.Volume = 10
  1829. exsound.Pitch = 1
  1830. exsound:Play()
  1831. aa.Material = "Neon"
  1832. aa.Color = BrickColor.new("Pastel blue").Color
  1833. aa.CanCollide = false
  1834. aa.Shape = "Ball"
  1835. aa.CFrame = lb.CFrame
  1836. aa.Anchored = true
  1837. aa.Transparency = 0
  1838. aa.Size = vt(1,1,1)
  1839. local thinger = Instance.new("SpecialMesh",aa)
  1840. thinger.MeshType = meshtype
  1841. thinger.Scale = vt(15*1.5,15*1.5,15*1.5)
  1842. local explosion = Instance.new("Explosion",aa)
  1843. explosion.Position = aa.Position
  1844. explosion.BlastRadius = 50
  1845. explosion.BlastPressure = 100
  1846. local exp = Instance.new("ParticleEmitter",aa)
  1847. exp.Texture = "rbxassetid://296874871"
  1848. exp.LightEmission = 1
  1849. exp.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1850. exp.Rate = 9000000000
  1851. exp.Lifetime = NumberRange.new(1)
  1852. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  1853. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1854. exp.Speed = NumberRange.new(115)
  1855. exp.VelocitySpread = 9000000
  1856. exp.Rotation = NumberRange.new(-500,500)
  1857. exp.RotSpeed = NumberRange.new(-500,500)
  1858. local expa = Instance.new("ParticleEmitter",aa)
  1859. expa.Texture = "rbxassetid://296874871"
  1860. expa.LightEmission = 1
  1861. expa.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1862. expa.Rate = 9000000000
  1863. expa.Lifetime = NumberRange.new(2.75)
  1864. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  1865. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1866. expa.Speed = NumberRange.new(115)
  1867. expa.VelocitySpread = 9000000
  1868. expa.Rotation = NumberRange.new(-500,500)
  1869. expa.RotSpeed = NumberRange.new(-500,500)
  1870. local exp2 = exp:Clone()
  1871. exp2.Parent = aa
  1872. local exp3 = exp:Clone()
  1873. exp3.Parent = aa
  1874. local exp4 = exp:Clone()
  1875. exp4.Parent = aa
  1876. local exp5 = exp:Clone()
  1877. exp5.Parent = aa
  1878. local exp6 = exp:Clone()
  1879. exp6.Parent = aa
  1880. local exp7 = exp:Clone()
  1881. exp7.Parent = aa
  1882. local expa2 = expa:Clone()
  1883. expa2.Parent = aa
  1884. local expa3 = expa:Clone()
  1885. expa3.Parent = aa
  1886. local expa4 = expa:Clone()
  1887. expa4.Parent = aa
  1888. local expa5 = expa:Clone()
  1889. expa5.Parent = aa
  1890. local expa6 = expa:Clone()
  1891. expa6.Parent = aa
  1892. local expa7 = expa:Clone()
  1893. expa7.Parent = aa
  1894. for i = 0, 1 do
  1895. val = val - 0.025*7.5
  1896. thinger.Scale = thinger.Scale + vt(val,val,val)
  1897. wait()
  1898. end
  1899. exp.Rate = 0
  1900. exp2.Rate = 0
  1901. exp3.Rate = 0
  1902. exp4.Rate = 0
  1903. exp5.Rate = 0
  1904. exp6.Rate = 0
  1905. exp7.Rate = 0
  1906. for i = 0, 1 do
  1907. val = val - 0.025*7.5
  1908. thinger.Scale = thinger.Scale + vt(val,val,val)
  1909. wait()
  1910. end
  1911. ff:Destroy()
  1912. hum.WalkSpeed = 16
  1913. attack = false
  1914. expa.Rate = 0
  1915. expa2.Rate = 0
  1916. expa3.Rate = 0
  1917. expa4.Rate = 0
  1918. expa5.Rate = 0
  1919. expa6.Rate = 0
  1920. expa7.Rate = 0
  1921. for i = 0, 21 do
  1922. val = val - 0.025*7.5
  1923. thinger.Scale = thinger.Scale + vt(val,val,val)
  1924. wait()
  1925. end
  1926. for i = 0, 74 do
  1927. val = val - 0.0145
  1928. aa.Transparency = aa.Transparency + 0.0145
  1929. thinger.Scale = thinger.Scale + vt(val,val,val)
  1930. wait()
  1931. end
  1932. wait(5)
  1933. lb:Destroy()
  1934. end
  1935.  
  1936. function InfernoDemise()
  1937. attack = true
  1938. chatfunc("Inferno Demise!!")
  1939. local tra = Instance.new("ParticleEmitter",handle)
  1940. tra.Texture = "rbxassetid://296874871"
  1941. tra.LightEmission = 0.75
  1942. tra.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1943. tra.Rate = 99999
  1944. tra.Lifetime = NumberRange.new(0.25)
  1945. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  1946. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  1947. tra.Speed = NumberRange.new(0)
  1948. tra.Rotation = NumberRange.new(-500,500)
  1949. tra.VelocitySpread = 90000
  1950. tra.LockedToPart = true
  1951. tra.RotSpeed = NumberRange.new(-500,500)
  1952. local tra2 = Instance.new("ParticleEmitter",handle)
  1953. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1954. tra2.LightEmission = 1
  1955. tra2.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  1956. tra2.Rate = 50
  1957. tra2.Lifetime = NumberRange.new(0.5)
  1958. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5.5,0),NumberSequenceKeypoint.new(1,0,0)})
  1959. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  1960. tra2.Speed = NumberRange.new(0)
  1961. tra2.Rotation = NumberRange.new(-500,500)
  1962. tra2.VelocitySpread = 90000
  1963. tra2.LockedToPart = true
  1964. tra2.RotSpeed = NumberRange.new(-500,500)
  1965. for i = 0,1,0.1 do
  1966. swait()
  1967. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1968. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1969. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(180)), 0.3)
  1970. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1971. end
  1972. tra.Rate = 0
  1973. tra2.Rate = 0
  1974. local lb = Instance.new("Part")
  1975. lb.Parent = char
  1976. lb.Material = "Neon"
  1977. lb.Color = BrickColor.new("Pastel blue").Color
  1978. lb.CanCollide = false
  1979. lb.Shape = "Ball"
  1980. lb.CFrame = mouse.Hit
  1981. lb.Anchored = true
  1982. lb.Transparency = 1
  1983. lb.Size = vt(1,1,1)
  1984. local thing = Instance.new("SpecialMesh",lb)
  1985. thing.MeshType = meshtype
  1986. for i = 0, 4 do
  1987. local lbr = Instance.new("Part")
  1988. lbr.Parent = char
  1989. lbr.Material = "Neon"
  1990. lbr.Color = BrickColor.new("Pastel blue").Color
  1991. lbr.CanCollide = false
  1992. lbr.Shape = "Ball"
  1993. lbr.CFrame = lb.CFrame
  1994. lbr.Anchored = true
  1995. lbr.Transparency = 1
  1996. lbr.Size = vt(1,1,1)
  1997. local thinga = Instance.new("SpecialMesh",lbr)
  1998. thinga.MeshType = meshtype
  1999. thinga.Scale = vt(20*4.5,20*4.5,20*4.5)
  2000. for z = 0, 19 do
  2001. wait(0.025)
  2002. lbr.Transparency = lbr.Transparency - 0.05
  2003. thinga.Scale = thinga.Scale - vt(1*4.5,1*4.5,1*4.5)
  2004. end
  2005. lbr:Destroy()
  2006. end
  2007. local aa = Instance.new("Part")
  2008. local val = 1*6.25
  2009. aa.Parent = lb
  2010. local exsound = Instance.new("Sound",aa)
  2011. exsound.SoundId = "rbxassetid://402347142"
  2012. exsound.Volume = 4.5
  2013. exsound.Pitch = 1
  2014. exsound:Play()
  2015. aa.Material = "Neon"
  2016. aa.Color = BrickColor.new("Pastel blue").Color
  2017. aa.CanCollide = false
  2018. aa.Shape = "Ball"
  2019. aa.CFrame = lb.CFrame
  2020. aa.Anchored = true
  2021. aa.Transparency = 0
  2022. aa.Size = vt(1,1,1)
  2023. local thinger = Instance.new("SpecialMesh",aa)
  2024. thinger.MeshType = meshtype
  2025. thinger.Scale = vt(15*1.15,15*1.15,15*1.15)
  2026. local explosion = Instance.new("Explosion",aa)
  2027. explosion.Position = aa.Position
  2028. explosion.BlastRadius = 35
  2029. explosion.BlastPressure = 100
  2030. local exp = Instance.new("ParticleEmitter",aa)
  2031. exp.Texture = "rbxassetid://296874871"
  2032. exp.LightEmission = 1
  2033. exp.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  2034. exp.Rate = 9000000000
  2035. exp.Lifetime = NumberRange.new(1)
  2036. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  2037. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2038. exp.Speed = NumberRange.new(105)
  2039. exp.VelocitySpread = 9000000
  2040. exp.Rotation = NumberRange.new(-500,500)
  2041. exp.RotSpeed = NumberRange.new(-500,500)
  2042. local expa = Instance.new("ParticleEmitter",aa)
  2043. expa.Texture = "rbxassetid://296874871"
  2044. expa.LightEmission = 1
  2045. expa.Color = ColorSequence.new(Color3.new(0,255/255,255/255))
  2046. expa.Rate = 9000000000
  2047. expa.Lifetime = NumberRange.new(2.75)
  2048. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  2049. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  2050. expa.Speed = NumberRange.new(105)
  2051. expa.VelocitySpread = 9000000
  2052. expa.Rotation = NumberRange.new(-500,500)
  2053. expa.RotSpeed = NumberRange.new(-500,500)
  2054. local exp2 = exp:Clone()
  2055. exp2.Parent = aa
  2056. local exp3 = exp:Clone()
  2057. exp3.Parent = aa
  2058. local exp4 = exp:Clone()
  2059. exp4.Parent = aa
  2060. local exp5 = exp:Clone()
  2061. exp5.Parent = aa
  2062. local exp6 = exp:Clone()
  2063. exp6.Parent = aa
  2064. local exp7 = exp:Clone()
  2065. exp7.Parent = aa
  2066. local expa2 = expa:Clone()
  2067. expa2.Parent = aa
  2068. local expa3 = expa:Clone()
  2069. expa3.Parent = aa
  2070. local expa4 = expa:Clone()
  2071. expa4.Parent = aa
  2072. local expa5 = expa:Clone()
  2073. expa5.Parent = aa
  2074. local expa6 = expa:Clone()
  2075. expa6.Parent = aa
  2076. local expa7 = expa:Clone()
  2077. expa7.Parent = aa
  2078. for i = 0, 1 do
  2079. val = val - 0.025*6.25
  2080. thinger.Scale = thinger.Scale + vt(val,val,val)
  2081. wait()
  2082. end
  2083. exp.Rate = 0
  2084. exp2.Rate = 0
  2085. exp3.Rate = 0
  2086. exp4.Rate = 0
  2087. exp5.Rate = 0
  2088. exp6.Rate = 0
  2089. exp7.Rate = 0
  2090. for i = 0, 1 do
  2091. val = val - 0.025*6.25
  2092. thinger.Scale = thinger.Scale + vt(val,val,val)
  2093. wait()
  2094. end
  2095. attack = false
  2096. expa.Rate = 0
  2097. expa2.Rate = 0
  2098. expa3.Rate = 0
  2099. expa4.Rate = 0
  2100. expa5.Rate = 0
  2101. expa6.Rate = 0
  2102. expa7.Rate = 0
  2103. for i = 0, 21 do
  2104. val = val - 0.025*6.25
  2105. thinger.Scale = thinger.Scale + vt(val,val,val)
  2106. wait()
  2107. end
  2108. for i = 0, 74 do
  2109. val = val - 0.0145
  2110. aa.Transparency = aa.Transparency + 0.0145
  2111. thinger.Scale = thinger.Scale + vt(val,val,val)
  2112. wait()
  2113. end
  2114. wait(5)
  2115. lb:Destroy()
  2116. tra:Destroy()
  2117. tra2:Destroy()
  2118. end
  2119.  
  2120. mouse.KeyDown:connect(function(key)
  2121. if key == "q" and attack == false then
  2122. InfernoComet()
  2123. end
  2124. if key == "e" and attack == false then
  2125. InfernoDemise()
  2126. end
  2127. if key == "r" and attack == false then
  2128. InfernoWrath()
  2129. end
  2130. if key == "f" and attack == false then
  2131. InfernoMeteor()
  2132. end
  2133. if key == "x" and attack == false then
  2134. InfernoHell()
  2135. end
  2136. if key == "z" and attack == false then
  2137. InfernoForce()
  2138. end
  2139. end)
  2140.  
  2141. function onChatted(msg)
  2142. if msg == "I wont be defeated that easily!" and attack == false then
  2143. InfernoForce()
  2144. elseif msg == "go back to hell" and attack == false then InfernoHell()
  2145. elseif msg == "oh you just pushed the limit." and attack == false then
  2146. InfernoWrath()
  2147. elseif msg == "suprise!" and attack == false then
  2148. InfernoDemise()
  2149. end
  2150. end
  2151.  
  2152.  
  2153. game:GetService("RunService").Stepped:connect(function()
  2154. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2155. velocity = RootPart.Velocity.y
  2156. sine = sine + change
  2157. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  2158. if equipped == true or equipped == false then
  2159. healthg.Text = math.floor(hum.Health).. "/" ..math.floor(hum.MaxHealth)
  2160. if RootPart.Velocity.y > 1 and hit == nil then
  2161. Anim = "Jump"
  2162. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2163. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2164. if attack == false then
  2165. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-2.5),math.rad(0),math.rad(0)),.3)
  2166. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(2.5),math.rad(0),math.rad(0)),.3)
  2167. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(50)), 0.3)
  2168. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)), 0.3)
  2169. end
  2170. else
  2171. if RootPart.Velocity.y < -1 and hit == nil then
  2172. Anim = "Fall"
  2173. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2174. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2175. if attack == false then
  2176. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2177. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(2.5),math.rad(0),math.rad(0)),.3)
  2178. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3)
  2179. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3)
  2180. end
  2181. else
  2182. if Torsovelocity < 1 and hit ~= nil then
  2183. Anim = "Idle"
  2184. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(-10),math.rad(0)),.3)
  2185. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(10),math.rad(0)),.3)
  2186. if attack == false then
  2187. change = 1
  2188. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(0),math.rad(0),math.rad(-20)),.3)
  2189. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(20)),.3)
  2190. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.35, -0.25) * angles(math.rad(20 + 1.5 * math.cos(sine / 32)), math.rad(-30), math.rad(-90)), 0.3)
  2191. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-10 + 1.5 * math.cos(sine / 32))), 0.3)
  2192. end
  2193. else
  2194. if Torsovelocity > 2 and hit ~= nil then
  2195. Anim = "Walk"
  2196. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(-25),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2197. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(-25),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2198. if attack == false then
  2199. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(15),math.rad(0),math.rad(25)),.3)
  2200. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(-25)),.3)
  2201. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.35, -0.5) * angles(math.rad(20), math.rad(-30), math.rad(-90)), 0.3)
  2202. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0 - 45 * math.cos(sine / 5)), math.rad(0), math.rad(-10)), 0.3)
  2203. end
  2204. end
  2205. end
  2206. end
  2207. end
  2208. end
  2209. end)
Add Comment
Please, Sign In to add comment