Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from threading import Timer
  2. import pywinauto
  3. def fff():
  4. pywinauto.keyboard.SendKeys("exec(open(x.py)){ENTER}")
  5. Timer(1, fff).start()
Add Comment
Please, Sign In to add comment