If anyone knows a program called SCAR then I made a little script that works with it. It automatically presses connect button. Works in 1024x768. You must have SCAR. Paste it there and run.
Code:
program ConnectClicker;
var
con,x,y: integer;
begin
repeat
con := BitmapFromString(93, 10, 'beNrNlosJgDAMRLuf+w/hEqIg1' +
'GKSS2I+KCJynPV5NmnHaDuOfcMia2hGmsp9c10p4ep5GVyiyiClJF' +
'GpIsbDBtYJRBqmRXQpeBbZUTEea4t8IBhQrYKUWLLElFjWs7SIEmO' +
'hzOmxBHtpKVVkMmMAY22m9xbLiyqysvcWtr1/qBdXEeFHpJXI/gfx' +
'SiStX827hf5tSQSyM5afJ/MQnvVSuVI=');
if(FindBitmap(con,x,y)=true) then
begin
Wait(300);
Clickmouse(459,560,true);
Wait(1000);
end;
until(false)
end.
I'm too lazy to provide further instructions, just thought id share something, i've leeched so much from here.
//You must use testosterone or whatever its called.