nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
python
a year ago
251 B
2
Indexable
Never
while True:
    # Se não estiver disponível, recomeçar com F5
    if pyautogui.locateCenterOnScreen('ingrDisp.png'):
        pyautogui.alert('TEM INGRESSO DISPONÍVEL!')
        break
    else:
        pyautogui.hotkey('F5')
        sleep(4)

nord vpnnord vpn
Ad