Jump to content
ivcho2000

script request

Recommended Posts

Ur thread should be under requests :P

 

but maybe that will help

program Something;
var
x,y:integer;
begin
 wait(1000);
  GetMousePos(x,y); // hold mouse on that button and use fast keys to run script(F9 or Carl+Alt+R maybe)
repeat
 clickwindmouse(x,y,2,2,true); // false if another mouse button
 wait(12000 + random(200));    //time between clicks
until(iskeydown('x'));    // x stops the script (but u need to hold max 12 sec lol)
end.          //  sooo bad 

 

If dont like dont use or modify :D

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...