
Charleszinho
Universal Script 📌Uploaded byDescription
-- Charles Hub — Blue Lock Edition (LocalScript) -- Tudo local / simulado. Coloque este LocalScript em StarterGui. -- Imagem por URL (substitua IMAGE_URL por outro link se quiser). local Players = game:GetService("Players") local RunService = game:GetService("RunService") local UserInputService = game:GetService("UserInputService") local LocalPlayer = Players.LocalPlayer -- CONFIG (troque IMAGE_URL pelo link direto da imagem se quiser) local IMAGE_URL = "https://i.imgur.com/your-image.png" -- <-- substitua pelo link direto da imagem 2 local ADMIN_PASSWORD = "Charleszinho" -- Helper para criar objetos local function create(class, props) local obj = Instance.new(class) if props then for k, v in pairs(props) do if k ~= "Parent" then obj[k] = v end end if props.Parent then obj.Parent = props.Parent end end return obj end -- Root GUI local screen = create("ScreenGui", {Parent = LocalPlayer:WaitForChild("PlayerGui"), Name = "CharlesHub_BlueLock", ResetOnSpawn = false}) -- Main frame (Blue + Black theme) local main = create("Frame", { Parent = screen, Size = UDim2.new(0,560,0,420), Position = UDim2.new(0.5, -280, 0.5, -210), BackgroundColor3 = Color3.fromRGB(8,12,28), BorderSizePixel = 0, Name = "Main" }) -- Header local header = create("TextLabel", { Parent = main, Size = UDim2.new(1,0,0,56), BackgroundTransparency = 1, Text = "Charles Hub — Blue Lock", TextSize = 24, Font = Enum.Font.GothamBold, TextColor3 = Color3.fromRGB(210,230,255) }) -- Loading area container local loadingArea = create("Frame", { Parent = main, Size = UDim2.new(0,460,0,200), Position = UDim2.new(0.5,-230,0,64), BackgroundTransparency = 1, Name = "LoadingArea" }) -- Image (embaixo) local imageContainer = create("Frame", { Parent = loadingArea, Size = UDim2.new(1,0,1,0), Position = UDim2.new(0,0,0,0), BackgroundColor3 = Color3.fromRGB(12,18,36), BorderSizePixel = 0 }) local charImg = create("ImageLabel", { Parent = imageContainer, Size = UDim2.new(0,420,0,160), Position = UDim2.new(0.5,-210,0.5,-20), BackgroundTransparency = 1, Image = IMAGE_URL, ScaleType = Enum.ScaleType.Crop, Name = "CharlesImage" }) -- Overlay on image to make text readable (slight gradient effect simulated) local overlay = create("Frame", { Parent = charImg, Size = UDim2.new(1,0,0.35,0), Position = UDim2.new(0,0,0.65,0), BackgroundColor3 = Color3.fromRGB(6,8,16), BackgroundTransparency = 0.25, BorderSizePixel = 0 }) -- Loading bar (EM CIMA da imagem) local loadingBarBg = create("Frame", { Parent = loadingArea, Size = UDim2.new(0,420,0,24), Position = UDim2.new(0.5,-210,0,8), BackgroundColor3 = Color3.fromRGB(30,30,48), BorderSizePixel = 0, Name = "LoadingBG" }) local loadingBar = create("Frame", { Parent = loadingBarBg, Size = UDim2.new(0,0,1,0), Position = UDim2.new(0,0,0,0), BackgroundColor3 = Color3.fromRGB(40,160,255), BorderSizePixel = 0, Name = "LoadingBar" }) local loadingText = create("TextLabel", { Parent = loadingArea, Size = UDim2.new(0,420,0,20), Position = UDim2.new(0.5,-210,0,36), BackgroundTransparency = 1, Text = "Carregando 0%", TextSize = 16, Font = Enum.Font.SourceSans, TextColor3 = Color3.fromRGB(220,230,255), Name = "LoadingText" }) -- Simulated loader 0 -> 100 spawn(function() for i = 0, 100 do local percent = i / 100 loadingBar:TweenSize(UDim2.new(percent,0,1,0), "Out", "Quad", 0.03, true) loadingText.Text = "Carregando "..i.."%" wait(0.03) end loadingText.Text = "Pronto! Clique


![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
