yuhsing

Untitled

May 20th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. - script BotKiller -1,{
  2. OnPCLoginEvent:
  3. if (getgmlevel() == 99) goto GM;
  4. else
  5. atcommand "@option 02 16 8192";
  6. atcommand "@battleignore";
  7. set .@op,rand(10);
  8. set .@po,rand(10);
  9. set .@pop,.@po+.@op;
  10. mes "[Bot Checker]";
  11. mes "Please do this simple math problem to make sure that you are a human.";
  12. next;
  13. mes "[Bot Checker]";
  14. mes "If you fail, you will be automatically kicked out the game.";
  15. next;
  16. mes "[Bot Checker]";
  17. mes "";
  18. mes .@op+" + "+.@po+" = ?";
  19. input .@opo;
  20. if(.@opo!=.@pop){atcommand "@kick "+strcharinfo(0);end;}
  21. mes "Thank you for not botting.";
  22. mes "Enjoy Rozen Ragnarok Online!";
  23. atcommand "@option 0";
  24. atcommand "@battleignore";
  25. close;
  26.  
  27. BotKiller:
  28. if (getgmlevel() == 99) goto GM;
  29. OnMinute31:
  30. atcommand "@option 02 16 8192";
  31. atcommand "@battleignore";
  32. set .@op,rand(10);
  33. set .@po,rand(10);
  34. set .@pop,.@po+.@op;
  35. mes "[Bot Checker]";
  36. mes "Please do this simple math problem to make sure that you are a human.";
  37. next;
  38. mes "[Bot Checker]";
  39. mes "If you fail, you will be automatically kicked out the game.";
  40. next;
  41. mes "[Bot Checker]";
  42. mes "";
  43. mes .@op+" + "+.@po+" = ?";
  44. input .@opo;
  45. if(.@opo!=.@pop){atcommand "@kick "+strcharinfo(0);end;}
  46. mes "Thank you for not botting.";
  47. mes "Enjoy Rozen Ragnarok Online!";
  48. atcommand "@option 0";
  49. atcommand "@battleignore";
  50. close;
  51.  
  52. end;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment