Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local whitelist = {
- "FilteringDisabledEz",
- "gameeboy335",
- "aHmoDEAC2",
- }
- for i,white in pairs(whitelist) do
- if white ~= game.Players.LocalPlayer.Name then
- valid = true
- else
- valid = false
- end
- end
- if valid == false then
- local k = Instance.new("Message",game.Workspace)
- k.Text = "you are not whitelisted, crashing in 5 secs..."
- wait(3)
- while true do
- print("CRASH")
- for i = 1, 2000 do
- Instance.new("Part",game.workspace)
- end
- end
- end
- if valid == true then
- print("Whitelisted!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement