Hey I used to script, and then I quit. Im getting back into it but I basically forgot everything. Right now, I just want to make a extremely easy script, one that just clicks, delays about a second, and clicks again. That is IT. How do I do this.
Hey I used to script, and then I quit. Im getting back into it but I basically forgot everything. Right now, I just want to make a extremely easy script, one that just clicks, delays about a second, and clicks again. That is IT. How do I do this.
just fill in the coords with the spotSCAR Code:program Whatever;
procedure WhateverB;
begin
Mouse(coords,coords,2,2,true);
wait(1000+random(200));
end;
begin
repeat
WhateverB;
until(False);
end.You could make it look for a color too, but I'd suggest reading a beginner tutorial again to refresh your memory. Welcome back too
![]()
HahaThanks man. Yeah I'm already reading up on the tuts. I've been doing C++ stuff and PHP/MySQL.
Edit:: Ugh, it said something like Mouse not found. I just realized I do not have the newest version of SRL or SCAR, but would that effect it?
{.include SRL/SRL.scar} after program and SetupSRL; before whateverB at the bottom
There are currently 1 users browsing this thread. (0 members and 1 guests)