Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Whitelist Example Made By Gostrondude
- local ScreenGui = Instance.new("ScreenGui")
- local nou = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local line = Instance.new("TextLabel")
- local check = Instance.new("TextLabel")
- local hwid = Instance.new("TextBox")
- local user = Instance.new("TextLabel")
- local i = Instance.new("TextLabel")
- local hw = Instance.new("TextLabel")
- local username = Instance.new("TextLabel")
- local id = Instance.new("TextLabel")
- local login = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.StarterGui
- nou.Name = "nou"
- nou.Parent = ScreenGui
- nou.BackgroundColor3 = Color3.new(1, 1, 1)
- nou.BorderColor3 = Color3.new(1, 1, 1)
- nou.Position = UDim2.new(0.36896047, 0, 0.25988701, 0)
- nou.Size = UDim2.new(0, 380, 0, 273)
- nou.Active = true
- nou.Draggable = true
- label.Name = "label"
- label.Parent = nou
- label.BackgroundColor3 = Color3.new(1, 1, 1)
- label.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- label.Size = UDim2.new(0, 380, 0, 38)
- label.Font = Enum.Font.SourceSans
- label.Text = "WHITELIST"
- label.TextColor3 = Color3.new(0, 0, 0)
- label.TextSize = 36
- line.Name = "line"
- line.Parent = nou
- line.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- line.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- line.Position = UDim2.new(0, 0, 0.142307684, 0)
- line.Size = UDim2.new(0, 380, 0, 1)
- line.Font = Enum.Font.SourceSans
- line.Text = ""
- line.TextColor3 = Color3.new(0, 0, 0)
- line.TextSize = 36
- check.Name = "check"
- check.Parent = nou
- check.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- check.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- check.Position = UDim2.new(0.228947371, 0, 0.172161177, 0)
- check.Size = UDim2.new(0, 206, 0, 29)
- check.Visible = false
- check.Font = Enum.Font.SourceSans
- check.Text = ""
- check.TextColor3 = Color3.new(0, 0, 0)
- check.TextScaled = true
- check.TextSize = 26
- check.TextWrapped = true
- hwid.Name = "hwid"
- hwid.Parent = nou
- hwid.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- hwid.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- hwid.Position = UDim2.new(0.407894731, 0, 0.676373661, 0)
- hwid.Size = UDim2.new(0, 206, 0, 24)
- hwid.Font = Enum.Font.SourceSans
- hwid.TextColor3 = Color3.new(0, 0, 0)
- hwid.TextSize = 20
- user.Name = "user"
- user.Parent = nou
- user.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- user.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- user.Position = UDim2.new(0.0482237786, 0, 0.327395946, 0)
- user.Size = UDim2.new(0, 127, 0, 24)
- user.Font = Enum.Font.SourceSans
- user.Text = "Username:"
- user.TextColor3 = Color3.new(0, 0, 0)
- user.TextSize = 20
- i.Name = "i"
- i.Parent = nou
- i.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- i.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- i.Position = UDim2.new(0.0482237637, 0, 0.50405103, 0)
- i.Size = UDim2.new(0, 127, 0, 24)
- i.Font = Enum.Font.SourceSans
- i.Text = "User ID:"
- i.TextColor3 = Color3.new(0, 0, 0)
- i.TextSize = 20
- hw.Name = "hw"
- hw.Parent = nou
- hw.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- hw.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- hw.Position = UDim2.new(0.0482237637, 0, 0.676648855, 0)
- hw.Size = UDim2.new(0, 127, 0, 24)
- hw.Font = Enum.Font.SourceSans
- hw.Text = "HWID:"
- hw.TextColor3 = Color3.new(0, 0, 0)
- hw.TextSize = 20
- username.Name = "username"
- username.Parent = nou
- username.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- username.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- username.Position = UDim2.new(0.408607543, 0, 0.327395976, 0)
- username.Size = UDim2.new(0, 206, 0, 24)
- username.Font = Enum.Font.SourceSans
- username.TextColor3 = Color3.new(0, 0, 0)
- username.TextSize = 20
- username.Text = game.Players.LocalPlayer.Name
- id.Name = "id"
- id.Parent = nou
- id.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- id.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- id.Position = UDim2.new(0.408607543, 0, 0.504051149, 0)
- id.Size = UDim2.new(0, 206, 0, 24)
- id.Font = Enum.Font.SourceSans
- id.TextColor3 = Color3.new(0, 0, 0)
- id.TextSize = 20
- id.Text = game.Players.LocalPlayer.UserId
- login.Name = "login"
- login.Parent = nou
- login.BackgroundColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- login.BorderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
- login.Position = UDim2.new(0.286842108, 0, 0.831501842, 0)
- login.Size = UDim2.new(0, 161, 0, 31)
- login.Font = Enum.Font.SourceSans
- login.Text = "Check For Whitelist"
- login.TextColor3 = Color3.new(0, 0, 0)
- login.TextSize = 20
- login.MouseButton1Down:Connect(function()
- local username = "gostrondude" --Change to username of whitelisted people
- local id = "91620222" -- Add/Change Id of player
- local hwid = 'test' or 'yeah' --Change to the hwid's of whitelisted Players
- wait(1)
- check.Visible = true
- check.Text = "Whitelisting."
- wait(1)
- check.Text = "Whitelisting.."
- wait(1)
- check.Text = "Whitelisting..."
- wait(1)
- if username == username.Text and id == id.Text and hwid == hwid.Text then
- check.Text = "Whitelisted!"
- wait(1)
- check.Visible = false
- else
- check.Text = "You Seem to not be Whielisted!"
- wait(1)
- check.Visible = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment