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

the link is shows a picture on how to edit it






