Created
April 8, 2018 04:42
-
-
Save CptKirklnd/78a5cd3a6684bc667a364246825060b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I had 300 lockboxes to open and didn't want to wear out a keyswitch. | |
import pyautogui, time | |
while True: | |
pyautogui.press('num0') | |
time.sleep(0.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment