I made one but hunting fissconnect after like 15 mins so I need to reconnect the client
Can you tell us more about your bot and how it works? I mean, if it's your bot, you really should be able to write this on your own. What's the problem?
Can you tell us more about your bot and how it works? I mean, if it's your bot, you really should be able to write this on your own. What's the problem?
not mine i`m using proxy paradise added and i added many features to it and i need to add the reconnect
What you need to worry about is WHY its disconnecting after 15 minutes.
Its a pretty pointless bot if it just hunts for 15 minutes then disconnects you and logs back in again.
Out of curiosity, are you running it on the newest patch of conquer?
What you need to worry about is WHY its disconnecting after 15 minutes.
Its a pretty pointless bot if it just hunts for 15 minutes then disconnects you and logs back in again.
Out of curiosity, are you running it on the newest patch of conquer?
it`s my network proplems and no not the newest patch but it`s working on patch 5870 p server
Alright. Well, the nature of a proxy is to intercept traffic as a middle man attack. It takes up your client's connection and establishes a new connection to the server, yeah? So, when the proxy disconnects, don't let that disconnect the client; instead, make an attempt to reconnect by sending data to the account server and what not. It's not difficult, but it is a bit of work.
Alright. Well, the nature of a proxy is to intercept traffic as a middle man attack. It takes up your client's connection and establishes a new connection to the server, yeah? So, when the proxy disconnects, don't let that disconnect the client; instead, make an attempt to reconnect by sending data to the account server and what not. It's not difficult, but it is a bit of work.
I think I will not let it disconnect using the connection packet (1012) ? Correct me if I,m wrong and thanks for the information
I think I will not let it disconnect using the connection packet (1012) ? Correct me if I,m wrong and thanks for the information
If it was a simple matter of blocking the disconnect packet, every bot would be unstoppable. There are serverside checks for many operations on timed intervals, and if your client is sending packets at rates that don't match up or have faulty structures, expect the server to catch your *** and boot you; simple as that.
I think I will not let it disconnect using the connection packet (1012) ? Correct me if I,m wrong and thanks for the information
No. You need to not close the socket going Client<>Proxy when the server closes the connection.
You can then create a NEW connection from Proxy<>Server and continue where you left off (without the client ever realizing it was disconnected.
That being said, I think it's a bit difficult in newer patches because you'd have to basically be writing your own standalone authentication process (handling everything up until standard game begins and then letting client take over)
I could be wrong on that. Alternatively you could just write something in autoit or a similar scripting language to detect the disconnect message and have it manually log back in. Just write your proxy so that it saves settings between disconnect so it will continue where it left off when it first logs in.
No. You need to not close the socket going Client<>Proxy when the server closes the connection.
You can then create a NEW connection from Proxy<>Server and continue where you left off (without the client ever realizing it was disconnected.
That being said, I think it's a bit difficult in newer patches because you'd have to basically be writing your own standalone authentication process (handling everything up until standard game begins and then letting client take over)
I could be wrong on that. Alternatively you could just write something in autoit or a similar scripting language to detect the disconnect message and have it manually log back in. Just write your proxy so that it saves settings between disconnect so it will continue where it left off when it first logs in.
I prevent the client from disconnecting from the proxy but now how to create a new connection to proxy packet i see that your proxy sends it on serverconnection_onrecive but how to send it ?
Reconnect.bat 06/21/2011 - General Coding - 5 Replies Hi,
Ich suche vergeblich nach einer Reconnect.bat für Speedport W 720v.
Kann mir vllt. einer helfen ?
WoW auto reconnect 04/26/2010 - General Coding - 7 Replies Huhu, hab mal frage. Und zwar bin ich atm viel am botten weil ich öfters mal nen Disconnect habe (und nachts um 3, 24h dc) und mein bot kein autoreconnect hat :/ wollte ich mal fragen ob mir jemand mit autoit oder whatever ein "Autoreconnect script" schreiben könnte und sich mit dem letzten char einloggen.
Also -- DC-> PW eingeben -> Enter drücken -> Enter drücken -> fertig.
Wäre voll lüb <3
reconnect.bat? 07/22/2009 - Browsergames - 0 Replies Hi guys. Can anyone help me how to make reconnect.bat for that hack http://www.elitepvpers.com/forum/mybrute/242497-rel ease-mybrut-bot-v1337-1-a.html
Bot für reconnect 08/18/2005 - World of Warcraft - 5 Replies Hi,
ich suche ein einfaches Script/tool welches meinen account nach einem Disconnect wieder einloggt,...
Da Userdaten nun abgespeichertwerden können (log in screen) würd es reichen den Log in screen zu erkennen + ein mal enter drücken und char auswählen ,.. naja und eine Minute zu warten oder so ,.. gibts da was?