• Visit Rebornbuddy
  • Exilebuddy closing itself without error

    Discussion in 'Archives' started by ozgun311, Oct 13, 2015.

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

      botelho Member

      Joined:
      Nov 13, 2013
      Messages:
      279
      Likes Received:
      12
      Trophy Points:
      18
      it is not much, but better than no botting =x AHK script to check when the bot closes and restarts it.

      Code:
      #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
      #SingleInstance
      #Persistent ; Only the user can kill the application
      #IfWinActive Path of Exile
      
      Loop
      {
      	Process, Exist, ExileBuddyBeta.exe ; check to see if the bot  is running
      		{
      		If ! errorLevel
      			{
      			IfExist, C:\Users\xxx\Desktop\ExileBuddyBeta.lnk ; path to your EB shortcut, use the new parameter autostart, righ click shortcut > properties>target should look like this E:\xxx\xx\ExileBuddyBeta.exe --autostart
      				Run,C:\Users\xxx\Desktop\EBB.lnk
      			}
      		
      		}
      	Sleep 600000	; sleep 10 minutes
      }
       
      Last edited: Oct 28, 2015
    2. darlack

      darlack Member

      Joined:
      Mar 3, 2015
      Messages:
      252
      Likes Received:
      0
      Trophy Points:
      16
      Thanks, but i use Restart on Crash program. Just added yesterday.
      It can autoload and check poe/buddy/vpn and if something wrong, just restart PC with auto lunch everything or run any program again.
       
    3. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      If the pc auto-lunch then, he wont starve.... oh god this thread, so much jokes we can do ! don't delete it !
       
    4. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      for those with problems,open your OWN thread under support issues section providing your log file


      closed
       
    Thread Status:
    Not open for further replies.

    Share This Page