Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2 > Diablo 2 Programming
You last visited: Today at 16:12

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

Advertisement



[Snippet] Anti Idle in Chat Lobby

Discussion on [Snippet] Anti Idle in Chat Lobby within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2008
Posts: 216
Received Thanks: 47
[Snippet] Anti Idle in Chat Lobby

Ich hatte hier irgendwo schonmal mein Problem erwähnt, das ich die Battle.net Connection verliere wenn meine Chars zulange (>3min) im lobby chat rumlümmeln. Daher habe ich folgendes in Muddy´s Leecher Startpunkt (NTBotLeech.ntj) eingefügt, damit er alle 60 Sekunden kurz mal die Join Liste öffnet und wieder schliest, solange er auf das nächste Spiel wartet.


Zu dem If Block bei Zeile ~185
Code:
if(SayChatMsgAfterGame)
{
folgende Zeile hinzufügen
Code:
ChatJoinedTime = GetTickCount();
damit wissen wir wann der chat betreten wurde

am ender der location (also noch vor break bei Zeile ~305) setzen wir nach
Code:
if(Game != "")
	SameGame = Game;
folgende Anweisungen
Code:
if( GetTickCount() - ChatJoinedTime > 60000)
{
	SetStatusText("ÿc8Anti Idle Actions ...");
	ControlData.click(ControlData.controls.lobby.button.join);
	Delay (2000);
	ControlData.click(ControlData.controls.lobby.join.button.cancel);
	Delay (200);
	ChatJoinedTime = GetTickCount();
}
Evtl hält es der ein oder andere ja für sinnvoll und übernimmt es sogar in seine Bot Distri.

Gruß
Grommel is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Stealthbot Anti-Idle Message Frage
11/24/2010 - Diablo 2 - 1 Replies
Ich hatte die Anti-Idle Message Time auf 1 Min und mein CD key wurde nach ca 10h muted. Kann mir einer ne gute Zeit in Minuten empfehlen, dass ich nicht mehr muted werde? thx
botleech.ntj und die lobby/der chat
10/13/2010 - Diablo 2 Programming - 3 Replies
wie genau kann ich die leecher davon abhalten den chat bzw. die lobby zu betreten?
NEW ANTI IDLE HACK
03/19/2010 - Combat Arms Hacks, Bots, Cheats & Exploits - 7 Replies
LEECHED NO CREDIT Yes, this is an anti idle hack. So you can make a game and stay it all night afk. I don't know if this works ingame, if it does then good. Nice for holding room #1 or something Load the filter file with wpe pro. If you don't know how to do that then don't use wpe pro. If you don't know what wpe pro is then don't use this hack. If you think wpe pro is a virus then I don't care. This should work and if it doesnt please post



All times are GMT +1. The time now is 16:13.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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