Merge pull request #36 from DrunkEmuCom/patch-1

Create payload.txt
pull/40/head
Darren Kitchen 2022-02-14 18:32:17 -08:00 committed by GitHub
commit 1c28e397ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
REM Title: Open 4 Gmail
REM Author: Dean A
REM Description: Opens 4 visible Browser tabs with each having their own gmail account on them.
REM Target: Mac OSX (Terminal)
REM Version: 1.0
REM Category: General
DELAY 500
GUI SPACE
DELAY 100
STRING terminal
DELAY 100
ENTER
DELAY 500
STRING open https://mail.google.com/mail/u/0/ && open https://mail.google.com/mail/u/1/ && open https://mail.google.com/mail/u/2/ && open https://mail.google.com/mail/u/3/
DELAY 1000
ENTER