ive looked in tut island and cant find out.
how do i make it type in a box. im trying to make a face book auto logger.
i have it open the facebook page on desktop. and it clicks it and then it clicks log in spot but dosnt type name please review and tell me how to fix.
what do i put in the c0olerod and all that stuff to make it type.
program FacebookOpener;
begin
MoveMouse(183,182);
ClickMouse(183,182,true);
ClickMouse(183,182,true);
Wait(1000)
Wait(4000)
MoveMouse(704,189);
Wait(500)
******(email here@here.com,true)
end.


Reply With Quote


