Advertisement
ffskiss

AIT3 uPlayService_Killer

Apr 13th, 2018
1,148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.62 KB | None | 0 0
  1. ;   NAME:       uPlayService.exe Error Killer
  2. ;   DATE:       14/04/2018
  3. ;   VERSION:    1.0
  4. ;   DEVELOPER:  ffsKISS
  5. ;   SITE:       https://pastebin.com/J5mWuFFC
  6.  
  7.  
  8. #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
  9. ;**** #AutoIt3Wrapper_Icon=Uplay.ico ****
  10. #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
  11.  
  12. ; Replace "F:\Program Files (x86)\uPlay\Ubisoft Game Launcher\UplayService.exe" with your own location.
  13.  
  14. While 1
  15.    If WinExists("F:\Program Files (x86)\uPlay\Ubisoft Game Launcher\UplayService.exe") then
  16.       WinClose("F:\Program Files (x86)\uPlay\Ubisoft Game Launcher\UplayService.exe")
  17.    Endif
  18.    sleep(5000)
  19. Wend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement