local scriptCode = [[ -- Criar ScreenGui e a estrutura local screenGui = Instance.new("ScreenGui") screenGui.Name = "ProjectDestroyDeltaGui" screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
-- Definindo o fundo do ScreenGui local backgroundImage = "http://www.roblox.com/asset/?id=123456789" -- Substitua com o ID real da imagem screenGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0) -- Cor de fundo (preto ou outra cor de sua escolha) screenGui.BackgroundTransparency = 0.5 -- Tornando o fundo semi-transparente local imageLabel = Instance.new("ImageLabel") imageLabel.Size = UDim2.new(1, 0, 1, 0) imageLabel.Position = UDim2.new(0, 0, 0, 0) imageLabel.Image = backgroundImage -- Colocando a imagem de fundo aqui imageLabel.BackgroundTransparency = 1 -- Tornando a imagem sem fundo imageLabel.Parent = screenGui
local frame = Instance.new("Frame") frame.Size = UDim2.new(0, 400, 0, 300) -- Tamanho do frame frame.Position = UDim2.new(0.5, -200, 0.5, -150) -- Posicionar no meio da tela frame.BackgroundColor3 = Color3.fromRGB(50, 50, 50) frame.Parent = screenGui
-- Adicionar um TextLabel com o nome "Project Destroy Delta" local label = Instance.new("TextLabel") label.Size = UDim2.new(1, 0, 0, 50) label.Position = UDim2.new(0, 0, 0, 0) label.Text = "Project Destroy Delta" label.TextColor3 = Color3.fromRGB(255, 255, 255) label.TextSize = 24 label.TextAlign = Enum.TextXAlignment.Center label.BackgroundTransparency = 1 label.Parent = frame
-- Criar o Script com as funções local script = Instance.new("Script") script.Name = "ProjectDestroyDeltaScript" script.Parent = frame
script.Source = [[ -- Código do script para destruir delta (exemplo fictício) local function destroyDelta() -- Seu código para a destruição do delta vai aqui print("Delta destruído") end
-- Chamar a função de destruir delta
destroyDelta()
]]
-- Função para criar botões local function createButton(name, position, callback) local button = Instance.new("TextButton") button.Size = UDim2.new(0, 380, 0, 50) button.Position = position button.Text = name button.TextColor3 = Color3.fromRGB(255, 255, 255) button.TextSize = 18 button.BackgroundColor3 = Color3.fromRGB(60, 60, 60) button.Parent = frame
-- Conectar a função de callback
button.MouseButton1Click:Connect(callback)
end
-- Adicionar os botões createButton("Zpilate", UDim2.new(0, 10, 0, 60), function() print("Botão Zpilate clicado!")
-- Adicionando o script fornecido no botão Zpilate
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
-- !!!Note!!!:only work on server side executor or backdoor executor
local msg = Instance.new("Message", workspace)
msg.Text = "Made By They_are666 [subs to Alan chiel] --team c00lkidd and team skrubl0rdz"
wait(5.8)
msg:Destroy()
local s = Instance.new("Sky")
s.Name = "SKY"
s.SkyboxBk = "http://www.roblox.com/asset/?id=358313209"
s.SkyboxDn = "http://www.roblox.com/asset/?id=358313209"
s.SkyboxFt = "http://www.roblox.com/asset/?id=358313209"
s.SkyboxLf = "http://www.roblox.com/asset/?id=358313209"
s.SkyboxRt = "http://www.roblox.com/asset/?id=358313209"
s.SkyboxUp = "http://www.roblox.com/asset/?id=358313209"
s.Parent = game.Lighting
local Spooky = Instance.new("Sound", game.Workspace)
Spooky.Name = "Spooky"
Spooky.SoundId = "rbxassetid://1839246711"
Spooky.Volume = 20
Spooky.Looped = true
Spooky:Play()
local ID = 358313209 -- id here
function spamDecal(v)
if v:IsA("Part") then
for i = 0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id=" .. ID)
end
else
if v:IsA("Model") then
for a, b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
function decalspam(id) --use this function, not the one on top
ID = id
for i, v in pairs(game.Workspace:GetChildren()) do
if v:IsA("Part") then
for i = 0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id=" .. id)
end
else
if v:IsA("Model") then
for a, b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
end
decalspam(ID)
end)
createButton("Project", UDim2.new(0, 10, 0, 120), function() print("Botão Project clicado!") -- Adicione sua lógica para Project aqui end)
createButton("Spam", UDim2.new(0, 10, 0, 180), function() print("Botão Spam clicado!") -- Adicione sua lógica para Spam aqui end)
createButton("FE Bypass (não é FE😭😭😭)", UDim2.new(0, 10, 0, 240), function() print("Botão FE Bypass clicado!")
-- Adicionando o script fornecido no botão FE Bypass
local decalID = 15705773225
-- Função para aplicar Decals
function exPro(root)
for _, v in pairs(root:GetChildren()) do
if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
v.Parent = nil
elseif v:IsA("BasePart") then
v.Material = "Plastic"
v.Transparency = 0
local One = Instance.new("Decal", v)
local Two = Instance.new("Decal", v)
local Three = Instance.new("Decal", v)
local Four = Instance.new("Decal", v)
local Five = Instance.new("Decal", v)
local Six = Instance.new("Decal", v)
One.Texture = "http://www.roblox.com/asset/?id="..decalID
Two.Texture = "http://www.roblox.com/asset/?id="..decalID
Three.Texture = "http://www.roblox.com/asset/?id="..decalID
Four.Texture = "http://www.roblox.com/asset/?id="..decalID
Five.Texture = "http://www.roblox.com/asset/?id="..decalID
Six.Texture = "http://www.roblox.com/asset/?id="..decalID
One.Face = "Front"
Two.Face = "Back"
Three.Face = "Right"
Four.Face = "Left"
Five.Face = "Top"
Six.Face = "Bottom"
end
exPro(v)
end
end
-- Função recursiva para aplicar aos objetos filhos
function asdf(root)
for _, v in pairs(root:GetChildren()) do
asdf(v)
end
end
-- Aplicar decals em todos os objetos da workspace
exPro(game.Workspace)
asdf(game.Workspace)
-- Alterar céu
local s = Instance.new("Sky")
s.Name = "Sky"
s.Parent = game.Lighting
local skyboxID = 15705773225
]]
-- Executar o código usando loadstring loadstring(scriptCode)()