What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Status
Not open for further replies.
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:
it is not much, but better than no botting =x AHK script to check when the bot closes and restarts it.

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.
 
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.

If the pc auto-lunch then, he wont starve.... oh god this thread, so much jokes we can do ! don't delete it !
 
for those with problems,open your OWN thread under support issues section providing your log file


closed
 
Status
Not open for further replies.
Back
Top