Advertisement
RafaelloMC

Untitled

Mar 4th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. $${
  2. //********************
  3.  
  4. &sixxx_msg_on = "bola8";
  5. &sixxx_nick_msg = "caami18";
  6.  
  7. //********************
  8.  
  9.  
  10. IFMATCHES("%CHATCLEAN%","\[G\] (.*)(.*) %&sixxx_nick_msg% (.+)\: %&sixxx_msg_on%");
  11. LOG("");
  12. LOG("&a[SixXx On] &fAtivando todas as macros...");
  13. LOG("");
  14. UNSET(sixxx_lot);
  15. WAIT(500MS);
  16. SET(sixxx_lot);
  17. ENDIF;
  18.  
  19.  
  20. IF(sixxx_lot);
  21. UNSET(sixxx_lot);
  22. ECHO("/g @caami18 vc nao é branco brow #bola8");
  23. WAIT(400MS);
  24. ENDIF;
  25.  
  26. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement