Ok im using this script:
Code:
{
Chicken Killer (KFC Style)! Version 3.0!

By:

|  | \  /  77777  1  1  9999  4 4
|==|  \/      7   1  1  9999  444  <---That's my username! (hy71194)
|  |  |      7    1  1     9    4

                       *-AKA-*

|  |   /\   |--  |--  \  /
|==|  /==\  |    |     \/    <---That's my real name! (Harry)
|  | /    \ |    |     |

v1.0: First script made by someone. :( I don't know who...
v2.0: Script maker made the bone/feather searching repeat.
v3.0: Harry got this script off some website and edited This So It Can kill
chickens, collect bones, and feathers in areas where there are chickens,
like in Lumbridge.

*-Possible Future Features-*
1. Work with SRL Include/Protection against those stupid random events! =[
2. Make more human like NO MoveMouseSmooth! <--People say this = BAN
3. Add Anti-Bans
3. Make Multi-User
4. Make Auto-Color
5. Auto-Updating with future versions of the script
6. Have it bank the stuff
7. Beef up the script
8. If you change the script to do any of these above, post it on the place
   where you got this. (Hopefully on http://www.srl-forums.com/)

Be Sure To Have No 'Good' Items Incase of Death, even though is is rare
Harry or the true maker of this script are not responsible if your account
should become banned.

If you are the person that has all of those lvl-3 mules that auto,
please don't use this script. lol there is too many of those mules that
auto. :(
Also, if you are in any way with Jagex, like a MOD, delete this script NOW!

This script was tested on SCAR 2.03 by Kaitnieks.
Windows XP SP2 Professional.
Screen Set at 1024 by 768 Pixles, 32 Bit Color.
Using Firefox Browser 2.0.0.2, on Low RuneScape Detial, World 19
Download Firefox Browser at Firefox.com.
I <3 Firefox... :)

*WARNING* If I find this script on script dump pages, excluding
http://www.srl-forums.com/ , I will STOP making new versions!!

The title says KFC Style in it because KFC kills chickens... very cruley
I may add... please read this:
http://www.kentuckyfriedcruelty.com/
    *and*
http://www.peta.org/feat/moorefield/

ENJOY, and don't forget to check you computer every quarter hour :)!
}

program autobone;
{.include OSi.txt}
{.include BoxBreaker.txt}
Procedure auto_bone;
var
  x, y: Integer;
begin
  x:= 70;
  y:= 70;
  if(FindColorSpiral(x, y, 12171714, 0, 0,514, 337))then
  {Change the number that should be 12171714 here to what ever the color
  that a feather on the main screen is (like on top of the bones and raw
  meat you know, like when you kill a chicken...) :P}
  begin
    clearreport;
    MoveMouseSmooth(x,y)
    wait(213)
    Clickmouse(x,y,true)
    wait(1000)
    Addtoreport('found bones/feathers/chickens on screen');
    wait(520)
    end;
  If(findColorSpiral(x, y,14013914, 561, 209, 742, 464))then
  begin
    MoveMouseSmooth(x,y)
    wait(100)
    Clickmouse(x,y,true)
    wait(1000)
    Addtoreport('buried bones');
    wait(142)
  end else
  begin
    clearreport;
    addtoreport('no bones/feathers/chickens found at the moment');
    wait(2000)
end;
end;
begin
auto_bone;
repeat;
auto_bone;
until(false);
end.
I am using scar 3.06, I'm wondering why am i getting errors all like the following:
Code:
Failed when compiling
Line 81: [Error] (1133:4): Unknown identifier 'istextat2' in script C:\Program Files\SCAR 3.06\includes\BoxBreaker.txt
I'm getting errors like this in every script i try, anyone know a auto fighter script that will work for me?