Advertisement
Meliodas0_0

Jailbreak Admin Detection

Jul 7th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local Players = game:GetService("Players")
  3.  
  4.  
  5. Players.PlayerAdded:Connect(function(player)
  6. if player.Name == "asimo3089" or player.Name == "badcc" then
  7. game:GetService("Players").LocalPlayer:Kick("Admin detected")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement