Results 1 to 12 of 12

Thread: Travis's Auto Dropper - Need Help

  1. #1
    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Travis's Auto Dropper - Need Help

    This script is what I needed.. but the thing is it works fine and all, but is there anyway i can make it do it faster,,

    i tried changing the mouse speed to different numbers didnt seem too do anything...

    anyone know how to drop it like super fast

    thanks

  2. #2
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I suggest not dropping "super fast". Why? Because that could be detectable, if you move the mouse unrealistically(sp) fast.. But anyway, maybe post the script?

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Anyways, if you wanna super fast, if you type this to the begin of your script after SetupSRL, "MouseSpeed := 45;" the mouse will move faster than your eyes.

  4. #4
    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    {
    
    
            Simple Script. It drops for you.
            Saves around 1 minute of your time. *omg!*
    
            This is my first script! Made by: Travis AKA born2code
    
    
            SETUP - line 20
    
    
    }
    
    
    program AutoDropper;
    {.include srl/srl.scar}
    
    const
    startat = 2;  //item number to start dropping at
    
    procedure info;
    begin
    cleardebug;
    writeln('Its about to Drop...');
    wait(300);
    end;
    
    procedure done;
    begin
    cleardebug;
    writeln('Done dropping');
    wait(300);
    end;
    
    procedure sig;
    begin
    cleardebug;
    writeln('OWnage');
    writeln('This script was written by Travis');
    wait(50);
    end;
    
    procedure drop;
    begin
    status('Its DROPPING!!');
    if (invfull = true) then
    mousespeed:=100;
    dropto(startat,28);
    wait(1500+random(100));
    end;
    
    
    begin
    setupSRL;"MouseSpeed := 45;"
    info;
    drop;
    done;
    wait(2000);
    sig;
    end.
    i tried this and it comes up with this error
    "line 55 error: 14504:10 (syntax error in script : (script locationhere)
    "line 55 error: 14504:10 unexpecteed end of file blah blah


    Can someone help pl0x

  5. #5
    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone lol ???

  6. #6
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Double-posting/Bumping = no-no
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  7. #7
    Join Date
    Jul 2007
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here you go

    SCAR Code:
    {


            Simple Script. It drops for you.
            Saves around 1 minute of your time. *omg!*

            This is my first script! Made by: Travis AKA born2code


            SETUP - line 20


    }



    program AutoDropper;
    {.include srl/srl.scar}

    const
    startat = 2;  //item number to start dropping at

    procedure info;
    begin
    cleardebug;
    writeln('Its about to Drop...');
    wait(300);
    end;

    procedure done;
    begin
    cleardebug;
    writeln('Done dropping');
    wait(300);
    end;

    procedure sig;
    begin
    cleardebug;
    writeln('OWnage');
    writeln('This script was written by Travis');
    wait(50);
    end;

    procedure drop;
    begin
    status('Its DROPPING!!');
    if (invfull = true) then
    mousespeed:= 100;
    DropToPosition(startat,28);
    wait(1500+random(100));
    end;


    begin
    setupSRL;
    MouseSpeed := 45;
    info;
    drop;
    done;
    wait(2000);
    sig;
    end.
    Do not propose an idea of peculation without evidence of such action.

    http://cashcrate.com/704591 click here and make money!

  8. #8
    Join Date
    May 2007
    Location
    Seattle
    Posts
    1,069
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    lol. HEY! He is talking about my first script! lol.
    FORMERLY BORN2CODE | Play Internet Games
    http://img147.imageshack.us/img147/2084/sigg.png

  9. #9
    Join Date
    Jul 2007
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thats right...
    Do not propose an idea of peculation without evidence of such action.

    http://cashcrate.com/704591 click here and make money!

  10. #10
    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol for some reason lol this is the only scar-srl script i have gotten to work everyother script doesnt seem too work for me :P

  11. #11
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    MouseSpeed := 45?!

    Dudes, the higher the MouseSpeed the slower it becomes...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  12. #12
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by SantaClause View Post
    MouseSpeed := 45?!

    Dudes, the higher the MouseSpeed the slower it becomes...
    No the higher the MouseSpeed the FASTER it goes.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Travis's Auto Dropper....
    By TravisV10 in forum First Scripts
    Replies: 25
    Last Post: 11-15-2007, 05:00 PM
  2. Auto dropper
    By e370 in forum OSR Help
    Replies: 1
    Last Post: 07-25-2007, 07:29 PM
  3. auto dropper
    By Flame Guard in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 06-13-2007, 02:18 PM
  4. Auto dropper help.
    By kooldude in forum OSR Help
    Replies: 12
    Last Post: 04-17-2007, 03:48 AM

Posting Permissions

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