Results 1 to 13 of 13

Thread: Requesting AutoDropper - Paying 50K-200K

  1. #1
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Requesting AutoDropper - Paying 50K-300K

    Yup, I'm requesting an AutoDropper. But not just any old AutoDropper, a fast one. The faster it is, the more you get paid. I've seen some that drop your inventory within 8 seconds, that's my sweet spot. I had it before, but lost it. I would hope you don't add SRL but if you must, do so. Good luck.

  2. #2
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Albo23 View Post
    Yup, I'm requesting an AutoDropper. But not just any old AutoDropper, a fast one. The faster it is, the more you get paid. I've seen some that drop your inventory within 8 seconds, that's my sweet spot. I had it before, but lost it. I would hope you don't add SRL but if you must, do so. Good luck.
    ... we do not sell scripts here! go to SYTHER !

    never the less if you want an autodropper why don't you make one your slef its extremely easy i can assure you

  3. #3
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've tried but I can never get it as fast as I want to.

  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Make MouseSpeed=1


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  5. #5
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Clickmouse is awful fast
    Interested in C# and Electrical Engineering? This might interest you.

  6. #6
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks HY but I also tried that.

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

    Default

    Remember, making it too fast makes you get banned. Here's something for you, sorry, it requires srl:

    SCAR Code:
    program Dropper;
    {.include SRL/SRL.scar}
    //Drag the crosshairs to rs before you start the script.
    //Push F2 to drop everything in the inventory, and F5 to stop script.
    begin
    SetupSRL;
    WriteLn('Thank you for using Dropper by alach11')
    Wait(1000)
    ActivateClient;
    Mousespeed:=6 //Lower is faster, higher is less detectable
    repeat
    If(IsFKeyDown(2))then
      begin
      Dropall;
      end;
    until(IsFKeyDown(5))
    end.

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Yeah like that alch but I make muse speed 1


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Jun 2007
    Location
    Varrock East bank,
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    Clickmouse is awful fast

    Yup, thats definately your best bet :P

    SRL will not be held responsible if you, or any of your nooby mates get banned.
    Shadows-Collide -
    http://i142.photobucket.com/albums/r...ollidesig1.jpg
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig.
    - Shadows-collide -
    -

  10. #10
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Go to the utilities section. Copy and paste that whole script into your scar, and just change the DropToFast line at the bottom to DropToFast(1,28);

    That's the fastest possible way to drop, because mine is much faster then SRL's DropTo

  11. #11
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JAD View Post
    Go to the utilities section. Copy and paste that whole script into your scar, and just change the DropToFast line at the bottom to DropToFast(1,28);

    That's the fastest possible way to drop, because mine is much faster then SRL's DropTo
    I don't understand, I see no "DropToFast" in alach's script.

  12. #12
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here, this is what JAD is talking about:
    press F3 to drop

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    function ChooseOptionFast(x, y, Over: Integer; txt: string): Boolean;
    var
      x1, y1, x2, y2, LeftCorner, RightCorner: Integer;
    begin
      LeftCorner := BitmapFromString(4, 4, 'z78DA33753135313137C5' +
        '411A600064715CEA914500CACE13F0');
      RightCorner := BitmapFromString(4, 4, 'z78DA33753135313137' +
        'C5200D30002E35F8C501C9C013F0');
      if (FindBitmap(LeftCorner, x1, y1)) and (FindBitmap(RightCorner, x2, y2)) then
      begin
        if (FindText(x, y, txt, upchars, x1, y1, x2, 502)) then
        begin
          Result := True;
          Mouse(x + Length(txt) * 3 + (Over), y + 3, 2, 2, True);
        end
        else if (FindText(x, y, 'Cancel', upchars, x1, y1, x2, 502)) then
          Mouse(x + 9, y + 3, 2, 2, True);
      end;
      FreeBitmap(LeftCorner);
      FreeBitmap(RightCorner);
    end;

    {*********************************************************************
    procedure DropToFast(StartSlot, EndSlot: Integer);
    By: JAD
    Description: A re-make of SRL's function DropTo. This drops items just
    like DropTo does, but it does it much faster! It drops downward, and
    when the mouse clicks drop, the mouse is ready to click on the next
    item. The inventory numbers are numbered top left and down. So
    Inventory slot 1 is 1, Inventory slot 5 is 2, Inventory slot 9 is 3...
    etc.
    *********************************************************************}


    procedure DropToFast(StartSlot, EndSlot: Integer);
    var FastSlot: array[1..28] of Integer;
      DropSlot: array[1..28] of TPoint;
      I, Q, T: Integer;
    begin
      T := 1;
      for I := 1 to 28 do
      begin
        FastSlot[i] := T + Q;
        Q := Q + 4;
        if(Q > 24)then
        begin
          T := T + 1;
          Q := 0;
        end;
      end;
      GameTab(4);
      Q := 0;
      for I := StartSlot to EndSlot do
      begin
        if(ExistsItem(FastSlot[i]))then
        begin
          DropSlot[i] := ItemCoords(FastSlot[i]);
          Mouse(DropSlot[i].x,DropSlot[i].y,3,3,false);
          if(I > 7)then
            ChooseOptionFast(x,y,30,'Drop') else
              ChooseOptionFast(x,y,4,'Drop');
        end;
      end;
    end;

    begin
      SetupSRL;
      ActivateClient;
      wait(2500+random(1000));
      repeat
        if IsFkeyDown(3) then
          DropToFast(1, 28);
        Wait(150);
      until false
    end.

  13. #13
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Monkey, when I run that, it just compiles and then crashes. I remember I had the script before but I posted it in my SRL Member application then lost it. Is there a way I can find it again?

    P.S. I'm bumping it up to 300K.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 150-200k per hour. No need to bank.
    By igotgrapes in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 06-11-2008, 12:12 AM
  2. Requesting SIMPLE and FAST Autodropper!
    By bgxsaer in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-17-2007, 03:58 PM
  3. make 200k in 2 hrs
    By Stevee in forum News and General
    Replies: 4
    Last Post: 06-30-2007, 01:24 PM

Posting Permissions

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