Advertisement
Doug4347

Anti F

Aug 26th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. Instructions:
  3. - Press F
  4. - Now you can't anymore!!
  5. - Press Alt + 1
  6. - Now you can again!!
  7. */
  8.  
  9. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  10. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  11. UseF:=True
  12.  
  13. #If UseF
  14. ~f:: UseF:=False
  15.  
  16. #If Not UseF
  17. !1::
  18. UseF:=True
  19. f::
  20. SoundBeep
  21. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement