Results 1 to 12 of 12

Thread: what mouse move is best

  1. #1
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default what mouse move is best

    umh what mouse move is best like ben mouse and how do u put it in ur script

  2. #2
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    the most comonly used is MMouse(x,y,2,2)if u just want to move the mouse)
    but if u want to move and click its Mouse(x,y,2,2,true)

    if thats what ur asking
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  3. #3
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    the most comonly used is MMouse(x,y,2,2)if u just want to move the mouse)
    but if u want to move and click its Mouse(x,y,2,2,true)

    if thats what ur asking
    ill add this but is it better for not getting banned...?

  4. #4
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    yep thats why its the most comonly used
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  5. #5
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    yep thats why its the most comonly used
    yeah it dosent work i just wanted to try it and heres the procedure

    procedure FindLowe;
    begin
    Mouse(x,y,162,33,true)
    wait(1000);
    end;

    but it dosent click ? but it does log in

  6. #6
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by yanix View Post
    yeah it dosent work i just wanted to try it and heres the procedure

    procedure FindLowe;
    begin
    Mouse(x,y,162,33,true)
    wait(1000);
    end;

    but it dosent click ? but it does log in
    I think you want
    SCAR Code:
    procedure FindLowe;
    begin
    Mouse(162,33,2,2,true)
    wait(1000);
    end;

  7. #7
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tim0suprem0 View Post
    I think you want
    SCAR Code:
    procedure FindLowe;
    begin
    Mouse(162,33,2,2,true)
    wait(1000);
    end;
    oh yeah forgot those 2,2 thx lol all i got now is User specified a new RS window
    Successfully compiled
    kingdom67a
    Successfully executed and whole script looks like this atm

    SCAR Code:
    //THIS IS A SCRIPT MADE BY//

    ////////////////////////////////////////////////////////////////////////////////
    //000000  000000        00        000000    000000    00    000000    000000  //
    //  00      00        00  00        0000      00                00    00      //
    //    00  00          00  00        00  00    00                00    00      //
    //    00  00          00  00        00  00    00    0000          0000        //
    //      00          0000000000      00    00  00      00          0000        //
    //      00          00      00      00      0000      00        00    00      //
    //      00          00      00      00      0000      00      00      00      //
    //    000000      0000      0000  000000      00    000000  000000    000000  //
    //                                                                            //
    // --> BUYS ANY KIND OF ARROW AT LOWES ARROW&BOW SHOP IN VARROCK              //
    // --> THEN LOGS OUT, CHANGES WORLD AND DO SAME UNTIL 0 ARROWS IN SHOP                                                                        //
    ////////////////////////////////////////////////////////////////////////////////


    program ArrowBuyer;
    {.include SRL/SRL.scar}

    Procedure DeclarePlayers;
    begin
    HowManyPlayers:=1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name :='lol';
    Players[0].Pass :='lol2';
    Players[0].Nick :='lol3';
    Players[0].Active :=True;

    end;

    procedure FindLowe;
    begin
    Mouse(162,33,1,1,true)
    wait(1000);
    end;

    begin
    DeclarePlayers;
    If Not LoggedIn Then
    LoginPlayer;
    end.

    could someone put in a working mouse mover&clicker that wont get anyone banned while using it... and ill copy that and make the whole script working

  8. #8
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    huh? that is a mouse mover and clicker, and using coordinates isnt a good way to find Lowe
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  9. #9
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    huh? that is a mouse mover and clicker, and using coordinates isnt a good way to find Lowe
    lol i just wanted to make it click then i would add the find color and click function so the click was a test and it didnt work but why dosent it click the coords ?

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

    Default

    don use findcolor use findcolortolerance thats the best i think for you ot findcolrospiraltolerance
    ~Hermen

  11. #11
    Join Date
    Jul 2007
    Location
    USA
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you drag the cross hair over the runescape screen?

  12. #12
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Wikety Wikety Woah! View Post
    Did you drag the cross hair over the runescape screen?
    ill say lol i think u know the answer man im sooo dumb

    but on second thought i just logged in and dragged the corss hair over rs still wont work if i can get this FUCKING problem to be fixed lol i can start make other stuff but im gona read some tuts and see if i can find something there about ben mouse or color finding so i wont need to make another topic

    AND TO U ALL THAT IS HELPING ME / GONA HELP ME THX AND IF U WANA HELP ME ONLINE PLZ ADD yanix1337@hotmail.com (BIG LETTERS WONT MEEN IM MAD )

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse move slow
    By lemonfuzz in forum OSR Help
    Replies: 5
    Last Post: 02-27-2009, 08:59 AM
  2. How to make the mouse move.
    By BazzBarrett in forum Delphi/FPC Help and Tutorials
    Replies: 1
    Last Post: 12-03-2008, 10:01 AM
  3. best mouse move thing...
    By asdfasdfasdf in forum OSR Help
    Replies: 3
    Last Post: 12-18-2007, 03:09 AM
  4. Move the mouse random
    By marre in forum OSR Help
    Replies: 5
    Last Post: 10-21-2007, 02:23 PM

Posting Permissions

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