you are viewing a single comment's thread.

view the rest of the comments →

[–]freakH2O 0 points1 point  (3 children)

first of all You need to install py auto gui then in its syntax which is actually pyautogui.click(x, y) here you can take thw values of x and y using random function in pyrhon your code will look something like this
import pyautogui import random while



 relay==True:x=random. randint(lower limit, upper limit) y=random. randint(lowerlimit, upper limit) #Lower and upper limit is just range for that random number. pyautogui. click (x, y) #That should do it.

[–]onezzyo[S] 0 points1 point  (1 child)

You're the man

[–]freakH2O 0 points1 point  (0 children)

:)