auto abuser by denial

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

auto abuser by denial
  1. Unread #1 - Oct 15, 2007 at 6:21 AM
  2. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    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.
    
     
  3. Unread #2 - Oct 25, 2007 at 5:09 AM
  4. killercow
    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    killercow Member

    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)
     
  5. Unread #3 - Oct 25, 2007 at 3:52 PM
  6. superfirecaper
    Joined:
    Jan 27, 2007
    Posts:
    276
    Referrals:
    0
    Sythe Gold:
    0

    superfirecaper Forum Addict
    Banned

    auto abuser by denial

    does this come with anti bans
     
  7. Unread #4 - Oct 25, 2007 at 5:52 PM
  8. Zeta
    Joined:
    Jan 21, 2007
    Posts:
    1,680
    Referrals:
    3
    Sythe Gold:
    0

    Zeta Guru
    Banned

    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.
     
  9. Unread #5 - Oct 26, 2007 at 11:28 PM
  10. gammer1337
    Referrals:
    1

    gammer1337 Guest

    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
     
  11. Unread #6 - Oct 28, 2007 at 6:50 AM
  12. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    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
     
  13. Unread #7 - Nov 1, 2007 at 5:11 PM
  14. Kickn t
    Referrals:
    0

    Kickn t Guest

    auto abuser by denial

    what's an abuser
     
  15. Unread #8 - Nov 2, 2007 at 2:52 AM
  16. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    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...
     
  17. Unread #9 - Nov 2, 2007 at 6:47 AM
  18. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

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

    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>
     
  19. Unread #10 - Nov 2, 2007 at 12:58 PM
  20. X.Jake.X
    Joined:
    Nov 2, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    X.Jake.X Active Member

    auto abuser by denial

    Another nice script by you :D
     
  21. Unread #11 - Nov 4, 2007 at 3:08 AM
  22. idkaboutthis
    Joined:
    Jan 29, 2007
    Posts:
    1,164
    Referrals:
    0
    Sythe Gold:
    0

    idkaboutthis Guru
    Banned

    auto abuser by denial

    thanks denial and zeta
     
  23. Unread #12 - Nov 4, 2007 at 1:58 PM
  24. Uzairs_8
    Referrals:
    0

    Uzairs_8 Guest

    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
     
  25. Unread #13 - Nov 4, 2007 at 2:59 PM
  26. gamer716
    Joined:
    Apr 6, 2007
    Posts:
    490
    Referrals:
    0
    Sythe Gold:
    0

    gamer716 Forum Addict
    Banned

    auto abuser by denial

    add anti-randoms, anti-ban and fail safes :)
     
  27. Unread #14 - Nov 7, 2007 at 1:13 AM
  28. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    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! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site