-
个人简介
连点器
import pyautogui as auto from keyboard import * import threading import time import os n=int(input('input seconds:')) wait('space') def thread_function(name): time.sleep(n) os._exit(0) thread = threading.Thread(target=thread_function, args=("线程 1",)) thread.start() while 1: auto.click()
-
最近活动
-
Stat
-
Rating