Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. sc12::
  2. Loop {
  3. GetKeyState, state, sc12, p ; Кликер E
  4. if state = U
  5. break
  6. Send, {sc12}
  7. GetKeyState, state, sc10, P ;Фикс Q(из за одноканальности ахк)
  8. if state = U
  9. Send, {sc10 up}
  10. GetKeyState, state, RButton, P ;Фикс ПКМ(из за одноканальности ахк)
  11. if state = U
  12. Send, {RButton up}
  13. Sleep, 100
  14. }
  15. return
  16.  
  17. sc10::
  18. Loop {
  19. GetKeyState, state, sc10, p ; Кликер Q
  20. if state = U
  21. break
  22. Send, {sc10}
  23. GetKeyState, state, RButton, P ;Фикс ПКМ(из за одноканальности ахк)
  24. if state = U
  25. Send, {RButton up}
  26. GetKeyState, state, sc12, P ;Фикс E(из за одноканальности ахк)
  27. if state = U
  28. Send, {sc12 up}
  29. Sleep, 100
  30. }
  31. return
  32.  
  33.  
  34. numpad0:: ;Пауза
  35. suspend
  36. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement