Requesting AutoDropper - Paying 50K-200K

Discussion in 'Script Requests' started by Albert, Jun 25, 2007.

Requesting AutoDropper - Paying 50K-200K
  1. Unread #1 - Jun 25, 2007 at 4:55 PM
  2. Albert
    Joined:
    Jul 6, 2005
    Posts:
    135
    Referrals:
    1
    Sythe Gold:
    0

    Albert Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    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. Good luck.

    P.S. I saw it on these forums before, but I think it's been pruned by now.
     
  3. Unread #2 - Jun 25, 2007 at 5:23 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    Code:
    program Drop;
    {.include SRL\SRL.scar}
    var
      f: Integer;
    
    begin
      ActivateClient;
      repeat
        f:= f+1;
        MouseItem(f, false);
        Wait(100 + Random(100));
        ClickOption('rop', 2);
        Wait(Random(50));
      until (InvCount = 0)
    end.
    I think that will work. Will drop a load, using the SRL.
     
  5. Unread #3 - Jun 25, 2007 at 5:37 PM
  6. Albert
    Joined:
    Jul 6, 2005
    Posts:
    135
    Referrals:
    1
    Sythe Gold:
    0

    Albert Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    Yeah, but how fast does it go?
     
  7. Unread #4 - Jun 25, 2007 at 5:44 PM
  8. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    Try it. . .
     
  9. Unread #5 - Jun 25, 2007 at 7:56 PM
  10. Albert
    Joined:
    Jul 6, 2005
    Posts:
    135
    Referrals:
    1
    Sythe Gold:
    0

    Albert Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    Oops mate, sorry I thought I had edited that message. It doesn't go very fast. Sorry.
     
  11. Unread #6 - Jun 26, 2007 at 7:01 PM
  12. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

  13. Unread #7 - Jun 27, 2007 at 7:31 AM
  14. DJarn0
    Joined:
    Apr 9, 2006
    Posts:
    106
    Referrals:
    0
    Sythe Gold:
    0

    DJarn0 Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    since most are nubs and dont know how:

    Code:
    program Drop;
    {.include SRL\SRL.scar}
    
    var
      f: Integer;
    
    Const
     MouseSpeeds = 3; //3 or 4 recommend for speed
    
    begin
      SetupSrl;
      Mousespeed := MouseSpeeds;
      ActivateClient;
      repeat
        f:= f+1;
        MouseItem(f, false);
        Wait(100 + Random(100));
        ClickOption('rop', 2);
        Wait(Random(50));
      until (InvCount = 0)
    end.
    
     
  15. Unread #8 - Jun 27, 2007 at 8:18 AM
  16. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    Eh, that'll work.
     
  17. Unread #9 - Jun 27, 2007 at 12:02 PM
  18. Botter124
    Referrals:
    0

    Botter124 Guest

    Requesting AutoDropper - Paying 50K-200K

    Wait contact me through PM i got one really fast it comes with auto miner...

    I'll go first but give me a vouch after trade...
     
  19. Unread #10 - Jun 27, 2007 at 12:47 PM
  20. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    You can't sell scripts that aren't yours.
     
  21. Unread #11 - Jun 27, 2007 at 4:16 PM
  22. Albert
    Joined:
    Jul 6, 2005
    Posts:
    135
    Referrals:
    1
    Sythe Gold:
    0

    Albert Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    Botter, cruel miner for me just hovers over my inventory.
     
  23. Unread #12 - Jun 27, 2007 at 8:05 PM
  24. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    Was he trying to sell you Cruel Miner?
     
  25. Unread #13 - Jun 28, 2007 at 11:27 AM
  26. Albert
    Joined:
    Jul 6, 2005
    Posts:
    135
    Referrals:
    1
    Sythe Gold:
    0

    Albert Active Member
    Banned

    Requesting AutoDropper - Paying 50K-200K

    Yeah, he was.
     
  27. Unread #14 - Jun 28, 2007 at 11:31 AM
  28. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Requesting AutoDropper - Paying 50K-200K

    Alright, that's against the rules. I'll go ahead and take care of that for you.
     
  29. Unread #15 - Jun 28, 2007 at 11:35 AM
  30. chrissalera
    Joined:
    Jun 26, 2007
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    chrissalera Member

    Requesting AutoDropper - Paying 50K-200K

    this is a fake
    it does NOT work
    i lost wat i wore-full rune
    it didnt drop- it dissapeared
     
< Looking for Ardougne Chest Theiver | looking for auto fisher for lobs that works on divi >

Users viewing this thread
1 guest


 
 
Adblock breaks this site