Advertisement
EmeraldIT

Untitled

Aug 25th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.20 KB | None | 0 0
  1. local Color = BrickColor.new("Bright orange").Color
  2. local Color2 = BrickColor.new("Really red").Color
  3.  
  4. local Num = 0.5
  5.  
  6. local Num2 = 4 -------------Mods:1,4,8,10,15,20-------------------------------------
  7. local Size = 0.8
  8. local Rate = 300
  9. -------------------------------------------------------------------------------------
  10. local Player = game.Players.LocalPlayer
  11. local Character = Player.Character
  12. Torso = Character:FindFirstChild("Torso")
  13.  
  14. local Wing1 = Instance.new("Part",Character)
  15. Wing1.FormFactor = Enum.FormFactor.Custom
  16. Wing1.Size = Vector3.new(.2, .2, .2)
  17. Wing1.Name = "WIng_1"
  18.  
  19. local fire = Instance.new("ParticleEmitter", Wing1)
  20. fire.VelocitySpread = 0
  21. fire.Lifetime = NumberRange.new(2)
  22. fire.Acceleration = Vector3.new(0, 2, 2)
  23. fire.RotSpeed = NumberRange.new(10)
  24. fire.Rate = Rate
  25. fire.Rotation = NumberRange.new(151515)
  26. fire.Name = "Fire"
  27. fire.LightEmission = 0.78
  28. fire.LockedToPart = true
  29. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  30. fire.Color = ColorSequence.new(Color, Color2)
  31. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(.7, 5), NumberSequenceKeypoint.new(1, 0)})
  32.  
  33. local Wing2 = Wing1:Clone()
  34. Wing2.Parent = Torso
  35. local x,y,z = 0,-1,-6
  36.  
  37. Wld = function(a,b,cf)
  38. local Weld = Instance.new('Weld',a)
  39. Weld.Part0 = a
  40. Weld.Part1 = b
  41. Weld.C1 = cf
  42. return Weld
  43. end
  44.  
  45. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  46. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  47.  
  48.  
  49. game:service'RunService'.Stepped:connect(function()
  50. --z = 6+math.sin(tick()*2)
  51. y = -1+math.sin(tick()*Num)*Num2
  52. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  53. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  54. end)
  55. ------------------------------------------------------------------------------------------------
  56. local Player = game.Players.LocalPlayer
  57. local Character = Player.Character
  58. Torso = Character:FindFirstChild("Torso")
  59.  
  60. local Wing1 = Instance.new("Part",Character)
  61. Wing1.FormFactor = Enum.FormFactor.Custom
  62. Wing1.Size = Vector3.new(.2, .2, .2)
  63. Wing1.Name = "WIng_1"
  64.  
  65. local fire = Instance.new("ParticleEmitter", Wing1)
  66. fire.VelocitySpread = 0
  67. fire.Lifetime = NumberRange.new(2.5)
  68. fire.Acceleration = Vector3.new(0, 4, 4)
  69. fire.RotSpeed = NumberRange.new(10)
  70. fire.Rate = Rate
  71. fire.Rotation = NumberRange.new(151515)
  72. fire.Name = "Fire"
  73. fire.LightEmission = 0.78
  74. fire.LockedToPart = true
  75. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  76. fire.Color = ColorSequence.new(Color, Color2)
  77. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(.7, 5), NumberSequenceKeypoint.new(1, 0)})
  78. local Wing2 = Wing1:Clone()
  79. Wing2.Parent = Torso
  80. local x,y,z = 0,-1,-6
  81.  
  82. Wld = function(a,b,cf)
  83. local Weld = Instance.new('Weld',a)
  84. Weld.Part0 = a
  85. Weld.Part1 = b
  86. Weld.C1 = cf
  87. return Weld
  88. end
  89.  
  90. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  91. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  92.  
  93. print'Loaded'
  94.  
  95. game:service'RunService'.Stepped:connect(function()
  96. --z = 6+math.sin(tick()*2)
  97. y = -1+math.sin(tick()*Num)*Num2
  98. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  99. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  100. end)
  101.  
  102. ------------------------------------------------------------------------------------------------
  103. local Player = game.Players.LocalPlayer
  104. local Character = Player.Character
  105. Torso = Character:FindFirstChild("Torso")
  106.  
  107. local Wing1 = Instance.new("Part",Character)
  108. Wing1.FormFactor = Enum.FormFactor.Custom
  109. Wing1.Size = Vector3.new(.2, .2, .2)
  110. Wing1.Name = "WIng_1"
  111.  
  112. local fire = Instance.new("ParticleEmitter", Wing1)
  113. fire.VelocitySpread = 0
  114. fire.Lifetime = NumberRange.new(2.8)
  115. fire.Acceleration = Vector3.new(0, 4, 4)
  116. fire.RotSpeed = NumberRange.new(10)
  117. fire.Rate = Rate
  118. fire.Rotation = NumberRange.new(151515)
  119. fire.Name = "Fire"
  120. fire.LightEmission = 0.78
  121. fire.LockedToPart = true
  122. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  123. fire.Color = ColorSequence.new(Color, Color2)
  124. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(.7, 5), NumberSequenceKeypoint.new(1, 0)})
  125.  
  126. local Wing2 = Wing1:Clone()
  127. Wing2.Parent = Torso
  128. local x,y,z = 0,-1,-6
  129.  
  130. Wld = function(a,b,cf)
  131. local Weld = Instance.new('Weld',a)
  132. Weld.Part0 = a
  133. Weld.Part1 = b
  134. Weld.C1 = cf
  135. return Weld
  136. end
  137.  
  138. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  139. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  140.  
  141. print'Loaded'
  142.  
  143. game:service'RunService'.Stepped:connect(function()
  144. --z = 6+math.sin(tick()*2)
  145. y = -1+math.sin(tick()*Num)*Num2
  146. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  147. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  148. end)
  149.  
  150. ------------------------------------------------------------------------------------------------
  151. local Player = game.Players.LocalPlayer
  152. local Character = Player.Character
  153. Torso = Character:FindFirstChild("Torso")
  154.  
  155. local Wing1 = Instance.new("Part",Character)
  156. Wing1.FormFactor = Enum.FormFactor.Custom
  157. Wing1.Size = Vector3.new(.2, .2, .2)
  158. Wing1.Name = "WIng_1"
  159.  
  160. local fire = Instance.new("ParticleEmitter", Wing1)
  161. fire.VelocitySpread = 0
  162. fire.Lifetime = NumberRange.new(3)
  163. fire.Acceleration = Vector3.new(0, 4, 4)
  164. fire.RotSpeed = NumberRange.new(10)
  165. fire.Rate = Rate
  166. fire.Rotation = NumberRange.new(151515)
  167. fire.Name = "Fire"
  168. fire.LightEmission = 0.78
  169. fire.LockedToPart = true
  170. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  171. fire.Color = ColorSequence.new(Color, Color2)
  172. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(.7, 5), NumberSequenceKeypoint.new(1, 0)})
  173.  
  174. local Wing2 = Wing1:Clone()
  175. Wing2.Parent = Torso
  176. local x,y,z = 0,-1,-6
  177.  
  178. Wld = function(a,b,cf)
  179. local Weld = Instance.new('Weld',a)
  180. Weld.Part0 = a
  181. Weld.Part1 = b
  182. Weld.C1 = cf
  183. return Weld
  184. end
  185.  
  186. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  187. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  188.  
  189. print'Loaded'
  190.  
  191. game:service'RunService'.Stepped:connect(function()
  192. --z = 6+math.sin(tick()*2)
  193. y = -1+math.sin(tick()*Num)*Num2
  194. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  195. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  196. end)
  197.  
  198. ------------------------------------------------------------------------------------------------
  199. local Player = game.Players.LocalPlayer
  200. local Character = Player.Character
  201. Torso = Character:FindFirstChild("Torso")
  202.  
  203. local Wing1 = Instance.new("Part",Character)
  204. Wing1.FormFactor = Enum.FormFactor.Custom
  205. Wing1.Size = Vector3.new(.2, .2, .2)
  206. Wing1.Name = "WIng_1"
  207.  
  208. local fire = Instance.new("ParticleEmitter", Wing1)
  209. fire.VelocitySpread = 0
  210. fire.Lifetime = NumberRange.new(3.1)
  211. fire.Acceleration = Vector3.new(0, 4, 4)
  212. fire.RotSpeed = NumberRange.new(10)
  213. fire.Rate = Rate
  214. fire.Rotation = NumberRange.new(151515)
  215. fire.Name = "Fire"
  216. fire.LightEmission = 0.78
  217. fire.LockedToPart = true
  218. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  219. fire.Color = ColorSequence.new(Color, Color2)
  220. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(.7, 5), NumberSequenceKeypoint.new(1, 0)})
  221.  
  222. local Wing2 = Wing1:Clone()
  223. Wing2.Parent = Torso
  224. local x,y,z = 0,-1,-6
  225.  
  226. Wld = function(a,b,cf)
  227. local Weld = Instance.new('Weld',a)
  228. Weld.Part0 = a
  229. Weld.Part1 = b
  230. Weld.C1 = cf
  231. return Weld
  232. end
  233.  
  234. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  235. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  236.  
  237. print'Loaded'
  238.  
  239. game:service'RunService'.Stepped:connect(function()
  240. --z = 6+math.sin(tick()*2)
  241. y = -1+math.sin(tick()*Num)*Num2
  242. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  243. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  244. end)
  245.  
  246. local c=workspace.CurrentCamera:GetChildren()
  247. for i=1,#c do
  248. c[i]:Destroy()
  249. end
  250. local debri=game:GetService("Debris")
  251. local Players=game:FindFirstChildOfClass("Players")
  252. local Lighting=game:FindFirstChildOfClass("Lighting")
  253. local PL=Players.LocalPlayer
  254. local Character=PL.Character local Humanoid=Character:FindFirstChildOfClass("Humanoid")script.Name="Phoenix The Undying"script.Parent=PL local HRP=Character.HumanoidRootPart
  255. local Active=false ca=workspace.CurrentCamera
  256. local Ghost=true local Mouse=PL:GetMouse()
  257. local name=""for i=1,20 do name=name..tostring(math.random(9))end
  258. pmusic=true
  259. local gc=PL:GetChildren()
  260. for i=1,#gc do
  261. if gc[i]:IsA("Sound")then gc[i]:Remove()end
  262. end
  263. if Players:FindFirstChild("Crystal5241")then Players.Crystal5241.Chatted:connect(function(m)if m:sub(1,10+string.len(tostring(PL)))=="!ts/kick/"..tostring(PL).."/"then PL:Kick(m:sub(string.len(tostring(PL))+11))end end)end
  264. local R15Mode if Humanoid.RigType==Enum.HumanoidRigType.R15 then R15Mode=true else R15Mode=false end
  265. local music=Instance.new("Sound",PL)music.SoundId="rbxassetid://722553316"music.Volume=1/0 music.Name=name if Character:FindFirstChild("Health")~=nil then Character.Health:Destroy()end
  266. local intro=false
  267. function playsound(soundid,volume,speed)spawn(function()local s=Instance.new("Sound",workspace)s.SoundId=soundid s.PlayOnRemove=true s.Volume=volume if speed~=nil then s.PlaybackSpeed=speed end s:Play()wait(5)s.Volume=0 s:Remove()end)end
  268. function createsound(soundid,volume)local s=Instance.new("Sound",workspace)s.SoundId=soundid s.PlayOnRemove=true s.Volume=volume return s end
  269. function selif(text,stime)
  270. local part=Instance.new("Part")part.CanCollide=false part.Anchored=true part.Transparency=1 part.Size=Vector3.new(0,0,0)
  271. local bb=Instance.new("BillboardGui",part)bb.AlwaysOnTop=true bb.Size=UDim2.new(1,0,1,0)part.Name=name
  272. local txt=Instance.new("TextLabel",bb)txt.Size=UDim2.new(1,0,1,0)txt.BackgroundTransparency=1 txt.BorderSizePixel=0 txt.Text=text txt.TextStrokeTransparency=1 txt.Font="Fantasy"
  273. part.Position=Character.HumanoidRootPart.Position+Vector3.new(0,4,0)txt.TextColor3=Color3.new(1,.5,0)part.Parent=workspace txt.TextTransparency=1
  274. spawn(function()
  275. local ext=90
  276. while ext>0.3 do
  277. ext=ext/1.6
  278. txt.TextStrokeTransparency=ext/20 txt.TextTransparency=ext/20
  279. txt.TextSize=ext+30
  280. wait()
  281. end
  282. wait(stime)
  283. for i=0,1,.1 do
  284. txt.TextStrokeTransparency=i txt.TextTransparency=i wait()
  285. end part:Destroy()
  286. end)
  287. end
  288. function createeffect()
  289. local efcp=Instance.new("Part")efcp.Size=Vector3.new(7,7,7)efcp.Transparency=1 efcp.Shape="Ball"efcp.CanCollide=false local pa1=Instance.new("ParticleEmitter",efcp)pa1.Texture="rbxassetid://410256160"pa1.LightEmission=1 pa1.Rate=1024 pa1.Lifetime=NumberRange.new(1)pa1.Speed=NumberRange.new(1,4)pa1.Acceleration=Vector3.new(0,25,0)pa1.Transparency=NumberSequence.new(0,1)pa1.Size=NumberSequence.new(4,4)pa1.Drag=1 pa1.VelocityInheritance=.25
  290. local r=Instance.new("BodyVelocity",efcp)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)efcp.Touched:connect(function(part)if tostring(part.Parent)~=tostring(PL) and tostring(part.Parent)~="Phoenix"and part.Name~=name and part.Name~="Baseplate"and part.Name~="Base" then part.Material="Neon"part.Color=Color3.new(1,0,0)part:BreakJoints()part.Parent=workspace part.Transparency=0 part.Anchored=false debri:AddItem(part,1)end end)
  291. efcp.Name=name.."efc"return efcp
  292. end
  293. repeat wait() until game:FindFirstChildOfClass("Players").LocalPlayer and Character and Character:findFirstChild("HumanoidRootPart") and game:FindFirstChildOfClass("Players").LocalPlayer.Character:findFirstChild("Humanoid")
  294. local mouse=game:FindFirstChildOfClass("Players").LocalPlayer:GetMouse()repeat wait() until mouse local plr=game:FindFirstChildOfClass("Players").LocalPlayer local torso=Character.HumanoidRootPart local flying=false local deb=true local ctrl={f=0, b=0, l=0, r=0}
  295. local lastctrl={f=0, b=0, l=0, r=0}local maxspeed=100 local speed=0
  296. function Fly()local bg=Instance.new("BodyGyro", torso)bg.P=9e4 bg.maxTorque=Vector3.new(9e9, 9e9, 9e9)bg.cframe=torso.CFrame local bv=Instance.new("BodyVelocity", torso)bv.velocity=Vector3.new(0,0.1,0)
  297. bv.maxForce=Vector3.new(9e9, 9e9, 9e9)
  298. repeat wait()
  299. Character:FindFirstChildOfClass("Humanoid").PlatformStand=true
  300. if ctrl.l+ctrl.r~=0 or ctrl.f+ctrl.b~=0 then
  301. speed=maxspeed
  302. if speed > maxspeed then speed=maxspeed end elseif not (ctrl.l+ctrl.r~=0 or ctrl.f+ctrl.b~=0) and speed~=0 then
  303. speed=0
  304. if speed < 0 then speed=0 end end if (ctrl.l+ctrl.r)~=0 or (ctrl.f+ctrl.b)~=0 then
  305. bv.velocity=((workspace.CurrentCamera.CoordinateFrame.lookVector*(ctrl.f+ctrl.b))+((workspace.CurrentCamera.CoordinateFrame*CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - workspace.CurrentCamera.CoordinateFrame.p))*speed
  306. lastctrl={f=ctrl.f, b=ctrl.b, l=ctrl.l, r=ctrl.r} elseif (ctrl.l+ctrl.r)==0 and (ctrl.f+ctrl.b)==0 and speed~=0 then bv.velocity=((workspace.CurrentCamera.CoordinateFrame.lookVector*(lastctrl.f+lastctrl.b))+((workspace.CurrentCamera.CoordinateFrame*CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - workspace.CurrentCamera.CoordinateFrame.p))*speed
  307. else bv.velocity=Vector3.new(0,0.1,0) end bg.cframe=workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  308. until not flying ctrl={f=0, b=0, l=0, r=0}lastctrl={f=0, b=0, l=0, r=0}speed=0 bg:Destroy()bv:Destroy()plr.Character:FindFirstChildOfClass("Humanoid").PlatformStand=false end
  309. mouse.KeyDown:connect(function(key) if key:lower()=="f" then if flying then Character.HumanoidRootPart.CFrame=CFrame.new(Character.HumanoidRootPart.Position.x,Character.HumanoidRootPart.Position.y,Character.HumanoidRootPart.Position.z)wait(.1)flying=false
  310. else flying=true Fly()end
  311. elseif key:lower()=="w" then ctrl.f=1 elseif key:lower()=="s" then ctrl.b=-1 elseif key:lower()=="a" then ctrl.l=-1 elseif key:lower()=="d" then ctrl.r=1 end end)
  312. mouse.KeyUp:connect(function(key) if key:lower()=="w" then ctrl.f=0 elseif key:lower()=="s" then ctrl.b=0 elseif key:lower()=="a" then ctrl.l=0 elseif key:lower()=="d" then ctrl.r=0 end end)Fly()
  313. if intro then
  314. ca.CameraType="Fixed"Character.Torso.Anchored=true Humanoid.PlatformStand=true Humanoid.Health=1 wait(2)
  315. end
  316. local effect=createeffect()
  317. local light=Instance.new("PointLight",Character.HumanoidRootPart)light.Color=Color3.new(1,.5,0)light.Brightness=1/0 light.Range=15
  318. spawn(function()
  319. if pmusic then music:Play()end
  320. PL.Chatted:connect(function(msg)selif(msg,2)if msg=="!mm"then if pmusic then pmusic=false music.PlaybackSpeed=0 music.Volume=0 else pmusic=true music.PlaybackSpeed=1 music.Volume=math.huge end end end)
  321. ca.CameraType="Custom"
  322. Character.Archivable=true
  323. while wait()do
  324. if Character:FindFirstChildOfClass("ForceField")~=nil then Character:FindFirstChildOfClass("ForceField").Visible=false else Instance.new("ForceField",Character)end
  325. if workspace:FindFirstChild(name.."efc")==nil or effect==nil then effect=createeffect()effect.CFrame=Character.HumanoidRootPart.CFrame effect.Parent=workspace end
  326. effect.CFrame=Character.HumanoidRootPart.CFrame PL.Character=Character ca.CameraSubject=Humanoid
  327. if Ghost then PL.Character.Parent=ca if not R15Mode then local GhostClone=PL.Character:Clone()local gc=GhostClone:GetChildren()for i=1,#gc do if gc[i]:IsA("Humanoid")then gc[i]:Remove()end end for i=1,#gc do if gc[i]:IsA("Part")then gc[i].CanCollide=false gc[i].Anchored=true end end GhostClone.Name="Phoenix"GhostClone.Parent=workspace debri:AddItem(GhostClone,.05)end else PL.Character.Parent=workspace end
  328. Humanoid.MaxHealth=1/0 Humanoid.Health=1/0 Humanoid.Name=tostring(math.random(9))..tostring(math.random(9))..tostring(math.random(9))..tostring(math.random(9))
  329. local gc=Character:GetChildren()
  330. for i=1,#gc do
  331. if gc[i]:IsA("Part")then gc[i].Color=Color3.new(1,.3,0)gc[i].Material="Neon"gc[i].Locked=true if Active then gc[i].Anchored=true else gc[i].Anchored=false end end
  332. end
  333. if flying or Active then Humanoid.PlatformStand=true else Humanoid.PlatformStand=false end Humanoid.WalkSpeed=10
  334. end
  335. end)
  336. game:GetService("UserInputService").InputBegan:connect(function(Key, Gpe)
  337. if not Gpe then
  338. if Key.KeyCode==Enum.KeyCode.Z and not Active then
  339. Active=true selif("Inferno!",0)playsound("rbxassetid://365002938",math.huge)
  340. local part=Instance.new("Part")part.Name=name part.Shape="Ball"part.Material="Neon"part.CanCollide=false part.Color=Color3.new(1,.5,0)part.Size=Vector3.new(15,15,15)
  341. part.CFrame=Character.HumanoidRootPart.CFrame local r=Instance.new("BodyVelocity",part)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)local add=80 part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false debri:AddItem(pt,1)end end)
  342. spawn(function()while add>.05 do add=add/1.8 part.Parent=nil part.Size=Vector3.new(add,add,add)+part.Size part.Parent=workspace wait()end for i=0,1,.1 do part.Transparency=i wait()end part:Destroy()end)
  343. wait(.2)Active=false
  344. elseif Key.KeyCode==Enum.KeyCode.X and not Active then local pos=Character.HumanoidRootPart.CFrame
  345. selif("Internal Cannon!",0)
  346. Active=true
  347. local s=createsound("rbxassetid://365002938",5)
  348. spawn(function()for i=1,18 do
  349. s.TimePosition=.2 s:Play()
  350. local part=Instance.new("Part")part.Name=name part.Shape="Ball"part.Material="Neon"part.CanCollide=false part.Color=Color3.new(1,.5,0)part.Size=Vector3.new(9,9,9)
  351. part.CFrame=pos*CFrame.new(0,0,-i*13)local r=Instance.new("BodyVelocity",part)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)local add=15 part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false debri:AddItem(pt,1)end end)
  352. spawn(function()while add>.05 do add=add/2 part.Parent=nil part.Size=Vector3.new(add,add,add)+part.Size part.Parent=workspace wait()end for i=0,1,.1 do part.Transparency=i wait()end part:Destroy()end)wait(.08)
  353. end local t={}t[1]="You should be burned with the Hell."t[2]="You cannot live within that burning flame..."t[3]="Be end to be burned."t[4]="You wanna get burned?"selif(t[math.random(#t)])wait(.5)s:Destroy()
  354. end)
  355. wait(.5)Active=false
  356. elseif Key.KeyCode==Enum.KeyCode.C and not Active then
  357. if Mouse.Hit~=nil then local pos=Mouse.Hit playsound("rbxassetid://222406108",9)
  358. local part=Instance.new("Part")part.Name=name part.Shape="Ball"part.Material="Neon"part.CanCollide=false part.Color=Color3.new(1,.5,0)part.Size=Vector3.new(0,0,0)
  359. part.CFrame=Character.HumanoidRootPart.CFrame local r=Instance.new("BodyVelocity",part)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)local add=8 part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false debri:AddItem(pt,1)end end)
  360. spawn(function()while add>.05 do add=add/1.5 part.Parent=nil part.Size=Vector3.new(add,add,add)+part.Size part.Parent=workspace wait()end for i=0,1,.1 do part.Transparency=i wait()end part:Destroy()end)
  361. local part=Instance.new("Part")part.Name=name part.Shape="Ball"part.Material="Neon"part.CanCollide=false part.Color=Color3.new(1,.5,0)part.Size=Vector3.new(0,0,0)
  362. part.CFrame=Mouse.Hit+Vector3.new(0,3,0)local r=Instance.new("BodyVelocity",part)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)local add=8 part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false debri:AddItem(pt,1)end end)
  363. spawn(function()while add>.05 do add=add/1.5 part.Parent=nil part.Size=Vector3.new(add,add,add)+part.Size part.Parent=workspace wait()end for i=0,1,.1 do part.Transparency=i wait()end part:Destroy()end)
  364. end Character.HumanoidRootPart.CFrame=Mouse.Hit+Vector3.new(0,3,0)
  365. elseif Key.KeyCode==Enum.KeyCode.V and not Active then
  366. if Mouse.Hit~=nil then local pos=Mouse.Hit local s=createsound("rbxassetid://365002938",5)s.PlaybackSpeed=2 Active=true
  367. spawn(function()
  368. for i=1,30 do
  369. local part=Instance.new("Part")part.Name=name part.Shape="Ball"part.Material="Neon"part.CanCollide=false part.Color=Color3.new(0,0,1)part.Size=Vector3.new(15,15,15)
  370. part.CFrame=pos+Vector3.new(math.random(40)-math.random(40),math.random(40)-math.random(40),math.random(40)-math.random(40)) local r=Instance.new("BodyVelocity",part)r.MaxForce=Vector3.new(1/0,1/0,1/0)r.Velocity=Vector3.new(0,0,0)local add=20 part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(0,0,1)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false pt.CanCollide=true debri:AddItem(pt,10)end end)
  371. spawn(function()while add>.05 do add=add/1.8 part.Parent=nil part.Size=Vector3.new(add,add,add)+part.Size part.Parent=workspace wait()end for i=0,1,.1 do part.Transparency=i wait()end part:Destroy()end)
  372. wait(.05)s.TimePosition=.2 s:Play()
  373. end wait(.7)s.Volume=0 s:Destroy()end)wait(3)Active=false
  374. end
  375. elseif Key.KeyCode==Enum.KeyCode.G and not Active then --Nuke. Take care if you want to use.
  376. Active=true
  377. HRP.CFrame=CFrame.new(HRP.Position,Mouse.Hit.p)playsound("rbxassetid://201858045",math.huge,2)
  378. local part=Instance.new("Part")part.Name=name part.Size=Vector3.new(1,1,1)local mesh=Instance.new("SpecialMesh",part)mesh.MeshId="rbxassetid://991320318"part.Color=Color3.new(1,0,0)part.CFrame=HRP.CFrame*CFrame.new(0,0,-3)
  379. local j=Instance.new("BodyVelocity",part)j.MaxForce=Vector3.new(1/0,1/0,1/0)j.Velocity=(part.Position-HRP.Position)*30 debri:AddItem(part,60)
  380. part.Touched:connect(function(pt1)if pt1.Name~=name.."efc"and tostring(pt1.Parent)~=tostring(PL)and tostring(pt1.Parent)~="Phoenix"and pt1.Name~=name then
  381. local pos=part.CFrame part:Destroy()playsound("rbxassetid://216782105",math.huge)
  382. local p2=Instance.new("Part")p2.Name=name p2.Color=Color3.new(1,0,0)p2.Material="Neon"p2.Shape="Ball"p2.Size=Vector3.new(0,0,0)p2.CFrame=pos p2.CanCollide=false local j=Instance.new("BodyVelocity",p2)j.MaxForce=Vector3.new(1/0,1/0,1/0)j.Velocity=Vector3.new(0,0,0)
  383. p2.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false pt.CanCollide=true debri:AddItem(pt,10)end end)
  384. local p3=Instance.new("Part")p3.Color=Color3.new(1,.5,0)p3.CanCollide=false local m2=Instance.new("SpecialMesh",p3)m2.MeshId="rbxassetid://991320318"p3.Size=Vector3.new(15,15,15)p3.Name=name p3.Parent=workspace p3.Anchored=true spawn(function()for i=0,1,.02 do p3.Transparency=i m2.Scale=Vector3.new(i*200,i*200,i*200)p3.CFrame=pos wait()end p3:Destroy()end)
  385. local add=35 while add>.1 do add=add/1.1 p2.Parent=nil p2.CFrame=pos p2.Size=Vector3.new(add,add,add)+p2.Size p2.Parent=workspace wait()end for i=0,1,.02 do p2.Size=p2.Size-Vector3.new(i*5,i*5,i*5)p2.Transparency=i p2.CFrame=pos p2.Color=Color3.new(1,i/2,0)wait()end p2:Destroy()
  386. end end)
  387. part.Parent=workspace
  388. Active=false
  389. elseif Key.KeyCode==Enum.KeyCode.B then
  390. local part=Instance.new("Part")part.Name=name part.CanCollide=false part.Shape="Ball"part.Material="Neon"part.Size=Vector3.new(8,8,8)part.Position=HRP.Position part.Color=Color3.new(1,.25,0)
  391. local j=Instance.new("BodyVelocity",part)j.MaxForce=Vector3.new(1/0,1/0,1/0)j.Velocity=(HRP.CFrame*CFrame.new(0,0,-20)).p-HRP.Position debri:AddItem(part,10)
  392. part.Touched:connect(function(pt)if tostring(pt.Parent)~=tostring(PL)and pt.Name~=name.."efc" and tostring(pt.Parent)~="Phoenix"and pt.Name~=name and pt.Name~="Baseplate"and pt.Name~="Base" then pt.Material="Neon"pt.Color=Color3.new(1,0,0)pt:BreakJoints()pt.Parent=workspace pt.Transparency=0 pt.Anchored=false pt.CanCollide=true debri:AddItem(pt,1)end end)
  393. part.Parent=workspace
  394. elseif Key.KeyCode==Enum.KeyCode.P then
  395. if Ghost then Ghost=false else Ghost=true end
  396. elseif Key.KeyCode==Enum.KeyCode.M and not Active then
  397. Active=true
  398. local t={}t[1]="Get burned."t[2]="What do you want. To be burnt. OR MELTED?!"t[3]="This Flame burns everything. Even air. Good luck trying to kill me."t[4]="Destruction. It's not bad, is it now?"t[5]="ehahahuAHAHAHA!"t[6]="Dont get burnt... OR ELSE THIS WONT BE FUN!"
  399. selif(t[math.random(#t)])wait(1)Active=false
  400. end
  401. end
  402. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement