SSPZ Lua
SSPZ Lua
new("ScreenGui")
local Main = Instance.new("Frame")
local UIGradient = Instance.new("UIGradient")
local Outlines = Instance.new("ImageLabel")
local UIGradient_2 = Instance.new("UIGradient")
local Holder = Instance.new("Frame")
local UIGradient_3 = Instance.new("UIGradient")
local Title = Instance.new("TextLabel")
local Desc = Instance.new("TextLabel")
local ProgressBar = Instance.new("Frame")
local Bar = Instance.new("Frame")
local ImageLabel = Instance.new("ImageLabel")
local Creator = Instance.new("TextLabel")
local UIGradient_4 = Instance.new("UIGradient")
local Version = Instance.new("TextLabel")
local UIGradient_5 = Instance.new("UIGradient")
-- Properties:
Intro.Name = "Intro"
Intro.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
Intro.ResetOnSpawn = false
Main.Name = "Main"
Main.Parent = Intro
Main.Active = true
Main.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
Main.BorderSizePixel = 0
Main.ClipsDescendants = true
Main.Position = UDim2.new(0.5, -175, 0.5, -100)
Main.Size = UDim2.new(0, 350, 0, 200)
UIGradient.Rotation = -30
UIGradient.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0, 0),
NumberSequenceKeypoint.new(1, 0)}
UIGradient.Parent = Main
Outlines.Name = "Outlines"
Outlines.Parent = Main
Outlines.BackgroundTransparency = 1
Outlines.Position = UDim2.new(0, -5, 0, -5)
Outlines.Size = UDim2.new(1, 10, 1, 10)
Outlines.Image = "rbxassetid://1427967925"
Outlines.ScaleType = Enum.ScaleType.Slice
Outlines.SliceCenter = Rect.new(6, 6, 25, 25)
Outlines.TileSize = UDim2.new(0, 20, 0, 20)
UIGradient_2.Rotation = -30
UIGradient_2.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0, 0),
NumberSequenceKeypoint.new(1, 0)}
UIGradient_2.Parent = Outlines
Holder.Name = "Holder"
Holder.Parent = Main
Holder.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
Holder.BorderSizePixel = 0
Holder.ClipsDescendants = true
Holder.Size = UDim2.new(1, 0, 1, 0)
UIGradient_3.Rotation = 30
UIGradient_3.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0, 0),
NumberSequenceKeypoint.new(0.6, 0), NumberSequenceKeypoint.new(0.61, 1),
NumberSequenceKeypoint.new(1, 1)}
UIGradient_3.Parent = Holder
Title.Name = "Title"
Title.Parent = Holder
Title.BackgroundTransparency = 1
Title.Position = UDim2.new(0, 60, 0, 15)
Title.Size = UDim2.new(0, 100, 0, 50)
Title.Font = Enum.Font.SourceSansBold
Title.Text = "Secret Service Panel Z"
Title.TextColor3 = Color3.fromRGB(255, 255, 255)
Title.TextSize = 25
Desc.Name = "Desc"
Desc.Parent = Holder
Desc.BackgroundTransparency = 1
Desc.Position = UDim2.new(0, 20, 0, 60)
Desc.Size = UDim2.new(0, 180, 0, 25)
Desc.Font = Enum.Font.SourceSans
Desc.Text = " This is NOT the official ssp just a remade ssp"
Desc.TextColor3 = Color3.fromRGB(255, 255, 255)
Desc.TextSize = 18
ProgressBar.Name = "ProgressBar"
ProgressBar.Parent = Holder
ProgressBar.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
ProgressBar.BorderSizePixel = 0
ProgressBar.Position = UDim2.new(0, 60, 0, 145)
ProgressBar.Size = UDim2.new(0, 100, 0, 4)
Bar.Name = "Bar"
Bar.Parent = ProgressBar
Bar.BackgroundColor3 = Color3.fromRGB(61, 143, 220)
Bar.BorderSizePixel = 0
Bar.Size = UDim2.new(0, 0, 1, 0)
ImageLabel.Parent = ProgressBar
ImageLabel.BackgroundTransparency = 1
ImageLabel.Size = UDim2.new(1, 0, 1, 0)
ImageLabel.Image = "rbxassetid://2764171053"
ImageLabel.ImageColor3 = Color3.fromRGB(45, 45, 45)
ImageLabel.ImageTransparency = 1
ImageLabel.ScaleType = Enum.ScaleType.Slice
ImageLabel.SliceCenter = Rect.new(2, 2, 254, 254)
Creator.Name = "Creator"
Creator.Parent = Main
Creator.BackgroundTransparency = 1
Creator.Position = UDim2.new(1, -110, 1, -20)
Creator.Size = UDim2.new(0, 105, 0, 20)
Creator.Font = Enum.Font.SourceSans
Creator.Text = "Z Edition"
Creator.TextColor3 = Color3.fromRGB(255, 255, 255)
Creator.TextSize = 14
Creator.TextTransparency = 0
Creator.TextXAlignment = Enum.TextXAlignment.Right
UIGradient_4.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0, 0),
NumberSequenceKeypoint.new(1, 0)}
UIGradient_4.Parent = Creator
Version.Name = "Version"
Version.Parent = Main
Version.BackgroundTransparency = 1
Version.Position = UDim2.new(1, -110, 1, -35)
Version.Size = UDim2.new(0, 105, 0, 20)
Version.Font = Enum.Font.SourceSans
Version.Text = "V2.Z"
Version.TextColor3 = Color3.fromRGB(255, 255, 255)
Version.TextSize = 14
Version.TextTransparency = 0
Version.TextXAlignment = Enum.TextXAlignment.Right
-- Scripts:
-- Intro animation
TweenService:Create(Main, TweenInfo.new(0.1, Enum.EasingStyle.Linear), {Size =
UDim2.new(0, 350, 0, 200)}):Play()
task.wait(4)
fastwait(0.5)
Main.BackgroundTransparency = 1
outlinesGradient.Rotation = 30
fastwait(0.45)
print(1288) -- THE PROPHECY HAS BEEN FULFILLED
gui:Destroy()
end
close()
Scr.BackgroundTransparency = 1
TextBox:GetPropertyChangedSignal("Text"):Connect(function()
local lines = TextBox.Text:split("\n")
local lineText = ""
for i = 1, #lines do
lineText = lineText .. tostring(i) .. "\n"
end
Number.Text = lineText
Scr.CanvasSize = UDim2.new(0, 0, 0, #lines * 20)
end)
local X = Instance.new("TextButton")
X.Size = UDim2.new(0.0, 25, 0.9, 0)
X.Position = UDim2.new(0.9, 23, 0.0, 0)
X.BackgroundColor3 = Color3.new(0, 0, 0)
X.BorderColor3 = Color3.new(0, 0, 0)
X.BorderSizePixel = 0
X.Text = "X"
X.BackgroundTransparency = 1
X.TextColor3 = Color3.new(255, 255, 255)
X.Font = Enum.Font.Code
X.Parent = Topbar
X.TextSize = 17
X.MouseButton1Click:Connect(function()
Black.Visible = false
Main:TweenSize(UDim2.new(0.9, 50, 0.0, 0), "Out", "Sine", 0.7, false)
White1.Visible = false
wait(1)
white.Visible = false
Secret.Visible = false
X.Visible = false
minimum.Visible = false
Idk.Visible = false
Topbar:TweenSize(UDim2.new(0.0, 0, 0.0, 21), "Out", "Sine", 0.7, false)
wait(1.2)
Topbar:Remove()
end)
Main.Visible = false
wait(0.1)
Main.Visible = true
Main:TweenSize(UDim2.new(0.9, 50, 0.9, 330), "Out", "Sine", 0.7, false)
wait(0.3)
Black.Visible = true
local Cc = Instance.new("TextButton")
Cc.Size = UDim2.new(0.4, -45, 0.9, 2)
Cc.Position = UDim2.new(0.7, -5, 0.0, 0)
Cc.BackgroundColor3 = Color3.new(0, 0, 0)
Cc.BorderColor3 = Color3.new(0, 0, 0)
Cc.BorderSizePixel = 0
Cc.Text = "Clear"
Cc.BackgroundTransparency = 1
Cc.TextColor3 = Color3.new(255, 255, 255)
Cc.Font = Enum.Font.Montserrat
Cc.Parent = White11
Cc.TextSize = 17
Cc.MouseButton1Click:Connect(function()
TextBox.Text = ""
end)