Jump to content

WirtBox

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

WirtBox's Achievements

  1. sorry, its my wrong in c#. Wrobot work is good))
  2. My Wrobot exit on start! [E] 08:30:42 - GetRequest: http://pathfinderwotlk3.wrobot.eu/?IsOnline=1 -> System.Net.Http.HttpRequestException: Произошла ошибка при отправке запроса. ---> System.Net.WebException: Невозможно соединиться с удаленным сервером ---> System.Net.Sockets.SocketException: Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение 158.69.144.153:80 в System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) в System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) в System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- Конец трассировки внутреннего стека исключений --- в System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) в System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) --- Конец трассировки внутреннего стека исключений --- в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) в robotManager.Helpful.Others..MoveNext() [E] 08:30:42 - GetRequest: http://pathfinderwotlk4.wrobot.eu/?IsOnline=1 -> System.Net.Http.HttpRequestException: Код состояния ответа не указывает на успешное выполнение: 521 (). в System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() в robotManager.Helpful.Others..MoveNext()
  3. I'm use created by me relogger (substitution PC + proxy - per window). Now i'm start wrobot by dint of emulation mouse left click. It is not convenient when working on a PC. What parameter (or other) i can use for auto start wrobot window? code cut: _______________ 'AutoAttachAndLog=true LogInject=true AccountName="'+task.AccountName+'" BattleNet="'+task.AccountName+'" Password="'+task.Password+'" Character="'+task.Character+'" FightClass="'+task.FightClass+'" Profile="'+task.Profile+'" Server="'+task.Server+'" Product="'+task.Product+'" AutoStart=true LockFrame=true ProcessId='+inttostr(task.ProcessId); _____________ AutoStart=true - not work
  4. I'm use created by me relogger (substitution PC + proxy - per window). Now i'm start wrobot by dint of emulation mouse left click. It is not convenient when working on a PC. What parametr i can use for auto start wrobot window? cut code: _______________ 'AutoAttachAndLog=true LogInject=true AccountName="'+task.AccountName+'" BattleNet="'+task.AccountName+'" Password="'+task.Password+'" Character="'+task.Character+'" FightClass="'+task.FightClass+'" Profile="'+task.Profile+'" Server="'+task.Server+'" Product="'+task.Product+'" AutoStart=true LockFrame=true ProcessId='+inttostr(task.ProcessId); _____________ AutoStart=true - not work
×
×
  • Create New...