Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script BotKiller -1,{
- OnPCLoginEvent:
- if( !checkchatting() && !checkvending() ){
- atcommand "@option 02 16 8192";
- atcommand "@battleignore";
- set .@op,rand(10);
- set .@po,rand(10);
- set .@pop,.@po+.@op;
- mes "[Bot Checker]";
- mes "Please do this simple math problem to make sure that you are a human.";
- next;
- mes "[Bot Checker]";
- mes "If you fail, you will be automatically kicked out the game.";
- next;
- mes "[Bot Checker]";
- mes "";
- mes .@op+" + "+.@po+" = ?";
- attachnpctimer strcharinfo(0);
- initnpctimer;
- input .@opo;
- if(.@opo!=.@pop){atcommand "@kick "+strcharinfo(0);end;}
- mes "Thank you for not botting.";
- mes "Enjoy Rozen Ragnarok Online!";
- atcommand "@option 0";
- atcommand "@battleignore";
- stopnpctimer;
- }
- addtimer ( 15 * 60000 ),strnpcinfo(0)+"::OnPCLoginEvent";
- close;
- OnTimer10000:
- stopnpctimer;
- atcommand "@kick "+strcharinfo(0);
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment