[FIXED] D2NT Leechbot

12/18/2010 13:30 Tanker_Tank#16
okay ich denke ich hab den fehler gefunden

hab mir mal nochmal alles durchgelesen da ich ab und an timouts bekomme :)

also

// UseCDKeyChangeTrick :
// if true, the follow bot will say his gamename/gamepwd (set in the OOG) in chat before each game
// in order to increment his number of runs (to switch CDKeys after xx runs)
// if false, the follow bot will never change his CDKey
// ================================================== ===========================
var UseCDKeyChangeTrick = true;

soweit ich das richtig verstanden habe.

hat er halt immer wenn er game joinet die numer inegebne vom game und nach der nummer changed er dan die cd keys

heißt

wenn ich eingebe nach 15 games soll er cd key changen dan geht er danach was er im channel postet.

problöem ist nur wenn der bot jb hat oder game full ist. das versucht der leacher immer in die das game zu kommen
. heißt er probiert alle 10 sekunden in das game zu kommen und schreitb dan in den chat

gdfg-01 02 03 halt bei jedem versuch ums eins hoch.

wenn die zahl 15 steht changed er cd key. obwohl er in keinem game war?

heißt man bekommt timebann zu 50% .
er changed einen key dan obwohl dieser key bisher nur 2 games oder so auf dem konto hat. kann also passieren das man timebann bekommt ..
wäre vllt so ne hilfe^^

und wenn ich auf false stelle macht er soweit ich weiß keien angaben



:::

Ps: Vllt kann jemand meien überlegung bestätigen
02/09/2011 14:47 speCt0R#17
bei funzt damit garnix, beim starten kommt diese meldung hier.

[Only registered and activated users can see links. Click Here To Register...]

hab das in den publicbot von lanara importiert bzw die NTBotLeech.ntj ersetzt.

Code:
// =============================================================================
// Leader Account settings
// =============================================================================
var leaderAccountName = "speCt0R";
var leaderName = "asddf";  (char name)

// =============================================================================
// Game password (leave blank if none)
// =============================================================================
var gamepassword = "";

// =============================================================================
// UseCDKeyChangeTrick :
// if true, the follow bot will say his gamename/gamepwd (set in the OOG) in chat before each game
//          in order to increment his number of runs (to switch CDKeys after xx runs)
// if false, the follow bot will never change his CDKey
// =============================================================================
var UseCDKeyChangeTrick = false;

// =============================================================================
// Debug : set to true if you are experiencing problems with your JoinBot
// it will log in your OOG the lobby chat actions
// =============================================================================
var Debug = false;

////////////////////////////////////////////////////////////////////////////////
// Lobby chat settings :
////////////////////////////////////////////////////////////////////////////////

// Set to true to join the chat after each game (needed for JoinBot)
var joinChatAfterGame    = true;

// Message said when you first enter the chat
var firstJoinMessage     = "using fixed.leech.ntl";

// Message said after each game
var chatMessageAfterGame = "/me bot rdy";

// if this is true, will join a random channel, otherwise it will use the channel below..
var joinRandomChannel    = false;
// Name of the channel you want to join (leave blank if you want to stay in the default channel)
var joinChannelInChat    = "asddff";


////////////////////////////////////////////////////////////////////////////////
// Delays:
////////////////////////////////////////////////////////////////////////////////

// Minimum game length, waits in the lobby if last game was too short
// I recommend to keep a value > 300000 (milliseconds) to avoid bnet temporary ban
var gameMinLength        = 420000;

// realm delays (minutes)
var unableToConnectRetry       = 5;
var realmDownRetry             = 120;
var disconnectedRetry          = 5;
var cdkeyInUseRetry            = 5;

// interface delays (milliseconds)
var connectingToBnetTimeout    = 20000;
var characterScreenTimeout     = 10000;
var pleaseWaitTimeout          = 10000;
var createGameThreshold        = 10000;
var createGameThresholdRandom  = 1000;
var createGameTimeout          = 15000;
var waitInLineTimeout          = 15000;
var characterSelectDelay       = 1000;
var loginDelay                 = 1000;
var clickDelay                 = 500;
var textDelay                  = 500;
var clickDelayRandom           = 500;
var textDelayRandom            = 500;
var gameDoesNotExistDelayMin   = 600000;
var gameDoesNotExistDelayMax   = 900000;
var gameDoesNotExistTimeout    = 30000;
var waitBeforeEnterChatMin     = 1000;
var waitBeforeEnterChatMax     = 2000;
var waitInChatBeforeActionsMin = 2000;
var waitInChatBeforeActionsMax = 3000;

