local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") -- ==== destroy gui==== if playerGui:FindFirstChild("MusicGUI") then playerGui.MusicGUI:Destroy() end -- ==== GUI==== local screenGui = Instance.new("ScreenGui") screenGui.Name = "MusicGUI" screenGui.Parent = playerGui local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 600, 0, 500) mainFrame.Position = UDim2.new(0, 300, 0, 150) mainFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40) mainFrame.Active = true mainFrame.Draggable = true mainFrame.Parent = screenGui local titleBar = Instance.new("TextLabel") titleBar.Size = UDim2.new(1, 0, 0, 40) titleBar.BackgroundColor3 = Color3.fromRGB(30, 30, 30) titleBar.TextColor3 = Color3.new(1, 1, 1) titleBar.Text = "Music GUI by retrokiddv2" titleBar.Font = Enum.Font.GothamBold titleBar.TextSize = 20 titleBar.Parent = mainFrame local scrollFrame = Instance.new("ScrollingFrame") scrollFrame.Size = UDim2.new(1, 0, 1, -40) scrollFrame.Position = UDim2.new(0, 0, 0, 40) scrollFrame.CanvasSize = UDim2.new(0, 0, 0, 0) scrollFrame.ScrollBarThickness = 6 scrollFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50) scrollFrame.Parent = mainFrame local grid = Instance.new("UIGridLayout") grid.Parent = scrollFrame grid.SortOrder = Enum.SortOrder.LayoutOrder grid.CellPadding = UDim2.new(0, 10, 0, 10) local frameWidth = mainFrame.Size.X.Offset local padding = 10 local columns = 4 local cellWidth = (frameWidth - padding * (columns + 1)) / columns grid.CellSize = UDim2.new(0, cellWidth, 0, 40) grid:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function() scrollFrame.CanvasSize = UDim2.new(0, 0, 0, grid.AbsoluteContentSize.Y + 20) end) -- ==== HDAdmin==== local HDAdminClient = ReplicatedStorage:WaitForChild("HDAdminHDClient") local RequestCommand = HDAdminClient.Signals.RequestCommandSilent -- ==== Musiclist ==== local musicList = { {Name = "stop Music", ID = " ", Pitch = 0}, {Name = "China meme", ID = "121922837560201", Pitch = 0.22}, {Name = "k00p Theme", ID = "1839246711", Pitch = 0.8}, {Name = "c00lkidd Theme", ID = "95156028272944", Pitch = 0.22}, {Name = "retrokidd oid Theme", ID = "104879348278763", Pitch = 0.8}, {Name = "الله أكبر", ID = "124956805967048", Pitch = 1}, {Name = "Allah is great.", ID = "85390427326662", Pitch = 0.08}, {Name = "wont'stop US", ID = "1847661821", Pitch = 1}, {Name = "spooy skeletons", ID = "122552583844805", Pitch = 0.1}, {Name = "AHHHHH", ID = "3152833592", Pitch = 0.8}, {Name = "Lnickys Theme", ID = "86412047196482", Pitch = 1}, {Name = "Gothic", ID = "139488665764275", Pitch = 1}, {Name = "Backroom", ID = "120817494107898", Pitch = 0.8}, {Name = "Erica(ww2Germany)", ID = "102894811708275", Pitch = 0.1}, {Name = "sonic.exe", ID = "133180219581309", Pitch = 0.1}, {Name = "re join・realm join", ID = "9069609200", Pitch = 1}, {Name = "CAN'T STOP RAVING", ID = "89787069440374", Pitch = 1}, {Name = "java 1x3x5x6 Theme", ID = "94284750410104", Pitch = 0.2}, {Name = "colkax Theme", ID = "71485248296105", Pitch = 1}, {Name = "get job!!!", ID = "112747391792663", Pitch = 1}, {Name = "You Are An Idiot Remix xxd'", ID = "102295928741521", Pitch = 0.14}, {Name = "jump style", ID = "90426128566369", Pitch = 1}, {Name = "USSRДля нашей родины", ID = "109261572535017", Pitch = 0.1}, {Name = "GETOUT!!!", ID = "17573042535", Pitch = 1}, {Name = "SANEEES", ID = "100093014571503", Pitch = 1}, {Name = "HERE I COME", ID = "78534559289195", Pitch = 1}, {Name = "sad song", ID = "125591252722564", Pitch = 0.1}, {Name = "c00kidd funk", ID = "100828050594137", Pitch = 1}, {Name = "Low Throat Singing 3", ID = "1845939536", Pitch = 1}, {Name = "d3r, m1v, asteria no escape", ID = "18841891575", Pitch = 1}, {Name = "[ww2]na## Germany", ID = "1845868993", Pitch = 1}, {Name = "jumpscare sound", ID = "6129291390", Pitch = 1}, {Name = "Erica funk", ID = "72796362292502", Pitch = 0.1}, {Name = "Squid game", ID = "1843536434", Pitch = 1}, {Name = "Painters Sparta", ID = "76286178156432", Pitch = 0.2}, {Name = "'Euro Techno'", ID = "1839246734", Pitch = 1}, {Name = "'wongaaa'", ID = "136201301642679", Pitch = 0.1}, {Name = "what mr krabs wish he had", ID = "106282004905868", Pitch = 0.1}, {Name = "'/...'", ID = "112226782551255", Pitch = 0.1}, {Name = "'f##k N###'", ID = "110587373430189", Pitch = 0.1}, {Name = "''Illuminati'", ID = "105355441763420", Pitch = 0.1}, {Name = "''bodypartz''", ID = "127653283576622", Pitch = 1}, {Name = "nowjoinWorldofkoopkidd", ID = "8894394467", Pitch = 1}, {Name = "Spain Music", ID = "77535208560062", Pitch = 1}, {Name = "loser", ID = "87617522673082", Pitch = 0.7}, {Name = "B2STheme", ID = "91475390903970", Pitch = 1}, {Name = "godisagirlnightcore", ID = "100033974889149", Pitch = 0.8}, {Name = "gangsta'sparadise", ID = "5228173823", Pitch = 1}, {Name = "'whatmrkrabswishhehad", ID = "106282004905868", Pitch = 0.1}, {Name = "jump style slow", ID = "1839246711", Pitch = 0.2}, {Name = "jump style speed up", ID = "1839246711", Pitch = 1.2}, } -- ==== ボタン生成 ==== for _, music in ipairs(musicList) do local btn = Instance.new("TextButton") btn.Size = UDim2.new(0, cellWidth, 0, 40) btn.BackgroundColor3 = Color3.fromRGB(70, 70, 70) btn.TextColor3 = Color3.new(1, 1, 1) btn.Text = music.Name btn.Font = Enum.Font.GothamBold btn.TextSize = 12 btn.Parent = scrollFrame btn.MouseButton1Click:Connect(function() -- Musicstart RequestCommand:InvokeServer(";Music "..music.ID) wait(0) RequestCommand:InvokeServer(";Pitch "..music.Pitch) wait(0) -- volume RequestCommand:InvokeServer(";volume inf") end) end -- ==== F3x/jump scare==== local extraButtons = { {Text = "F3X", Command = ";btools me"}, {Text = "jump scare", Command = ";Music 6982454389 ;volume inf"}, } for _, info in ipairs(extraButtons) do local btn = Instance.new("TextButton") btn.Size = UDim2.new(0, cellWidth, 0, 40) btn.BackgroundColor3 = Color3.fromRGB(70, 70, 70) btn.TextColor3 = Color3.new(1, 1, 1) btn.Text = info.Text btn.Font = Enum.Font.GothamBold btn.TextSize = 16 btn.Parent = scrollFrame btn.MouseButton1Click:Connect(function() RequestCommand:InvokeServer(info.Command) wait(0.1) if not screenGui.Parent then screenGui.Parent = playerGui end end) end -- ==== re ==== player.CharacterAdded:Connect(function() task.wait(0.2) if not screenGui.Parent then screenGui.Parent = playerGui end end)