hey all, i have been creating a auto that uses FindColorSpiral and TPAs. Like the first 20 times it tested the bot, it was working (it is not complete). but now, i am recieving a "out of range" error.
here is an exerpt from my script:
SCAR Code:begin
FindColorsSpiralTolerance(86, 191, TPA, 2894895, 1, 1, 515, 337, 0);
For I := 0 To Low(TPA) Do
Begin
Mouse(TPA[i].x, TPA[i].y, 1, 1, true);
Wait(2000 + random(240));
end;
end;
ok it says the error is in "Mouse(TPA[i].x, TPA[i].y, 1, 1, true);". i use this line about 4 times in my script. yesterday, it gave me the error on the first "Mouse(TPA[i].x, TPA[i].y, 1, 1, true);" in the script. today it gave me an error on the third "Mouse(TPA[i].x, TPA[i].y, 1, 1, true);" (the first one worked fine). does the comp just not like me n is tryin to be mean to me or is ther something wrong?
also, if u guys have a better way of clicking plz share it.


Reply With Quote

thx







