Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local EnterKey = Instance.new("TextBox")
- local Title = Instance.new("TextLabel")
- local GetKey = Instance.new("TextButton")
- local Submit = Instance.new("TextButton")
- local CreditsJail = Instance.new("TextLabel")
- local CreditsSkid = Instance.new("TextLabel")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0.157582536, 0, 0.199996963, 0)
- Frame.Size = UDim2.new(0, 571, 0, 284)
- Frame.Active = true
- EnterKey.Name = "EnterKey"
- EnterKey.Parent = Frame
- EnterKey.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- EnterKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
- EnterKey.BorderSizePixel = 2
- EnterKey.Position = UDim2.new(0.323992997, 0, 0.436619729, 0)
- EnterKey.Size = UDim2.new(0, 200, 0, 54)
- EnterKey.Font = Enum.Font.GothamBlack
- EnterKey.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
- EnterKey.Text = "Enter your key"
- EnterKey.TextColor3 = Color3.fromRGB(0, 0, 0)
- EnterKey.TextSize = 18.000
- EnterKey.TextWrapped = true
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.323992997, 0, 0, 0)
- Title.Size = UDim2.new(0, 200, 0, 50)
- Title.Font = Enum.Font.Highway
- Title.Text = "1nferious Cheats"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- GetKey.Name = "GetKey"
- GetKey.Parent = Frame
- GetKey.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- GetKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
- GetKey.BorderSizePixel = 2
- GetKey.Position = UDim2.new(0, 0, 0.869718313, 0)
- GetKey.Size = UDim2.new(0, 158, 0, 37)
- GetKey.Font = Enum.Font.GothamSemibold
- GetKey.Text = "Get Key"
- GetKey.TextColor3 = Color3.fromRGB(0, 0, 0)
- GetKey.TextSize = 18.000
- GetKey.TextWrapped = true
- GetKey.MouseButton1Click:connect(function() -- This function only works with Synapse
- Synapse:CopyString([[
- This is where you put the link for the key
- ]])()
- GetKey.Text = "Copied Link!"
- wait(1)
- GetKey.Text = "Get Key"
- end)
- Submit.Name = "Submit"
- Submit.Parent = Frame
- Submit.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- Submit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Submit.BorderSizePixel = 2
- Submit.Position = UDim2.new(0.72329247, 0, 0.869718313, 0)
- Submit.Size = UDim2.new(0, 158, 0, 37)
- Submit.Font = Enum.Font.GothamSemibold
- Submit.Text = "Submit!"
- Submit.TextColor3 = Color3.fromRGB(0, 0, 0)
- Submit.TextSize = 18.000
- Submit.MouseButton1Click:connect(function()
- if EnterKey.Text ~= "Test1" then
- game.Players.LocalPlayer:Kick("You have entered the incorrect key")
- else
- Frame.Visible = false
- end
- end)
- CreditsJail.Name = "CreditsJail"
- CreditsJail.Parent = Frame
- CreditsJail.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- CreditsJail.BackgroundTransparency = 1.000
- CreditsJail.BorderSizePixel = 0
- CreditsJail.Position = UDim2.new(0.746059418, 0, 0.0211267602, 0)
- CreditsJail.Size = UDim2.new(0, 134, 0, 37)
- CreditsJail.Font = Enum.Font.GothamSemibold
- CreditsJail.Text = "GUI Developer: jail?#0002"
- CreditsJail.TextColor3 = Color3.fromRGB(0, 0, 0)
- CreditsJail.TextSize = 14.000
- CreditsJail.TextWrapped = true
- CreditsSkid.Name = "CreditsSkid"
- CreditsSkid.Parent = Frame
- CreditsSkid.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- CreditsSkid.BackgroundTransparency = 1.000
- CreditsSkid.BorderSizePixel = 0
- CreditsSkid.Size = UDim2.new(0, 164, 0, 50)
- CreditsSkid.Font = Enum.Font.GothamSemibold
- CreditsSkid.Text = "Scripted by: SkiddieWilly#9496"
- CreditsSkid.TextColor3 = Color3.fromRGB(0, 0, 0)
- CreditsSkid.TextSize = 14.000
- CreditsSkid.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment