Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local WhitelistText = Instance.new("TextBox")
- local LoginButton = Instance.new("TextButton")
- local HelpButton = Instance.new("TextButton")
- local ExampleFrame = Instance.new("Frame")
- local HelpFrame = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local CloseHelpFrame = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = ScreenGui
- LoginFrame.BackgroundColor3 = Color3.new(0.380392, 0.392157, 0.478431)
- LoginFrame.Position = UDim2.new(0.334545463, 0, 0.167388111, 0)
- LoginFrame.Size = UDim2.new(0, 639, 0, 385)
- TextLabel.Parent = LoginFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 639, 0, 50)
- TextLabel.Font = Enum.Font.SourceSansSemibold
- TextLabel.Text = "Retarded Gui"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = LoginFrame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0, 0, 0.22857143, 0)
- TextLabel_2.Size = UDim2.new(0, 183, 0, 64)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Whitelist Key:"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- WhitelistText.Name = "Whitelist Text"
- WhitelistText.Parent = LoginFrame
- WhitelistText.BackgroundColor3 = Color3.new(0.329412, 1, 0.956863)
- WhitelistText.BackgroundTransparency = 0.89999997615814
- WhitelistText.BorderColor3 = Color3.new(0, 0, 0)
- WhitelistText.BorderSizePixel = 6
- WhitelistText.Position = UDim2.new(0.298904538, 0, 0.244155839, 0)
- WhitelistText.Size = UDim2.new(0, 257, 0, 50)
- WhitelistText.Font = Enum.Font.SourceSans
- WhitelistText.Text = "Enter Whitelist Key!"
- WhitelistText.TextColor3 = Color3.new(0, 0, 0)
- WhitelistText.TextSize = 14
- LoginButton.Name = "LoginButton"
- LoginButton.Parent = LoginFrame
- LoginButton.BackgroundColor3 = Color3.new(0.780392, 0.0980392, 0.368627)
- LoginButton.Position = UDim2.new(0.342722982, 0, 0.433766246, 0)
- LoginButton.Size = UDim2.new(0, 200, 0, 50)
- LoginButton.Font = Enum.Font.SourceSansLight
- LoginButton.Text = "Login"
- LoginButton.TextColor3 = Color3.new(0, 0, 0)
- LoginButton.TextScaled = true
- LoginButton.TextSize = 14
- LoginButton.TextWrapped = true
- HelpButton.Name = "HelpButton"
- HelpButton.Parent = LoginFrame
- HelpButton.BackgroundColor3 = Color3.new(1, 0.419608, 0.972549)
- HelpButton.Position = UDim2.new(0.342723012, 0, 0.610389531, 0)
- HelpButton.Size = UDim2.new(0, 200, 0, 50)
- HelpButton.Font = Enum.Font.SourceSans
- HelpButton.Text = "Help!"
- HelpButton.TextColor3 = Color3.new(0, 0, 0)
- HelpButton.TextScaled = true
- HelpButton.TextSize = 14
- HelpButton.TextWrapped = true
- ExampleFrame.Active = true
- ExampleFrame.Draggable = true
- ExampleFrame.Name = "ExampleFrame"
- ExampleFrame.Parent = ScreenGui
- ExampleFrame.BackgroundColor3 = Color3.new(0.298039, 0.333333, 1)
- ExampleFrame.Position = UDim2.new(0.458787858, 0, 0.165945172, 0)
- ExampleFrame.Size = UDim2.new(0, 229, 0, 278)
- ExampleFrame.Visible = false
- HelpFrame.Name = "HelpFrame"
- HelpFrame.Parent = ScreenGui
- HelpFrame.BackgroundColor3 = Color3.new(0.380392, 0.392157, 0.478431)
- HelpFrame.Position = UDim2.new(0.232121214, 0, 0.165945172, 0)
- HelpFrame.Size = UDim2.new(0, 169, 0, 385)
- HelpFrame.Visible = false
- TextLabel_3.Parent = HelpFrame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Size = UDim2.new(0, 169, 0, 385)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "If you need a key dm SkiddieWilly#0846 on discord"
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- CloseHelpFrame.Name = "CloseHelpFrame"
- CloseHelpFrame.Parent = ScreenGui
- CloseHelpFrame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- CloseHelpFrame.Position = UDim2.new(0.232121214, 0, 0.165945172, 0)
- CloseHelpFrame.Size = UDim2.new(0, 54, 0, 50)
- CloseHelpFrame.Visible = false
- CloseHelpFrame.Font = Enum.Font.SourceSans
- CloseHelpFrame.Text = "X"
- CloseHelpFrame.TextColor3 = Color3.new(0, 0, 0)
- CloseHelpFrame.TextScaled = true
- CloseHelpFrame.TextSize = 14
- CloseHelpFrame.TextWrapped = true
- -- Scripts:
- if game.Players.LocalPlayer.Name == "7PL5" then
- HelpButton.MouseButton1Down:connect(function()
- HelpFrame.Visible = not HelpFrame.Visible
- end)
- LoginButton.MouseButton1Down:connect(function()
- if WhitelistText.Text == "skid" then
- HelpFrame.Visible = false
- CloseHelpFrame.Visible = false
- ExampleFrame.Visible = true
- LoginFrame.Visible = false
- else
- game.Players.LocalPlayer:kick("wrong key cunt")
- end
- end)
- else
- game.Players.LocalPlayer:kick("You're blacklisted my friend :)")
- end
Advertisement
Add Comment
Please, Sign In to add comment