Advertisement
California292

Untitled

Jul 20th, 2015
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. startingGfx = "image_4.png"
  2.  
  3. while True:
  4. wait(startingGfx, FOREVER)
  5. wait(3)
  6. App.focus("Distance")
  7. wait(0.2)
  8. type(Key.ESC)
  9. wait(0.2)
  10. type(Key.DOWN)
  11. wait(0.2)
  12. type(Key.DOWN)
  13. wait(0.2)
  14. type(Key.ENTER)
  15. wait(0.2)
  16. type(Key.RIGHT)
  17. wait(0.2)
  18. type(Key.ENTER)
  19. waitVanish(startingGfx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement