Advertisement
ShutDOwn

ANT-BAD-NICKS

Jul 20th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. /*
  2. VISITE: sky-cheat.forumeiros.com
  3. VISITE: sky-cheat.forumeiros.com
  4. VISITE: sky-cheat.forumeiros.com
  5. */
  6. #include <a_samp>
  7.  
  8. public OnGameModeInit()
  9. {
  10. print("\n Sistema ANTI-BOT by: FLy.eXe\n");
  11. return 1;
  12. }
  13.  
  14.  
  15. public OnPlayerConnect(playerid)
  16. {
  17. new Nick[30];
  18. GetPlayerName(playerid, Nick, sizeof(Nick));
  19. if(strfind(Nick, "com1", true) != -1 || strfind(Nick, "com2", true) != -1 || strfind(Nick, "com3", true) != -1
  20. || strfind(Nick, "com4", true) != -1 || strfind(Nick, "com5", true) != -1 || strfind(Nick, "com6", true) != -1
  21. || strfind(Nick, "com7", true) != -1 || strfind(Nick, "com8", true) != -1 || strfind(Nick, "com9", true) != -1
  22. || strfind(Nick, "lpt1", true) != -1 || strfind(Nick, "lpt2", true) != -1 || strfind(Nick, "lpt3", true) != -1
  23. || strfind(Nick, "lpt4", true) != -1 || strfind(Nick, "lpt5", true) != -1 || strfind(Nick, "lpt6", true) != -1
  24. || strfind(Nick, "lpt7", true) != -1 || strfind(Nick, "lpt8", true) != -1 || strfind(Nick, "lpt9", true) != -1
  25. || strfind(Nick, "nul", true) != -1 || strfind(Nick, "clock$", true) != -1 || strfind(Nick, "aux", true) != -1
  26. || strfind(Nick, "sv_lixo", true) != -1 || strfind(Nick, "null", true) != -1 || strfind(Nick, "VAOSEFUDER", true) != -1
  27. || strfind(Nick, "prn", true) != -1 || strfind(Nick, "con", true) != -1 )
  28. {
  29. SetPlayerName(playerid, "Sky_cheats_owna");
  30. SendClientMessage(playerid, 0xFF0000AA, "[ANT-NICK]Esse server e protegido pelo ant-nick sky cheats.");
  31. BanEx(playerid,"Ant_nick_by_Fly");
  32. return 1;
  33. }
  34. return 0;
  35. }
  36.  
  37. /*
  38. VISITE: sky-cheat.forumeiros.com
  39. VISITE: sky-cheat.forumeiros.com
  40. VISITE: sky-cheat.forumeiros.com
  41. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement