Adblock breaks this site

Simple 5 Minute Script I Need!!

Discussion in 'Script Requests' started by The.Sapphire.Sky, Oct 3, 2008.

  1. The.Sapphire.Sky

    The.Sapphire.Sky Active Member

    Joined:
    Jun 9, 2007
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0
    Simple 5 Minute Script I Need!!

    I need the script to click a certain colour (I don't know the colour, just make one up) and then wait 5 seconds, and repeat. It's for killing chickens on an RS-C private server so if you can knock one up, tyvm!
     
  2. radiclerobby

    radiclerobby Apprentice
    Banned

    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0
    Simple 5 Minute Script I Need!!

    hey we really cant do anything if we dont know the color of the chicken cause scar uses the coloring of the npc to kill it so we cant use a random color like purple cause there is no thing as a purple chicken thats only in imaginary land :p well if you can find the color ill gladly make it for you
     
  3. Nitroxr

    Nitroxr Newcomer

    Joined:
    Oct 8, 2008
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0
    Simple 5 Minute Script I Need!!

    If you're using private servers then try this, but for proper RS 100% ban

    Code:
    program AutoClick;
    
    Const
      MonsterColor = 0000000; //fill in color with color picker in scar
    
    var
      x,y:integer;
    Begin
      activateclient;
      Begin
           if findcolor(x,y,MonsterColor,0,0,640,480) then
             Begin
               HoldMouse(x,y,true);
               wait(100+random(50));
               ReleaseMouse(x,y,True);
               wait(5000+random(2000));
             End;
            if not (findcolor(x,y,MonsterColor,0,0,640,480)) then
               Writeln('Couldnot find color');
             terminatescript;
      End;
    End.
    
     
  4. exapto

    exapto #1 OSRS Magic Training Service
    $50 USD Donor New

    Joined:
    Oct 10, 2008
    Posts:
    645
    Referrals:
    0
    Sythe Gold:
    123
    Vouch Thread:
    Click Here
    Discord Unique ID:
    716746285151027321
    Discord Username:
    exapto#2360
    Homosex
    Simple 5 Minute Script I Need!!

    1 question, why would u become auto-banned on real RS for using this?
     
  5. M_A_I_N_FTW

    M_A_I_N_FTW Guru

    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0
    Simple 5 Minute Script I Need!!

    This is only for runescape classic. as far as from my friends, they autoed for like 3 month straight, no ban.
    but however if you do get a ban, it bans both
     
< Curse Training>>? | Could someone make me an auto-cooker? >


 
 
Adblock breaks this site