-- Farewell Infortality. -- Version: 2.82 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Phant0m = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local Song = Instance.new("TextBox") local TextLabel_3 = Instance.new("TextLabel") local PlayS = Instance.new("TextButton") local PlayA = Instance.new("TextButton") local Animation = Instance.new("TextBox") local PlayA_2 = Instance.new("TextButton") local Open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Phant0m.Name = "Phant0m" Phant0m.Parent = ScreenGui Phant0m.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529) Phant0m.BorderSizePixel = 0 Phant0m.Position = UDim2.new(0.328802079, 0, 0.272727281, 0) Phant0m.Size = UDim2.new(0, 403, 0, 303) Phant0m.Visible = false Phant0m.Active = true Phant0m.Draggable = true TextLabel.Parent = Phant0m TextLabel.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0, 0, 1, 0) TextLabel.Size = UDim2.new(0, 403, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "By Phant0m Development" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextScaled = true TextLabel.TextSize = 14 TextLabel.TextWrapped = true TextLabel_2.Parent = Phant0m TextLabel_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0, 0, -0.165016502, 0) TextLabel_2.Size = UDim2.new(0, 403, 0, 50) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "Nebula Music & Animation" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 14 TextLabel_2.TextWrapped = true Song.Name = "Song" Song.Parent = Phant0m Song.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) Song.BorderSizePixel = 0 Song.Position = UDim2.new(0.0347394347, 0, 0.458745897, 0) Song.Size = UDim2.new(0, 183, 0, 25) Song.Font = Enum.Font.SourceSans Song.PlaceholderColor3 = Color3.new(1, 1, 1) Song.Text = "Song ID" Song.TextColor3 = Color3.new(1, 1, 1) Song.TextScaled = true Song.TextSize = 14 Song.TextWrapped = true TextLabel_3.Parent = Phant0m TextLabel_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529) TextLabel_3.BorderSizePixel = 0 TextLabel_3.Position = UDim2.new(-0.00248138956, 0, 0, 0) TextLabel_3.Size = UDim2.new(0, 403, 0, 112) TextLabel_3.Font = Enum.Font.SourceSans TextLabel_3.Text = "Note: This GUI Doesnt Play Music That Others Can Hear, Only You Can Hear It" TextLabel_3.TextColor3 = Color3.new(1, 1, 1) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 14 TextLabel_3.TextWrapped = true TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top PlayS.Name = "PlayS" PlayS.Parent = Phant0m PlayS.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) PlayS.BorderSizePixel = 0 PlayS.Position = UDim2.new(0.0347394347, 0, 0.570957124, 0) PlayS.Size = UDim2.new(0, 183, 0, 30) PlayS.Font = Enum.Font.SourceSans PlayS.Text = "Play Song" PlayS.TextColor3 = Color3.new(1, 1, 1) PlayS.TextScaled = true PlayS.TextSize = 14 PlayS.TextStrokeColor3 = Color3.new(1, 1, 1) PlayS.TextWrapped = true PlayA.Name = "PlayA" PlayA.Parent = Phant0m PlayA.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) PlayA.BorderSizePixel = 0 PlayA.Position = UDim2.new(0.518610358, 0, 0.570957124, 0) PlayA.Size = UDim2.new(0, 183, 0, 30) PlayA.Font = Enum.Font.SourceSans PlayA.Text = "Play Animation" PlayA.TextColor3 = Color3.new(1, 1, 1) PlayA.TextScaled = true PlayA.TextSize = 14 PlayA.TextStrokeColor3 = Color3.new(1, 1, 1) PlayA.TextWrapped = true Animation.Name = "Animation" Animation.Parent = Phant0m Animation.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) Animation.BorderSizePixel = 0 Animation.Position = UDim2.new(0.518610358, 0, 0.458745897, 0) Animation.Size = UDim2.new(0, 183, 0, 25) Animation.Font = Enum.Font.SourceSans Animation.PlaceholderColor3 = Color3.new(1, 1, 1) Animation.Text = "Animation ID" Animation.TextColor3 = Color3.new(1, 1, 1) Animation.TextScaled = true Animation.TextSize = 14 Animation.TextWrapped = true PlayA_2.Name = "PlayA" PlayA_2.Parent = Phant0m PlayA_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) PlayA_2.BorderSizePixel = 0 PlayA_2.Position = UDim2.new(0.999999821, 0, -0.165016502, 0) PlayA_2.Size = UDim2.new(0, 52, 0, 50) PlayA_2.Font = Enum.Font.SourceSans PlayA_2.Text = "X" PlayA_2.TextColor3 = Color3.new(1, 1, 1) PlayA_2.TextScaled = true PlayA_2.TextSize = 14 PlayA_2.TextStrokeColor3 = Color3.new(1, 1, 1) PlayA_2.TextWrapped = true PlayA_2.MouseButton1Down:connect(function() Open.Visible = true Phant0m.Visible = false end) Open.Name = "Open" Open.Parent = ScreenGui Open.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157) Open.BorderSizePixel = 0 Open.Position = UDim2.new(-9.48910019e-05, 0, -0.00114321639, 0) Open.Size = UDim2.new(0, 116, 0, 30) Open.Font = Enum.Font.SourceSans Open.Text = "Open" Open.TextColor3 = Color3.new(1, 1, 1) Open.TextScaled = true Open.TextSize = 14 Open.TextStrokeColor3 = Color3.new(1, 1, 1) Open.TextWrapped = true Open.Active = true Open.Draggable = true Open.MouseButton1Down:connect(function() Open.Visible = false Phant0m.Visible = true end) -- Scripts: function SCRIPT_SECV69_FAKESCRIPT() -- PlayS.Script getfenv().script = Instance.new('Script', PlayS) PlayS.MouseButton1Down:connect(function() local Music = Instance.new("Sound", game.Workspace) Music.SoundId = "rbxassetid://"..Song.Text Music.Volume = 1 Music.Pitch = 1 Music:Play() wait(1) end) end coroutine.resume(coroutine.create(SCRIPT_SECV69_FAKESCRIPT)) function SCRIPT_TMSJ84_FAKESCRIPT() -- PlayA.Script getfenv().script = Instance.new('Script', PlayA) PlayA.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game.Players:GetPlayers()) do AnimationId = Animation.Text local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) end coroutine.resume(coroutine.create(SCRIPT_TMSJ84_FAKESCRIPT)) function SCRIPT_BZBM87_FAKESCRIPT() -- PlayA_2.Script getfenv().script = Instance.new('Script', PlayA_2) PlayA.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game.Players:GetPlayers()) do AnimationId = Animation.Text local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) end coroutine.resume(coroutine.create(SCRIPT_BZBM87_FAKESCRIPT))