Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script BotKiller -1,{
- OnPCLoginEvent:
- if (getgmlevel() == 99) goto GM;
- else
- 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+" = ?";
- 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";
- close;
- BotKiller:
- if (getgmlevel() == 99) goto GM;
- OnMinute31:
- 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+" = ?";
- 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";
- close;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment