Results 1 to 3 of 3

Thread: Erm

  1. #1
    Join Date
    Nov 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Erm

    I have a huge list i need to input it into a website and click submit after each line. Eachline consists of 10 characters. How would i achieve this?

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use scar...

    somthing like this


    SCAR Code:
    const
     ButtonX = ;
     ButtonY = ;

    begin
      repeat
         Somthingtofillin;
        Mouse(Buttonx,Buttony,3,3); to click da button
         SomthingtoCheckyouclickedOkayRight?;
      until(false);
    ~Hermen

  3. #3
    Join Date
    Nov 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hermpie View Post
    use scar...

    somthing like this


    SCAR Code:
    const
     ButtonX = ;
     ButtonY = ;

    begin
      repeat
         Somthingtofillin;
        Mouse(Buttonx,Buttony,3,3); to click da button
         SomthingtoCheckyouclickedOkayRight?;
      until(false);
    erm im dont understnad it much can u explain a little more.. and put in a example please

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
  •