-- [[ CREEPERHUB V13.2 - FINAL LEGACY VERSION ]] -- local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))() local HubLoaded = false local Window = Fluent:CreateWindow({ Title = "💚 CreeperHub v13.2", SubTitle = "Final Legacy", TabWidth = 120, Size = UDim2.fromOffset(450, 340), -- Yazı için boyutu biraz artırdım knk Acrylic = false, Theme = "Darker", MinimizeKey = Enum.KeyCode.LeftControl }) -- FLOATING ICON local FluentIcon = Instance.new("ScreenGui", game.CoreGui) local ToggleButton = Instance.new("ImageButton", FluentIcon) FluentIcon.Name = "CreeperIcon" ToggleButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ToggleButton.Position = UDim2.new(0.02, 0, 0.4, 0) ToggleButton.Size = UDim2.new(0, 50, 0, 50) ToggleButton.Image = "rbxassetid://4483345998" ToggleButton.Draggable = true Instance.new("UICorner", ToggleButton).CornerRadius = UDim.new(1, 0) local Stroke = Instance.new("UIStroke", ToggleButton) Stroke.Color = Color3.fromRGB(0, 255, 127) Stroke.Thickness = 2 ToggleButton.MouseButton1Click:Connect(function() Window:Minimize() end) -- YÜKLEME EKRANI local function StartPhantomLoading() local LoadingGui = Instance.new("ScreenGui", game.CoreGui) LoadingGui.DisplayOrder = 99999 local MainFrame = Instance.new("Frame", LoadingGui) MainFrame.Size = UDim2.new(1, 0, 1, 0) MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) local Logo = Instance.new("ImageLabel", MainFrame) Logo.Size = UDim2.new(0, 160, 0, 160) Logo.AnchorPoint = Vector2.new(0.5, 0.5) Logo.Position = UDim2.new(0.5, 0, 0.25, 0) Logo.Image = "rbxassetid://138407335951660" Logo.BackgroundTransparency = 1 local Title = Instance.new("TextLabel", MainFrame) Title.Size = UDim2.new(0, 500, 0, 60) Title.Position = UDim2.new(0.5, -250, 0.45, 0) Title.Text = "CREEPERHUB FINAL" Title.TextColor3 = Color3.fromRGB(0, 255, 127) Title.TextSize = 55 Title.Font = Enum.Font.GothamBold Title.BackgroundTransparency = 1 local BarBack = Instance.new("Frame", MainFrame) BarBack.Size = UDim2.new(0, 350, 0, 10) BarBack.Position = UDim2.new(0.5, -175, 0.65, 0) BarBack.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Instance.new("UICorner", BarBack).CornerRadius = UDim.new(0, 4) local BarFill = Instance.new("Frame", BarBack) BarFill.Size = UDim2.new(0, 0, 1, 0) BarFill.BackgroundColor3 = Color3.fromRGB(0, 255, 127) Instance.new("UICorner", BarFill).CornerRadius = UDim.new(0, 4) local PercentText = Instance.new("TextLabel", MainFrame) PercentText.Size = UDim2.new(0, 100, 0, 30) PercentText.Position = UDim2.new(0.5, -50, 0.70, 0) PercentText.TextSize = 24 PercentText.TextColor3 = Color3.fromRGB(255, 255, 255) PercentText.Font = Enum.Font.GothamSemibold PercentText.BackgroundTransparency = 1 PercentText.Text = "0%" local Sound = Instance.new("Sound", MainFrame) Sound.SoundId = "rbxassetid://1837879082" Sound:Play() task.spawn(function() while LoadingGui.Parent do Logo.Rotation = Logo.Rotation + 5 task.wait() end end) for i = 0, 100, 1 do task.wait(0.03) -- Veda sürümü olduğu için biraz daha akıcı yükleme BarFill.Size = UDim2.new(i/100, 0, 1, 0) PercentText.Text = i .. "%" end task.wait(0.5) LoadingGui:Destroy() end -- HUB İÇERİĞİ local function LoadHub() if HubLoaded then return end HubLoaded = true local PlayerTab = Window:AddTab({ Title = "👤 Oyuncu", Icon = "user" }) local ScriptsTab = Window:AddTab({ Title = "📜 Scriptler", Icon = "code" }) local CreditsTab = Window:AddTab({ Title = "👥 Künye", Icon = "info" }) PlayerTab:AddInput("WS", {Title = "Hız", Default = "16", Callback = function(v) pcall(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(v) end) end}) PlayerTab:AddInput("JP", {Title = "Zıplama", Default = "50", Callback = function(v) pcall(function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(v); game.Players.LocalPlayer.Character.Humanoid.UseJumpPower = true end) end}) ScriptsTab:AddButton({ Title = "🔄 Infinite Yield", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end }) ScriptsTab:AddButton({ Title = "☄️ Sonic Exe", Callback = function() loadstring(game:HttpGet("https://pastefy.app/XCtZsGhP/raw"))() end }) ScriptsTab:AddButton({ Title = "⚡ Flash Hub", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/KennL6pn"))() end }) CreditsTab:AddParagraph({Title = "👑 Sahibi", Content = "GreatCreeper-1747"}) end -- VEDA SEKMESİ (SON👋) local LastTab = Window:AddTab({ Title = "Son 👋", Icon = "home" }) LastTab:AddParagraph({ Title = "Bir Devrin Sonu", Content = "CreeperHub projesi için artık yolun sonuna geldik. Byfron'un getirdiği riskler ve yeni düzen sebebiyle exploit işlerini tamamen bırakıyorum. Bu kararı projeyi zirvede bırakmak ve riske girmek istemediğim için aldım.\n\nKey sistemini tamamen kapatıyorum; CreeperHub Official V13.2 yi artık dilediğiniz gibi, anahtarsız kullanabilirsiniz. Bu kodlar benim sizlere son hediyemdir. tüm kullanıcılara teşekkürler. Herkese görüşmek üzere, kendinize iyi bakın. GreatCreeper_1747 kaçar 👋" }) LastTab:AddButton({ Title = "Sistemi Başlat (Veda Hediyesi)", Callback = function() Fluent:Notify({Title = "1747 Legacy", Content = "Efsane son kez yükleniyor..."}) StartPhantomLoading() LoadHub() Window:SelectTab(1) end }) Window:SelectTab(1)