Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
143
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. endfunc
  10.  
  11. func lw()
  12.  
  13. HotKeySet("{w}")
  14. Send( "{w}" )
  15. sleep(500)
  16. ControlSend( "[CLASS:Notepad]", "", "[ID:15]" , "w")
  17. HotKeySet("{w}", "lw")
  18.  
  19. endfunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement