Advertisement
metalx1000

Microsoft Outlook Web App mail backup script

Mar 7th, 2017
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sleep 3
  4.  
  5. while [ 1 ]
  6. do
  7.   sleep 1
  8.   xte 'keydown Shift_L' 'key f' 'keyup Shift_L'
  9.   sleep 1
  10.   xte 'str <address>@gmail.com'
  11.   xte 'keydown Alt_L' 'key s' 'keyup Alt_L'
  12.   sleep 1
  13.   xte 'key Down'
  14. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement