Define const

pull/211/head
Alessandro 2023-01-11 21:14:05 +01:00 committed by GitHub
parent 0cfe2eb227
commit df50452146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@ REM - Internet Connection
REM - Signal App installed REM - Signal App installed
REM Payload Plug-And-Play but can be edited as you want the message REM Payload Plug-And-Play but can be edited as you want the message
REM REQUIRED - Receiver number
DEFINE NUMBER 3332211000
REM REQUIRED - Message to send
DEFINE MESSAGE YOUR_MESSAGE
DELAY 1000 DELAY 1000
GUI r GUI r
DELAY 500 DELAY 500
@ -29,7 +35,7 @@ TAB
TAB TAB
ENTER ENTER
DELAY 100 DELAY 100
STRING 3519580134 STRING NUMBER
DELAY 100 DELAY 100
TAB TAB
DELAY 100 DELAY 100
@ -38,7 +44,7 @@ DELAY 200
REM This is the message that will be sent. REM This is the message that will be sent.
REM You can change it as you want, if you want. REM You can change it as you want, if you want.
STRING Hello World! STRING YOUR_MESSAGE
ENTER ENTER
DELAY 500 DELAY 500
ALT F4 ALT F4