Results 1 to 5 of 5

Thread: script help

  1. #1
    Join Date
    Aug 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default script help

    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.

  2. #2
    Join Date
    May 2008
    Location
    Mental Hospital
    Posts
    414
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    eh would be a lot easier to simply type your email and password in. not that hard >.>

  3. #3
    Join Date
    Aug 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mouse(username box); Clicks the mouse at the desired coordinates
    SendKeys('username'); Types stuff inside the quotes
    Mouse(next box coor); or SendKeys(chr(character for tab));
    SendKeys('password');

  5. #5
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Read my reply to this thread in the General Section post you made. Answers your question + adds on to the script.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •