Simple 5 Minute Script I Need!!

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

Simple 5 Minute Script I Need!!
  1. Unread #1 - Oct 3, 2008 at 8:06 AM
  2. The.Sapphire.Sky
    Joined:
    Jun 9, 2007
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    The.Sapphire.Sky Active Member

    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!
     
  3. Unread #2 - Oct 8, 2008 at 6:35 AM
  4. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    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
     
  5. Unread #3 - Oct 8, 2008 at 10:50 AM
  6. Nitroxr
    Joined:
    Oct 8, 2008
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0

    Nitroxr Newcomer

    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.
    
     
  7. Unread #4 - Oct 13, 2008 at 8:53 PM
  8. exapto
    Joined:
    Oct 10, 2008
    Posts:
    645
    Referrals:
    0
    Sythe Gold:
    123
    Vouch Thread:
    Click Here
    Discord Unique ID:
    716746285151027321
    Discord Username:
    exapto#2360
    Homosex

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

    Simple 5 Minute Script I Need!!

    1 question, why would u become auto-banned on real RS for using this?
     
  9. Unread #5 - Oct 15, 2008 at 2:04 AM
  10. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    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? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site