Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Мышка как у: Васи "Не Денди" | Dota 2
- https://youtu.be/FV3BT4v1Oh8
- https://www.youtube.com/channel/UCVKvy8fvUR_6pGjYH9eX7HQ
- Код:
- #SingleInstance force
- ; Активация/Деактивация скрипта
- !sc3B:: ;alt+F1
- Suspend,Toggle
- Return
- RButton::
- while (GetKeyState("RButton", "P"))
- {
- Loop
- {
- MouseClick, right, , , 10
- {
- If (GetKeyState("RButton","P")=0)
- Break
- }
- }
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement