Results 1 to 18 of 18

Thread: Lol!

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

  2. #2
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    good shit brah

  3. #3
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    /win
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  4. #4
    Join Date
    Nov 2006
    Location
    Location, Location
    Posts
    1,126
    Mentioned
    6 Post(s)
    Quoted
    41 Post(s)

    Default

    Blending in win

  5. #5
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Did someone say GDK?

  6. #6
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by jakeyboy29 View Post
    He probably converted it to color, refelction is broken.

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

  8. #8
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    correct, it was reflection

    im testing it at the moment

    the only stuff not working at the moment is the bird nest finding

    ~shut
    If I remember correctly, there's a brightly colored message that appears in the chatbox when you get a birds nest.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  9. #9
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    If I remember correctly, there's a brightly colored message that appears in the chatbox when you get a birds nest.
    yea, red or something.. I always notice it and jump, then I realize it's just a birds nest and not someone yelling at me


    @OP good stuff, I love talking to people as my bot goes.. I got a clan that all talks to each other while they play legit or bot lol
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

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

    Default

    Quote Originally Posted by Flight View Post
    If I remember correctly, there's a brightly colored message that appears in the chatbox when you get a birds nest.
    oh i know that, and i already have the detection done (i done this ages ago)
    i just havent done the bit where it searches for it

    ~shut

  11. #11
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    That mean one thing....Vine Vanquisher color version is back to stay?! And with it...we can laugh at all those who say: botters gonne! HOORAY!

    Thumbs up for SRL and it's members!
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

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

    Default

    Isn't there a nestfinder that works in woodcutting.scar?
    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

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

  14. #14
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    I don't know, I didn't even think there was one so I made my own

    ~shut
    Simba Code:
    {*******************************************************************************
    function FindBirdsNest: Boolean;
    By: Liquid and Starblaster100
    Description: If a birds nest is found, it will pick it up
    *******************************************************************************}

    function FindBirdsNest: Boolean;
    var
      tries, x, y: Integer;
      s: string;
    begin
      if (not (GetLastChatText(s))) then
        LastChatter(s);
      if (Pos(s, 'A bird') <> 0) then
      begin
        repeat
          if not (FindObj(x, y, 'Take Bird', 3952984, 10)) or
            not (FindObj(x, y, 'Take Bird', 1713706, 10)) or
            not (FindObj(x, y, 'Take Bird', 1581604, 10)) then
          begin
            KeyDown(VK_LEFT);
            Wait(700 + Random(500));
            KeyUp(VK_LEFT);
            Wait(400 + Random(300));
          end;
          if not (FindObj(x, y, 'Take Bird', 3952984, 10)) or
            not (FindObj(x, y, 'Take Bird', 1713706, 10)) or
            not (FindObj(x, y, 'Take Bird', 1581604, 10)) then
          begin
            x := 648;
            y := 83;
            tries := tries + 1;
            FindColorSpiral(x, y, 241, 570, 5, 725, 155);
            Mouse(x + 3, y + 3, 2, 2, True);
            Flag;
            Wait(200 + Random(100));
          end;
          if (FindObj(x, y, 'Take Bird', 3952984, 10)) or
            (FindObj(x, y, 'Take Bird', 1713706, 10)) or
            (FindObj(x, y, 'Take Bird', 1581604, 10)) then
          begin
            WriteLn('Birds Nest Found');
            Wait(450 + Random(400));
            GetMousePos(x, y);
            Mouse(x, y, 0, 0, True);
            Flag;
            Result := True;
            Wait(500 + Random(300));
            if (Screenshots) then
              SaveScreenshot('Birds Nest - SRL - ' + IntToStr(GetTimeRunning) + '.bmp');
            tries := tries + 100;
     //       Birdsnest := Birdsnest + 1;
            Mouse(583, 226, 2, 2, False);
            Wait(100 + Random(100));
            ChooseOption('Examine');
            Exit;
          end;
        until (FindObj(x, y, 'Take Bird', 3952984, 10)) or
          (FindObj(x, y, 'Take Bird', 1713706, 10)) or
          (FindObj(x, y, 'Take Bird', 1581604, 10)) or (tries > 5)
      end;
    end;

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

  16. #16
    Join Date
    Aug 2011
    Location
    Spooner Street
    Posts
    309
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    im looking for testers if anyone is interested?

    ~shut
    Aye! I can test for sure.

    EDIT. Oi I saw you released your script already. I'll be posting proggies there then!
    Last edited by Mr. Bottomtooth; 11-09-2011 at 02:26 AM.

  17. #17
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    I can also test it ! Needing some wc exp...
    PM!

    E: sorry for post. Just noticed that script was already released..
    Will post proggies on the right Thread, next time.

    Sorry once again.

    ~onilika
    Last edited by onilika; 11-09-2011 at 11:19 AM.
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  18. #18
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    FTW, these kids have no idea. Atleast they won't report any one from now on:P

    This reminds me of this video. Go to 1:04
    Oh Hai Dar

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
  •