Advertisement
Guest User

Path of Exile /whois

a guest
Jan 2nd, 2014
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SetTimer process_watcher, 2000
  2. Run PathOfExile.exe, C:\Program Files (x86)\Path of Exile
  3. process_watcher:
  4. Process Exist, PathOfExile.exe
  5. If ErrorLevel = 0
  6. Exitapp
  7. return
  8.  
  9. F7::Whois()
  10.  
  11. Whois(){
  12. if WinActive("Path of Exile")
  13. {
  14. BlockInput On
  15. Send {Enter}/whois %Clipboard%{Enter}
  16. BlockInput Off
  17. }
  18. return
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement