Modern Warfare 2: Quickscope macro by Mire

Опубликовано: 30 Май 2011
на канале: gazzmireful
12,938
35

Important: proper timings are 265, 8, and 10 milliseconds remember to change those


Here is the .AHK script ready to run: http://www.mediafire.com/?fzm6aeegs1x...

see all my scripts here: http://www.mediafire.com/mire

Dont forget to pick up Autohotkey: http://www.autohotkey.com/download/

Subscribe for early Duke Nukem gameplay

Find all my tutorials and other videos on my channel. You can also find my uploaded macros at my media fire url: http://www.mediafire.com/miremacro

Ok for the .ahk script f1 turns it on and off fire will be set to mouse scroll wheel down
---------------------------------------------------------------------------------------



F1::suspend
return

Wheeldown::

Send, {NumpadAdd down}
Sleep, 265
Send, {LButton down}
Sleep, 8
Send, {LButton up}
Sleep, 10
Send, {NumpadAdd up}


return