Cr_eepyJoin Date: 2012-01-14 Post Count: 562 |
local blacklist = {"ii","Omq","Kinq","cute"} -- Put unwanted names here, format = {"USERNAME"}, don't forget commas.
kicktext = "Server has detected you have a unwanted username." -- Kick text here
game.Players.PlayerAdded:connect(function(player)
local plyname = player.Name
local plykicked = false
for i,v in pairs(blacklist) do
if string.sub(plyname,1,string.len(v)) == v then
plykicked = true
player:kick(kicktext)
print(plyname.." Has been kicked from the server. Reason: Unwanted username.")
end
end
if plykicked == false then
print("Player has passed username identification test.")
else
print("Player has failed username identification test.")
end
end)
|
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
im brain dead sorry
won't the real axel please stand up |
|
|
lol. my Other cousin in the same family wants to be a boy, and dresses as such.
see, this is the problem with the media. people have to spread their opinions on sj and lgbt rights, and it just exposes kids to it, and corrupts, no, it BRAINWASHES them into having to CHOOSE to be a boy or girl, when they should just be themselves, what they were born with is what they get.
sorry for ranting, i hope a bot doesnt ban me.
I love to mass-debate. |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
@creepy
im a noob when it comes to scripting and that's awesome lol
@miles
i doubt any bot will touch S&I soon lol
won't the real axel please stand up |
|
|
lol. youre amazing cr_eepy
|
|
|
now put this in major unwanted ODer games like rhs, rwp, and meepcity. keep it out of adopt a baby games because they are MEANT for ODing. |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
@miles
support
won't the real axel please stand up |
|
Cr_eepyJoin Date: 2012-01-14 Post Count: 562 |
@Miles Eh, I don't really care about social justice warriors and the lgbt community if it doesn't get in my way. If they want to be a toaster, it's fine with me. I have a friend that's les, but she doesn't obnoxiously talk about it like some people.
|
|
Cr_eepyJoin Date: 2012-01-14 Post Count: 562 |
Updated script to not be caps-sensitive and wait for the character to load into the workspace because I was bored
local blacklist = {"ii","Omq","Kinq","cute","Cr"} -- Put unwanted names here, format = {"USERNAME"}, don't forget commas.
kicktext = "Server has detected you have a unwanted username." -- Kick text here
game.Players.PlayerAdded:connect(function(player)
game.Workspace:WaitForChild(player.Name)
local plyname = player.Name
local plykicked = false
for i,v in pairs(blacklist) do
if string.lower(string.sub(plyname,1,string.len(v))) == string.lower(v) then
plykicked = true
player:kick(kicktext)
print(plyname.." Has been kicked from the server. Reason: Unwanted username.")
end
end
if plykicked == false then
print(plyname.." has passed username identification test.")
else
print(plyname.." has failed username identification test.")
end
end)
|
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
excellent
won't the real axel please stand up |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
bumpers for sale
the legends and the myths |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
another bumper car |
|
AmesusJoin Date: 2012-04-21 Post Count: 8030 |
Support of a thousand suns
It shocks me, that people don't realize that there are only two genders. |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
k thx |
|
|
ayee, ayy,
ehhhhhhhhhhhhhhhh |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
^
support |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
you have been bumped |
|
ipielikeJoin Date: 2014-05-09 Post Count: 747 |
Okay good cause I don't care about this thread anymore
uhhh |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
k
|
|
ipielikeJoin Date: 2014-05-09 Post Count: 747 |
kk
uhhh |
|
coverkin7Join Date: 2016-06-11 Post Count: 1529 |
support lmao |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
thx xd |
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
a bumped |
|
iPxtabyteJoin Date: 2016-02-21 Post Count: 84 |
One thing, what about the people (like me) with 'i' in their name that don't OD?
|
|
axel14243Join Date: 2009-03-13 Post Count: 2877 |
background checks |
|