Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local timern = os.time()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Crystal Central Key Test";
- Text = "Hello, this challenge is not hard at any means as long as you know lua. Heres a hint: im using tables. You have "..timern;
- Duration = 300;
- })
- local ScreenGui = Instance.new("ScreenGui")
- local UWU = Instance.new("Frame")
- local Key = Instance.new("TextBox")
- local CrystalCentral = Instance.new("TextLabel")
- -- Tables
- local keys = {
- "hud3hifho3f3hof3f",
- "h3f8uo83uo3j9iio3",
- "ih8o9u380ojp9wjod"
- }
- --Properties:
- ScreenGui.Parent = game.CoreGui
- UWU.Name = "UWU"
- UWU.Parent = ScreenGui
- UWU.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- UWU.Size = UDim2.new(0, 1363, 0, 503)
- Key.Name = "Key"
- Key.Parent = UWU
- Key.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Key.BorderSizePixel = 0
- Key.Position = UDim2.new(0.146735147, 0, 0.526838958, 0)
- Key.Size = UDim2.new(0, 339, 0, 50)
- Key.Font = Enum.Font.SourceSans
- Key.PlaceholderText = "Key Here"
- Key.Text = ""
- Key.TextColor3 = Color3.fromRGB(255, 255, 255)
- Key.TextScaled = true
- Key.TextSize = 14.000
- Key.TextWrapped = true
- if Key.Text == keys then
- local fuck6ex = game.Players.LocalPlayer
- mouse = fuck6ex:GetMouse()
- mouse.KeyDown:connect(function(key)
- if Key.Text == keys and key == "Enter" then
- print('Congrats, you have passed the test dm me on discord with this printed message or notifcation.')
- game.StarterGui:SetCore("SendNotification", {
- Title = "Crystal Central Key Test";
- Text = "You have passed the test! Dm crystal on discord with a picture of this: ";
- Duration = 300;
- })
- end
- if game.CoreGui:FindFirstChild("Discord") and Key.Text >= keys then
- print('detected bbq')
- game.StarterGui:SetCore("SendNotification", {
- Title = "Crystal Central Key Test";
- Text = "Detected ;)";
- Duration = 300;
- })
- wait(60)
- game:GetService("Players").LocalPlayer:Kick('UWU detected u bbq')
- end
- end)
- print('whitelisted, you are a genius!')
- end
- CrystalCentral.Name = "CrystalCentral"
- CrystalCentral.Parent = ScreenGui
- CrystalCentral.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- CrystalCentral.BorderSizePixel = 0
- CrystalCentral.Position = UDim2.new(0.05810811, 0, 0.264413506, 0)
- CrystalCentral.Size = UDim2.new(0, 653, 0, 50)
- CrystalCentral.Font = Enum.Font.SourceSans
- CrystalCentral.Text = "Crystal Centrals Test Whitelist"
- CrystalCentral.TextColor3 = Color3.fromRGB(255, 255, 255)
- CrystalCentral.TextScaled = true
- CrystalCentral.TextSize = 14.000
- CrystalCentral.TextWrapped = true
- local function event()
- print("Hour Started")
- end
- local EventStart = 1625702400
- local EventStop = 1625788799
- local function realtime()
- while wait() do
- local currentTime = os.time()
- if currentTime >= EventStop then
- game.Players.LocalPlayer:Kick("Trail End")
- end
- end
- end
- while wait(1) do
- realtime()
- local currentTime = os.time()
- if currentTime >= EventStop then
- game.Players.LocalPlayer:Kick("Challenge over. (Challenge was 85% hard. I appricate your effort!")
- break
- end
- if currentTime >= EventStart then
- event()
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment