Results 1 to 12 of 12

Thread: A SRL Autodropper by Buckleyindahouse, its simple.

  1. #1
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default A SRL Autodropper by Buckleyindahouse, its simple.

    Well, hello there again. Im just releasing an auto dropper i made for those lazy people out there like me who dont wanna drop items. Yea i kno its simple to make but so what. have fun with it.

  2. #2
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    this is a nice basis dropping script, but it drops whole your inventory, so it also drops pickaxes, gems and other maybe usefull stuff.
    Try to make one that dropps example ores (that you've got to set te colour for example).
    one with forms.
    BUt a nice script btw, upgrade it

  3. #3
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Took out a few things you didnt really need. but not bad function, very basic and more features can always be added.
    Code:
    program autodropper;
    {.include srl/srl.scar}
    
    procedure credits;
    begin
    cleardebug;
    writeln('This auto dropper was created by');
    writeln('Buckleyindahouse Productions Express');
    writeln('Have Fun auto dropping');
    end;
    
    procedure dropitlikeitshot;
    begin
    gametab(4);
    status('Now Dropping');
    if (invfull) then
    mousespeed:=7;{mousespeed=1 is quite too fast. if your flagged moving that fast and accurately wont look too good}
    dropto(1,28);
    end;
    
    
    begin
    setupSRL;
    Credits;
    activateclient;
    dropitlikeitshot;
    end.

  4. #4
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    ok dokie thank you for replies

  5. #5
    Join Date
    Nov 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ?

    How detectable is this? Im trying to get 85 mining on my main, im mining iron this could be helpfull Think i could use it on my main without getting banned?

  6. #6
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its SRL. Very Unlikely to be detected.

    This drops everything in the inventory. It would be good if you could get it to check for gems, equipment, money etc.

    but, it does require alot of time.

    Good Job

  7. #7
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by r!ch!e View Post
    Its SRL. Very Unlikely to be detected.

    This drops everything in the inventory. It would be good if you could get it to check for gems, equipment, money etc.

    but, it does require alot of time.

    Good Job
    if you want it to drop everything but your pic then change
    dropto(1,28);
    to
    dropto(2,28);
    also was looking for this lol

  8. #8
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Yeah, and you could always just not bump old threads

    -.-

  9. #9
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bullzeye95 View Post
    Yeah, and you could always just not bump old threads

    -.-
    I agree -.-

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

    Default

    why couldnt you do this?

    SCAR Code:
    program dropper;
    {.include SRL\SRL.Scar}

    begin
    mousespeed := 4;
    dropto(2,28,2)
    dropto(2,28,2)
    dropto(2,28,2)
    end.

    three drops incase it missed something and i nevered even looked into your yet XD

  11. #11
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    This is an old topic, this was made a long time ago. Let it die.

  12. #12
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Buckleyindahouse View Post
    This is an old topic, this was made a long time ago. Let it die.
    Yea i agree, a looooooooooooooooong time ago

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Super simple [AutoDropper] [SRL4#13]
    By Floor66 in forum First Scripts
    Replies: 14
    Last Post: 02-22-2008, 03:02 PM
  2. Mute's Simple AutoDropper [v1.0]
    By Mute in forum First Scripts
    Replies: 7
    Last Post: 02-07-2008, 07:02 PM
  3. Requesting SIMPLE and FAST Autodropper!
    By bgxsaer in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-17-2007, 03:58 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
  •