Advertisement
LinuxUser95

zbieracz.py

Sep 28th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import pyautogui
  2. while True:
  3.       pyautogui.press('z')
  4.       pyautogui.keyDown('z')
  5.       pyautogui.keyUp('z')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement