Advertisement
HoangAnh_GaToVi

Ban

Aug 29th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local admins = {"devtastic2","pman8362","chiefchurch911","shaylan007","stylis_studios","zombie-rat","Mezzelo","publicmodlogs","CptHrki","HypocriticalDragon","Hacka_Fiskende","AxisAngle","Danieltrein","pf_calendar_bot","Hyraphax","AIined","RyanTheRobLoxian","fartingblackfox","lArekan","litozinnamon","Semaphorism","Newbie15837"}
  3.  
  4. game:GetService("Players").PlayerAdded:connect(function(p)
  5. for _,v in pairs(admins) do
  6. if p.Name == v then
  7. player:Kick("An admin was found on the server, so you were kicked. Please join another one and execute the script again.")
  8. end
  9. end
  10. end)
  11.  
  12. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Phantom Forces Exploit Prevention"; Text = "Successfully loaded! Now you will be kicked whenever a game moderator joins the game!"; Duration = 10;})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement