Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.47 KB | None | 0 0
  1. ;#RequireAdmin
  2. AutoItSetOption("TrayIconDebug", 1)
  3. global $reopen, $1, $2
  4. $2 = run("C:\Program Files\XenonTrade\XenonTrade.exe", "C:\Program Files\XenonTrade\")
  5. $1 = run("C:\Users\Matthew\Documents\path of exile\PoeDirectionHelper_Steam\PoeDirectionHelper.exe", "C:\Users\Matthew\Documents\path of exile\PoeDirectionHelper_Steam\")
  6.  
  7. Func cleanup()
  8.    ProcessClose($1)
  9.    ProcessClose($2)
  10. EndFunc
  11.  
  12. OnAutoItExitRegister ( "cleanup" )
  13.  
  14. while (1)
  15.  
  16. Sleep(1000)
  17.  
  18. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement