Adblock breaks this site

Basic macroing help

Discussion in 'Scar/Simba Help' started by xxlayzchipsx, Oct 21, 2007.

  1. xxlayzchipsx

    xxlayzchipsx Guest

    Referrals:
    0
    Basic macroing help

    Ok... so I have one simple question, that i know is very common in many auto-miners and auto wcers. How do i make Scar look for a specific color, and then move the mouse to that point? I would greatly appreciate all of the help you guys could give me...
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Basic macroing help

    if (FindColor(..)) then MoveMouse(..);
     
  3. xxlayzchipsx

    xxlayzchipsx Guest

    Referrals:
    0
    Basic macroing help

    o ok i get it thanks again Town ;)
     
  4. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    Basic macroing help

    This is just a basic one...
    Code:
    program new;
    {.include /SRL/SRL.scar}
    var
    x,y:integer;
    begin
    if(FindColor(x,y,insertcolorhere,0,0,1300,1300)) then
    begin;
    MMouse(x,y,1,1);
    if(IsUpText('hop')) then Mouse(x,y,1,1,true)
    end;
    end.
    
     
  5. limpinglegen

    limpinglegen Guest

    Referrals:
    0
    Basic macroing help

< problem with colors.scar and unknown identifier | [Tut] The very basics of SCAR >


 
 
Adblock breaks this site