Probly the easyest script ever

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

Probly the easyest script ever
  1. Unread #1 - Sep 16, 2007 at 3:54 PM
  2. ph33rthecows
    Referrals:
    0

    ph33rthecows Guest

    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...
     
  3. Unread #2 - Sep 17, 2007 at 3:40 PM
  4. Jukka
    Joined:
    Nov 23, 2005
    Posts:
    244
    Referrals:
    0
    Sythe Gold:
    0

    Jukka Active Member

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site