Results 1 to 19 of 19

Thread: Featherizor 2000

  1. #1
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Featherizor 2000


    Featherizor 2000

    A chicken killer/feather picker!

    For my second script i created this chicken killer/feather picker.
    It does like it says, kills a chicken, picks the feathers and kills the next.
    So far it has worked flawless but i only tested it at the Champions Guild.

    No fancy stuff just yet, maked sure it was working before adding stuff like multiplayer.

    Please post any progress reports, construcitve commantary and ofcourse bugs


    *** First Progress Report ***
    SCAR Code:
    ******************************
    *~~~~~~Featherizor 2000~~~~~~*
    *~~~~~~~Version  0.01~~~~~~~~*
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    * Killed A Total Of 190 Chickens !*
    * Times Picked Feathers Up: 118 !*
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    ******************************

    Featherizor 2001

    Now has
    Multiplayer function
    Antirandoms
    Antiban
    Smoother mouse movement
    And better feather finder.


    Please post any progress reports, construcitve commantary and ofcourse bugs



  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Thats a nice simple script, but it has no randoms or anti ban =p

  3. #3
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah i know working on it Tried using antirandoms but just got a runtime error, will work on that later.
    Also found a progress report error on the feathers, edited that now

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

    Default

    Dont workfor me

  5. #5
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you use Scar 3.11 with SRL 3.81?
    Did you drag the crosshair into the rs screen?

    Anyways.
    New version!

    Featherizor 2001

    Now has
    Multiplayer
    Autologin,
    Antirandoms
    and Antiban!
    Also the mouse moves smoother making it more undetectable.

    Please post any bugs and progress reports, i ike to know how my script is doing ^^

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

    Default

    it dosent repeat... only does 1 chickien

  7. #7
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope, does repeat, it is because it does the antiban procedure after every chicken it kills, which sometimes takes a while.
    Also make sure you have set up SRL correctly as it uses functions from SetupSrl.scar

  8. #8
    Join Date
    Aug 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried it at the chicken coop, and it didnt work.
    Ill make some scripts soon, right now im trying to get some help... So be patient, thanks.

    -Scripty-Soft

  9. #9
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its seems like most people dont even read the news:

    Welcome to the SRL forums... RUNESCAPE UPDATE 06-08-07...SRL NEEDS TWEAKING...SRL Library no longer compatible with Runescape...Don't auto untill SRL is updated!...
    Probably the reason why it doesnt work.

    Also, u need to play on low detail and full brightness.

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

    Default

    I haven't tested it, but I got a couple of suggestions for you:

    First of all, I think you should put the progress report procedure somewhere in your main loop so that it will display a proggie every now and again instead of once at the when F12 is pressed.

    Secondly I personally think you need to fix your standards. .

    Thirdly, you should add more stuff to your antiban and also maybe increase the random(6) to something higher so that the script won't do some antiban everytime the procedure is called.

    Lastly, I'm not sure if the script will be able to find the chickens because you've only used one colour. The chickens come in all sorts of colours. Also, I recommend you use FindObj instead because from my experience with object finding it works a hell of a lot better than FindColorTolerance.

    Other than that seems like a simple yet good script...

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

    Default

    Maybe you could add a timeout to your antiban? Like every x minutes + some random and the user could set it..? Otherwise this is quite simple, but okay.

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

    Default

    I keep getting this message, is this setup right?

    [Runtime Error] : Out Of Range in line 129 in script D:\Program Files\SCAR 3.11\Scripts\featherizor 2001.scar

    SCAR Code:
    //->Declare Players<-//
    Procedure DeclarePlayers;
    begin
      Status('Loading Players')

      HowManyPlayers  := 1;
      NumberOfPlayers( HowManyPlayers );
      CurrentPlayer := 0;

         Players[0].Name      := '*******';
         Players[0].Pass      := '********';
         Players[0].Nick      := '***'; // 2-4 letters of username
         Players[0].Active    := True;

         Players[1].Name      := 'Username';
         Players[0].Pass      := 'Password';
         Players[1].Nick      := 'ern'; // 2-4 letters of username
         Players[1].Active    := False;

         Players[2].Name      := 'Username';
         Players[2].Pass      := 'Password';
         Players[2].Nick      := 'ern'; // 2-4 letters of username
         Players[2].Active    := False;

         Players[3].Name      := 'Username';
         Players[3].Pass      := 'Password';
         Players[3].Nick      := 'ame'; // 2-4 letters of username
         Players[3].Active    := False;
    end;

  13. #13
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pcnerd98 View Post
    I keep getting this message, is this setup right?

    [Runtime Error] : Out Of Range in line 129 in script D:\Program Files\SCAR 3.11\Scripts\featherizor 2001.scar

    SCAR Code:
    //->Declare Players<-//
    Procedure DeclarePlayers;
    begin
      Status('Loading Players')

      HowManyPlayers  := 1;
      NumberOfPlayers( HowManyPlayers );
      CurrentPlayer := 0;

         Players[0].Name      := '*******';
         Players[0].Pass      := '********';
         Players[0].Nick      := '***'; // 2-4 letters of username
         Players[0].Active    := True;

         Players[1].Name      := 'Username';
         Players[0].Pass      := 'Password';
         Players[1].Nick      := 'ern'; // 2-4 letters of username
         Players[1].Active    := False;

         Players[2].Name      := 'Username';
         Players[2].Pass      := 'Password';
         Players[2].Nick      := 'ern'; // 2-4 letters of username
         Players[2].Active    := False;

         Players[3].Name      := 'Username';
         Players[3].Pass      := 'Password';
         Players[3].Nick      := 'ame'; // 2-4 letters of username
         Players[3].Active    := False;
    end;
    This is why probably:
    Players[1].Name := 'Username';
    Players[0].Pass := 'Password';
    Players[1].Nick := 'ern'; // 2-4 letters of username
    Players[1].Active := False;

  14. #14
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  15. #15
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pretty nice script. Looks good will run it tonight.

  16. #16
    Join Date
    Jun 2007
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 135: [Error] (14816:23): Unknown identifier 'x' in script C:\Documents and Settings\Owner\Local Settings\Temporary Internet Files\Content.IE5\D6NJKN9M\featherizor%202001[1].scar


    http://i1207.photobucket.com/albums/...1880351716.gif
    Quote Originally Posted by R0b0t1 View Post
    We cheat better than most players can play.

  17. #17
    Join Date
    Mar 2007
    Location
    in Holland
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hehe finaly a lol script begon with simple but is is now a gd handy script for lvl 3-30 noobs:P

  18. #18
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I keep getting this: Line 148: [Error] (14829:23): Unknown identifier 'x' in script C:\Users\Keith\AppData\Local\Microsoft\Windows\Tem porary Internet Files\Low\Content.IE5\LF761QVU\featherizor%202001[1].scar

  19. #19
    Join Date
    Nov 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it doesnt work on my comp..
    it says: Line 148: [Error] (14829:23): Unknown identifier 'x' in script

    its all over with (x,y)so it it didnt help to remove it it yust doesnt work.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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