• Visit Rebornbuddy
  • [StandAlone] Yet Another Relogger!

    Discussion in 'Archives' started by sinterlkaas, Oct 30, 2012.

    Thread Status:
    Not open for further replies.
    1. woutknutsel

      woutknutsel New Member

      Joined:
      Aug 13, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      It doesn't matter to YAR.
       
    2. finni

      finni Member

      Joined:
      Jun 14, 2012
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      could u please show me what exactly u commented out?
      thank u ! this spam hurts my eyes :D
       
    3. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      [05/11/2012 23:10:19] Relogger Thread Starting!
      [05/11/2012 23:10:19] Yet Another Relogger Version 0.0.0.3
      [05/11/2012 23:10:19] WE DON'T HAVE ADMIN RIGHTS!!
      [05/11/2012 23:10:21] <D3Bot> We are scheduled to start
      [05/11/2012 23:10:21] <D3Bot> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
      [05/11/2012 23:10:21] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [05/11/2012 23:10:21] <D3Bot> Region set: America : us.actual.battle.net
      [05/11/2012 23:10:21] <D3Bot> Diablo:6868: Waiting for process to become ready
      [05/11/2012 23:10:35] <D3Bot> Diablo:6868: Found D3 Main Window
      [05/11/2012 23:10:37] <D3Bot> Diablo:6868: Process is ready
      [05/11/2012 23:10:37] <D3Bot> Diablo III
      [05/11/2012 23:10:38] <D3Bot> Diablo:6868: Resizing window W:320 H:200
      [05/11/2012 23:10:38] <D3Bot> Diablo:6868: Moving window to X:0 Y:0
      [05/11/2012 23:10:39] <D3Bot> Diablo:6868: Process is ready
      [05/11/2012 23:10:39] <D3Bot> Current profile: "act2_start.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\DRelog\Profiles\act2_start.xml)
      [05/11/2012 23:10:39] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\DemonbuddyBETA 1.0.1154.70\Plugins\YAR\Plugin.cs
      [05/11/2012 23:10:39] <D3Bot> Plugin is installed and latest version
      [05/11/2012 23:10:41] Relogger Crashed! with message Acesso negado
      [05/11/2012 23:10:41] at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
      at YetAnotherRelogger.Helpers.Bot.DemonbuddyClass.Start()
      at YetAnotherRelogger.Relogger.ReloggerWorker()
      [05/11/2012 23:10:41] Waiting 10 seconds and try again!
      [05/11/2012 23:10:42] <D3Bot> Diablo:6868: has focus. Bring attached Demonbuddy to front
      [05/11/2012 23:10:55] Closed!

      Yet.jpg
       
    4. iceteazz

      iceteazz New Member

      Joined:
      Aug 11, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      _ Great work Sinterlkaas ! You sir are a wonderful guy lol. Yours is the 1st Relogger works with me, i ve tried almost all relogger out there and i cant make it work, except yours, thank you very much !

      _ Right now im trying with my non authen bot, i will test more with my authenticated bots :)

      P/s: not supported authenticator yet ? :(
       
      Last edited: Nov 5, 2012
    5. phobix

      phobix Member

      Joined:
      Jan 15, 2010
      Messages:
      133
      Likes Received:
      1
      Trophy Points:
      18
      Windows 8 x64 spams this but the relogger still works....

      [11/5/2012 7:58:22 PM] System.NullReferenceException: Object reference not set to an instance of an object.
      at YetAnotherRelogger.Helpers.Communicator.HandleClient.<>c__DisplayClass6.<HandleXml>b__4(BotClass b)
      at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
      at YetAnotherRelogger.Helpers.Communicator.HandleClient.HandleXml(String data)
      [11/5/2012 7:58:22 PM] System.IO.IOException: Pipe is broken.
      at System.IO.Pipes.PipeStream.WinIOError(Int32 errorCode)
      at System.IO.Pipes.PipeStream.BeginWriteCore(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state)
      at System.IO.Pipes.PipeStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
      at System.IO.Pipes.PipeStream.Write(Byte[] buffer, Int32 offset, Int32 count)
      at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
      at System.IO.StreamWriter.Write(Char[] buffer, Int32 index, Int32 count)
      at System.IO.TextWriter.WriteLine(String value)
      at YetAnotherRelogger.Helpers.Communicator.HandleClient.Send(String msg)
       
    6. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      No :(
       
    7. woutknutsel

      woutknutsel New Member

      Joined:
      Aug 13, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Find the following code in Plugin.cs in the YAR folder in the plugins folder of DB:

      public static void LogException(Exception ex)
      {
      Logging.Write("[YetAnotherRelogger] Error: {0}", ex.Message);
      if (_debug)
      Logging.Write("[YetAnotherRelogger] Error: {0}", ex.StackTrace);
      }

      and change it to:

      public static void LogException(Exception ex)
      {
      //Logging.Write("[YetAnotherRelogger] Error: {0}", ex.Message);
      //if (_debug)
      // Logging.Write("[YetAnotherRelogger] Error: {0}", ex.StackTrace);
      }

      This will essentially log no exceptions at all......
       
    8. Lumpy_bd

      Lumpy_bd New Member

      Joined:
      Oct 23, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      I appreciate that there is a possibility that I'm just being a bit thick, but how on earth can I disable the automatic window re-sizing and positioning? I think it's causing some stability issues with my D3 client, but all of the controls are disabled and I cant see an obvious way to enable them...

      Capture.JPG
       
    9. finni

      finni Member

      Joined:
      Jun 14, 2012
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      as there are many issues with the db inactivity timer, perhaps u could really implement something to handle this ( no gold for about 5 min = restart )
      this would be really nice ;-)
       
    10. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      or just use unstuckme.
      ...
       
    11. finni

      finni Member

      Joined:
      Jun 14, 2012
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      there were some other issues with unstuckme, and an all in one would be great
       
    12. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      i don't have any issues.
       
    13. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      this reloger have any problem with GilesTrinity_v1.6.3.4? when I activate the plugin, the Yet .. break!!!

      [06/11/2012 12:10:36] <D3Bot> Diablo:9472: Kill process
      [06/11/2012 12:11:06] Editing bot: D3Bot
      [06/11/2012 12:12:57] <D3Bot> We are scheduled to start
      [06/11/2012 12:12:57] <D3Bot> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
      [06/11/2012 12:12:57] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 12:12:57] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 12:12:57] <D3Bot> Diablo:8700: Waiting for process to become ready
      [06/11/2012 12:13:13] <D3Bot> Diablo:8700: Found D3 Main Window
      [06/11/2012 12:13:15] <D3Bot> Diablo:8700: Process is ready
      [06/11/2012 12:13:15] <D3Bot> Diablo III
      [06/11/2012 12:13:16] <D3Bot> Diablo:8700: Resizing window W:320 H:200
      [06/11/2012 12:13:16] <D3Bot> Diablo:8700: Moving window to X:0 Y:0
      [06/11/2012 12:13:16] <D3Bot> Diablo:8700: Process is ready
      [06/11/2012 12:13:16] <D3Bot> Current profile: "act2_start.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Profiles\act2_start.xml)
      [06/11/2012 12:13:16] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 12:13:16] <D3Bot> Plugin is installed and latest version
      [06/11/2012 12:13:22] Relogger Crashed! with message Acesso negado
      [06/11/2012 12:13:22] at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
      at YetAnotherRelogger.Helpers.Bot.DemonbuddyClass.Start()
      at YetAnotherRelogger.Relogger.ReloggerWorker()
      [06/11/2012 12:13:22] Waiting 10 seconds and try again!
      [06/11/2012 12:15:14] <D3Bot> Diablo:8700: has focus. Bring attached Demonbuddy to front
      [06/11/2012 12:16:50] <D3Bot> Diablo:8700: Is unresponsive for more than 60 seconds
      [06/11/2012 12:16:50] <D3Bot> Diablo:8700: Killing process
      [06/11/2012 12:16:51] <D3Bot> Diablo:8700: Process is not running
      [06/11/2012 12:16:51] <D3Bot> Demonbuddy:10056: Closing db
      [06/11/2012 12:16:51] <D3Bot> Demonbuddy:D3Bot: Waiting to close
      [06/11/2012 12:16:56] <D3Bot> Demonbuddy:D3Bot: Failed to close! kill process
      [06/11/2012 12:16:56] <D3Bot> Killing Agent.exe:8292
      [06/11/2012 12:16:56] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 12:16:56] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 12:16:56] <D3Bot> Diablo:6692: Waiting for process to become ready
      [06/11/2012 12:17:12] <D3Bot> Diablo:6692: Found D3 Main Window
      [06/11/2012 12:17:13] <D3Bot> Diablo:6692: Process is ready
      [06/11/2012 12:17:13] <D3Bot> Diablo III
      [06/11/2012 12:17:15] <D3Bot> Diablo:6692: Resizing window W:320 H:200
      [06/11/2012 12:17:15] <D3Bot> Diablo:6692: Moving window to X:0 Y:0
      [06/11/2012 12:17:15] <D3Bot> Diablo:6692: Process is ready
      [06/11/2012 12:17:15] <D3Bot> Current profile: "act2_start.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Profiles\act2_start.xml)
      [06/11/2012 12:17:15] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 12:17:15] <D3Bot> Plugin is installed and latest version
      [06/11/2012 12:17:21] Relogger Crashed! with message Acesso negado
       
    14. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      no .
       
    15. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      sorry .. but when I use the profiles GilesTrinity_v1.6.3.4 and ProfileSwitcher1.1.7 the DB crash!! Now I removed the ProfileSwitcher and everything is running perfectly
       
    16. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      /facepalm
       
    17. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      CRASH ...

      [06/11/2012 13:16:15] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 13:16:15] <D3Bot> Diablo:9940: Waiting for process to become ready
      [06/11/2012 13:16:31] <D3Bot> Diablo:9940: Found D3 Main Window
      [06/11/2012 13:16:32] <D3Bot> Diablo:9940: Process is ready
      [06/11/2012 13:16:32] <D3Bot> Diablo III
      [06/11/2012 13:16:34] <D3Bot> Diablo:9940: Resizing window W:320 H:200
      [06/11/2012 13:16:34] <D3Bot> Diablo:9940: Moving window to X:0 Y:0
      [06/11/2012 13:16:34] <D3Bot> Diablo:9940: Process is ready
      [06/11/2012 13:16:34] <D3Bot> Current profile: "act2_start.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Profiles\act2_start.xml)
      [06/11/2012 13:16:34] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 13:16:34] <D3Bot> Plugin is installed and latest version
      [06/11/2012 13:16:35] Relogger Crashed! with message Acesso negado
      [06/11/2012 13:16:35] at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
      at YetAnotherRelogger.Helpers.Bot.DemonbuddyClass.Start()
      at YetAnotherRelogger.Relogger.ReloggerWorker()
      [06/11/2012 13:16:35] Waiting 10 seconds and try again!
      [06/11/2012 13:18:30] <D3Bot> Diablo:9940: Is unresponsive for more than 60 seconds
      [06/11/2012 13:18:30] <D3Bot> Diablo:9940: Killing process
      [06/11/2012 13:18:31] <D3Bot> Diablo:9940: Process is not running
      [06/11/2012 13:18:31] <D3Bot> Demonbuddy:8504: Closing db
      [06/11/2012 13:18:31] <D3Bot> Demonbuddy:D3Bot: Waiting to close
      [06/11/2012 13:18:36] <D3Bot> Demonbuddy:D3Bot: Failed to close! kill process
      [06/11/2012 13:18:36] <D3Bot> Killing Agent.exe:1668
      [06/11/2012 13:18:36] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 13:18:36] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 13:18:36] <D3Bot> Diablo:9848: Waiting for process to become ready
      [06/11/2012 13:18:51] <D3Bot> Diablo:9848: Found D3 Main Window
      [06/11/2012 13:18:52] <D3Bot> Diablo:9848: Process is ready
      [06/11/2012 13:18:52] <D3Bot> Diablo III
      [06/11/2012 13:18:54] <D3Bot> Diablo:9848: Resizing window W:320 H:200
      [06/11/2012 13:18:54] <D3Bot> Diablo:9848: Moving window to X:0 Y:0
      [06/11/2012 13:18:54] <D3Bot> Diablo:9848: Process is ready
      [06/11/2012 13:18:54] <D3Bot> Current profile: "act2_start.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Profiles\act2_start.xml)
      [06/11/2012 13:18:54] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 13:18:54] <D3Bot> Plugin is installed and latest version
      [06/11/2012 13:18:55] Relogger Crashed! with message Acesso negado
      [06/11/2012 13:18:55] at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
      at YetAnotherRelogger.Helpers.Bot.DemonbuddyClass.Start()
      at YetAnotherRelogger.Relogger.ReloggerWorker()
      [06/11/2012 13:18:55] Waiting 10 seconds and try again!
      [06/11/2012 13:19:29] <D3Bot> Diablo:9848: has focus. Bring attached Demonbuddy to front
      [06/11/2012 13:20:06] <D3Bot> Stopping
      [06/11/2012 13:20:06] <D3Bot> Diablo:9848: Kill process
      [06/11/2012 13:20:06] <D3Bot> Demonbuddy:D3Bot: Failed to close! kill process
      [06/11/2012 13:20:41] Editing bot: D3Bot
      [06/11/2012 13:20:43] <D3Bot> We are scheduled to start
      [06/11/2012 13:20:43] <D3Bot> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
      [06/11/2012 13:20:43] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 13:20:43] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 13:20:43] <D3Bot> Diablo:9632: Waiting for process to become ready
      [06/11/2012 13:20:58] <D3Bot> Diablo:9632: Found D3 Main Window
      [06/11/2012 13:21:00] <D3Bot> Diablo:9632: Process is ready
      [06/11/2012 13:21:00] <D3Bot> Diablo III
      [06/11/2012 13:21:01] <D3Bot> Diablo:9632: Resizing window W:320 H:200
      [06/11/2012 13:21:01] <D3Bot> Diablo:9632: Moving window to X:0 Y:0
      [06/11/2012 13:21:01] <D3Bot> Diablo:9632: Process is ready
      [06/11/2012 13:21:01] <D3Bot> Current profile: "BigRed_START_HERE.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Profiles & Plugins\Profiles\[A3 - Inferno]Champion-Hunting 1.3.6.3 BigRedRANDOM\BigRed_START_HERE.xml)
      [06/11/2012 13:21:01] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 13:21:01] <D3Bot> Plugin is installed and latest version
      [06/11/2012 13:21:02] Relogger Crashed! with message Acesso negado
      [06/11/2012 13:21:02] at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
      at YetAnotherRelogger.Helpers.Bot.DemonbuddyClass.Start()
      at YetAnotherRelogger.Relogger.ReloggerWorker()
      [06/11/2012 13:21:02] Waiting 10 seconds and try again!
      [06/11/2012 13:23:27] <D3Bot> Diablo:9632: has focus. Bring attached Demonbuddy to front
      [06/11/2012 13:23:55] <D3Bot> We did not recieve any stats during 120 seconds!
      [06/11/2012 13:23:55] <D3Bot> Restarting...
      [06/11/2012 13:23:55] <D3Bot> Diablo:9632: Kill process
      [06/11/2012 13:23:55] <D3Bot> Demonbuddy:D3Bot: Failed to close! kill process
      [06/11/2012 13:23:56] <D3Bot> Diablo:9632: Process is not running
      [06/11/2012 13:23:56] <D3Bot> Killing Agent.exe:4124
      [06/11/2012 13:23:56] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 13:23:56] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 13:23:56] <D3Bot> Diablo:8152: Waiting for process to become ready
       
    18. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      [06/11/2012 13:51:48] Relogger Thread Starting!
      [06/11/2012 13:51:48] Yet Another Relogger Version 0.0.0.3
      [06/11/2012 13:54:17] Adding new bot: D3Bot
      [06/11/2012 13:54:30] <D3Bot> We are scheduled to start
      [06/11/2012 13:54:30] <D3Bot> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
      [06/11/2012 13:54:30] <D3Bot> Language set: Portuguese (Brazil) : ptBR
      [06/11/2012 13:54:30] <D3Bot> Region set: America : us.actual.battle.net
      [06/11/2012 13:54:30] <D3Bot> Diablo:4356: Waiting for process to become ready
      [06/11/2012 13:54:51] <D3Bot> Diablo:4356: Found D3 Main Window
      [06/11/2012 13:54:54] <D3Bot> Diablo:4356: Process is ready
      [06/11/2012 13:54:54] <D3Bot> Diablo III
      [06/11/2012 13:54:55] <D3Bot> Diablo:4356: Resizing window W:320 H:200
      [06/11/2012 13:54:55] <D3Bot> Diablo:4356: Moving window to X:0 Y:0
      [06/11/2012 13:54:56] <D3Bot> Diablo:4356: Process is ready
      [06/11/2012 13:54:56] <D3Bot> Current profile: "BigRed_START_HERE.xml" Runs:0 Time:0 mintues (C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Profiles\BigRed_START_HERE.xml)
      [06/11/2012 13:54:56] <D3Bot> Checking plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 13:54:56] <D3Bot> Plugin does not exist
      [06/11/2012 13:54:56] <D3Bot> Installing latest plugin: C:\Users\Jennings\Documents\YetAnotherRelogger [v0.0.0.3]\Demonbuddy 1.0.1117.282\Plugins\YAR\Plugin.cs
      [06/11/2012 13:54:56] <D3Bot> Demonbuddy:6360: Waiting for process to become ready
      [06/11/2012 13:54:56] <D3Bot> Demonbuddy:6360: Process is ready
      [06/11/2012 13:57:10] <D3Bot> Diablo:4356: Is unresponsive for more than 60 seconds
      [06/11/2012 13:57:10] <D3Bot> Diablo:4356: Killing process
      [06/11/2012 13:57:11] <D3Bot> Diablo:4356: Process is not running
      [06/11/2012 13:57:11] <D3Bot> Demonbuddy:6360: Closing db
      [06/11/2012 13:57:11] <D3Bot> Demonbuddy:D3Bot: Waiting to close
      [06/11/2012 13:57:16] <D3Bot> Demonbuddy:D3Bot: Failed to close! kill process
      [06/11/2012 13:57:16] <D3Bot> Killing Agent.exe:5756
      [06/11/2012 13:57:16] <D3Bot> Language set: Portuguese (Brazil) : ptBR
       
    19. LilScrappy

      LilScrappy Banned

      Joined:
      Nov 5, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      THIS is not relogger problem.
       
    20. Argonauta

      Argonauta New Member

      Joined:
      Jun 16, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      What problem is that?
       
    Thread Status:
    Not open for further replies.

    Share This Page