Adblock breaks this site

auto abuser by denial

Discussion in 'Outdated RS Scripts' started by Denial, Oct 15, 2007.

  1. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    auto abuser by denial

    current version: beta
    please post bugs, suggestions etc

    Code:
                              //automatical\\
                             //////harlz\\\\\\
                            ////auto abuser\\\\
                           /////////1.0\\\\\\\\\
                          //___________________\\
    
       //how to use: setup right below, that explains most of it :)\\
    
    
    
    
    
    
    
    program autoabuser;
    
    const
    
    startupwait = 5000;//how long to wait before script starts so you can get ready
    
    monstercolor1 = 0;//color of the monster you wish to kill.
    
    monstercolor2 = 0;//secondary color (just get more or less the same color)
    
    monstercolor3 = 0;//if you still need an explanation your going nowhere fast
    
    combatinterval = 25000;//milliseconds between each kill
    
    monsterstokill = 100;// how many monsters to kill
    
     {.include SRL/SRL.scar}
    
     
     
    procedure autoabuser;
    
    
    var
    i, x, y: integer;
    
    begin
     wait(startupwait+random(1000))
    repeat
    
    i:= i + 1
      writeln('searching');
      if (FindColor(x, y, monstercolor1, 0, 0, 517, 337))
       or (FindColor(x, y, monstercolor2, 0, 0, 517, 337))
       or (FindColor(x, y, monstercolor3, 0, 0, 517, 337))then
        mmouse(x,y, 1, 1)
        mouse(x,y,1,1,true)
      writeln('abuse in progress... casualty number: ' + IntToStr(i))
     wait(combatinterval+random(1000));
    until i = monsterstokill;
    end;
    
    begin
    setupsrl
    autoabuser
    end.
    
     
  2. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    i was reading thru the script and it seems to have no anti-randoms? this script is good if ur sitting next to ur computer watching fresh prince of bel-air and glance over every now and then.....(totally using it)
     
  3. superfirecaper

    superfirecaper Forum Addict
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    276
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    does this come with anti bans
     
  4. Zeta

    Zeta Guru
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    1,680
    Referrals:
    3
    Sythe Gold:
    0
    auto abuser by denial

    should be like this


    Code:
                              //automatical\\
                             //////harlz\\\\\\
                            ////auto abuser\\\\
                           /////////1.0\\\\\\\\\
                          //___________________\\
    
       //how to use: setup right below, that explains most of it :)\\
    
    
    
    
    
    
    
    program autoabuser;
    
    const
    
    startupwait = 5000;//how long to wait before script starts so you can get 
    
    monstercolor1 = 0;//color of the monster you wish to kill.
    
    monstercolor2 = 0;//secondary color (just get more or less the same color)
    
    monstercolor3 = 0;//if you still need an explanation your going nowhere fast
    
    combatinterval = 25000;//milliseconds between each kill
    
    monsterstokill = 100;// how many monsters to kill
    
     {.include SRL/SRL.scar}
    
     
     
    procedure autoabuser;
    
    
    var
    i, x, y: integer;
    
    begin
     wait(startupwait+random(1000))
    repeat
    
      writeln('searching');
      if (FindColor(x, y, monstercolor1, 0, 0, 517, 337))
       or (FindColor(x, y, monstercolor2, 0, 0, 517, 337))
       or (FindColor(x, y, monstercolor3, 0, 0, 517, 337))then
        mmouse(x,y, 1, 1)
        mouse(x,y,1,1,true)
        i:= i + 1
      writeln('abuse in progress... casualty number: ' + IntToStr(i));
     wait(combatinterval+random(1000));
    until i = monsterstokill;
    end;
    
    begin
    setupsrl;
    autoabuser;
    end.
     
  5. gammer1337

    gammer1337 Guest

    Referrals:
    1
    auto abuser by denial

    yeah, i'm a n00b to this site, i stopppd playing for about 2 years; and i come back to it so be nice :)... Lol how do i download the scar file , dont see a link :\ do i just copy the text and paste it into scar ...?

    pSt. Sorry for leech
     
  6. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    auto abuser by denial

    yup copy n paste, its that simple.
    and for crying out loud if the beta version of this script was gonna have antirandoms i'd have to be creative with 1.0 wouldnt i, give me a break lol


    im taking a pretty long break from scripting but ill be back on it soon
     
  7. Kickn t

    Kickn t Guest

    Referrals:
    0
    auto abuser by denial

    what's an abuser
     
  8. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    auto abuser by denial

    leechers, leechers leechers...its the name of the script my speddish freind. it auto fights monsters, and no i will not tell you how to use it. ill post a tutorial on the subject later...
     
  9. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    <rant>
    This quote, my friend, is the proof of you being an idiot. First of all, the script isn't even compiling properly. Maybe you should test it before posting? So, could you please stop acting like you know everything? Because well, you don't. </rant>
     
  10. X.Jake.X

    X.Jake.X Active Member

    Joined:
    Nov 2, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    Another nice script by you :D
     
  11. idkaboutthis

    idkaboutthis Guru
    Banned

    Joined:
    Jan 29, 2007
    Posts:
    1,164
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    thanks denial and zeta
     
  12. Uzairs_8

    Uzairs_8 Guest

    Referrals:
    0
    auto abuser by denial

    Im sorry to say denial i agree if u want reports and faults back u gotta answer questions and if u dont want to answer questions dont post your scripts at all
     
  13. gamer716

    gamer716 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    490
    Referrals:
    0
    Sythe Gold:
    0
    auto abuser by denial

    add anti-randoms, anti-ban and fail safes :)
     
  14. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    auto abuser by denial

    i did test it and i have been using it frequently ever since, my freind, you should try using it correctly.

    @ X.Jake.X: yeah dont i just rule :D
     
< A Working Script Pack | [Non RS] Fun Prank/Psuedo Virus made in SCAR! >


 
 
Adblock breaks this site