Adblock breaks this site

My first script, Autodrop

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

  1. Ticonwc3

    Ticonwc3 Guest

    Referrals:
    0
    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..
     
  2. Kanoy

    Kanoy Forum Addict

    Joined:
    Aug 10, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0
    My first script, Autodrop

    I might test it out later, keep up the good work.
     
  3. orange

    orange Active Member

    Joined:
    May 6, 2007
    Posts:
    139
    Referrals:
    4
    Sythe Gold:
    10
    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.
     
  4. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  5. -Sheep-

    -Sheep- Forum Addict
    Banned

    Joined:
    Oct 22, 2008
    Posts:
    605
    Referrals:
    1
    Sythe Gold:
    0
    My first script, Autodrop

    hmm i would like a power ess miner
     
  6. mopmop

    mopmop Newcomer

    Joined:
    Apr 13, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    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?
     
  7. jersey bass

    jersey bass Newcomer

    Joined:
    Apr 17, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  8. FacelessVoid

    FacelessVoid Guru
    Banned

    Joined:
    Nov 25, 2007
    Posts:
    1,886
    Referrals:
    1
    Sythe Gold:
    0
    My first script, Autodrop

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


 
 
Adblock breaks this site