Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 65

Thread: Request a useful script from me

  1. #26
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Barbarian village trout/salmon fisher and dropper with mouse keys? Fastest f2p fishing xp.. this doesnt need sps either.
    Barbarian heavy rodder was mentioned and it doesn't require sps... I like that idea.
    My sps is pooched for some reason.. so I'm thinking of scripts that don't need it.
    You have permission to steal anything I've ever made...

  2. #27
    Join Date
    Mar 2013
    Location
    Freedomville.
    Posts
    155
    Mentioned
    2 Post(s)
    Quoted
    107 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    Barbarian village trout/salmon fisher and dropper with mouse keys? Fastest f2p fishing xp.. this doesnt need sps either.
    Barbarian heavy rodder was mentioned and it doesn't require sps... I like that idea.
    My sps is pooched for some reason.. so I'm thinking of scripts that don't need it.


    Soon. Does not use SPS.

  3. #28
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by sdf View Post


    Soon. Does not use SPS.
    Nice job! I always sucked at fishing scripts, so I never bothered.
    You have permission to steal anything I've ever made...

  4. #29
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Quote Originally Posted by sdf View Post


    Soon. Does not use SPS.
    <3!

  5. #30
    Join Date
    Nov 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Maybe u can create auto typer on rs3?

  6. #31
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Fletching, If Nex's one doesn't work...
    Or Thieving guild?

    Other than that it would be hard to do, But if you could pull of dungeoneering that would massively increase traffic to this site, Though i think that would be better to keep to SRL members only...

  7. #32
    Join Date
    Mar 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    A nature rune crafter with graahk familiar and runespan RC would be pretty nice

  8. #33
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Jaxom View Post
    Fletching, If Nex's one doesn't work...
    Or Thieving guild?

    Other than that it would be hard to do, But if you could pull of dungeoneering that would massively increase traffic to this site, Though i think that would be better to keep to SRL members only...
    \

    I have an advanced pickpocketing trainer if you know how to trap the trainer. The method is the same as Limo's Cosher (look it up on SRL outdated scripts). Here's the script if it means anything:

    Simba Code:
    program new;
      {$Define SMART}
      {$I SRL-6/SRL.simba}

    procedure declarePlayers();
    begin
      players.setup([''], '');
      currentPlayer := 0;
    end;

    function FindVolunteer: Boolean;
    var
      i, h: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      t: TTimeMarker;
      p: Tpoint;
    begin

      //FindColorsTolerance(TPA, 6192020, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y, mainscreen.playerpoint.x + 110, mainscreen.y2), 5, ColorSetting(2, 0.12, 0.31));
      FindColorsTolerance(TPA, 3810166, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y - 70, mainscreen.playerpoint.x + 200, mainscreen.y2), 7, ColorSetting(2, 0.05, 0.18));
      if (Length(TPA) < 1) then
      begin
        Writeln('nope');
        Exit;
      end;

      ATPA := TPA.ToATPA(20, 20);
      SortATPAFromMidPoint(ATPA, Point(randomRange(mainscreen.playerpoint.x - 100, mainscreen.playerpoint.x + 100), mainscreen.playerpoint.y));

      h := High(ATPA);

      for i := 0 to h do
      //writeln(length(atpa[i]));
      begin
        if (Length(ATPA[i]) < 50) then
          Continue;

        Mouse(ATPA[i][random(High(ATPA[i]))], MOUSE_MOVE, MOUSE_HUMAN);
        if IsMouseOverText(['alk', '-to', 'vance', 'dvance', 'ickpock'], 500) then
        begin
          //mouse(p, mouse_Right, MOUSE_ACCURATE);
          fastclick(mouse_right);
            Wait(500);
          chooseOption._select(['ure', 'Lure'], MOUSE_LEFT, true, 1.00, 300);
    //if (not DidClick(false)) then
          begin
            t.Start;
              Wait(300 + Random(50));
              if (t.getTime > 10000) then
              begin
                Exit;
              end;

            Wait(RandomRange(1100, 1300));
            Exit(True);
          end;
        end else
          Exit;
      end;
    end;

    procedure GoThruChat;
    begin
      if (conversationBox.areTalking()) then
        conversationBox.continue(true, true);
          Wait(200+Random(100));
        conversationBox.continue(true, true);
          Wait(500+Random(100));
    end;

    function KnockKnock: Boolean;
    var
      i, h: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      t: TTimeMarker;
    begin

      //FindColorsTolerance(TPA, 6192020, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y, mainscreen.playerpoint.x + 110, mainscreen.y2), 5, ColorSetting(2, 0.12, 0.31));
      FindColorsTolerance(TPA, 3810166, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y - 70, mainscreen.playerpoint.x + 200, mainscreen.y2), 7, ColorSetting(2, 0.05, 0.18));
      if (Length(TPA) < 1) then
      begin
        Exit;
      end;

      ATPA := TPA.ToATPA(20, 20);
      SortATPAFromMidPoint(ATPA, Point(randomRange(mainscreen.playerpoint.x - 100, mainscreen.playerpoint.x + 100), mainscreen.playerpoint.y));

      h := High(ATPA);

      for i := 0 to h do
      //writeln(length(atpa[i]));
      begin
        if (Length(ATPA[i]) < 50) then
          Continue;

        Mouse(ATPA[i][random(High(ATPA[i]))], MOUSE_MOVE, MOUSE_HUMAN);
        if IsMouseOverText(['alk', '-to', 'vance', 'dvance', 'ickpock'], 500) then
        fastclick(mouse_right);
            Wait(500);
          chooseOption._select(['nock', '-out'], MOUSE_LEFT, true, 1.00, 300);
        begin
          //if (not DidClick(false)) then
          begin
            t.Start;
              if (t.getTime > 6000) then
                WriteLn('No good');
            Exit(True);
          end;
      end;
    end;
    end;

    procedure TripleLoot;
    begin
      mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        (chooseOption.select(['oot']));
      mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        (chooseOption.select(['oot']));
      //mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        //(chooseOption.select(['oot']));
    end;

    begin
      setupSRL();
        repeat
          FindVolunteer;
            Wait(750+Random(100));
          GoThruChat;
            Wait(350+Random(250));
          KnockKnock;
          TripleLoot;
            Wait(750+Random(100));
        until (False);
    end.

    If it doesn't work then tell me what isn't working, because I occasionally get errors for chooseoption..
    You have permission to steal anything I've ever made...

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

    Default

    your triple loot function should use chooseOption.select(['oot'], randomRange(200, 500));

  10. #35
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    \

    I have an advanced pickpocketing trainer if you know how to trap the trainer. The method is the same as Limo's Cosher (look it up on SRL outdated scripts). Here's the script if it means anything:

    Simba Code:
    program new;
      {$Define SMART}
      {$I SRL-6/SRL.simba}

    procedure declarePlayers();
    begin
      players.setup([''], '');
      currentPlayer := 0;
    end;

    function FindVolunteer: Boolean;
    var
      i, h: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      t: TTimeMarker;
      p: Tpoint;
    begin

      //FindColorsTolerance(TPA, 6192020, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y, mainscreen.playerpoint.x + 110, mainscreen.y2), 5, ColorSetting(2, 0.12, 0.31));
      FindColorsTolerance(TPA, 3810166, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y - 70, mainscreen.playerpoint.x + 200, mainscreen.y2), 7, ColorSetting(2, 0.05, 0.18));
      if (Length(TPA) < 1) then
      begin
        Writeln('nope');
        Exit;
      end;

      ATPA := TPA.ToATPA(20, 20);
      SortATPAFromMidPoint(ATPA, Point(randomRange(mainscreen.playerpoint.x - 100, mainscreen.playerpoint.x + 100), mainscreen.playerpoint.y));

      h := High(ATPA);

      for i := 0 to h do
      //writeln(length(atpa[i]));
      begin
        if (Length(ATPA[i]) < 50) then
          Continue;

        Mouse(ATPA[i][random(High(ATPA[i]))], MOUSE_MOVE, MOUSE_HUMAN);
        if IsMouseOverText(['alk', '-to', 'vance', 'dvance', 'ickpock'], 500) then
        begin
          //mouse(p, mouse_Right, MOUSE_ACCURATE);
          fastclick(mouse_right);
            Wait(500);
          chooseOption._select(['ure', 'Lure'], MOUSE_LEFT, true, 1.00, 300);
    //if (not DidClick(false)) then
          begin
            t.Start;
              Wait(300 + Random(50));
              if (t.getTime > 10000) then
              begin
                Exit;
              end;

            Wait(RandomRange(1100, 1300));
            Exit(True);
          end;
        end else
          Exit;
      end;
    end;

    procedure GoThruChat;
    begin
      if (conversationBox.areTalking()) then
        conversationBox.continue(true, true);
          Wait(200+Random(100));
        conversationBox.continue(true, true);
          Wait(500+Random(100));
    end;

    function KnockKnock: Boolean;
    var
      i, h: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      t: TTimeMarker;
    begin

      //FindColorsTolerance(TPA, 6192020, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y, mainscreen.playerpoint.x + 110, mainscreen.y2), 5, ColorSetting(2, 0.12, 0.31));
      FindColorsTolerance(TPA, 3810166, IntToBox(mainscreen.playerpoint.x - 140, mainscreen.playerpoint.y - 70, mainscreen.playerpoint.x + 200, mainscreen.y2), 7, ColorSetting(2, 0.05, 0.18));
      if (Length(TPA) < 1) then
      begin
        Exit;
      end;

      ATPA := TPA.ToATPA(20, 20);
      SortATPAFromMidPoint(ATPA, Point(randomRange(mainscreen.playerpoint.x - 100, mainscreen.playerpoint.x + 100), mainscreen.playerpoint.y));

      h := High(ATPA);

      for i := 0 to h do
      //writeln(length(atpa[i]));
      begin
        if (Length(ATPA[i]) < 50) then
          Continue;

        Mouse(ATPA[i][random(High(ATPA[i]))], MOUSE_MOVE, MOUSE_HUMAN);
        if IsMouseOverText(['alk', '-to', 'vance', 'dvance', 'ickpock'], 500) then
        fastclick(mouse_right);
            Wait(500);
          chooseOption._select(['nock', '-out'], MOUSE_LEFT, true, 1.00, 300);
        begin
          //if (not DidClick(false)) then
          begin
            t.Start;
              if (t.getTime > 6000) then
                WriteLn('No good');
            Exit(True);
          end;
      end;
    end;
    end;

    procedure TripleLoot;
    begin
      mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        (chooseOption.select(['oot']));
      mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        (chooseOption.select(['oot']));
      //mouseBox(inttobox(345,203,399,237), MOUSE_RIGHT);
        //(chooseOption.select(['oot']));
    end;

    begin
      setupSRL();
        repeat
          FindVolunteer;
            Wait(750+Random(100));
          GoThruChat;
            Wait(350+Random(250));
          KnockKnock;
          TripleLoot;
            Wait(750+Random(100));
        until (False);
    end.

    If it doesn't work then tell me what isn't working, because I occasionally get errors for chooseoption..
    I did thieving back in the days of PP to 99.
    I have an exam on the 6th since i was in hospital during exam period.
    However afterwords i have a day or two before i go overseas for work/conference i'll see if there's anything i can do.

  11. #36
    Join Date
    Jan 2014
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    A Fletching Script ?

  12. #37
    Join Date
    Mar 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    \

    I have an advanced pickpocketing trainer if you know how to trap the trainer. The method is the same as Limo's Cosher (look it up on SRL outdated scripts). Here's the script if it means anything:

    If it doesn't work then tell me what isn't working, because I occasionally get errors for chooseoption..
    I tried making it work by trapping the trainer correctly. It keeps clicking on the black end of the wall instead of luring knocking and looting. All it does is right clicking the black area. Could you help me out please?

  13. #38
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Roko View Post
    I tried making it work by trapping the trainer correctly. It keeps clicking on the black end of the wall instead of luring knocking and looting. All it does is right clicking the black area. Could you help me out please?
    Oh I forgot about correct angle and stuff...
    You need to tap the compass to have perfect north, and then zoom in full. He must be between the bookcases in Dodgy Derek's shop.
    You have permission to steal anything I've ever made...

  14. #39
    Join Date
    Feb 2013
    Location
    Belgium
    Posts
    86
    Mentioned
    6 Post(s)
    Quoted
    35 Post(s)

    Default

    Barbarain Fisher with actionbar dropping. 70k fishing Xp/h

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

    Default

    Quote Originally Posted by w00ty View Post
    Barbarain Fisher with actionbar dropping. 70k fishing Xp/h
    if no one else is making the script i certainly could EASILY do so within an hour or two

  16. #41
    Join Date
    Mar 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    if no one else is making the script i certainly could EASILY do so within an hour or two
    That would be really nice man I would use it for sure!

  17. #42
    Join Date
    Oct 2013
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Herblevore Overload Maker?

    Also a Unicow killer? It's about 1.5 mil per hour atm
    Last edited by Praizey; 01-04-2014 at 01:03 PM.

  18. #43
    Join Date
    Feb 2013
    Location
    Belgium
    Posts
    86
    Mentioned
    6 Post(s)
    Quoted
    35 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    if no one else is making the script i certainly could EASILY do so within an hour or two
    I'm pretty sure no one else is. Respect for all these RS3 releases man! Can't wait for more

  19. #44
    Join Date
    Nov 2013
    Location
    North of Hell
    Posts
    271
    Mentioned
    7 Post(s)
    Quoted
    171 Post(s)

    Default

    Tanner, tanning royal dragonhides is 2.5m/hr in Al Kharid.

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

    Default

    Quote Originally Posted by sparkyownage View Post
    Tanner, tanning royal dragonhides is 2.5m/hr in Al Kharid.
    haha

  21. #46
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    A simple edgeville gold bracelet maker for those of us who blew the majority of their money on crafting and still want to try and train crafting.

  22. #47
    Join Date
    Nov 2013
    Location
    North of Hell
    Posts
    271
    Mentioned
    7 Post(s)
    Quoted
    171 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    haha
    I don't understand what is so funny, am I missing something lol?

  23. #48
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by sparkyownage View Post
    I don't understand what is so funny, am I missing something lol?
    No thats classified!

  24. #49
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by sparkyownage View Post
    I don't understand what is so funny, am I missing something lol?
    I think the "Haha" is referring to the no-way-in-hell-that-is-2.5M-per-hour kind of sarcasm. Maybe the actual 1.4ish is a better portrayal of the method?
    You have permission to steal anything I've ever made...

  25. #50
    Join Date
    Nov 2013
    Location
    North of Hell
    Posts
    271
    Mentioned
    7 Post(s)
    Quoted
    171 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    I think the "Haha" is referring to the no-way-in-hell-that-is-2.5M-per-hour kind of sarcasm. Maybe the actual 1.4ish is a better portrayal of the method?
    http://i.imgur.com/2sdn25m.png?1
    Sparky never lies.

Page 2 of 3 FirstFirst 123 LastLast

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
  •