just a simple auto clicker or alch that clicks with the set time
ive downloaded 1 but u can only set whole numbers so it takes like 2 times as long as the real clicking
just a simple auto clicker or alch that clicks with the set time
ive downloaded 1 but u can only set whole numbers so it takes like 2 times as long as the real clicking
fine ill write one now
Code:program autoclicker; {.include SRL/SRL.scar} const interval=1000;//tme to wait between clicks in milliseconds(1000=1second) howmanyclicks=1000;//times to click var i,x,y : integer; begin setupsrl; writeln('script made by HISTORY for the_owner'); repeat GetMousePos(x,y); Mouse(x,y,1,1,true); wait(interval+random(200)); i:=i+1; until(i=howmanyclicks) end.
<SmarterC> mixster: The only reason so many people are homosexuals
sorry mate it does not work :S
There are currently 1 users browsing this thread. (0 members and 1 guests)