nice.
nice.
Exception in Script: Unable to find file 'SRL/SRL/misc/smart.scar' used from ''
~Haro Der
If I'm not mistaken...
Simba Code:(*
Mouse
~~~~~
.. code-block:: pascal
procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
Moves then clicks mouse (will only move if 'mouse_move' passed).
.. note::
by Mutant Squirrle, Harry
Example:
.. code-block:: pascal
*)
procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
begin
MMouse(mousex, mousey, ranx, rany);
Wait(60 + Random(30));
ClickMouse2(button);
Wait(50 + Random(50));
end;
Someone correct me if I'm wrong?
There are currently 1 users browsing this thread. (0 members and 1 guests)