Just as the title says, all it needs to do is pick up feathers. (Pref: Lumby)
If there isn't one, well, i guess I'll have to make one =)
Just as the title says, all it needs to do is pick up feathers. (Pref: Lumby)
If there isn't one, well, i guess I'll have to make one =)
--------------------------------------------------------- ![]()
Pm me if you need any math functions made. Me = l0ving t3h mathz
--------------------------------------------------------- ![]()
Use the search button![]()
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Yeah, its in members scripts now =(
I tried to make my own, and heres what I got. lol![]()
--------------------------------------------------------- ![]()
Pm me if you need any math functions made. Me = l0ving t3h mathz
--------------------------------------------------------- ![]()
Don't use MoveMouseSmooth and ClickMouse... Automatic Ban... Use MMouse and GetMousePos.
Also instead of FindObj use Dtms or color...Like FindDTM or FindMSColor.
Exapmle:
SCAR Code:Procedure FindFeather;
Begin
If FindMSColor(x,y,FeatherColor) then
repeat
MMouse(x,y,2,2);
if (IsUpText('eat')) then
begin
Mouse(x,y,2,2,False);
ChooseOption(x,y,'ake');
TotalF:=TotalF+1;
AddToReport('Found feathers!');
end;
until (IsUpText('eat'))
If not FindMSColor(x,y,FeatherColor) then
begin
MakeCompas(Direction);
LowestAngle;
end;
end;
Hope this helps
~Stupedspam
Try Tarajunky's Chicken Sweeper, it's non-members but doesn't kill chickens
http://www.villavu.com/forum/showthr...ajunky+chicken
There are currently 1 users browsing this thread. (0 members and 1 guests)