do anyone think this is a good fishing procedure or do they think it needs more work...
if so why and can you help me with it??
SCAR Code:
Procedure FindFishingSpots;
begin
if FindDtmIn(x1,y1,FishingSpots,10,10,MSX2,MSY2)then
begin
repeat
MMouse(x1,y1,2,2)
wait(1000+(200))
if(IsUpText('age')) or (IsUpText('et')) then
Mouse(x1,y1,2,2,false)
wait(500 + random(300))
ChooseOption(x,y,'Cage')
Wait(WaitTime*1000+random(500))
CustomAntiban;
if(IsUpText('et')) then
Mouse(x1,y1,2,2,false)
wait(500 + random(300))
ChooseOption(x,y,'Cancel')
CustomAntiban;
until (InvFull)
end;
end;

its for my lobster fisher btw