Results 1 to 12 of 12

Thread: Simple Help

  1. #1
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default Simple Help

    Ok i want a script that:
    Finds tea stall colour, clicks, waits 10 seconds then repeats.
    I have tried to make it but i cant make it nooby enough.
    Make it as simple as possible.

    cheers

    T~M

  2. #2
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    SCAR Code:
    program New;
    {.include srl/srl.scar}
    const
      Color = ;
    var
      x, y : Integer;
     
    begin
      SetupSRL;
      repeat
        if FindColor(x, y, Color, MSX1, MSY1, MSX2, MSY2) then
        begin
          Mouse(x, y, 5, 5, True);
          Wait(10000+Random(5000));
        end;
      until(false)
    end.


    ~shut

  3. #3
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Haha is this enough nooby ( I edited above script Shut )


    PHP Code:
    program New;
    {.include 
    srl/srl.scar}
    var
      
    xInteger;

    begin
      SetupSRL
    ;
      
    repeat
        
    if FindColor(xyColorHereMSX1MSY1MSX2MSY2then
          Mouse
    (xy55True);
          
    Wait(10000+Random(5000));
      
    until(false)
    end

  4. #4
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Let meh use an account by a stall and I will make one with some TPAs, ATPAs, and HSL .

  5. #5
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Why can you not do this yourself...
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  6. #6
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    Why can you not do this yourself...
    I am sorry, I was way too tired. 01:53 here. I did make it myself in the end. But I completely blanked out.
    Sorry if I offended you

    T~M

  7. #7
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    You didn't offend, but I'm just confused.

    How you got members.. and couldn't write that..
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  8. #8
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    01:51 is not late. I can make that any time of the day even if I had no sleep for 72 hours. It is not that hard.

  9. #9
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  10. #10
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    yea I could even do that and Im Jr. Memb :P, but that's only cause I don't have the time to make a application script, but if you can't make that I don't see how you have members either, no matter what time it is. Unless you were just to lazy to make it, but that like a less than 30 line script you asked for haha.

  11. #11
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Jeez guys chill. I'm sorry I couldn't be bothered.

    T~M

  12. #12
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    closed.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

Thread Information

Users Browsing this Thread

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

Posting Permissions

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