My first script, Autodrop

Discussion in 'RuneScape Scripts' started by Ticonwc3, Oct 17, 2008.

My first script, Autodrop
  1. Unread #1 - Oct 17, 2008 at 12:17 AM
  2. Ticonwc3
    Referrals:
    0

    Ticonwc3 Guest

    My first script, Autodrop

    Basic autodrop, will drop every item in inventory. Just specify the runescape 2 window in normal sized screen and it will do the rest, this is my first script please remember that..Post any suggestions/complaints/errors =]
    _______________________________________________________________________________________________________________
    _______________________________________________________________________________________________________________
    According to orange this will get you banned..so use at your own risk..
     
  3. Unread #2 - Oct 17, 2008 at 8:10 AM
  4. Kanoy
    Joined:
    Aug 10, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0

    Kanoy Forum Addict

    My first script, Autodrop

    I might test it out later, keep up the good work.
     
  5. Unread #3 - Oct 17, 2008 at 2:10 PM
  6. orange
    Joined:
    May 6, 2007
    Posts:
    139
    Referrals:
    4
    Sythe Gold:
    10

    orange Active Member

    My first script, Autodrop

    Worst script ever. MoveMouse and ClickMouse are outdated, and will get you banned before you can say splat. Also, you have no randomness. Whenever you run your script it will ALWAYS click in the same places.

    Here's a better, more advanced, and less spammy dropper that's creatable within 10 seconds to anyone who can actually script..

    edit: For some reason sythe is blocking this ' { ' the other way , so change the two asterisks (*) to it. (In the Include)

    Code:
    program DropStuff;
    {.include srl/srl.scar**
    
    const
      StartSlot =  1; //<Inventory slot to start dropping at.
      EndSlot   = 28; //<Inventory slot to end dropping at.
    var
      item: Integer;
      
    begin
      if InvEmpty then
      begin
        WriteLn('So... your inventory is empty but you want me to drop stuff? Uhmm... done?');
        exit;
      end;
      Status('Dropping Stuff');
      for item:= (StartSlot) to (EndSlot) do
      DropItem(item);
      WriteLn('Successfully dropped items '+IntToStr(StartSlot)+' to '+IntToStr(EndSlot)+'.');
    end.
     
  7. Unread #4 - Oct 22, 2008 at 5:13 PM
  8. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    My first script, Autodrop

    Wow orange way to be gay. Its his first script give him a break. + i have scripted for 2 years now (not in a row) and NEVER got banned using a clickmouse script. people just h8 on that function u guess its because they rape their macroers and leave em running 24/7.

    But again. keep up the good work Ticon.
     
  9. Unread #5 - Feb 15, 2009 at 8:57 AM
  10. -Sheep-
    Joined:
    Oct 22, 2008
    Posts:
    605
    Referrals:
    1
    Sythe Gold:
    0

    -Sheep- Forum Addict
    Banned

    My first script, Autodrop

    hmm i would like a power ess miner
     
  11. Unread #6 - Apr 13, 2009 at 8:56 AM
  12. mopmop
    Joined:
    Apr 13, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    mopmop Newcomer

    My first script, Autodrop

    It doesn't work with me.
    It say that :"Include file C:\Program Files\SCAR 3.12\includes\srl\srl.scar does not exist."
    Can I download this somewhere?
     
  13. Unread #7 - Apr 17, 2009 at 12:04 AM
  14. jersey bass
    Joined:
    Apr 17, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    jersey bass Newcomer

    My first script, Autodrop

    program DropStuff;
    {.include srl/srl.scar

    const
    StartSlot = 1; //<Inventory slot to start dropping at.
    EndSlot = 28; //<Inventory slot to end dropping at.
    var
    item: Integer;

    begin
    if InvEmpty then
    begin
    WriteLn('So... your inventory is empty but you want me to drop stuff? Uhmm... done?');
    exit;
    end;
    Status('Dropping Stuff');
    for item:= (StartSlot) to (EndSlot) do
    DropItem(item);
    WriteLn('Successfully dropped items '+IntToStr(StartSlot)+' to '+IntToStr(EndSlot)+'.');
    end.
     
  15. Unread #8 - Apr 26, 2009 at 12:35 PM
  16. FacelessVoid
    Joined:
    Nov 25, 2007
    Posts:
    1,886
    Referrals:
    1
    Sythe Gold:
    0

    FacelessVoid Guru
    Banned

    My first script, Autodrop

    Great! How to use it?
     
< PayPal has renewed website! | ~ TViYH's Powerminer ~ >

Users viewing this thread
1 guest


 
 
Adblock breaks this site