Vou só deixar isso aqui rapidão pega quem quiser.
Bota o(s) nick(s) onde tem nick1, nick2 e a senha onde tem /login senha
De acordo com o numero.
Pra quem tem "espantalhos ou contas banco" com nicks e senha diferente.
Bota o(s) nick(s) onde tem nick1, nick2 e a senha onde tem /login senha
De acordo com o numero.
Pra quem tem "espantalhos ou contas banco" com nicks e senha diferente.
Código:
$${
ifmatches(%CHATCLEAN%,"^» CraftLandia Propano \(www.craftlandia.com.br\)");
&player1=nick1;
&player2=nick2;
&player3=nick3;
&player4=nick4;
&player5=nick5;
&player6=nick6;
&player7=nick7;
&player8=nick8;
&player9=nick9;
&player10=nick10;
&player11=nick11;
&player12=nick12;
&player13=nick13;
&player14=nick14;
&player15=nick15;
&player16=nick16;
&player17=nick17;
&player18=nick18;
&player19=nick19;
&player20=nick20;
&player21=nick21;
wait(1);
ifmatches(%PLAYER%,%&player1%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player2%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player3%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player4%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player5%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player6%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player7%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player8%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player9%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player10%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player11%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player12%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player13%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player14%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player15%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player16%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player17%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player18%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player19%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player20%);
echo("/login senha");
endif;
ifmatches(%PLAYER%,%&player21%);
echo("/login senha");
endif;
endif;
}$$