Advertisement
GeorgeJimmerman

SoT Chef

Mar 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 'Home to toggle, shift-f or shift-r
  2. Home::Suspend, Toggle
  3.  
  4. ~$+f::
  5. While GetKeyState("f", "P"){
  6.  
  7. Send, {f}
  8. Sleep, 50
  9. }
  10.  
  11.  
  12. ~$+r::
  13. While GetKeyState("r", "P"){
  14.  
  15. Send, {r}
  16. Sleep, 50
  17. }
  18. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement