what are the best procedures for typing and moving the mouse?

what are the best procedures for typing and moving the mouse?
Moving the MouseOriginally Posted by Infintry001
x, y = the coordCode:MMouse(X, Y, RandX, RandY: integer);
RandX, RandY = random pixels off x and y. 0, 0 would be perfect click
Example
MMouse(200, 300, 2, 2);
Typing
ExampleCode:TypeSend(text : string);
TypeSend('What you want to write here');
example params:PHP Code:MMouse(x, y, ranx, rany);
Mouse(x, y, ranx, rany, left);
x, y -- location of the movement
ranx, rany -- how random it should be in pixels
left -- true will do a left click, false will do a right click
the typing procedure i am not sure about because i dont do a lot of typing on scriptsPHP Code:MMouse(500, 500, 5, 5); //will move the mouse to position 500, 500 with a randomness of 5 pixels on x and y axis
Mouse(500, 500, 5, 5, true); //will move the mouse to 500, 500 with randomness of 5, 5 then left click
Mouse(500, 500, 5, 5, false); //same as above, but will right click instead
edit: ahh whiteshadow.. beat me.. i had the reply on for like 20 minutes i think![]()
Busy with real life. I'll still be around occasionally.
Current Mood:
Sending text: Use SendText('blablabla'); or TypeSend('blablabla');
variants:
SendText2('blablabla'); Will type text make mistakes and correct them.
Capitalize('bla bla bla'); will type Bla Bla Bla
SendMyText('blablabla');
Types text humanlike either making mistakes and backspacing to
correct it, sending the correction with a * after it, ignoring the mistake
or not making a mistake at all.
There are currently 1 users browsing this thread. (0 members and 1 guests)