coldReactive

Untitled

May 23rd, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <#Numpad0::
  2.  
  3. KeyWait, LWin
  4.  
  5. #Persistent
  6. loop {
  7. If GetKeystate(a, "P") {
  8. Send {a Up}
  9. } Else {
  10. Send {a}
  11. }
  12. Sleep 5
  13. }
Advertisement
Add Comment
Please, Sign In to add comment