Auto Login ----
SCAR Code:
program Login;
procedure existinguser;
begin
clickMouse(456,291,true)
Wait(1000)
End;
procedure Username;
begin
Sendkeys('username')// enter username
Wait(500)
End;
procedure Passwordenter;
begin
SendKeysVb('{ENTER}',false);
End;
procedure Passwordtyping;
begin
Sendkeys('password')//Enter pass
Wait(1000)
End;
procedure login;
begin
clickMouse(294,321,true)
End;
begin
existinguser;
Username;
Passwordenter;
Passwordtyping;
login;
end.
so many bugs in this when i made it ( do not fear i fixed them ) so many silly mistakes
LOL this is sad, im trying to contribute, 15 views, no replies, i make the jump and no one gives a ****, i make 3 scripts in a day, like wtf, no encouragement?
Thanks guys <3 you Klaus
Comments appreciated!