mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
957b569a89
commit
b06efca6ff
|
@ -15,7 +15,7 @@ REM - Discord Installed
|
|||
|
||||
|
||||
REM If, for example, the server is Hak5 and the channel in which you want to send the message is called wifi-pineapple then you should write just wifi-pineapple
|
||||
DEFINE #CHAT_NAME example
|
||||
DEFINE CHAT_NAME example
|
||||
|
||||
|
||||
REM Open Discord app
|
||||
|
@ -27,9 +27,9 @@ REM This depends on the power of the computer and whether there are upgrades to
|
|||
DELAY 6000
|
||||
|
||||
REM Search by Discord keyboard shortcut and open it
|
||||
CTRL-k
|
||||
CTRL k
|
||||
DELAY 500
|
||||
STRINGLN ##CHAT_NAME
|
||||
STRINGLN #CHAT_NAME
|
||||
DELAY 500
|
||||
|
||||
STRINGLN_BLOCK
|
||||
|
|
Loading…
Reference in New Issue