Results 1 to 3 of 3

Thread: i need help with color clicking

  1. #1
    Join Date
    Oct 2006
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i need help with color clicking

    something like if this color then click this color and then if same thing with different colors

  2. #2
    Join Date
    Oct 2006
    Location
    C:\Program Files\SCAR 2.03
    Posts
    1,194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you looking for a script that if it finds "Color1" it will click on "Color1Responce"?

    In that case...

    SCAR Code:
    if(FindColor(x, y, Color, 0, 0, 500, 500))then
      if(FindColor(x, y, ColorResponce, 0, 0, 500, 500))then Mouse(x, y, 3, 3, True);

    I think thats what your looking for, just replace "Color" with the color you want it to look for first, and "Color Responce" with the color you want it to click on after it finds the first color. Also change the Search area to fit what you need.

    EDIT: If this isn't what your looking for or if you need help with something else just let me know.
    [FONT="Garamond"][SIZE="3"]
    Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.
    [/SIZE][/FONT][URL="http://www.villavu.com/forum/forumdisplay.php?f=125"][IMG]http://i40.tinypic.com/r1lzdv.jpg[/IMG][/URL]

  3. #3
    Join Date
    Jan 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you wanna find out how to make an autocolor or how to find out colors?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. mouse clicking on 1 specific bitmap or color
    By mickeymouse in forum OSR Help
    Replies: 7
    Last Post: 12-13-2008, 02:16 AM
  2. Auto Color Clicking?
    By groog in forum OSR Help
    Replies: 5
    Last Post: 08-01-2008, 04:12 AM
  3. Finding a color and clicking it
    By Rriku113 in forum OSR Help
    Replies: 4
    Last Post: 01-26-2008, 09:12 AM
  4. Need help finding & clicking color
    By Jacobdm0 in forum OSR Help
    Replies: 6
    Last Post: 08-16-2007, 02:30 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
  •