6 lines
104 B
PowerShell
6 lines
104 B
PowerShell
while($true){
|
|
.\nircmd.exe movecursor 1 1
|
|
.\nircmd.exe movecursor -1 -1
|
|
Start-Sleep -Seconds 30
|
|
}
|