Skip to content

Instantly share code, notes, and snippets.

@CptKirklnd
Created April 8, 2018 04:42
Show Gist options
  • Save CptKirklnd/78a5cd3a6684bc667a364246825060b0 to your computer and use it in GitHub Desktop.
Save CptKirklnd/78a5cd3a6684bc667a364246825060b0 to your computer and use it in GitHub Desktop.
# 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