Results 1 to 7 of 7

Thread: Scripting Noob Alert!

  1. #1
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Scripting Noob Alert!

    I don't really script, but I need a few commands:

    Click on a coordinate, hold the click (highlight) to another point, ALT+Tab, and paste into notepad/word.

    I noob like me would take a while to find it, any Pro's can help me?

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Clickmouse(X, Y, TRUE/FALSE);

    Or

    Mouse(X, Y, RANDX, RANDY, TRUE/FALSE);

    Can't tell you the other two, sorry :/.

  3. #3
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Of course, make sure to set your variables and make sure the window name is correct.
    SCAR Code:
    begin
    HoldMouse(startx, starty, true);
    MoveMouse(endx, endy);
    ReleaseMouse(endx, endy, true);
    KeyDown(17); //ctrl
    KeyDown(67); //c
    Wait(100);
    KeyUp(67);
    KeyUp(17);//release both
    FindWindow('Untitled - Notepad');
    ActivateClient;
    KeyDown(17); //ctrl
    KeyDown(86); //v
    KeyUp(86);
    KeyUp(17); //release both
    end.

  4. #4
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you agent, I would have never thought of it.

    And is there a master spreadsheet with all of the commands?

  5. #5
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, in SCAR, press F1 and it will open a page in your browser with all the built-in SCAR functions as well as a table of key codes.

  6. #6
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet, thanks!

    ::edit: i got more::


    okay, so this is the story: I need to get e-mail addresses from ALL sign stores on the yellowpages. BAsically the script is going to scan the site, look for the string of "E-Mail", and click it. When Outlook opens, It will highlight the text, and place them into Microsoft Word.

    I am only having problems for finding that string, and make sure it doesn't click that same sting, and finds another. Once all E-Mails are found and no more are left to be copied on the page, it will flip to the next page.



    Now what I was thinking was to look in certain coords and find the E-Mail (string, or if I can find text, go ahead).

    Now, can anybody show me or tell me what functions I will need?

    ::Edit 2: TO make it easier, It will find the string, once found, the page scrolls down until the string shows again, then clicks. Once the page reaches the bottom, it stops looking and goes to next page.

  7. #7
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump. anybody?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Slappage alert!
    By The Prince of Randomness? in forum News and General
    Replies: 8
    Last Post: 10-11-2007, 05:13 AM
  2. XSS nar its jsut my test. ')alert('xss'); ");alert('xss');
    By santascar in forum The Bashing Club / BBQ Pit
    Replies: 39
    Last Post: 10-11-2007, 01:11 AM
  3. Low HP + Random Alert
    By riskbling in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 08-10-2007, 03:20 AM
  4. Scripting Help(first script)Im a noob
    By Macho Man67 in forum OSR Help
    Replies: 1
    Last Post: 03-15-2007, 03:29 AM

Posting Permissions

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