Merge pull request #1 from angel6uard/angel6uard-payload
Created a payload for sending a WhatsApp messages
This commit is contained in:
commit
d931f0dc02
|
@ -0,0 +1,48 @@
|
||||||
|
REM Opens a private browser to https://wa.me/<+number>
|
||||||
|
DELAY 200
|
||||||
|
ESCAPE
|
||||||
|
GUI d
|
||||||
|
ALT ESCAPE
|
||||||
|
GUI b
|
||||||
|
DELAY 700
|
||||||
|
REM BROWSER is equal to CTRL + SHIFT + N
|
||||||
|
BROWSER
|
||||||
|
DELAY 700
|
||||||
|
CTRL l
|
||||||
|
DELAY 300
|
||||||
|
STRING https://wa.me/<+NUMBER>
|
||||||
|
DELAY 500
|
||||||
|
ENTER
|
||||||
|
DELAY 3000
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
ENTER
|
||||||
|
DELAY 7000
|
||||||
|
REM # Enter your message here
|
||||||
|
STRING get clapped by *4ngel6uard*
|
||||||
|
DELAY 500
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
REM # Enter your another message here
|
||||||
|
STRING _https://t.me/<link>
|
||||||
|
DELAY 300
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
REM # Enter your another message here
|
||||||
|
STRING xo xo
|
||||||
|
DELAY 300
|
||||||
|
TAB
|
||||||
|
TAB
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
REM # Enter your another message here
|
||||||
|
STRING good luck =)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue