this is my very first script ever made in history. it might need some fixer upers but it worked for me. if you have any tips message me and also if you have any GOOD tutorials for me message me.
note: this only works if your at the login screen.
SCAR Code:
/////////I MADE A SUCCSESSFUL AUTO LOGIN AND THIS IS IT, ALSO ITS//////////////
//////////////////////MY FIRST SCRIPT EVER/////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
program autologin;
var
x,y:integer;
Const
User =''; //type your username here
Pass =''; //type your password here
begin
movemouse(460,286);
wait(1000);
clickmouse(460,286,true);
wait(1000);
sendkeys(user);
wait(1000);
sendkeys(chr(13));
wait(1000);
sendkeys(pass);
wait(1000);
movemouse(298,320);
wait(1000);
clickmouse(298,320,true);
wait(5000);
movemouse(375,334);
wait(200);
clickmouse(374,334,true);
end.
/////////////////////////////////////////////////////////////////////
//////////////////////hit play, sit back and watch///////////////////
/////////////////////////////////////////////////////////////////////