// Only for JoinBot (friend list delay, milliseconds)
var LeaderOfflineDelay         = 30000;
var LeaderInChatDelay          = 10000;
var GameIsFullDelay            = 30000;
02/09/2011 14:57 Muddy Waters#18
Quote:
Originally Posted by speCt0R View Post
bei funzt damit garnix, beim starten kommt diese meldung hier.

[Only registered and activated users can see links. Click Here To Register...]

hab das in den publicbot von lanara importiert bzw die NTBotLeech.ntj ersetzt.

Code:
// =============================================================================
// Leader Account settings
// =============================================================================
var leaderAccountName = "speCt0R";
var leaderName = "asddf"; [COLOR=Red] //(char name)[/COLOR]

// =============================================================================
// Game password (leave blank if none)
// =============================================================================
var gamepassword = "";

// =============================================================================
// UseCDKeyChangeTrick :
// if true, the follow bot will say his gamename/gamepwd (set in the OOG) in chat before each game
//          in order to increment his number of runs (to switch CDKeys after xx runs)
// if false, the follow bot will never change his CDKey
// =============================================================================
var UseCDKeyChangeTrick = false;

// =============================================================================
// Debug : set to true if you are experiencing problems with your JoinBot
// it will log in your OOG the lobby chat actions
// =============================================================================
var Debug = false;

////////////////////////////////////////////////////////////////////////////////
// Lobby chat settings :
////////////////////////////////////////////////////////////////////////////////

// Set to true to join the chat after each game (needed for JoinBot)
var joinChatAfterGame    = true;

// Message said when you first enter the chat
var firstJoinMessage     = "using fixed.leech.ntl";

// Message said after each game
var chatMessageAfterGame = "/me bot rdy";

// if this is true, will join a random channel, otherwise it will use the channel below..
var joinRandomChannel    = false;
// Name of the channel you want to join (leave blank if you want to stay in the default channel)
var joinChannelInChat    = "asddff";


////////////////////////////////////////////////////////////////////////////////
// Delays:
////////////////////////////////////////////////////////////////////////////////

// Minimum game length, waits in the lobby if last game was too short
// I recommend to keep a value > 300000 (milliseconds) to avoid bnet temporary ban
var gameMinLength        = 420000;

// realm delays (minutes)
var unableToConnectRetry       = 5;
var realmDownRetry             = 120;
var disconnectedRetry          = 5;
var cdkeyInUseRetry            = 5;

// interface delays (milliseconds)
var connectingToBnetTimeout    = 20000;
var characterScreenTimeout     = 10000;
var pleaseWaitTimeout          = 10000;
var createGameThreshold        = 10000;
var createGameThresholdRandom  = 1000;
var createGameTimeout          = 15000;
var waitInLineTimeout          = 15000;
var characterSelectDelay       = 1000;
var loginDelay                 = 1000;
var clickDelay                 = 500;
var textDelay                  = 500;
var clickDelayRandom           = 500;
var textDelayRandom            = 500;
var gameDoesNotExistDelayMin   = 600000;
var gameDoesNotExistDelayMax   = 900000;
var gameDoesNotExistTimeout    = 30000;
var waitBeforeEnterChatMin     = 1000;
var waitBeforeEnterChatMax     = 2000;
var waitInChatBeforeActionsMin = 2000;
var waitInChatBeforeActionsMax = 3000;

// Only for JoinBot (friend list delay, milliseconds)
var LeaderOfflineDelay         = 30000;
var LeaderInChatDelay          = 10000;
var GameIsFullDelay            = 30000;
Es soll ja helfen, wenn man Sachen, die nicht mit der JavaScript Syntax konform sind, einfach auskommentiert. ;)

Lg
Muddy
02/09/2011 15:08 speCt0R#19
Quote:
Originally Posted by Muddy_Waters View Post
Es soll ja helfen, wenn man Sachen, die nicht mit der JavaScript Syntax konform sind, einfach auskommentiert. ;)

Lg
Muddy

oje ich blödmann, da hab ich garnicht drauf geachtet :)

läuft, danke muddy