Send Messages In Discord Channel-Server

pull/180/head
Aleff 2023-06-13 10:18:23 +02:00 committed by GitHub
parent 902b28252e
commit 0ff1896c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -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