Define const
parent
0cfe2eb227
commit
df50452146
|
@ -13,6 +13,12 @@ REM - Internet Connection
|
|||
REM - Signal App installed
|
||||
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
|
||||
GUI r
|
||||
DELAY 500
|
||||
|
@ -29,7 +35,7 @@ TAB
|
|||
TAB
|
||||
ENTER
|
||||
DELAY 100
|
||||
STRING 3519580134
|
||||
STRING NUMBER
|
||||
DELAY 100
|
||||
TAB
|
||||
DELAY 100
|
||||
|
@ -38,7 +44,7 @@ DELAY 200
|
|||
|
||||
REM This is the message that will be sent.
|
||||
REM You can change it as you want, if you want.
|
||||
STRING Hello World!
|
||||
STRING YOUR_MESSAGE
|
||||
ENTER
|
||||
DELAY 500
|
||||
ALT F4
|
||||
|
|
Loading…
Reference in New Issue