if (event == "MOUSE_BUTTON_PRESSED" and arg == single and norecoil) then
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, yzx)
click = true
SetMKeyState(3)
end
if (event == "MOUSE_BUTTON_RELEASED" and arg == single) then
click = false
end
if (event == "M_RELEASED" and arg == 3 and click) then
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, zzz)
if click then
SetMKeyState(3)
end
end
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, yzx)
click = true
SetMKeyState(3)
end
if (event == "MOUSE_BUTTON_RELEASED" and arg == single) then
click = false
end
if (event == "M_RELEASED" and arg == 3 and click) then
PressMouseButton(1)
Sleep(20)
ReleaseMouseButton(1)
MoveMouseRelative(0, zzz)
if click then
SetMKeyState(3)
end
end