Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Persistent
  2. #InstallMouseHook
  3. #InstallKeybdHook
  4. #KeyHistory 20
  5.  
  6. while (1==1)
  7. {
  8.       KeyHistory
  9.             Sleep, 1000
  10. }
  11. return
  12.  
  13. esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement