Advertisement
EmeraldIT

Untitled

Sep 2nd, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.28 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83.  
  84. --h/https://paste.ee/r/ZpU02/0
  85. local col = ColorSequence.new(Color3.fromRGB(255,29,0))
  86. local colb = BrickColor.new("CGA brown")
  87. local colb2 = BrickColor.new("Really red")
  88. local sound = Instance.new("Sound")
  89. sound.SoundId = "rbxassetid://212179718"
  90. sound.Parent = workspace.PhoenixClockworks["HumanoidRootPart"]
  91. sound.Volume = 100
  92. sound.Name = "Music"
  93. sound.Looped = true
  94. sound:Play()
  95. local flames = true
  96. local flaming = false
  97. local debounce = false
  98. local anime = false
  99. local root = workspace.PhoenixClockworks.HumanoidRootPart
  100. local wind = false
  101. local eh = false
  102. local eh2 = false
  103. local eh3 = false
  104. local eh4 = false
  105. local eh5 = false
  106. Circle = Instance.new("Part", workspace.PhoenixClockworks.Humanoid)
  107. CircleMesh = Instance.new("SpecialMesh", Circle)
  108. CircleMesh.MeshType = Enum.MeshType.Sphere
  109. Circle.Anchored = true
  110. Circle.CanCollide = false
  111. Circle.Material = "Neon"
  112. Circle.Size = Vector3.new(0,0,0)
  113. Circle.Color = colb.Color
  114.  
  115. sizes = {
  116. NumberSequenceKeypoint.new(0,0.4,0);
  117. NumberSequenceKeypoint.new(1,0.4,0)
  118. }
  119. seeses = {
  120. NumberSequenceKeypoint.new(0,1,0);
  121. NumberSequenceKeypoint.new(0.2,0,0);
  122. NumberSequenceKeypoint.new(0.8,0,0);
  123. NumberSequenceKeypoint.new(1,1,0)
  124. }
  125. pt = Instance.new("ParticleEmitter", script)
  126. pt.LightEmission = 1
  127. pt.Name = "Pt"
  128. pt.LightInfluence = 1
  129. pt.Size = NumberSequence.new(sizes)
  130. pt.Transparency = NumberSequence.new(seeses)
  131. pt.Texture = "rbxassetid://1207853932"
  132. pt.Acceleration = Vector3.new(0,0.02,0)
  133. pt.Enabled = false
  134. pt.ZOffset = 0.5
  135. pt.Drag = 0
  136. pt.Rate = 100
  137. pt.LockedToPart = true
  138. pt.EmissionDirection = "Top"
  139. pt.Rotation = NumberRange.new(0,0)
  140. pt.SpreadAngle = Vector2.new(0,0)
  141. pt.Lifetime = NumberRange.new(5,10)
  142. pt.RotSpeed = NumberRange.new(0,0)
  143. pt.Speed = NumberRange.new(0)
  144. pt.Color = col
  145.  
  146. function clone(parent)
  147. p = script.Pt:Clone()
  148. p.Parent = parent
  149. p.Enabled = true
  150. end
  151.  
  152. Circle.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  153. workspace.PhoenixClockworks.LowerTorso.Anchored = true
  154. char = workspace.PhoenixClockworks
  155.  
  156. for i = 1, 50 do
  157. Circle.Size = Circle.Size:Lerp(Vector3.new(20,20,20), 0.1)
  158. if i > 20 then
  159. Circle.CanCollide = true
  160. end
  161. wait()
  162. end
  163.  
  164. char.Kistune_TailsAccessory.Handle.SpecialMesh.TextureId = ""
  165. char.Kitsune_HairAccessory.Handle.SpecialMesh.TextureId = ""
  166. char.Kistune_TailsAccessory.Handle.Reflectance = 0
  167. char.Kitsune_HairAccessory.Handle.Reflectance = 0
  168. char.Kistune_TailsAccessory.Handle.BrickColor = BrickColor.new("Institutional white")
  169. char.Kitsune_HairAccessory.Handle.BrickColor = BrickColor.new("Institutional white")
  170. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=274716467"
  171. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=274716467"
  172. clone(char.LeftHand)
  173. clone(char.RightHand)
  174. clone(char.LeftUpperArm)
  175. clone(char.RightUpperArm)
  176. clone(char.LeftLowerArm)
  177. clone(char.RightLowerArm)
  178. lpt1 = char.LeftHand.Pt
  179. rpt1 = char.RightHand.Pt
  180. rpt2 = char.RightLowerArm.Pt
  181. rpt3 = char.RightUpperArm.Pt
  182. lpt2 = char.LeftUpperArm.Pt
  183. lpt3 = char.LeftLowerArm.Pt
  184. lpt1.Enabled = false
  185. lpt2.Enabled = false
  186. lpt3.Enabled = false
  187. rpt1.Enabled = false
  188. rpt2.Enabled = false
  189. rpt3.Enabled = false
  190. char.LeftUpperLeg.BrickColor = BrickColor.new("White")
  191. char.LeftLowerLeg.BrickColor = BrickColor.new("White")
  192. char.RightUpperLeg.BrickColor = BrickColor.new("White")
  193. char.RightUpperLeg.BrickColor = BrickColor.new("White")
  194. char.RightFoot.BrickColor = BrickColor.new("White")
  195. char.LeftFoot.BrickColor = BrickColor.new("White")
  196.  
  197. local pulsething = Instance.new("Part", char.Humanoid)
  198. pulsething.CanCollide = false
  199. pulsething.Transparency = 1
  200. pulsething.Size = Vector3.new(0.5,0.5,0.5)
  201.  
  202. sizes = {
  203. NumberSequenceKeypoint.new(0,0,0);
  204. NumberSequenceKeypoint.new(0.5,3,0);
  205. NumberSequenceKeypoint.new(1,0,0)
  206. }
  207. seeses = {
  208. NumberSequenceKeypoint.new(0,1,0);
  209. NumberSequenceKeypoint.new(0.2,0,0);
  210. NumberSequenceKeypoint.new(0.8,0,0);
  211. NumberSequenceKeypoint.new(1,1,0)
  212. }
  213. pt1 = Instance.new("ParticleEmitter", script)
  214. pt1.LightEmission = 1
  215. pt1.LightInfluence = 1
  216. pt1.Size = NumberSequence.new(sizes)
  217. pt1.Transparency = NumberSequence.new(seeses)
  218. pt1.Texture = "rbxassetid://1207853932"
  219. pt1.Acceleration = Vector3.new(0,5,0)
  220. pt1.Enabled = false
  221. pt1.ZOffset = 0.1
  222. pt1.Drag = 0
  223. pt1.Rate = 250
  224. pt1.EmissionDirection = "Left"
  225. pt1.Rotation = NumberRange.new(-180,180)
  226. pt1.SpreadAngle = Vector2.new(0,180)
  227. pt1.Lifetime = NumberRange.new(1,1.3)
  228. pt1.RotSpeed = NumberRange.new(-360,360)
  229. pt1.Speed = NumberRange.new(20)
  230. pt1.Color = col
  231.  
  232. local p = pt1:Clone()
  233. p.Parent = pulsething
  234.  
  235. local weld = Instance.new("Weld")
  236. weld.Part0 = char.HumanoidRootPart
  237. weld.Part1 = pulsething
  238. weld.Parent = pulsething
  239. weld.C1 = CFrame.new(0, 3, 0)
  240.  
  241. wait(3)
  242.  
  243. flames = true
  244.  
  245. for i = 1,50 do
  246. Circle.Transparency = i/50
  247. if i > 20 then
  248. Circle.CanCollide = false
  249. end
  250. wait()
  251. end
  252.  
  253. CV="Royal purple"
  254. pA = game.Players.PhoenixClockworks
  255. char = pA.Character
  256. local txt = Instance.new("BillboardGui", char)
  257. txt.Adornee = char.Head
  258. txt.Name = "_status"
  259. txt.Size = UDim2.new(2, 0, 1.2, 0)
  260. txt.StudsOffset = Vector3.new(-9, 8, 0)
  261. local text = Instance.new("TextLabel", txt)
  262. text.Size = UDim2.new(10, 0, 7, 0)
  263. text.FontSize = "Size24"
  264. text.TextScaled = true
  265. text.TextTransparency = 0
  266. text.BackgroundTransparency = 1
  267. text.TextTransparency = 0
  268. text.TextStrokeTransparency = 0
  269. text.Font = "Antique"
  270. text.TextStrokeColor3 = Color3.new(85, 0, 255)
  271.  
  272. v=Instance.new("Part")
  273. v.Name = "ColorBrick"
  274. v.Parent=pA.Character
  275. v.FormFactor="Symmetric"
  276. v.Anchored=true
  277. v.CanCollide=false
  278. v.BottomSurface="Smooth"
  279. v.TopSurface="Smooth"
  280. v.Size=Vector3.new(10,5,3)
  281. v.Transparency=1
  282. v.CFrame=root.CFrame
  283. v.BrickColor=BrickColor.new(CV)
  284. v.Transparency=1
  285. text.TextColor3 = Color3.fromRGB(80, 255, 153)
  286. v.Shape="Block"
  287. text.Text = ""
  288.  
  289. function ACTIVE___FLARE_MODEEEEE()
  290. flaming = false
  291. sound.SoundId = "rbxassetid://1579308042"
  292. sound.Parent = workspace.PhoenixClockworks["HumanoidRootPart"]
  293. sound.Volume = 100
  294. sound.Name = "Music"
  295. sound.Looped = true
  296. sound:Play()
  297. local Circle = Instance.new("Part", workspace.PhoenixClockworks.Humanoid)
  298. CircleMesh = Instance.new("SpecialMesh", Circle)
  299. CircleMesh.MeshType = Enum.MeshType.Sphere
  300. Circle.Anchored = true
  301. Circle.CanCollide = false
  302. Circle.Material = "Neon"
  303. Circle.Size = Vector3.new(0,0,0)
  304. Circle.BrickColor = BrickColor.new("Cyan")
  305. Circle.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  306. workspace.PhoenixClockworks.LowerTorso.Anchored = true
  307. char = workspace.PhoenixClockworks
  308. flames = false
  309. anime = true
  310. wind = false
  311. for i = 1, 50 do
  312. Circle.Size = Circle.Size:Lerp(Vector3.new(20,20,20), 0.1)
  313. if i > 20 then
  314. Circle.CanCollide = true
  315. end
  316. wait()
  317. end
  318. anime = true
  319. wait(3)
  320. coroutine.resume(coroutine.create(function()
  321. for i = 1,8 do
  322. cclone = Circle:Clone()
  323. cclone.Size = Vector3.new(0.1,0.1,0.1)
  324. cclone.CanCollide = false
  325. coroutine.resume(coroutine.create(function()
  326. for i = 1,40 do
  327. cclone.Size = cclone.Size + Vector3.new(2,2,2)
  328. cclone.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  329. cclone.Transparency = cclone.Transparency + 0.025
  330. if i > 20 then
  331. cclone.CanCollide = true
  332. end
  333. wait()
  334. end
  335. end))
  336. cclone:Destroy()
  337. wait(0.2)
  338. end
  339. end))
  340. wait(2.6)
  341. for i = 1,50 do
  342. Circle.Transparency = i/50
  343. if i > 20 then
  344. Circle.CanCollide = false
  345. end
  346. wait()
  347. end
  348. workspace.PhoenixClockworks.LowerTorso.Anchored = false
  349. flaming = true
  350. end
  351.  
  352. function ACTIVE___NORMIE_MODEEEEE()
  353. flaming = false
  354. sound.SoundId = "rbxassetid://212179718"
  355. sound.Parent = workspace.PhoenixClockworks["HumanoidRootPart"]
  356. sound.Volume = 100
  357. sound.Name = "Music"
  358. sound.Looped = true
  359. sound:Play()
  360. local Circle = Instance.new("Part", workspace.PhoenixClockworks.Humanoid)
  361. CircleMesh = Instance.new("SpecialMesh", Circle)
  362. CircleMesh.MeshType = Enum.MeshType.Sphere
  363. Circle.Anchored = true
  364. Circle.CanCollide = false
  365. Circle.Material = "Neon"
  366. Circle.Size = Vector3.new(0,0,0)
  367. Circle.BrickColor = BrickColor.new("CGA brown")
  368. Circle.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  369. workspace.PhoenixClockworks.LowerTorso.Anchored = true
  370. char = workspace.PhoenixClockworks
  371.  
  372. for i = 1, 50 do
  373. Circle.Size = Circle.Size:Lerp(Vector3.new(20,20,20), 0.1)
  374. if i > 20 then
  375. Circle.CanCollide = true
  376. end
  377. wait()
  378. end
  379. flames = true
  380. anime = false
  381. wind = false
  382. wait(3)
  383. coroutine.resume(coroutine.create(function()
  384. for i = 1,8 do
  385. cclone = Circle:Clone()
  386. cclone.Size = Vector3.new(0.1,0.1,0.1)
  387. cclone.CanCollide = false
  388. coroutine.resume(coroutine.create(function()
  389. for i = 1,40 do
  390. cclone.Size = cclone.Size + Vector3.new(2,2,2)
  391. cclone.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  392. cclone.Transparency = cclone.Transparency + 0.025
  393. if i > 20 then
  394. cclone.CanCollide = true
  395. end
  396. wait()
  397. end
  398. end))
  399. cclone:Destroy()
  400. wait(0.2)
  401. end
  402. end))
  403. wait(2.6)
  404. for i = 1,50 do
  405. Circle.Transparency = i/50
  406. if i > 20 then
  407. Circle.CanCollide = false
  408. end
  409. wait()
  410. end
  411. workspace.PhoenixClockworks.LowerTorso.Anchored = false
  412. flaming = false
  413. end
  414.  
  415. Circle:Destroy()
  416.  
  417. workspace.PhoenixClockworks.LowerTorso.Anchored = false
  418.  
  419. game.Players.PhoenixClockworks.Chatted:Connect(function(c)
  420. if c == "/e go" then
  421. flaming = true
  422. elseif c == "/e stop" then
  423. flaming = false
  424. elseif c == "activate flare mode" then
  425. ACTIVE___FLARE_MODEEEEE()
  426. elseif c == "activate wind mode" then
  427. ACTIVE___AURORA_MODEEEEE()
  428. end
  429. end)
  430.  
  431.  
  432. i = 0
  433. Host = workspace.PhoenixClockworks.HumanoidRootPart
  434. Speed = 0.05
  435. Speed2 = -0.05
  436. Distance = 7
  437. Object = Instance.new("Part", workspace.PhoenixClockworks)
  438. Object.CanCollide = false
  439. Object.Transparency = 1
  440. Object.Anchored = true
  441. Object.Size = Vector3.new(0.1,0.1,0.1)
  442. Object2 = Object:Clone()
  443. Object2.Parent = workspace.PhoenixClockworks
  444. game:GetService('RunService').Stepped:Connect(function()
  445. i = i - 1
  446. Object.CFrame = Host.CFrame - CFrame.fromEulerAnglesXYZ(7, i * Speed, 180) * Vector3.new(0,0,Distance)
  447. Object2.CFrame = Host.CFrame - CFrame.fromEulerAnglesXYZ(-7, i * Speed2, 0) * Vector3.new(0,0,Distance)
  448. end)
  449.  
  450. A1 = Instance.new("Attachment",Object)
  451. A1.Position = Vector3.new(-0.5, 0, 0)
  452. local A2 = Instance.new("Attachment",Object)
  453. A2.Position = Vector3.new(0.5, 0, 0)
  454. local Trail = Instance.new("Trail",Object)
  455. Trail.LightEmission = 1
  456. Trail.FaceCamera = false
  457. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(0.7,0,0), NumberSequenceKeypoint.new(1,1,0)})
  458. Trail.Attachment0 = A1
  459. Trail.Attachment1 = A2
  460. Trail.Lifetime = 1.5
  461. Trail.MinLength = 0
  462. Trail.Color = col
  463.  
  464. A1 = Instance.new("Attachment",Object2)
  465. A1.Position = Vector3.new(-0.5, 0, 0)
  466. local A2 = Instance.new("Attachment",Object2)
  467. A2.Position = Vector3.new(0.5, 0, 0)
  468. local Trail2 = Instance.new("Trail",Object2)
  469. Trail2.LightEmission = 1
  470. Trail2.FaceCamera = false
  471. Trail2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(0.7,0,0), NumberSequenceKeypoint.new(1,1,0)})
  472. Trail2.Attachment0 = A1
  473. Trail2.Attachment1 = A2
  474. Trail2.Lifetime = 1.5
  475. Trail2.MinLength = 0
  476. Trail2.Color = col
  477.  
  478. function boom(pos)
  479. local mesh = Instance.new('SpecialMesh')
  480. mesh.MeshType = "FileMesh"
  481. mesh.MeshId = "rbxassetid://3270017"
  482. mesh.Scale = Vector3.new(10,10,15)
  483.  
  484. local mesh2 = Instance.new('SpecialMesh')
  485. mesh2.MeshType = "FileMesh"
  486. mesh2.MeshId = "rbxassetid://1051557"
  487. mesh2.TextureId = "https://www.roblox.com/library/591081746/sparkle"
  488. mesh2.Scale = Vector3.new(20,100,20)
  489. yellow = colb
  490. yColor = yellow.Color
  491. yVector = Vector3.new(yColor.r,yColor.g,yColor.b)
  492. mesh2.VertexColor = yVector
  493.  
  494. local mesh3 = mesh2:Clone()
  495. mesh3.Scale = Vector3.new(19,100,19)
  496. orange = colb2
  497. oColor = orange.Color
  498. oVector = Vector3.new(oColor.r,oColor.g,oColor.b)
  499. mesh3.VertexColor = oVector
  500.  
  501. local mesh4 = Instance.new('SpecialMesh')
  502. mesh4.MeshType = 'Sphere'
  503.  
  504. local eff1 = Instance.new('Part',workspace)
  505. eff1.Position= pos
  506. eff1.Anchored = true
  507. eff1.CanCollide = false
  508. eff1.Material = Enum.Material.ForceField
  509. eff1.BrickColor = BrickColor.new('Bright yellow')
  510. eff1.Transparency = 1
  511. eff1.Size = Vector3.new(101,101,101)
  512. eff1.Name = "eff1"
  513. mesh2.Parent= eff1
  514.  
  515. local eff2 = Instance.new('Part',workspace)
  516. eff2.Position= pos
  517. eff2.Shape = "Ball"
  518. eff2.Anchored = true
  519. eff2.CanCollide = false
  520. eff2.Material = Enum.Material.ForceField
  521. eff2.BrickColor = colb
  522. eff2.Transparency = 1
  523. eff2.Reflectance = 0.2
  524. eff2.Size = Vector3.new(100,100,100)
  525. eff2.Name = "eff2"
  526. mesh3.Parent = eff2
  527.  
  528. local eff3 = Instance.new('Part',workspace)
  529. eff3.Position = pos
  530. eff3.Anchored = true
  531. eff3.Transparency = 1
  532. eff3.CanCollide = false
  533. eff3.Orientation = Vector3.new(90,0,0)
  534. eff3.Name = "eff3"
  535. mesh.Parent = eff3
  536.  
  537. local eff4 = Instance.new('Part', workspace)
  538. eff4.Size = Vector3.new(0,1000,0)
  539. eff4.CanCollide = false
  540. eff4.Anchored = true
  541. eff4.Position = pos
  542. eff4.Material = 'Neon'
  543. eff4.BrickColor = colb
  544. eff4.Name = 'eff4'
  545. eff4.Transparency = 1
  546. mesh4.Parent = eff4
  547.  
  548.  
  549. for i=1,10 do
  550. mesh2.Scale = mesh2.Scale - Vector3.new(2,6,2)
  551. eff1.Transparency = eff1.Transparency - 0.01
  552. mesh3.Scale = mesh3.Scale - Vector3.new(4,6,4)
  553. eff2.Transparency = eff2.Transparency - 0.01
  554. eff1.CFrame = eff1.CFrame * CFrame.fromEulerAnglesXYZ(0,0.1,0)
  555. eff2.CFrame = eff2.CFrame * CFrame.fromEulerAnglesXYZ(0,-0.1,0)
  556. wait()
  557. end
  558. eff3.Transparency = 0
  559. eff4.Transparency = 0
  560. eff4.Touched:Connect(function(hit)
  561. if hit.Name ~= "Base" and hit.Parent ~= char and hit.Parent.Parent ~= char then
  562. if hit:FindFirstChild("Humanoid") ~= nil then
  563. hit:BreakJoints()
  564. game.Debris:AddItem(hit,0.05)
  565. end
  566. game.Debris:AddItem(hit,0.05)
  567. end
  568. end)
  569. for i=1,100 do
  570. mesh2.Scale = mesh2.Scale + Vector3.new(4,0,4)
  571. mesh3.Scale = mesh3.Scale + Vector3.new(4,0,4)
  572. if flaming == false then
  573. if anime == true then
  574. eff4.Size = eff4.Size+ Vector3.new(0.7,0,0.7)
  575. else
  576. eff4.Size = eff4.Size+ Vector3.new(0.5,0,0.5)
  577. end
  578. else
  579. if anime == true then
  580. eff4.Size = eff4.Size+ Vector3.new(2.8,0,2.8)
  581. else
  582. eff4.Size = eff4.Size+ Vector3.new(2.1,0,2.1)
  583. end
  584. end
  585.  
  586. if flaming ~= true then
  587. eff3.Mesh.Scale = eff3.Mesh.Scale + Vector3.new(5,5,0)
  588. else
  589. eff3.Mesh.Scale = eff3.Mesh.Scale + Vector3.new(15,15,0)
  590. end
  591. eff1.CFrame = eff1.CFrame * CFrame.fromEulerAnglesXYZ(0,-0.4,0)
  592. eff2.CFrame = eff2.CFrame * CFrame.fromEulerAnglesXYZ(0,0.4,0)
  593. if i >= 70 then
  594. eff2.Transparency = eff2.Transparency + 0.03
  595. eff1.Transparency = eff1.Transparency + 0.03
  596. eff3.Transparency = eff3.Transparency +0.03
  597. eff4.Transparency = eff4.Transparency +0.03
  598. end
  599. wait()
  600. end
  601. eff1:Destroy()
  602. eff2:Destroy()
  603. eff3:Destroy()
  604. eff4:Destroy()
  605. end
  606.  
  607. function ACTIVE___AURORA_MODEEEEE()
  608. flaming = false
  609. sound.SoundId = "rbxassetid://2958392645"
  610. sound.Parent = workspace.PhoenixClockworks["HumanoidRootPart"]
  611. sound.Volume = 100
  612. sound.Name = "Music"
  613. sound.Looped = true
  614. sound:Play()
  615. local Circle = Instance.new("Part", workspace.PhoenixClockworks.Humanoid)
  616. CircleMesh = Instance.new("SpecialMesh", Circle)
  617. CircleMesh.MeshType = Enum.MeshType.Sphere
  618. Circle.Anchored = true
  619. Circle.CanCollide = false
  620. Circle.Material = "Neon"
  621. Circle.Size = Vector3.new(0,0,0)
  622. Circle.BrickColor = BrickColor.new("Bright green")
  623. Circle.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  624. workspace.PhoenixClockworks.LowerTorso.Anchored = true
  625. char = workspace.PhoenixClockworks
  626. flames = false
  627. anime = false
  628. wind = true
  629. for i = 1, 50 do
  630. Circle.Size = Circle.Size:Lerp(Vector3.new(20,20,20), 0.1)
  631. if i > 20 then
  632. Circle.CanCollide = true
  633. end
  634. wait()
  635. end
  636. wind = true
  637. wait(3)
  638. coroutine.resume(coroutine.create(function()
  639. for i = 1,8 do
  640. cclone = Circle:Clone()
  641. cclone.Size = Vector3.new(0.1,0.1,0.1)
  642. cclone.CanCollide = false
  643. coroutine.resume(coroutine.create(function()
  644. for i = 1,40 do
  645. cclone.Size = cclone.Size + Vector3.new(2,2,2)
  646. cclone.Position = workspace.PhoenixClockworks.HumanoidRootPart.Position
  647. cclone.Transparency = cclone.Transparency + 0.025
  648. if i > 20 then
  649. cclone.CanCollide = true
  650. end
  651. wait()
  652. end
  653. end))
  654. cclone:Destroy()
  655. wait(0.2)
  656. end
  657. end))
  658. wait(2.6)
  659. for i = 1,50 do
  660. Circle.Transparency = i/50
  661. if i > 20 then
  662. Circle.CanCollide = false
  663. end
  664. wait()
  665. end
  666. workspace.PhoenixClockworks.LowerTorso.Anchored = false
  667. flaming = true
  668. end
  669.  
  670. function flingb()
  671. char = workspace.PhoenixClockworks
  672. fling = Instance.new("Part", char.Humanoid)
  673. flingmesh = Instance.new("SpecialMesh", fling)
  674. flingmesh.MeshType = "Sphere"
  675. fling.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0,0,-4)
  676. fling.Anchored = true
  677. fling.Velocity = Vector3.new(100,0,0)
  678. fling.Size = Vector3.new(0.1,0.1,0.1)
  679. fling.Material = "Neon"
  680. fling.Transparency = 0.3
  681. fling.CanCollide = false
  682. fling.BrickColor = colb
  683. fling2 = Instance.new("Part", char.Humanoid)
  684. fling2mesh = Instance.new("SpecialMesh", fling2)
  685. fling2mesh.MeshType = "Sphere"
  686. fling2.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0,0,-4)
  687. fling2.Anchored = true
  688. fling2.CanCollide = false
  689. fling2.Velocity = Vector3.new(100,0,0)
  690. fling2.Size = Vector3.new(0.05,0.05,0.05)
  691. clone(fling2)
  692. fling2.Material = "Neon"
  693. fling2.BrickColor = colb2
  694. fling.Touched:Connect(function(h)
  695. if h.Parent ~= char and h.Parent.Parent ~= char and h.Name ~= "Base" and h:FindFirstChild("Pt") == nil and not h.Parent:FindFirstChild("AETHERSUCKSBIGCOCKS") ~= nil then
  696. hit = Instance.new("BoolValue")
  697. hit.Parent = h.Parent
  698. hit.Name = "AETHERSUCKSBIGCOCKS"
  699. clone(h)
  700. if h.Parent:FindFirstChildOfClass("Humanoid") ~= nil or h.Parent.Parent:FindFirstChildOfClass("Humanoid") ~= nil then coroutine.resume(coroutine.create(function()
  701. for i = 1,10 do
  702. pcall(function() h.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  703. end)
  704. pcall(function() h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  705. end)
  706. wait(1)
  707. end
  708. end))
  709. end
  710. end
  711. end)
  712. spawn(function()
  713. for i = 1,50 do
  714. if anime ~= true then
  715. fling.Size = fling.Size + Vector3.new(1,1,10)
  716. fling2.Size = fling2.Size + Vector3.new(0.5,0.5,10)
  717. fling.CFrame = fling.CFrame * CFrame.new(0,0,-5)
  718. fling2.CFrame = fling2.CFrame * CFrame.new(0,0,-5)
  719. else
  720. fling.Size = fling.Size + Vector3.new(4,4,20)
  721. fling2.Size = fling2.Size + Vector3.new(2,2,20)
  722. fling.CFrame = fling.CFrame * CFrame.new(0,0,-10)
  723. fling2.CFrame = fling2.CFrame * CFrame.new(0,0,-10)
  724. end
  725. if i > 25 then
  726. fling.Transparency = fling.Transparency + (1/25)
  727. fling2.Transparency = fling2.Transparency + (1/25)
  728. end
  729. wait()
  730. end
  731. fling:Destroy()
  732. fling2:Destroy()
  733. end)
  734. end
  735.  
  736. function flare_orbs()
  737. debri = game.Debris
  738. char = workspace.PhoenixClockworks
  739. tors = char.HumanoidRootPart
  740. amount = 50
  741.  
  742. if flaming == true then
  743. amount = 100
  744. else
  745. amount = 50
  746. end
  747. for i = 1,amount do
  748. Pw = Instance.new("Part", char.Humanoid)
  749. if flaming == true then
  750. Pw.CFrame = tors.CFrame * CFrame.new(math.random(-20,20),math.random(-10,10),-4)
  751. else
  752. Pw.CFrame = tors.CFrame * CFrame.new(math.random(-10,10),math.random(-20,20),-4)
  753. end
  754. Pw.CanCollide = true
  755. Pw.Size = Vector3.new(3,3,3)
  756. Pw.Orientation = Vector3.new(math.random(-180,180), math.random(-180,180), math.random(-180,180))
  757. Pw.Transparency = 0
  758. Pw.Material = "Neon"
  759. Pw.BrickColor = BrickColor.new("Cyan")
  760. A1 = Instance.new("Attachment",Pw)
  761. A1.Position = Vector3.new(0, 2, 0)
  762. local A2 = Instance.new("Attachment",Pw)
  763. A2.Position = Vector3.new(0, -2, 0)
  764. local Trail = Instance.new("Trail",Pw)
  765. Trail.LightEmission = 1
  766. Trail.FaceCamera = false
  767. Trail.Attachment0 = A1
  768. Trail.Attachment1 = A2
  769. Trail.Lifetime = 1
  770. Trail.MinLength = 0
  771. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(1,1,0)})
  772. Trail.Color = ColorSequence.new(Pw.BrickColor.Color)
  773. P = Instance.new("Part", char.Humanoid)
  774. if flaming == true then
  775. P.CFrame = tors.CFrame * CFrame.new(math.random(-20,20),math.random(-10,10),-4)
  776. else
  777. P.CFrame = tors.CFrame * CFrame.new(math.random(-10,10),math.random(-20,20),-4)
  778. end
  779. P.CanCollide = true
  780. P.Orientation = Vector3.new(math.random(-180,180), math.random(-180,180), math.random(-180,180))
  781. P.Size = Vector3.new(3,3,3)
  782. P.Material = "Neon"
  783. P.Transparency = 0
  784. P.BrickColor = BrickColor.new("Royal purple")
  785. A1 = Instance.new("Attachment",P)
  786. A1.Position = Vector3.new(0, 2, 0)
  787. local A2 = Instance.new("Attachment",P)
  788. A2.Position = Vector3.new(0, -2, 0)
  789. local Trail = Instance.new("Trail",P)
  790. Trail.LightEmission = 1
  791. Trail.FaceCamera = false
  792. Trail.Attachment0 = A1
  793. Trail.Attachment1 = A2
  794. Trail.Lifetime = 1
  795. Trail.MinLength = 0
  796. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(1,1,0)})
  797. Trail.Color = ColorSequence.new(P.BrickColor.Color)
  798. PM = Instance.new("SpecialMesh", P)
  799. PM.MeshType = "Sphere"
  800. PM = Instance.new("SpecialMesh", Pw)
  801. PM.MeshType = "Sphere"
  802. BV = Instance.new('BodyVelocity', P)
  803. BV.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  804. BV.velocity = tors.CFrame.lookVector*(amount*10)
  805. BV = Instance.new('BodyVelocity', Pw)
  806. BV.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  807. BV.velocity = tors.CFrame.lookVector*(amount*10)
  808. debri:AddItem(P, 10)
  809. debri:AddItem(Pw, 10)
  810. P.Touched:Connect(function(h)
  811. if h.Parent ~= char and h.Parent.Parent ~= char and h.Name ~= "Base" and h:FindFirstChild("Pt") == nil and not h.Parent:FindFirstChild("AETHERSUCKSBIGCOCKS") ~= nil then
  812. hit = Instance.new("BoolValue")
  813. hit.Parent = h.Parent
  814. hit.Name = "AETHERSUCKSBIGCOCKS"
  815. clone(h)
  816. if h.Parent:FindFirstChildOfClass("Humanoid") ~= nil or h.Parent.Parent:FindFirstChildOfClass("Humanoid") ~= nil then coroutine.resume(coroutine.create(function()
  817. for i = 1,10 do
  818. pcall(function() h.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  819. end)
  820. pcall(function() h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  821. end)
  822. wait(1)
  823. end
  824. end))
  825. end
  826. end
  827. end)
  828. Pw.Touched:Connect(function(h)
  829. if h.Parent ~= char and h.Parent.Parent ~= char and h.Name ~= "Base" and h:FindFirstChild("Pt") == nil and not h.Parent:FindFirstChild("AETHERSUCKSBIGCOCKS") ~= nil then
  830. hit = Instance.new("BoolValue")
  831. hit.Parent = h.Parent
  832. hit.Name = "AETHERSUCKSBIGCOCKS"
  833. clone(h)
  834. if h.Parent:FindFirstChildOfClass("Humanoid") ~= nil or h.Parent.Parent:FindFirstChildOfClass("Humanoid") ~= nil then coroutine.resume(coroutine.create(function()
  835. for i = 1,10 do
  836. pcall(function() h.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  837. end)
  838. pcall(function() h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health = h.Parent.Parent:FindFirstChildOfClass("Humanoid").Health - (h.Parent.Parent:FindFirstChildOfClass("Humanoid").MaxHealth/10)
  839. end)
  840. wait(1)
  841. end
  842. end))
  843. end
  844. end
  845. end)
  846. wait()
  847. end
  848. end
  849.  
  850.  
  851. function Roar()
  852. char = workspace.PhoenixClockworks
  853. root = char.HumanoidRootPart
  854. coroutine.resume(coroutine.create(function()
  855. for i = 1,20 do
  856.  
  857. local H = Instance.new("Part",workspace)
  858. H.Size = Vector3.new(1,1,1)
  859. H.BrickColor = BrickColor.new("CGA brown")
  860. local Boom = Instance.new("Part", char.Humanoid)
  861. Boom.Size = Vector3.new(1,1,1)
  862. Boom.CanCollide = false
  863. Boom.Anchored = true
  864. Boom.BrickColor = colb
  865. Boom.Material = "Neon"
  866. Boom.Shape = "Ball"
  867. H.CanCollide = false
  868. H.Anchored = true
  869. H.CFrame = root.CFrame*CFrame.new(-4,0,0)*CFrame.Angles(1.55,0,0)
  870. Boom.CFrame = root.CFrame*CFrame.new(-4,0,0)*CFrame.Angles(1.55,0,0)
  871. local H2 = Instance.new("SpecialMesh",H)
  872. H2.MeshId = "rbxassetid://3270017"
  873. H2.TextureId = "http://www.roblox.com/asset/?id=29849970"
  874. H2.VertexColor = Vector3.new(1, 255555, 1)
  875. coroutine.resume(coroutine.create(function()
  876. for A = 1,90 do
  877. H.CFrame = H.CFrame + CFrame.new(0,0,-4)
  878. H2.Scale = H2.Scale + Vector3.new(5.2,5.2,0.2)
  879. Boom.CFrame = Boom.CFrame + CFrame.new(0,0,-4)
  880. Boom.Size = Boom.Size + Vector3.new(5.2,5.2,5.2)
  881. H.Transparency = H.Transparency + 0.05
  882. wait(0.00000000001)
  883. end
  884.  
  885. H2:Destroy()
  886. H:Destroy()
  887. Boom:Destroy()
  888.  
  889. end))
  890. if i > 17 then
  891. wait(0.2)
  892. else
  893. wait()
  894. end
  895. end
  896. end))
  897. end
  898.  
  899. function pulse()
  900. debri = game.Debris
  901. char = workspace.PhoenixClockworks
  902. tors = char.HumanoidRootPart
  903.  
  904. --[[function wind(Pa)
  905. local mesh2 = Instance.new('SpecialMesh')
  906. mesh2.MeshType = "FileMesh"
  907. mesh2.MeshId = "rbxassetid://1051557"
  908. mesh2.TextureId = "http://www.roblox.com/asset/?id=29849970"
  909. mesh2.VertexColor = Vector3.new(255555,255555,255555)
  910. mesh2.Scale = Vector3.new(1,1,1)
  911. Shockwave = Instance.new("Part", workspace)
  912. Shockwave.Anchored = true
  913. Shockwave.Locked = true
  914. Shockwave.CanCollide = true
  915. Shockwave.Name= "AHAHAHAHAH"
  916. Shockwave.Velocity = Vector3.new(2000,2000,2000)
  917. Shockwave.Size = Vector3.new(1,1,1)
  918. Shockwave.CFrame = Pa.CFrame
  919. Shockwave.CFrame = Shockwave.CFrame * CFrame.fromEulerAnglesXYZ(55,0,0)
  920. mesh2.Parent = Shockwave
  921. spawn(function()
  922. for i = 1,50 do
  923. mesh2.Scale = mesh2.Scale + Vector3.new(1,0,1)
  924. Shockwave.Size = Shockwave.Size + Vector3.new(1,0,1)
  925. Shockwave.CFrame = Shockwave.CFrame * CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,-0.1,0)
  926. Shockwave.Transparency = i/50
  927. wait()
  928. end
  929. Shockwave:Destroy()
  930. end)
  931. end]]
  932.  
  933. CV="Royal purple"
  934. pA = game.Players.PhoenixClockworks
  935. char = pA.Character
  936. local txt = Instance.new("BillboardGui", char)
  937. txt.Adornee = char.Head
  938. txt.Name = "_status"
  939. txt.Size = UDim2.new(2, 0, 1.2, 0)
  940. txt.StudsOffset = Vector3.new(-9, 8, 0)
  941. local text = Instance.new("TextLabel", txt)
  942. text.Size = UDim2.new(10, 0, 7, 0)
  943. text.FontSize = "Size24"
  944. text.TextScaled = true
  945. text.TextTransparency = 0
  946. text.BackgroundTransparency = 1
  947. text.TextTransparency = 0
  948. text.TextStrokeTransparency = 0
  949. text.Font = "Antique"
  950. text.TextStrokeColor3 = Color3.fromRGB(85, 0, 255)
  951.  
  952. v=Instance.new("Part")
  953. v.Name = "ColorBrick"
  954. v.Parent=pA.Character
  955. v.FormFactor="Symmetric"
  956. v.Anchored=true
  957. v.CanCollide=false
  958. v.BottomSurface="Smooth"
  959. v.TopSurface="Smooth"
  960. v.Size=Vector3.new(10,5,3)
  961. v.Transparency=1
  962. v.CFrame=root.CFrame
  963. v.BrickColor=BrickColor.new(CV)
  964. v.Transparency=1
  965. text.TextColor3 = Color3.fromRGB(80, 255, 153)
  966. v.Shape="Block"
  967. text.Text = ""
  968.  
  969. text.Text = "CHOKE"
  970. wait(0.2)
  971. text.Text = "'N"
  972. wait(0.2)
  973. text.Text = "THIS"
  974. wait(0.2)
  975. text.Text = "BUSTER-"
  976. wait(0.5)
  977. text.Text = ""
  978.  
  979. Pw = Instance.new("Part", char.Humanoid)
  980. Pw.CFrame = tors.CFrame * CFrame.new(0,0,-4)
  981. Pw.CanCollide = false
  982. Pw.Size = Vector3.new(2.5,2.5,2.5)
  983. Pw.Material = "Neon"
  984. Pw.Color = BrickColor.new("Royal purple").Color
  985. P = Instance.new("Part", char.Humanoid)
  986. P.CFrame = tors.CFrame * CFrame.new(0,0,-4)
  987. P.CanCollide = false
  988. P.Size = Vector3.new(4,4,4)
  989. P.Material = "Neon"
  990. A1 = Instance.new("Attachment",P)
  991. A1.Position = Vector3.new(0, 2, 0)
  992. local A2 = Instance.new("Attachment",P)
  993. A2.Position = Vector3.new(0, -2, 0)
  994. local Trail = Instance.new("Trail",P)
  995. Trail.LightEmission = 1
  996. Trail.FaceCamera = true
  997. Trail.Attachment0 = A1
  998. Trail.Attachment1 = A2
  999. Trail.Lifetime = 1
  1000. Trail.MinLength = 0
  1001. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(1,1,0)})
  1002. Trail.Color = ColorSequence.new(BrickColor.new("Bright green").Color)
  1003.  
  1004. P.Transparency = 0.655
  1005. P.Color = Color3.fromRGB(90, 255, 131)
  1006. P.Touched:Connect(function(h)
  1007. if h.Parent ~= char and h.Parent.Parent ~= char and h.Name ~= "Base" and h.Name ~= "AHAHAHAHAH" then
  1008. P:Destroy()
  1009. Pw.Anchored = true
  1010. Pw.Transparency = 1
  1011. BBB = Instance.new("Part", char.Humanoid)
  1012. BBB.Shape = "Ball"
  1013. BBB.CanCollide = false
  1014. BBB.Anchored = true
  1015. local mesh2 = Instance.new('SpecialMesh')
  1016. mesh2.MeshType = "FileMesh"
  1017. mesh2.MeshId = "rbxassetid://1051557"
  1018. mesh2.TextureId = "http://www.roblox.com/asset/?id=29849970"
  1019. mesh2.VertexColor = Vector3.new(255555,255555,255555)
  1020. mesh2.Scale = Vector3.new(1,5,1)
  1021. Shockwave = Instance.new("Part", workspace)
  1022. Shockwave.Anchored = true
  1023. Shockwave.Locked = true
  1024. Shockwave.CanCollide = true
  1025. Shockwave.Name= "AHAHAHAHAH"
  1026. Shockwave.Velocity = Vector3.new(2000,2000,2000)
  1027. Shockwave.Size = Vector3.new(1,1,1)
  1028. Shockwave.CFrame = Pw.CFrame
  1029. mesh2.Parent = Shockwave
  1030. BBB.Material = "Neon"
  1031. BBB.Size = Vector3.new(5,5,5)
  1032. BBB.BrickColor = BrickColor.new("Royal purple")
  1033. BBB.CFrame = Pw.CFrame
  1034. Pw:Destroy()
  1035. BBB2 = Instance.new("Part", char.Humanoid)
  1036. BBB2.Shape = "Ball"
  1037. BBB2.CanCollide = false
  1038. BBB2.Anchored = true
  1039. BBB2.Material = "Neon"
  1040. BBB2.Transparency = 0.655
  1041. BBB2.Size = Vector3.new(10,10,10)
  1042. BBB2.Color = Color3.fromRGB(90, 255, 131)
  1043. BBB2.CFrame = BBB.CFrame
  1044. BBB2.Touched:Connect(function(hh)
  1045. if hh.Parent ~= char and hh.Parent.Parent ~= char and hh.Name ~= "Base" and hh.Name ~= "AHAHAHAHAH" then
  1046. if hh.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  1047. hh.Parent:BreakJoints()
  1048. hh.Velocity = Vector3.new(hh.Velocity.X+ math.random(-200,200), hh.Velocity.Y + math.random(-200,200), hh.Velocity.Z+ math.random(-200,200))
  1049. A1 = Instance.new("Attachment",hh)
  1050. A1.Position = Vector3.new(0, 2, 0)
  1051. local A2 = Instance.new("Attachment",hh)
  1052. A2.Position = Vector3.new(0, -2, 0)
  1053. local Trail = Instance.new("Trail",hh)
  1054. Trail.LightEmission = 1
  1055. Trail.FaceCamera = true
  1056. Trail.Texture = "rbxassetid://945758042"
  1057. Trail.Attachment0 = A1
  1058. Trail.Attachment1 = A2
  1059. Trail.Lifetime = 1
  1060. Trail.MinLength = 0
  1061. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(1,1,0)})
  1062. Trail.Color = ColorSequence.new(BrickColor.new("Pastel green").Color)
  1063.  
  1064. game.Debris:AddItem(hh, 2.5)
  1065. end
  1066. end
  1067. end)
  1068.  
  1069. for i = 1,50 do
  1070. BBB2.Size = BBB2.Size:Lerp(Vector3.new(100,100,100), 0.1)
  1071. BBB.Size = BBB.Size:Lerp(Vector3.new(90,90,90), 0.1)
  1072. BBB.Transparency = BBB.Transparency + 0.02
  1073. BBB2.Transparency = BBB2.Transparency + 0.0069
  1074. mesh2.Scale = mesh2.Scale + Vector3.new(5,0,5)
  1075. Shockwave.Size = Shockwave.Size + Vector3.new(1.5,0,1.5)
  1076. Shockwave.CFrame = Shockwave.CFrame * CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,-0.1,0)
  1077. Shockwave.Transparency = Shockwave.Transparency + 0.02
  1078. wait()
  1079. end
  1080. debri:AddItem(BBB2, 0.01)
  1081. debri:AddItem(BBB, 0.01)
  1082. debri:AddItem(Shockwave, 0.01)
  1083. debri:AddItem(Pw, 0.01)
  1084. end
  1085. end)
  1086. PM = Instance.new("SpecialMesh", P)
  1087. PM.MeshType = "Sphere"
  1088. PM = Instance.new("SpecialMesh", Pw)
  1089. PM.MeshType = "Sphere"
  1090. BV = Instance.new('BodyVelocity', P)
  1091. BV.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1092. BV.velocity = tors.CFrame.lookVector*200
  1093. BV = Instance.new('BodyVelocity', Pw)
  1094. BV.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1095. BV.velocity = tors.CFrame.lookVector*200
  1096. debri:AddItem(P, 10)
  1097. debri:AddItem(Pw, 10)
  1098. debri:AddItem(txt, 5)
  1099. end
  1100.  
  1101. function Roar()
  1102. char = workspace.PhoenixClockworks
  1103. root = char.HumanoidRootPart
  1104. sound = Instance.new("Sound", char.HumanoidRootPart)
  1105. sound.SoundId = "rbxassetid://142926718"
  1106. sound.Parent = workspace.PhoenixClockworks["HumanoidRootPart"]
  1107. sound.Volume = 300
  1108. sound.Name = "Music"
  1109. sound.Looped = false
  1110. sound:Play()
  1111. CV="Royal purple"
  1112. pA = game.Players.PhoenixClockworks
  1113. char = pA.Character
  1114. local txt = Instance.new("BillboardGui", char)
  1115. txt.Adornee = char.Head
  1116. txt.Name = "_status"
  1117. txt.Size = UDim2.new(2, 0, 1.2, 0)
  1118. txt.StudsOffset = Vector3.new(-9, 8, 0)
  1119. local text = Instance.new("TextLabel", txt)
  1120. text.Size = UDim2.new(10, 0, 7, 0)
  1121. text.FontSize = "Size24"
  1122. text.TextScaled = true
  1123. text.TextTransparency = 0
  1124. text.BackgroundTransparency = 1
  1125. text.TextTransparency = 0
  1126. text.TextStrokeTransparency = 0
  1127. text.Font = "Antique"
  1128. text.TextStrokeColor3 = Color3.fromRGB(85, 0, 255)
  1129.  
  1130. v=Instance.new("Part")
  1131. v.Name = "ColorBrick"
  1132. v.Parent=pA.Character
  1133. v.FormFactor="Symmetric"
  1134. v.Anchored=true
  1135. v.CanCollide=false
  1136. v.BottomSurface="Smooth"
  1137. v.TopSurface="Smooth"
  1138. v.Size=Vector3.new(10,5,3)
  1139. v.Transparency=1
  1140. v.CFrame=root.CFrame
  1141. v.BrickColor=BrickColor.new(CV)
  1142. v.Transparency=1
  1143. text.TextColor3 = Color3.fromRGB(80, 255, 153)
  1144. v.Shape="Block"
  1145. text.Text = ""
  1146. wait(0.2)
  1147. text.Text = "FUS"
  1148. wait(0.2)
  1149. text.Text = "'RO"
  1150. wait(0.3)
  1151. text.Text = "DAH!"
  1152. wait(0.5)
  1153. sound:Destroy()
  1154. txt:Destroy()
  1155.  
  1156. local H = Instance.new("Part",workspace)
  1157. H.Size = Vector3.new(1,1,1)
  1158. H.BrickColor = BrickColor.new("Bright green")
  1159. H.CanCollide = false
  1160. H.Anchored = false
  1161. H.CFrame = root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(0,0,55)
  1162. local H2 = Instance.new("SpecialMesh",H)
  1163. H2.MeshId = "rbxassetid://3270017"
  1164. H2.TextureId = "http://www.roblox.com/asset/?id=29849970"
  1165. H2.VertexColor = Vector3.new(1, 255555, 1)
  1166. H.Touched:Connect(function(hh)
  1167. if hh.Parent ~= char and hh.Parent.Parent ~= char and hh.Name ~= "Base" and hh.Name ~= "AHAHAHAHAH" then
  1168. if hh.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  1169. hh.Parent:BreakJoints()
  1170. hh.Velocity = Vector3.new(hh.Velocity.X+ math.random(-200,200), hh.Velocity.Y + math.random(-200,200), hh.Velocity.Z+ math.random(-200,200))
  1171. A1 = Instance.new("Attachment",hh)
  1172. A1.Position = Vector3.new(0, 2, 0)
  1173. local A2 = Instance.new("Attachment",hh)
  1174. A2.Position = Vector3.new(0, -2, 0)
  1175. local Trail = Instance.new("Trail",hh)
  1176. Trail.LightEmission = 1
  1177. Trail.FaceCamera = true
  1178. Trail.Texture = "rbxassetid://945758042"
  1179. Trail.Attachment0 = A1
  1180. Trail.Attachment1 = A2
  1181. Trail.Lifetime = 1
  1182. Trail.MinLength = 0
  1183. Trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0), NumberSequenceKeypoint.new(1,1,0)})
  1184. Trail.Color = ColorSequence.new(BrickColor.new("Pastel green").Color)
  1185.  
  1186. game.Debris:AddItem(hh, 2.5)
  1187. end
  1188. end
  1189. end)
  1190. BV = Instance.new('BodyVelocity', H)
  1191. BV.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1192. BV.velocity = root.CFrame.lookVector*1000
  1193. game.Debris:AddItem(H, 10)
  1194. for i = 1,30 do
  1195. if flaming == true then
  1196. H2.Scale = H2.Scale + Vector3.new(10,10,0.1)
  1197. H.Size = H.Size + Vector3.new(10,10,0.1)
  1198. else
  1199. H2.Scale = H2.Scale + Vector3.new(5,5,0.1)
  1200. H.Size = H.Size + Vector3.new(5,5,0.1)
  1201. end
  1202. wait()
  1203. end
  1204. end
  1205.  
  1206. function launch()
  1207. char = workspace.PhoenixClockworks
  1208. root = char.HumanoidRootPart
  1209. char.Humanoid.JumpPower = 450
  1210. char.Humanoid.WalkSpeed = 450
  1211. local Boom = Instance.new("Part", char.Humanoid)
  1212. Boom.Shape = "Ball"
  1213. Boom.Anchored = true
  1214. Boom.CanCollide = false
  1215. Boom.Material = "Neon"
  1216. Boom. BrickColor = colb
  1217. Boom.Size = Vector3.new(0.1,0.1,0.1)
  1218. Boom.CFrame = char.HumanoidRootPart.CFrame
  1219. coroutine.resume(coroutine.create(function()
  1220. for i = 1,3 do
  1221. coroutine.resume(coroutine.create(function()
  1222. for i = 1,50 do
  1223. Boom.Size = Boom.Size:Lerp(Vector3.new(50,50,50), 0.1)
  1224. Boom.Transparency = i/50
  1225. wait()
  1226. end
  1227. end))
  1228. end
  1229. wait(0.3)
  1230. end))
  1231. char.Humanoid.Jump = true
  1232. coroutine.resume(coroutine.create(function()
  1233. for i = 1,13 do
  1234.  
  1235. local H = Instance.new("Part",workspace)
  1236. H.Size = Vector3.new(1,1,1)
  1237. H.BrickColor = BrickColor.new("CGA brown")
  1238.  
  1239. H.CanCollide = false
  1240. H.Anchored = true
  1241. H.CFrame = root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(1.55,0,0)
  1242. local H2 = Instance.new("SpecialMesh",H)
  1243. H2.MeshId = "rbxassetid://3270017"
  1244. H2.TextureId = "http://www.roblox.com/asset/?id=29849970"
  1245. H2.VertexColor = Vector3.new(255555,255555,255555)
  1246. coroutine.resume(coroutine.create(function()
  1247. for A = 1,90 do
  1248. if i < 10 then
  1249. H2.Scale = H2.Scale + Vector3.new(25.2,25.2,0.2)
  1250. elseif i == 11 then
  1251. H2.Scale = H2.Scale + Vector3.new(20.2,20.2,0.2)
  1252. elseif i == 12 then
  1253. H2.Scale = H2.Scale + Vector3.new(15.2,15.2,0.2)
  1254. elseif i == 13 then
  1255. H2.Scale = H2.Scale + Vector3.new(05.2,05.2,0.2)
  1256. end
  1257. H.Transparency = H.Transparency + 0.05
  1258. wait(0.00000000001)
  1259. end
  1260.  
  1261. H2:Destroy()
  1262. H:Destroy()
  1263.  
  1264. end))
  1265. if i > 10 then
  1266. wait(0.2)
  1267. else
  1268. wait()
  1269. end
  1270. end
  1271. wait(2)
  1272. char.Humanoid.JumpPower = 60
  1273. char.Humanoid.WalkSpeed = 16
  1274. end))
  1275. end
  1276.  
  1277. mouse.KeyDown:Connect(function(k)
  1278. if k == "q" then
  1279. boom(mouse.Hit.p)
  1280. elseif k == "e" then
  1281. if anime ~= true then return end
  1282. flingb()
  1283. elseif k == "r" then
  1284. launch()
  1285. elseif k == "z" then
  1286. if wind ~= true then return end
  1287. pulse()
  1288. elseif k == "c" then
  1289. if wind ~= true then return end
  1290. Roar()
  1291. elseif k == "x" then
  1292. if anime ~= true then return end
  1293. flare_orbs()
  1294. end
  1295. end)
  1296.  
  1297. game:GetService("RunService").Stepped:Connect(function()
  1298. char.HumanoidRootPart.Anchored = false
  1299. char.Head.Anchored = false
  1300. char.UpperTorso.Anchored = false
  1301. char.Humanoid.PlatformStand = false
  1302. end)
  1303.  
  1304. while true do
  1305. if flaming == true then
  1306. p.Enabled = true
  1307. p.Color = col
  1308. p:Emit(100)
  1309. pt.Color = col
  1310. lpt1.Enabled = true
  1311. lpt1.Color = col
  1312. lpt2.Enabled = true
  1313. lpt2.Color = col
  1314. lpt3.Enabled = true
  1315. lpt3.Color = col
  1316. rpt1.Enabled =true
  1317. rpt1.Color = col
  1318. rpt2.Enabled = true
  1319. rpt2.Color = col
  1320. rpt3.Enabled = true
  1321. rpt3.Color = col
  1322. Trail.Enabled = true
  1323. Trail.Color = col
  1324. Trail2.Enabled = true
  1325. Trail2.Color = col
  1326. elseif flaming == false then
  1327. p.Enabled = false
  1328. lpt1.Enabled = false
  1329. lpt2.Enabled = false
  1330. lpt3.Enabled = false
  1331. rpt1.Enabled = false
  1332. rpt2.Enabled = false
  1333. rpt3.Enabled = false
  1334. Trail2.Enabled = false
  1335. Trail.Enabled = false
  1336. end
  1337. if anime == true then
  1338. col = ColorSequence.new(BrickColor.new("Cyan").Color, BrickColor.new("Dark indigo").Color)
  1339. colb = BrickColor.new("Cyan")
  1340. colb2 = BrickColor.new("Dark indigo")
  1341. char.Kitsune_HairAccessory.Handle.SpecialMesh.TextureId = ""
  1342. char.Kistune_TailsAccessory.Handle.Reflectance = 0.35
  1343. char.Kitsune_HairAccessory.Handle.Reflectance = 0.35
  1344. char.FireCollar.Handle.SpecialMesh.VertexColor = Vector3.new(0,0.25,255)
  1345. char.Kistune_TailsAccessory.Handle.BrickColor = BrickColor.new("Medium blue")
  1346. char.Kitsune_HairAccessory.Handle.BrickColor = BrickColor.new("Medium blue")
  1347. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=268375483"
  1348. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=268375483"
  1349. elseif flames == true then
  1350. col = ColorSequence.new(Color3.fromRGB(255,29,0))
  1351. colb = BrickColor.new("CGA brown")
  1352. colb2 = BrickColor.new("Really red")
  1353. char.Kitsune_HairAccessory.Handle.SpecialMesh.TextureId = ""
  1354. char.Kistune_TailsAccessory.Handle.Reflectance = 0
  1355. char.Kitsune_HairAccessory.Handle.Reflectance = 0
  1356. char.FireCollar.Handle.SpecialMesh.VertexColor = Vector3.new(1,1,1)
  1357. char.Kistune_TailsAccessory.Handle.BrickColor = BrickColor.new("Institutional white")
  1358. char.Kitsune_HairAccessory.Handle.BrickColor = BrickColor.new("Institutional white")
  1359. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=274716467"
  1360. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=274716467"
  1361. elseif wind == true then
  1362. col = ColorSequence.new(Color3.fromRGB(90, 255, 131))
  1363. colb = BrickColor.new("Royal purple")
  1364. colb2 = BrickColor.new("Lime green")
  1365. char.Kitsune_HairAccessory.Handle.SpecialMesh.TextureId = ""
  1366. char.Kistune_TailsAccessory.Handle.Reflectance = 0
  1367. char.Kitsune_HairAccessory.Handle.Reflectance = 0
  1368. char.FireCollar.Handle.SpecialMesh.VertexColor = Vector3.new(0,255,0)
  1369. char.Kistune_TailsAccessory.Handle.BrickColor = colb2
  1370. char.Kitsune_HairAccessory.Handle.BrickColor = colb2
  1371. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=588920332"
  1372. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=588920332"
  1373. end
  1374. wait(1)
  1375. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement