Advertisement
alexdubovyck

Мышка как у: Васи "Не Денди" | Dota 2

Jun 23rd, 2017
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Мышка как у: Васи "Не Денди" | Dota 2
  2. https://youtu.be/FV3BT4v1Oh8
  3. https://www.youtube.com/channel/UCVKvy8fvUR_6pGjYH9eX7HQ
  4.  
  5. Код:
  6. #SingleInstance force
  7.  
  8. ; Активация/Деактивация скрипта
  9. !sc3B:: ;alt+F1
  10. Suspend,Toggle
  11. Return
  12.  
  13.  
  14. RButton::
  15. while (GetKeyState("RButton", "P"))
  16. {
  17. Loop
  18. {
  19. MouseClick, right, , , 10
  20. {
  21. If (GetKeyState("RButton","P")=0)
  22. Break
  23. }
  24. }
  25. }
  26. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement