mirror of https://github.com/hak5/omg-payloads.git
Send Messages In Discord Channel-Server
parent
902b28252e
commit
0ff1896c70
|
@ -0,0 +1,41 @@
|
|||
REM ############################################################
|
||||
REM # |
|
||||
REM # Title : Send Messages In Discord Channel-Server |
|
||||
REM # Author : Aleff |
|
||||
REM # Version : 1.0 |
|
||||
REM # Category : Execution |
|
||||
REM # Target : Windows 10-11 |
|
||||
REM # |
|
||||
REM ############################################################
|
||||
|
||||
|
||||
REM Requirements:
|
||||
REM - Internet connection
|
||||
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
|
||||
|
||||
|
||||
REM Open Discord app
|
||||
GUI
|
||||
DELAY 1000
|
||||
STRINGLN Discord
|
||||
|
||||
REM This depends on the power of the computer and whether there are upgrades to be done
|
||||
DELAY 6000
|
||||
|
||||
REM Search by Discord keyboard shortcut and open it
|
||||
CTRL-k
|
||||
DELAY 500
|
||||
STRINGLN ##CHAT_NAME
|
||||
DELAY 500
|
||||
|
||||
STRINGLN_BLOCK
|
||||
Write here..
|
||||
your...
|
||||
messages...
|
||||
END_STRINGLN
|
||||
|
||||
ALT F4
|
Loading…
Reference in New Issue