Results 1 to 12 of 12

Thread: mouse moves but doesnt click

  1. #1
    Join Date
    Jul 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default mouse moves but doesnt click

    Hey guys im new at autoing so yesterday i dled scar 3.06 and srl. i spent the night reading the tuts and all that so now i have a very basic comprehension of scripts, however, i dont think im ready to start writing my own. so i dled a few draynor willow power choppers from others. i filled out the player forms and everything but when i click play the mouse just constantly moves over all the different willows but never click any of them. any ideas as to what im doing wrong?

  2. #2
    Join Date
    Jul 2007
    Location
    England
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Firstly,

    Hello and a warm welcome to SRL

    Secondly, I would recommend downloading the latest SCAR and SRL:

    SCAR 3.11 Download : http://www.freddy1990.com/files/SCAR311setup.exe

    SRL Download : Open Scar 3.11 File ---> Download SRL ---> Done.

    Also about the draynor willow script, it could be outdated and things not working or it could be of your SRL and Scar version.

    Good luck!

    -Nitro

  3. #3
    Join Date
    Jul 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so i just have to make sure all the scripts i dl from others match the version of scar and srl i have?

    thanks so much man.

  4. #4
    Join Date
    Jul 2007
    Location
    England
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Basically yes however not necessarily,

    It might be a few things, but the most obvious is that your SCAR and SRL were outdated. Another thing could be if RuneScape updated it could have affected some things they used in their procedures and functions.

    And no problem, glad I could help

    -Nitro

  5. #5
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    also make sure you drag the crosshair over runescape.

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

    Default

    even though everyone else told you, it was a system update that moved the "click here to play" button 1 pixel. just redownload it
    Originally Posted by YoHoJo
    I like hentai.

  7. #7
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use this it works good!!!!
    clickmouse(1,4,true);
    1=x
    4=y
    true=leftclick
    false=right click
    there u go and if u using clickmouse(1,4,false);
    make sure u use this

    this is an example
    copy all those and rune it!

    {learning how to use clicks:P}
    program New;
    begin

    movemouse(119,386);
    clickmouse(119,386,false);
    wait(500);
    clickmouse(158,463,true);
    end.
    that should work

  8. #8
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Clickmouse = Just tell jagex your marcoing

  9. #9
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by alfonso1024 View Post
    use this it works good!!!!

    there u go and if u using clickmouse(1,4,false);
    make sure u use this

    this is an example
    copy all those and rune it!


    that should work
    yeah only just use the srl functions for moving and clicking the mouse otherwise you get banzord

    use Mouse(x,y,0,0,True); for clicks
    METAL HEAD FOR LIFE!!!

  10. #10
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm but when i do an erro comes and yes i use srl fuctins

  11. #11
    Join Date
    Apr 2007
    Location
    new zealand
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think it might be cause u havent selected rs as ur client only thing i could think of

  12. #12
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program new;
    {.include SRL/SRL.scar}
    begin
      SetupSRL;
      //we move the mouse
      MMouse(254, 298, 0, 0);
      Wait(100);
      //we click the mouse
      //Mouse(x, y, randx, rany, left);
      Mouse(5, 7, 0, 0, True);
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse Doesnt Move
    By Nite Elf in forum OSR Help
    Replies: 12
    Last Post: 03-19-2008, 12:05 AM
  2. Move Mouse Doesnt work?
    By boomhowza in forum OSR Help
    Replies: 13
    Last Post: 01-31-2008, 04:03 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
  •