Updated - Automatic Mouse Mover

This commit is contained in:
2026-01-26 08:49:40 +01:00
parent eb86a340c0
commit 014fc73a4e

View File

@@ -128,7 +128,7 @@ echo [void][MouseMover]::SetCursorPos($newX, $newY^)
echo $moveCount++ echo $moveCount++
echo. echo.
echo $time = Get-Date -Format 'HH:mm:ss' echo $time = Get-Date -Format 'HH:mm:ss'
echo Write-Host "[$time] Auto-moved mouse ($moveCount moves^)" -ForegroundColor Green echo Write-Host "[$time] Auto-moved mouse ($moveCount moves)" -ForegroundColor Green
echo. echo.
echo [void][MouseMover]::GetCursorPos([ref]$lastPos^) echo [void][MouseMover]::GetCursorPos([ref]$lastPos^)
echo. echo.