Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. func lq()
  2.  
  3. HotKeySet("{q}")
  4. Send( "{q}" )
  5. sleep(500)
  6. ControlSend( "[CLASS:Notepad]", "", "[ID:15]" , "q")
  7. HotKeySet("{q}", "lq")
  8.  
  9.  
  10. endfunc
  11.  
  12. func lw()
  13.  
  14. HotKeySet("{w}")
  15. Send( "{w}" )
  16. sleep(500)
  17. ControlSend( "[CLASS:Notepad]", "", "[ID:15]" , "w")
  18. HotKeySet("{w}", "lw")
  19.  
  20.  
  21. endfunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement