Quote:
Originally Posted by Flourishable
Hi i want to get back into playing r6 legit again other than using scripts. ik of hypex which im gonna buy at a later date. But is it worth buying dexter Logitech for the price ? As its only $10
i just want to know if its been dtc ever or recently and do people still use it and does it work good ?
|
EnablePrimaryMouseButtonEvents (true);
function OnEvent(event,arg)
if IsKeyLockOn("numlock")then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,0)
Sleep(1,2)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
end
Heres my own script you can use this on logitech, to fine tune it change the zeros on MoveMouseRelative(0,0) the first 0 controls left and right put a minus it will pull the mouse left and without a minus it will pull it right
the second zero is how much it will pull the mouse down so the higher the value the more it will pull down to turn it on and off you use numlock and it will only work if your holding down rmb and start shooting