repeat 1 times
delay 2 // modify the delay for each action
tell application "System Events"
tell application process "YOURGAME" //add the name of the application or browser
delay 2
click (click at {300, 300}) // the coordinates of the autoclick location, just add yours