Guest User

Untitled

a guest
Jul 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ; Meme-Speak™ - rEPeaTEdLy turNs caPS LOCK oN and ofF sO yoU Can SPeAK LiKE ReaL memERs
  2. Repeat = False
  3.  
  4. ; Turns meme-speak on
  5. F1::
  6. Repeat := True
  7. while (Repeat) {
  8. SetCapsLockState, on
  9. Sleep, 10
  10. SetCapsLockState, off
  11. Sleep, 10
  12. }
  13.  
  14. ; Turns meme-speak off
  15. F2::
  16. Repeat := False
  17. SetCapsLockState, off
Add Comment
Please, Sign In to add comment