Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - script simple_antibot -1,{
  2. OnNPCKillEvent:
  3. if( strcharinfo(3) == "prontera" )
  4. end;
  5. if( @antibot_time - gettimetick(2) > 0 )
  6. {
  7. mes "You kill mobs too frequently";
  8. sleep2 1000;
  9. atcommand "@kick "+strcharinfo(0);
  10. end;
  11. }
  12. set @antibot_time, gettimetick(2) + 24*60*60;
  13. end;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement