Upload files to "Microsoft"
This commit is contained in:
parent
819a376bfb
commit
ad8e015bb4
9
Microsoft/Automated_Keyboard_input.ps1
Normal file
9
Microsoft/Automated_Keyboard_input.ps1
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in a new issue