ok so looks nice
add me on MSN my name is pwnt_by_pwnt@hotmail.com.. anyway, about the script :P so it looks like really nice for a first script
but theres some things u should add/change. ok so first of all i would make in the const something that says something like
SCAR Code:
TreeColor = 3041376;//Set To The Color Of Tree
and at the findcolor procedure change it to
SCAR Code:
if(FindColorSpiral(x,y,TreeColor,MSX1,MSY1,MSX2,MSY2))then
see i changed it to FindColorSpiral and changed those numbers to MSX and MSY (MainScreen X and Main Screen Y) so now it will find the colors better and the user can choose what color. Second, (I know u shouldnt worry about this and dont but read it later [once ur a better scripter, not that u arent pretty good already]) is that ur proggy does Clicks and Loads, i would change it to loads and Time Running, so u can change
SCAR Code:
procedure ProgressReport;
begin
ClearDebug;
Writeln('o.O ============================= o.O');
Writeln('------>Powahch0pp0r by System79<-------');
Writeln(' Did ' + IntToStr(Loads) + ' Loads' + ' ');
Writeln('---------------------------------------------');
Writeln(' Did ' + IntToStr(Clicks) + ' Clicks' + ' ');
Writeln('o.O ============================ o.O');
end;
to something like
SCAR Code:
procedure ProgressReport;
begin
ClearDebug;
Writeln('o.O ============================ o.O');
Writeln('------>Powahch0pp0r by System79<-------');
Writeln(' Did ' + IntToStr(Loads) + ' Loads' + ' ');
Writeln('---------------------------------------------');
Writeln(' Time Worked: ' + (ScriptTime2(2)) +' ');
Writeln('o.O ============================ o.O');
end;
lol so now it says how long it has been running (also u can take out the in the var
3rd (and final for now[lol yay im gonna shut up soon
]) is in ur drop procedure u have for one, idk why u did 5,28 (most people do like 1,28 or 2,28) but this is a common mistake as i told someone else recently. You should change it to either or u could make a DTM for them logs
i have a DTM that works that u could use but i dont know if i still have it
but ok im done with this post lol (YAY IM GONNA SHUT UP SOON
) but so remember what i said about those changes
(theres also other things that are more advanced that i will tell u later though
) lol again really good for a first script