Advertisement
Belzebub

auto_typer.ahk

Jun 2nd, 2021
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. FT=%1%
  2. Return
  3.  
  4. F12::
  5. Loop, Read, %FT%
  6. {
  7. SendRaw,%A_LoopReadLine%`n
  8. }
  9. MsgBox,line read finished
  10. ExitApp
  11. Return
  12.  
  13. Esc:: ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement