Advertisement
Guest User

Bolao automatico

a guest
Jul 26th, 2021
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $${
  2. ifmatches("%CHATCLEAN%","^\[L][^:]*%PLAYER%(?: \[\d+])?: #bolao(.+|$)$",&quer,1);
  3. if(!&quer);
  4. toggle(@apostar_bolao);
  5. else;
  6. ifmatches("%&quer%","(S|Y)");
  7. set(@apostar_bolao);
  8. else;
  9. unset(@apostar_bolao);
  10. endif;
  11. endif;
  12. if(@apostar_bolao);
  13. log("&f&l[&2&lMA&f&lC&4&lRO&f&l] &fApostar no bolao automaticamente: &aATIVADO!");
  14. else;
  15. log("&f&l[&2&lMA&f&lC&4&lRO&f&l] &fApostar no bolao automaticamente: &cDESATIVADO!");
  16. endif;
  17. endif;
  18. ifmatches("%CHATCLEAN%","^(. Bem vindo de volta\.)|(\w+ ganhou [\d,.]+ coins)|(N.o houve vencedor\. O valor total desse bol.o)");
  19. unset(@apostei_bolao);
  20. endif;
  21. ifmatches("%CHATCLEAN%","^Digite /bolao para participar\.");
  22. if((!@apostei_bolao)&&(@apostar_bolao));
  23. log("&f&l[&2&lMA&f&lC&4&lRO&f&l] &aApostando no bolao. &fDigite &e#bolao &fpara desativar esse recurso.");
  24. echo("/bolao");
  25. endif;
  26. endif;
  27. }$$
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement