need packet DC

03/20/2019 08:20 XxGhostSpiriTxX#1
I have a problem with my filter, that the bot sometimes stays stuck like in this image

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

What do you recommend me to do? that after a while disconnects the account that is stuck in the login?

than the dc filter to the account after lasting a while in initiating section ?
03/20/2019 19:50 B1Q#2
set a timeout after displaying the server list
1 minute if no connect to server just dc

use states
CLIENT.STATE == SERVER_LIST && (DateTime.Now-CLIENT.SERVERLIST_DISPLAYED).TotalSeconds>=60)
CLIENT.DC();
03/20/2019 22:15 XxGhostSpiriTxX#3
Quote:
Originally Posted by B1Q View Post
set a timeout after displaying the server list
1 minute if no connect to server just dc

use states
CLIENT.STATE == SERVER_LIST && (DateTime.Now-CLIENT.SERVERLIST_DISPLAYED).TotalSeconds>=60)
CLIENT.DC();
thank you friend for the answer and help!