Advertisement
Guest User

onChat

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. $${
  2.     if(@lion_cpt_auto_join);
  3.     {
  4.         ifmatches(%CHATCLEAN%,"^» CraftLandia Mini Games :\)");
  5.         {
  6.             wait(5T);
  7.             unsafe();
  8.             {
  9.                 // do();
  10.                 // {
  11.                     do();
  12.                     {
  13.                         look(NORTH);
  14.                         keydown(forward);
  15.                     }
  16.                     until((%XPOS% == 44999) && (%ZPOS% == 44973));
  17.                 // }
  18.                 // loop;
  19.             }
  20.             endunsafe;
  21.         }
  22.         endif;
  23.     }
  24.     endif;
  25. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement