F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::
Loop
{
Send W
Send S
Send A
Send D
Sleep 10
Click
If (GetKeyState("MButton","P")=0)
Break
}
Its a little crude, and involves you stopping moving for a fraction of a second, though it works
Press Mouse3 after stopping moving straight away for an instant shot, a variation that automatically stops you, but takes longer is this one
F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::
Loop
{
Send W
Send S
Send A
Send D
Sleep 150
Click
If (GetKeyState("MButton","P")=0)
Break
}
Keep in mind neither of these will work on stairs/slopes