Advertisement
Xploit101

RolePlayers

May 29th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.97 KB | None | 0 0
  1. print'LoadedBanList'
  2. warn'ThisBanListIsOnline'
  3. print("BANNED ROLEPLAYERS LOADED")
  4. BanList={"pau_l" , "HeliosXT" , "TbhMxli" , "NotABloxxer" , "Deathtroy" , "ExclusivePooop" , "Katherrific" , "iSkillzzz" , "Keazye" , "ChristineisBaee" , "DerpySlimeMan" , "RoboPikachu1475" , "XxPikachu1475xX" , "RoboPichu1475" , "iiDuckFace" , "iiThatOneDerp" , "dinosaysrawrus" , "xStarlinq" , "thegamingtyler" , "Casterlys" , "EchoCrafter" , "NotoriousSinister" , "iiMadiSparkle"}
  5. local c=function(f) coroutine.resume(coroutine.create(f)) end
  6. local remove=true
  7. if remove==true then pcall(function() script:remove() end) end
  8. while true do
  9. wait()
  10. for i, v in pairs(game.Players:children()) do
  11.  for i, vv in pairs(BanList) do
  12.   if v.Name:lower()==vv:lower() then
  13.    c(function()
  14.      local m = Instance.new("Hint")
  15.       m.Parent = game.Workspace
  16.       m.Text = (v.Name.. " Admin RolePlayer Joined")
  17.      wait(10)
  18.      m:remove()
  19.      v:Destroy()
  20.    end)
  21.    v:remove()
  22.   end
  23.  end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement