-- Tablet Uyumlu, Küçültülebilir Müzik & Komut Paneli (İngilizce Butonlar) local Players = game:GetService("Players") local TextChatService = game:GetService("TextChatService") local Workspace = game:GetService("Workspace") local ReplicatedStorage = game:GetService("ReplicatedStorage") local RunService = game:GetService("RunService") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") -- Eski panelleri temizle for _, gui in ipairs(playerGui:GetChildren()) do if gui.Name == "MusicAdminCommandGUI" then gui:Destroy() end end -- Komut Gönderme Fonksiyonu local function executeCommand(cmd) pcall(function() if TextChatService.ChatVersion == Enum.ChatVersion.TextChatService then local textChannel = TextChatService.TextChannels:FindFirstChild("RBXGeneral") if textChannel then textChannel:SendAsync(cmd) end else ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(cmd, "All") end end) end -- Arayüz (ScreenGui) local screenGui = Instance.new("ScreenGui") screenGui.Name = "MusicAdminCommandGUI" screenGui.ResetOnSpawn = false screenGui.Parent = playerGui -- Ana Çerçeve (Tablet Dostu Ölçü: 340 genişlik, 480 yükseklik) local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 340, 0, 480) mainFrame.Position = UDim2.new(0.02, 0, 0.05, 0) mainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) mainFrame.BorderSizePixel = 0 mainFrame.Active = true mainFrame.Draggable = true mainFrame.Parent = screenGui local corner = Instance.new("UICorner") corner.CornerRadius = UDim.new(0, 10) corner.Parent = mainFrame -- Üst Başlık local titleBar = Instance.new("Frame") titleBar.Size = UDim2.new(1, 0, 0, 35) titleBar.BackgroundColor3 = Color3.fromRGB(20, 20, 20) titleBar.BorderSizePixel = 0 titleBar.Parent = mainFrame local titleCorner = Instance.new("UICorner") titleCorner.CornerRadius = UDim.new(0, 10) titleCorner.Parent = titleBar local titleText = Instance.new("TextLabel") titleText.Size = UDim2.new(1, -55, 1, 0) titleText.Position = UDim2.new(0, 10, 0, 0) titleText.BackgroundTransparency = 1 titleText.Text = "🛠️ R3DCAT1ON F3X (Tablet)" titleText.TextColor3 = Color3.fromRGB(255, 255, 255) titleText.Font = Enum.Font.GothamBold titleText.TextSize = 12 titleText.TextXAlignment = Enum.TextXAlignment.Left titleText.Parent = titleBar -- İçeriği Tutan Konteyner local contentContainer = Instance.new("ScrollingFrame") contentContainer.Size = UDim2.new(1, 0, 1, -35) contentContainer.Position = UDim2.new(0, 0, 0, 35) contentContainer.BackgroundTransparency = 1 contentContainer.BorderSizePixel = 0 contentContainer.CanvasSize = UDim2.new(0, 0, 0, 2200) contentContainer.ScrollBarThickness = 6 contentContainer.Parent = mainFrame local uiLayout = Instance.new("UIListLayout") uiLayout.SortOrder = Enum.SortOrder.LayoutOrder uiLayout.Padding = UDim.new(0, 6) uiLayout.Parent = contentContainer local padding = Instance.new("UIPadding") padding.PaddingTop = UDim.new(0, 10) padding.PaddingLeft = UDim.new(0, 10) padding.PaddingRight = UDim.new(0, 10) padding.Parent = contentContainer local function createButton(text, color, callback) local btn = Instance.new("TextButton") btn.Size = UDim2.new(1, 0, 0, 30) btn.BackgroundColor3 = color btn.Text = text btn.TextColor3 = Color3.fromRGB(255, 255, 255) btn.Font = Enum.Font.GothamBold btn.TextSize = 11 btn.Parent = contentContainer local btnCorner = Instance.new("UICorner") btnCorner.CornerRadius = UDim.new(0, 6) btnCorner.Parent = btn btn.MouseButton1Click:Connect(callback) end -- Küçültme Butonu local minimizeBtn = Instance.new("ImageButton") minimizeBtn.Size = UDim2.new(0, 26, 0, 26) minimizeBtn.Position = UDim2.new(1, -30, 0, 4) minimizeBtn.BackgroundColor3 = Color3.fromRGB(220, 20, 60) minimizeBtn.Image = "rbxassetid://6023426915" minimizeBtn.Parent = titleBar local minCorner = Instance.new("UICorner") minCorner.CornerRadius = UDim.new(0, 6) minCorner.Parent = minimizeBtn local isMinimized = false minimizeBtn.MouseButton1Click:Connect(function() isMinimized = not isMinimized if isMinimized then contentContainer.Visible = false mainFrame.Size = UDim2.new(0, 340, 0, 35) else contentContainer.Visible = true mainFrame.Size = UDim2.new(0, 340, 0, 480) end end) -- --- BUTTONS --- createButton("Char: nahdostu", Color3.fromRGB(0, 160, 100), function() executeCommand(";char all nahdostu") end) createButton("Titler: nahdostu and eirbekthro was here", Color3.fromRGB(0, 120, 200), function() executeCommand(";titler all nahdostu and eirbekthro was here") end) createButton("Chat: Eirbekthro was here! ya Allah", Color3.fromRGB(200, 80, 0), function() executeCommand(";chat all Eirbekthro was here! ya Allah") end) createButton("SM: Eirbekthro Was Here!", Color3.fromRGB(180, 40, 40), function() executeCommand(";sm Eirbekthro was here!") end) createButton("M: Nahdostu Was Here!", Color3.fromRGB(150, 20, 80), function() executeCommand(";m nahdostu was here!") end) createButton("Punish Others & R (Reset)", Color3.fromRGB(180, 80, 0), function() executeCommand(";punish others") task.wait(0.3) executeCommand(";r") end) createButton("Jail Others", Color3.fromRGB(180, 100, 0), function() executeCommand(";jail others") end) createButton("Ice Others", Color3.fromRGB(0, 140, 180), function() executeCommand(";ice others") end) createButton("Freeze Others", Color3.fromRGB(80, 120, 180), function() executeCommand(";freeze others") end) createButton("Blur Others", Color3.fromRGB(120, 50, 150), function() executeCommand(";blur others") end) -- Music Buttons createButton("Virtual Song [Pitch 0.8]", Color3.fromRGB(140, 40, 180), function() executeCommand(";music 123986270017847 ;volume inf ;pitch 0.8") end) createButton("Everyday Remix Short Version", Color3.fromRGB(180, 60, 100), function() executeCommand(";music 6717030010 ;volume inf") end) createButton("I DID IT FOR YOU (RETAKE) [Pitch 0.7]", Color3.fromRGB(200, 80, 60), function() executeCommand(";music 123602120579597") task.wait(0.25) executeCommand(";pitch 0.7") task.wait(0.25) executeCommand(";volume inf") end) createButton("Previous New Song [Pitch 0.8]", Color3.fromRGB(200, 50, 100), function() executeCommand(";music 1839246734 ;volume inf ;pitch 0.8") end) createButton("Cartel Song", Color3.fromRGB(200, 120, 20), function() executeCommand(";music 80225779962452 ;volume inf ;pitch 0.2") end) createButton("Davul Zurna", Color3.fromRGB(210, 80, 40), function() executeCommand(";music 1844780819 ;volume inf") end) createButton("Ankara'nın Bağları", Color3.fromRGB(180, 100, 50), function() executeCommand(";music 874899465 ;volume inf") end) createButton("Music 1 [Pitch 0.1]", Color3.fromRGB(150, 40, 180), function() executeCommand(";music 87174269808530") task.wait(0.25) executeCommand(";pitch 0.1") task.wait(0.25) executeCommand(";volume inf") end) createButton("Music 2 [Pitch 0.2]", Color3.fromRGB(180, 40, 120), function() executeCommand(";music 94284750410104") task.wait(0.25) executeCommand(";pitch 0.2") task.wait(0.25) executeCommand(";volume inf") end) createButton("Music 3 [Pitch 0.2]", Color3.fromRGB(120, 80, 220), function() executeCommand(";music 128802844460270") task.wait(0.25) executeCommand(";pitch 0.2") task.wait(0.25) executeCommand(";volume inf") end) createButton("Jealous", Color3.fromRGB(170, 70, 40), function() executeCommand(";music 106298230933360") task.wait(0.25) executeCommand(";volume inf") end) createButton("Love Bomb", Color3.fromRGB(190, 50, 90), function() executeCommand(";music 1884188868") task.wait(0.25) executeCommand(";volume inf") end) createButton("ATTACHED!", Color3.fromRGB(200, 30, 30), function() executeCommand(";music 75193843519993") task.wait(0.25) executeCommand(";volume inf") end) createButton("Toxic", Color3.fromRGB(100, 40, 150), function() executeCommand(";music 86412047196482") task.wait(0.25) executeCommand(";volume inf") end) createButton("Won't Stop Us C'", Color3.fromRGB(140, 40, 100), function() executeCommand(";music 1847661821") task.wait(0.25) executeCommand(";volume inf") end) createButton("1x1x1x1 Chase", Color3.fromRGB(90, 60, 180), function() executeCommand(";music 79641123960085") task.wait(0.25) executeCommand(";volume inf") end) createButton("2050_dystopia", Color3.fromRGB(130, 50, 130), function() executeCommand(";music 71485248296105") task.wait(0.25) executeCommand(";volume inf") end) createButton("2050_dystopia [Pitch 0.9]", Color3.fromRGB(150, 60, 150), function() executeCommand(";music 71485248296105") task.wait(0.25) executeCommand(";pitch 0.9") task.wait(0.25) executeCommand(";volume inf") end) createButton("ROBLOX PHONK", Color3.fromRGB(160, 40, 60), function() executeCommand(";music 136932193331774") task.wait(0.25) executeCommand(";volume inf") end) createButton("New Music [Pitch 0.7]", Color3.fromRGB(210, 100, 30), function() executeCommand(";music 71701207559451") task.wait(0.25) executeCommand(";pitch 0.7") task.wait(0.25) executeCommand(";volume inf") end) createButton("ERROR 264", Color3.fromRGB(200, 100, 50), function() executeCommand(";music 140009716850576") task.wait(0.25) executeCommand(";volume inf") end) createButton("JUMPSTYLE IST DER EINZIGE WAHRE LEBENSSINN", Color3.fromRGB(50, 150, 200), function() executeCommand(";music 76578817848504") task.wait(0.25) executeCommand(";volume inf") end) createButton("ULTCHILL FUNK (SPED UP)", Color3.fromRGB(150, 80, 200), function() executeCommand(";music 85465107863360") task.wait(0.25) executeCommand(";volume inf") end) createButton("Until Done Cool", Color3.fromRGB(200, 50, 150), function() executeCommand(";music 79998032087165") task.wait(0.25) executeCommand(";volume inf") end) createButton("RALLY FUNK", Color3.fromRGB(80, 180, 120), function() executeCommand(";music 90323407842935") task.wait(0.25) executeCommand(";volume inf") end) createButton("WHERE WE ARE", Color3.fromRGB(120, 120, 180), function() executeCommand(";music 118538313029983") task.wait(0.25) executeCommand(";volume inf") end) createButton("f1", Color3.fromRGB(220, 80, 100), function() executeCommand(";music 100754234156181") task.wait(0.25) executeCommand(";volume inf") end) createButton("Char: Eirbekthro47542", Color3.fromRGB(100, 50, 200), function() executeCommand(";char all Eirbekthro47542") end) -- Rainbow Effect RunService.RenderStepped:Connect(function() local hue = (tick() % 5) / 5 local rainbowColor = Color3.fromHSV(hue, 0.8, 1) mainFrame.BackgroundColor3 = rainbowColor titleText.TextColor3 = rainbowColor end)