Adblock breaks this site

Probly the easyest script ever

Discussion in 'Script Requests' started by ph33rthecows, Sep 16, 2007.

  1. ph33rthecows

    ph33rthecows Guest

    Referrals:
    0
    Probly the easyest script ever

    I need a script that will click a color i put in to it then wait 3 seconds then loop. Can some one help me out. Im to busy to figure out c++ and scar...
     
  2. Jukka

    Jukka Active Member

    Joined:
    Nov 23, 2005
    Posts:
    244
    Referrals:
    0
    Sythe Gold:
    0
    Probly the easyest script ever

    Code:
    Program New;
    {.Include SRL/SRL.Scar}
    
    Const
      Color = ; //Input the color u want!
    
    Begin
      Repeat
        If(FindColorSpiral(X, Y, Color, MSX1, MSY1, MSX2, MSY2))Then
          Begin
            Mouse(X, Y, 3, 3, True);
            Wait(3000);
          End Else Wait(100);
      Until(False);
    End.
    
    I assume u have SRL?
     
< need a auto wcer!! | need auto fighter.. wouldnt mind only strentghwill pay >


 
 
Adblock breaks this site