Upload files to "Microsoft"

This commit is contained in:
Timur 2024-06-26 07:35:49 +00:00
parent 819a376bfb
commit ad8e015bb4

View file

@ -0,0 +1,9 @@
# Script by Timur@0x01337.com
# Date: 2023-11-24
while ($true) {
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.SendKeys]::SendWait('.')
Start-Sleep -Seconds 60
}