79414259

Date: 2025-02-05 09:38:55
Score: 0.5
Natty:
Report link

Good afternoon, hope this helps if you have any questions feel free to ask.

You need a new library, install this: pip install opencv-python

import pyautogui as ac
from time import sleep

procurar = "yes"

while procurar == "yes":


 try:
        x, y = ac.locateCenterOnScreen('92.png', confidence=0.9)
        ac.click(x, y)
        sleep(1)


 except:
        sleep(2)
        ac.click(1479,218)
        sleep(2)
Reasons:
  • Blacklisted phrase (1): Good afternoon
  • Whitelisted phrase (-1): hope this helps
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: D3AD_SHOT