Results 1 to 13 of 13

Thread: REALLY SIMPLE request

  1. #1
    Join Date
    Aug 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default REALLY SIMPLE request

    all i require is just a script that clicks a specified color every 35 seconds.
    thats it. I know its probably somewhere but i cant script at all. and its so simple would it be possible for someone?

  2. #2
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can make it click a specific spot evry 35 seconds

  3. #3
    Join Date
    Aug 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im afraid i need color because the spot changes
    - this isnt difficult right?

  4. #4
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Here you go :

    SCAR Code:
    program Click;

    {.include srl/srl.scar}
    Const
    Color1 = 0;



    begin
    Repeat
    FindColor(X,Y,Color1,msx1,msy1,msx2,msy2);
    ClickMouse(X,Y,True);
    Wait(35000);
    until(False)
    End.

  5. #5
    Join Date
    Aug 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thankyou so very much.
    respect

  6. #6
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by steveee View Post
    thankyou so very much.
    respect
    No problem, this was an very easy script and I couldn't resists but to help.

  7. #7
    Join Date
    Aug 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmm didnt work... maybe i should have mentioned it was for IE.

  8. #8
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Internet Explorer?

  9. #9
    Join Date
    Aug 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea. this is the color: 16737996

  10. #10
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    you need to replace the color1 = 0; with color1 = 16737996; anyways colors change in runescape....
    Infractions, reputation, reflection, the dark side of scripting, they are.

  11. #11
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Check if this works:
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    const
    Color1=16737996;//Change to any color
    begin
    if (FindMSColor(x,y,Color1) then
    Mouse(x,y,4,4,true);
    end.


  12. #12
    Join Date
    Jun 2006
    Location
    N Wales
    Posts
    558
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    both of theese scripts should work just remember that in the first one under the writing const change the
    color1 = 0;
    so that the 0 is actually the color you are looking for.

  13. #13
    Join Date
    Nov 2006
    Posts
    157
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well did it work?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Easy Simple Request.
    By smokekills in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 04-25-2008, 04:16 AM
  2. Taking SIMPLE request!
    By yanix in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 01-03-2008, 03:00 AM
  3. Taking SIMPLE Request!
    By yanix in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 10-21-2007, 11:20 AM
  4. A simple request
    By itg735 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 04-29-2007, 05:16 PM
  5. Actually i need a simple request lol
    By Rune Hacker in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 03-12-2007, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •