Results 1 to 5 of 5

Thread: how do i click?

  1. #1
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    253
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how do i click?

    i am making my first simple autochopper, and i dont know how to make it click on a colour. can someone help?

    heres my procedure:

    SCAR Code:
    procedure Findcolorandmoveto;
    begin
      If (FindColor(X, Y, 1794135, MSX1, MSY1, MSX2, MSY2)) Then
      MMouse(X, Y, 5, 5);
    end;

    how do i get it to click on the color it finds?
    W00T Timer is awesome!!! He's teaching me to script!
    http://www.stats.srl-forums.com/sigs/4572.png

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

    Default

    SCAR Code:
    Mouse(x,y,5,5,true)

    True=left click
    False=right click =D

  3. #3
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    253
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tyvvvm
    W00T Timer is awesome!!! He's teaching me to script!
    http://www.stats.srl-forums.com/sigs/4572.png

  4. #4
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MMouse moves the mouse to position
    Mouse moves the mouse to position and clicks
    Project: Welcome To Rainbow

  5. #5
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Read some TUT's then your set, remember the search button is your friend

    Does anything else need to be said lol.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do i click with C++?
    By Rs-Gp-4U in forum C/C++ Help and Tutorials
    Replies: 6
    Last Post: 03-12-2008, 06:16 PM
  2. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 PM
  3. Right Click
    By HarryJames in forum OSR Help
    Replies: 2
    Last Post: 03-22-2007, 08:16 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
  •