yuhsing

AntiBot random 5 numbers

Feb 9th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. - script Sample -1,{
  2. OnPCLoginEvent:
  3. .@random = rand( 10000,99999 );
  4. mes "Enter ^FF0000"+.@random+"^000000";
  5. input .@number;
  6. if( .@number != .@random )
  7. atcommand "@kick "+strcharinfo(0);
  8. close;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment