local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Player = game.Players.LocalPlayer
local Window = OrionLib:MakeWindow({Name = "Key System", HidePremium = false, SaveConfig = true, Introtext = "Key System"})
OrionLib:MakeNotification({
Name = "Logged in!",
Content = "You are logged in as "..Player.Name.." ",
Image = "rbxassetid://4483345998",
Time = 5
})
_G.Key = "XybNameAnd14Kiddz-Key_PUBLICPAIDVERSION1.3__Astalavichta_550+180=¥¢`π×"
_G.KeyInput = "string"
function MakeScriptHub()
print 'EnteredCorrectKey'
print 'gui loaded'
local cka = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local cope = Instance.new("TextButton")
local next = Instance.new("TextButton")
local button = Instance.new("TextButton")
cka.Name = "cka"
cka.Parent = game.CoreGui
frame.Name = "frame"
frame.Parent = cka
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Position = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)
titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "14Kiddz And XybName GUI v1.3 | PAID"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000
cope.Name = "Close"
cope.Parent = cka
cope.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
cope.BorderColor3 = Color3.fromRGB(255, 0, 0)
cope.BorderSizePixel = 3
cope.Position = UDim2.new(0,3,0.3,380)
cope.Size = UDim2.new(0, 300, 0, 20)
cope.Font = Enum.Font.SourceSans
cope.Text = "Close"
cope.TextColor3 = Color3.fromRGB(255, 255, 255)
cope.TextSize = 18.000
cope.MouseButton1Down:connect(function()
if cope.Text == "Close" then
frame.Visible = false
cope.Text = "Open" else
frame.Visible = true
next.Visible = false
cope.Text = "Close"
next.Visible = true
end
end)
next.Name = "Next"
next.Parent = frame
next.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
next.BorderColor3 = Color3.fromRGB(255, 0, 0)
next.BorderSizePixel = 3
next.Position = UDim2.new(0,300,-0,0)
next.Size = UDim2.new(0, 22, 0, 400)
next.Font = Enum.Font.SourceSans
next.Text = ">"
next.TextColor3 = Color3.fromRGB(255, 255, 255)
next.TextSize = 18.000
next.MouseButton1Down:connect(function()
print 'page 2 loaded!'
button.Name = "button"
button.Parent = frame
button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button.BorderColor3 = Color3.fromRGB(255, 0, 0)
button.BorderSizePixel = 3
button.Position = UDim2.new(0, 0, 0.100000001, 0)
button.Size = UDim2.new(0, 75, 0, 30)
button.Font = Enum.Font.SourceSans
button.Text = "Bolt Sound"
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 14.000
button.TextWrapped = true
button.MouseButton1Down:connect(function()
game:GetService("Lighting").fire.Model["Haunted house"].ThunderSound.Playing = true
end)
end)
end
function CorrectKeyNotification()
OrionLib:MakeNotification({
Name = "Correct Key!",
Content = "You have entered the correct key!",
Image = "rbxassetid://4483345998",
Time = 5
})
end
function IncorrectKeyNotification()
OrionLib:MakeNotification({
Name = "Incorrect Key!",
Content = "You have entered the incorrect key!",
Image = "rbxassetid://4483345998",
Time = 5
})
end
local Tab = Window:MakeTab({
Name = "Key",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddTextbox({
Name = "Enter Key",
Default = "",
TextDisappear = true,
Callback = function(Value)
_G.KeyInput = Value
end
})
Tab:AddButton({
Name = "Check Key",
Callback = function()
if _G.KeyInput == _G.Key then
MakeScriptHub()
CorrectKeyNotification()
else
IncorrectKeyNotification()
end
end
})
Tab:AddButton({
Name = "Get Key",
Callback = function()
setclipboard("THIS SCRIPT IS PAID DM XYBNAME OR OFFICIAL1X1X1X1 ON DISCORD")
end
})
To embed this project on your website, copy the following code and paste it into your website's HTML: