Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell auto clicker script

function Click-MouseButton
{
...
}

[system.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | out-null
$delay = 25
Start-Sleep -m $delay
#Select Cassie
Start-Sleep -m $delay
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point(2300,475);
Click-MouseButton left

Start-Sleep -m $delay

#Select Skip
Start-Sleep -m $delay
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point(2700,320);
Start-Sleep -m $delay
Click-MouseButton left
Click-MouseButton left


#Atone
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point(2800,470);
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Click-MouseButton left
Comment

PREVIOUS NEXT
Code Example
Shell :: search inodes usage ubuntu 
Shell :: hide active app from dock 
Shell :: Basic auth HTTP Powershell 
Shell :: wget raw to file 
Shell :: git clone through ssh 
Shell :: xfce ubuntu server disable suspend 
Shell :: bash find files with word 
Shell :: how to clone repo with all branches 
Shell :: vscode command line run 
Shell :: check git status 
Shell :: how to configure the smtp server in ubuntu 
Shell :: how to find and replace in nano editor 
Shell :: cmake source directory 
Shell :: change date and time in kali linux 2021 
Shell :: command to change user username 
Shell :: how to create an alias in bash 
Shell :: ubuntu edit swap m 
Shell :: git hub set up 
Shell :: Turn On Nested Virtualization If You’Re Running The Host System In A Windows Box 
Shell :: install playit to ubuntu 
Shell :: how slice for loop filename without extension in batch file 
Shell :: powershell copy all images in a directory 
Shell :: linux log serial to binary file 
Php :: human readable date laravel 
Php :: laravel image validation 
Php :: laravel migration check if table has column 
Php :: : Unable to locate package php7.4-fpm 
Php :: php forbidden header 
Php :: only date in php 
Php :: laravel asset storage not working 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =