How to set everything up? Because it seems to me that once it works sometimes it doesn’t
EnablePrimaryMouseButtonEvents (true);
function OnEvent(event,arg)
if IsKeyLockOn(“CapsLock”)then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,2)
Sleep(10)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
end
How to set everything up? Because it seems to me that once it works sometimes it doesn’t
eQttx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.