This script, although it is old, still works perfectly and better than the new ones, I would say. Besides, it is easier to configure, there is not much difference with the others if they all have the same function. I will also answer the questions of those who need help Script: EnablePrimaryMouseButtonEvents (true); function OnEvent(event,arg) if IsKeyLockOn("Capslock")then if IsMouseButtonPressed(3)then repeat if IsMouseButtonPressed(1) then repeat MoveMouseRelative(0,15) Sleep(9) until not IsMouseButtonPressed(1) end until not IsMouseButtonPressed(3) end end end / klzzz