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 login = Instance.new("Frame")
- local username = Instance.new("TextBox")
- local password = Instance.new("TextBox")
- local loginbutton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- login.Name = "login"
- login.Parent = ScreenGui
- login.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- login.BorderColor3 = Color3.new(0, 0, 0)
- login.BorderSizePixel = 3
- login.Position = UDim2.new(0.388366133, 0, 0.278184474, 0)
- login.Size = UDim2.new(0, 261, 0, 302)
- username.Name = "username"
- username.Parent = login
- username.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
- username.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- username.BorderSizePixel = 3
- username.Position = UDim2.new(0.114942528, 0, 0.158940405, 0)
- username.Size = UDim2.new(0, 200, 0, 50)
- username.Font = Enum.Font.Highway
- username.PlaceholderText = "username"
- username.Text = ""
- username.TextColor3 = Color3.new(0, 0, 0)
- username.TextScaled = true
- username.TextSize = 14
- username.TextWrapped = true
- password.Name = "password"
- password.Parent = login
- password.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
- password.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- password.BorderSizePixel = 3
- password.Position = UDim2.new(0.114942528, 0, 0.5, 0)
- password.Size = UDim2.new(0, 200, 0, 50)
- password.Font = Enum.Font.Highway
- password.PlaceholderText = "password"
- password.Text = ""
- password.TextColor3 = Color3.new(0, 0, 0)
- password.TextScaled = true
- password.TextSize = 14
- password.TextWrapped = true
- loginbutton.Name = "loginbutton"
- loginbutton.Parent = login
- loginbutton.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
- loginbutton.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- loginbutton.BorderSizePixel = 3
- loginbutton.Position = UDim2.new(0.275862068, 0, 0.783112586, 0)
- loginbutton.Size = UDim2.new(0, 116, 0, 39)
- loginbutton.Font = Enum.Font.Highway
- loginbutton.Text = "log-in"
- loginbutton.TextColor3 = Color3.new(0, 0, 0)
- loginbutton.TextScaled = true
- loginbutton.TextSize = 14
- loginbutton.TextWrapped = true
- loginbutton.MouseButton1Click:connect(function()
- if username.Text == 'raddletonv3' and password.Text == 'cB02mxaoQ0J01Maf9' then
- loadstring(game:HttpGet(('https://pastebin.com/raw/xPEifx2d'),true))()
- login:Destroy()
- else
- ScreenGui:Destroy()
- while true do
- print(fuckyouskid)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment