This looks interesting. How much money do you get with one click/refferal and do you think you could do it with scar? I could you make it make new acounts like this?:
SCAR Code:
begin
repeat
Typesend('Username' + IntToStr(User#));
Mouse(###, ###, true);//Clicking on the next box to type in pass
Typesend('Password');
Mouse(###, ###, true);//Clicking on create acount button
Inc(User#);
Inc(acounts);
until(acounts = acounts2make)
end;
Making acounts2make a const? Not sure but the system would make a new acount have a diffenent usename than the last by one number or more if you modified it a bit. Anyway, i had a question: Is there a captcha? Or however you spell that thing? I dont think scar could bypass that...