Facebook
From Hot Owl, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 280
  1. F8::send {Escape}
  2. V::Suspend
  3. $LButton::
  4.   While GetKeyState("LButton","P"){
  5.   Click
  6.         Sleep 68   ;  milliseconds
  7.         Click
  8.         Sleep 68   ;  milliseconds
  9.     }
  10. return