all scripts

This commit is contained in:
Alexpolo1
2023-03-09 09:06:25 +01:00
parent 49b677d254
commit bf7c3012b7
115 changed files with 68517 additions and 0 deletions

4
afkmousemove.ps1 Normal file
View File

@@ -0,0 +1,4 @@
While ($true) {
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point((Get-Random -Minimum 1 -Maximum 1000),(Get-Random -Minimum 1 -Maximum 1000))
Start-Sleep -Seconds 120
}