Guest User

Untitled

a guest
Apr 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.55 KB | None | 0 0
  1. While 1
  2.     AntiComodo()
  3. WEnd
  4.  
  5. Func AntiComodo()
  6.     $ActiveWindow = WinGetTitle("[active]", "")
  7.  
  8.     Switch $ActiveWindow
  9.         Case "Defense+ Alert"
  10.             ControlClick("Defense+ Alert", "Allow this request", 1200)
  11.             ControlClick("Defense+ Alert", "Remember my answer", 1201)
  12.             ControlClick("Defense+ Alert", "OK", 1202)
  13.  
  14.         Case "Firewall Alert"
  15.             ControlClick("Firewall Alert", "Allow this request", 1200)
  16.             ControlClick("Defense+ Alert", "Remember my answer", 1201)
  17.             ControlClick("Firewall Alert", "OK", 1202)
  18.     EndSwitch
  19. EndFunc   ;==>AntiComodo
Add Comment
Please, Sign In to add comment