Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local testing = false
- --THIS IS TESTING ONLY WHEN YOU DISTRIBUTE CHANGE IT FROM true to false OTHERWISE IT WILL BAN YOU
- --also it will be a draggable gui when you execute just maybe not in testing
- local Screen = Instance.new("ScreenGui", nil)
- if testing == true then
- Screen.Parent = game.Players.LocalPlayer.PlayerGui
- else
- Screen.Parent = game.CoreGui
- end
- local unlocked = false
- local Background = Instance.new("Frame", Screen)
- Background.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Background.BorderSizePixel = 0
- Background.Position = UDim2.new(0.5, 0, 0.505, 0)
- Background.Size = UDim2.new(0, 333, 0, 222)
- local divider = Instance.new("Frame", Background)
- divider.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- divider.BorderColor3 = Color3.fromRGB(255, 85, 0)
- divider.BorderSizePixel = 1
- divider.Position = UDim2.new(0.036, 0, 0.149, 0)
- divider.Size = UDim2.new(0, 307, 0, 0)
- local inner = Instance.new("Frame", Background)
- inner.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- inner.BorderColor3 = Color3.fromRGB(27, 42, 53)
- inner.Position = UDim2.new(0.201, 0, 0.183, 0)
- inner.Size = UDim2.new(0, 198, 0, 140)
- local innercorner = Instance.new("UICorner", inner)
- innercorner.CornerRadius = UDim.new(0.15, 0)
- local top = Instance.new("ImageLabel", Background)
- top.BackgroundTransparency = 1
- top.BorderColor3 = Color3.fromRGB(27, 42, 53)
- top.Position = UDim2.new(0, 0, 0, -11)
- top.Size = UDim2.new(0, 333, 0, 22)
- top.Image = "rbxassetid://3570695787"
- top.ImageColor3 = Color3.fromRGB(48, 48, 48)
- top.ScaleType = "Slice"
- top.SliceCenter = Rect.new(100,100,100,100)
- top.SliceScale = 0.11
- local topconstraint = Instance.new("UIAspectRatioConstraint", top)
- topconstraint.AspectRatio = 15.136
- local left = Instance.new("ImageLabel", Background)
- left.BackgroundTransparency = 1
- left.BorderColor3 = Color3.fromRGB(27, 42, 53)
- left.Position = UDim2.new(-0.005, 0, -0.052, 0)
- left.Size = UDim2.new(0, 13, 0, 232)
- left.Image = "rbxassetid://3570695787"
- left.ImageColor3 = Color3.fromRGB(48, 48, 48)
- left.ScaleType = "Slice"
- left.SliceCenter = Rect.new(100,100,100,100)
- left.SliceScale = 0.11
- local bottom = Instance.new("ImageLabel", Background)
- bottom.BackgroundTransparency = 1
- bottom.BorderColor3 = Color3.fromRGB(27, 42, 53)
- bottom.Position = UDim2.new(0, -1, 0, 199)
- bottom.Size = UDim2.new(0, 332, 0, 22)
- bottom.Image = "rbxassetid://3570695787"
- bottom.ImageColor3 = Color3.fromRGB(48, 48, 48)
- bottom.ScaleType = "Slice"
- bottom.SliceCenter = Rect.new(100,100,100,100)
- bottom.SliceScale = 0.11
- local bottomconstraint = Instance.new("UIAspectRatioConstraint", bottom)
- bottomconstraint.AspectRatio = 15.136
- local right = Instance.new("ImageLabel", Background)
- right.BackgroundTransparency = 1
- right.BorderColor3 = Color3.fromRGB(27, 42, 53)
- right.Position = UDim2.new(0.961, 0, -0.048, 0)
- right.Size = UDim2.new(0, 13, 0, 232)
- right.Image = "rbxassetid://3570695787"
- right.ImageColor3 = Color3.fromRGB(48, 48, 48)
- right.ScaleType = "Slice"
- right.SliceCenter = Rect.new(100,100,100,100)
- right.SliceScale = 0.11
- local keysys = Instance.new("Frame", Screen)
- keysys.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- keysys.BorderColor3 = Color3.fromRGB(27, 42, 53)
- keysys.BorderSizePixel = 2
- keysys.Position = UDim2.new(0.127, 0, 0.054, 0)
- keysys.Size = UDim2.new(0, 439, 0, 194)
- local label = Instance.new("TextLabel", keysys)
- label.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- label.BorderColor3 = Color3.fromRGB(255, 85, 0)
- label.Size = UDim2.new(0, 440, 0, 50)
- label.Font = Enum.Font.ArialBold
- label.Text = "Key System"
- label.TextSize = 20
- label.TextColor3 = Color3.fromRGB(255, 255, 255)
- local keybox = Instance.new("TextBox", keysys)
- keybox.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- keybox.BorderColor3 = Color3.fromRGB(27, 42, 53)
- keybox.BorderMode = "Outline"
- keybox.Position = UDim2.new(0, 0, 0.365, 0)
- keybox.Size = UDim2.new(0, 439, 0, 50)
- keybox.PlaceholderColor3 = Color3.fromRGB(112, 112, 112)
- keybox.PlaceholderText = "Key Here"
- keybox.TextSize = 17
- keybox.Text = ""
- keybox.BorderSizePixel = 2
- local keybutton1 = Instance.new("TextButton", keysys)
- keybutton1.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- keybutton1.BorderColor3 = Color3.fromRGB(27, 42, 53)
- keybutton1.TextColor3 = Color3.fromRGB(255, 255, 255)
- keybutton1.BorderMode = "Outline"
- keybutton1.Position = UDim2.new(0, 0, 0.749, 0)
- keybutton1.Size = UDim2.new(0, 197, 0, 48)
- keybutton1.Font = Enum.Font.Fantasy
- keybutton1.Text = "Submit"
- keybutton1.TextSize = 20
- local keybutton2 = Instance.new("TextButton", keysys)
- keybutton2.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- keybutton2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- keybutton2.TextColor3 = Color3.fromRGB(255, 255, 255)
- keybutton2.BorderMode = "Outline"
- keybutton2.Position = UDim2.new(0.55, 0, 0.749, 0)
- keybutton2.Size = UDim2.new(0, 197, 0, 48)
- keybutton2.Font = Enum.Font.Fantasy
- keybutton2.Text = "Get Key"
- keybutton2.TextSize = 20
- keybutton2.MouseButton1Down:connect(function()
- setclipboard("https://direct-link.net/166394/Key")
- keybutton2.Text = "Copied to clipboard!"
- wait(1)
- keybutton2.Text = "Get Key"
- end)
- keybutton1.MouseButton1Down:connect(function()
- if string.find(game:HttpGet("https://pastebin.com/raw/VTX9vG3W"), keybox.Text) and keybox.Text ~= "" then
- unlocked = true
- end
- end)
- repeat wait() until unlocked == true
- keysys:Destroy()
Add Comment
Please, Sign In to add comment