Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 02:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[FIXED] D2NT Leechbot

Discussion on [FIXED] D2NT Leechbot within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old 12/18/2010, 13:30   #16
 
elite*gold: 0
Join Date: Oct 2010
Posts: 343
Received Thanks: 18
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
Tanker_Tank is offline  
Old 02/09/2011, 14:47   #17
 
speCt0R's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 451
Received Thanks: 63
bei funzt damit garnix, beim starten kommt diese meldung hier.



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;
speCt0R is offline  
Old 02/09/2011, 14:57   #18
Administrator
 
Muddy Waters's Avatar
 
elite*gold: 41364
Join Date: Jan 2010
Posts: 22,727
Received Thanks: 12,653
Quote:
Originally Posted by speCt0R View Post
bei funzt damit garnix, beim starten kommt diese meldung hier.



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
Muddy Waters is offline  
Thanks
1 User
Old 02/09/2011, 15:08   #19
 
speCt0R's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 451
Received Thanks: 63
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
speCt0R is offline  
Reply


Similar Threads Similar Threads
d2nt bot v3.1 leechbot help
07/29/2010 - Diablo 2 - 6 Replies
kann mir jmd eine genaue Anleitung geben irwie bleibt mein leecher immer im channel sitzen und postet sooft die f list bis ich realm down hab ^^. ...ja ich sollte in den bot topic posten aber bitte... bei 314 Seiten durchlesen ne? :D also pls
leechbot bb v1.1 d2nt
06/09/2010 - Diablo 2 - 2 Replies
hi ich habe das problem er nimmt bei mir das tp net und wenn er es nimmt dann geht er runter und leave dann das game! oda er wartet nur 20 sek auf tp dann leavt er-.- kA hilfe bitte =) ihr seit klasse
PRoblem mit d2nt leechbot
05/31/2010 - Diablo 2 - 3 Replies
Ich versuch atm mit der amazone zu leechen bei baal naja problem besteht darin wenn sie in town steht so paar sek. leavt sie das game und wartet bis ein neues offen ist woran liegt das?
D2NT-Bot + leechbot ?
05/31/2010 - Diablo 2 - 12 Replies
Hey! Gibt es eine Möglichkeit D2NT-Bot und leechbot gleichzeitig zu benutzen? Leechbot läuft unter redvex, D2NT nicht. Wenn jmd. weiß wie, wäre ich über eine schnelle Antwort sehr dankbar. MfG
d2nt Leechbot Dia & Baal?
05/09/2010 - Diablo 2 - 1 Replies
Moin, ich würde gerne auf Rechner Nr.1 meinen Hammerdin Dia & Baal Pub Runs machen lassen und von Rechner Nr.2 aus meine SoSo via Leechbot hinterher Joinen lassen. Nun möchte ich halt das die auch bei Dia mit am Start ist gibts sowas schon oder is leechen nur bei Baal möglich? Und gibts ne Anleitung in der steht wie genau man den Leechbot einstellen muss bei mir fragt der immer nur die friendlist ab aber joint nicht nach... MFG Dirk



All times are GMT +1. The time now is 02:22.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.