[Only registered and activated users can see links. Click Here To Register...]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,0)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
end
thats it there and ill have a picture showing you how to fine tune it
[Only registered and activated users can see links. Click Here To Register...]
the link is shows a picture on how to edit it
function OnEvent(event,arg)
if IsKeyLockOn("numlock")then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,0)
Sleep(1,0)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
end
thats it there and ill have a picture showing you how to fine tune it
[Only registered and activated users can see links. Click Here To Register...]
the link is shows a picture on how to edit it