Advertisement
jblack145

cook

Nov 2nd, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. SetWorkingDir, % A_ScriptDir
  4. #SingleInstance, Force
  5.  
  6. Numpad8::
  7. toggle:=1
  8. while (toggle)
  9. {
  10. sleep,10
  11. Send, {e down}
  12. sleep,5
  13. Send, {e up}
  14. }
  15. Return
  16.  
  17. Numpad9:: toggle:=!toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement