Jump to content
Newbie

Mouse Mover Command help!

Recommended Posts

Could someone explain what all the numbers in this mean. I have worked out that the x and y are location, but what are the other numbers for?

 

MoveMouseSmoothEx(x, y, 1, 10, 100, 2, 2);

 

Also what does this do. Click mouse ovbiously but what does the x and y refer to?

ClickMouse(x, y, true);

Link to comment
Share on other sites

HEY THERE sure thing.

 

procedure MoveMouseSmoothEx(x, y: Integer; minsleeptime, maxsleeptime, maxdistance, gravity, forces: Integer);

Simulates humanlike mouse movement with more customizable parameters. By default MinSleepTime = 1; MaxSleepTime = 3; MaxDistance = 45; Gravity = 20; Forces = 10. Minsleeptime and Maxsleeptime limit pause between mouse cursor jumps, MaxDistance is maximal allowed distance between mouse jumps, Gravity is how much mouse tends to reach destination, Forces are like random winds, hand shaking simulation.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...