Results 1 to 7 of 7

Thread: Feather Eater

  1. #1
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Feather Eater

    Feather Eater V 0.7 REV #10
    By Spaztaz666

    Usage: Kills Chickens and pick up feathers

    Features:
    AntiBan
    AntiRandoms
    FightModes
    Feather Pickup
    Other Stuff...

    Known Bugs:
    Stats dont work? im not sure but i dont think so??

    Post Proggies and Any Other Bugs

    Proggies:

    SCAR Code:
    /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
    */ FeatherEater V0.9
    */ Killing For 14 Minutes and 36 Seconds
    */ Killed 57 Chickens
    */ Picked 0 Feathers
    /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

    Log:
    V0.9 - Fixed Crazy mouse movements, added SRL Stats
    V0.8 - Fixed Bugs, made array
    V0.7 - Huge improvements, re-wrote many procedures
    V0.5 - Fixed bug, added more colors
    V0.1 - Wrote!

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    great job =)

    cmon guys use this script and help him out a bit =D

  3. #3
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a really good script, the only problem that I had was that the mouse would spaz out and I think that it was looking for chickens but there were chickens like right in front of my person.

  4. #4
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes i know about the spazzy mouse but i cant seem to figure out why lol
    any help would be greatly appreciated,
    it might be the chicken colors so you could try getting them again,
    also turn the debug on and tell me what tol it finds them.

    ~Spaz

  5. #5
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure TempHighestAngle;
    begin
      if not(loggedIn) then exit;
      MarkTime(s);
      repeat
        keydown(VK_UP);
      until TimeFromMark(s) >= (1000+Random(500))
    end

    Use
    SCAR Code:
    SetAngle(true);

    SCAR Code:
    if (not(loggedin)) then loginplayer;

    LogInPlayer already has "If Not LoggedIn".
    So, temove the "If not loggedin" part just to make it look better.

    SCAR Code:
    Function RandomChickColor: integer;
     Begin
      Status('Picking Random Chicken Color from Consts.');
      Case Random(5) of
        0: Result := ChickenColor;
        1: Result := ChickenColor2;
        2: Result := ChickenColor3;
        3: Result := ChickenColor4;
        4: Result := ChickenColor5;
      end;
    end;

    That made me go "WdF?".

    Instead of that, use:

    SCAR Code:
    Procedure AttackChicken;
    var
      p, g, a, i: Integer;
      ChickenColor: Array [0..4] of integer;
    begin
    ChickenColor[0]  = 1055613;
    ChickenColor[1] = 8299963;
    ChickenColor[2] = 1055621;
    ChickenColor[3] = 2841210;
    ChickenColor[4] = 3706527;
      For I := 0 to 4 do
        If (FindColorTolerance(x, y, ChickenColor[i], MSX1, MSY1, MSX2, MSY2, 5)) then
        begin
          MMouse(x, y, 1, 1)
          If IsUptextMulti('cken','hicken','chic') then
          begin
             Mouse(x,y,1,1, false)
             chooseoption('tack')
             MarkTime(g);
             If (Debug) then Writeln('Killing Chicken');
             FindNormalRandoms;
             AntiLog;
             Chick := Chick + 1
             Chickens := Chickens + 1
             FindNormalRandoms;
    // Rest of procedures here.
             Exit;

    I don't know if I explained it too well, read a tut on arroys.

  6. #6
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahhh ok thx evil, ill read up on them and make some changes

    ~Spaz

  7. #7
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry for double post but Updated

    ~Spaz

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ~ Simple auto eater ~
    By NightBlade09 in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 04-24-2008, 02:31 PM
  2. Cabbage Eater
    By Jason2gs in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 03-01-2007, 02:45 AM

Posting Permissions

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