Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #MaxHotkeysPerInterval 99000000
  3. #HotkeyInterval 99000000
  4. #KeyHistory 0
  5. ListLines Off
  6. Process, Priority, , A
  7. SetBatchLines, -1
  8. SetKeyDelay, -1, -1
  9. SetWinDelay, -1
  10. SetControlDelay, -1
  11. SendMode Input
  12. Thread, interrupt, 0
  13.  
  14.  
  15.  
  16. ^PrintScreen::
  17. SendInput {PrintScreen down}
  18. SetTimer, Jump, 2000
  19. return
  20.  
  21. Jump:
  22. SendInput {PrintScreen up}
  23. SendInput {Space}
  24. return
  25. Exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement