Define const
parent
0cfe2eb227
commit
df50452146
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue