I need a fast and undetectible dropping procedure I dont want it to be like this.
SCAR Code:Procedure DropOres;
var
i : Integer;
begin
if invfull then
begin
for i := 2 to 28 do
begin
Drop(i);
Wait(RandomRange(501, 1501));
end;
end;
end;
I want something way fast.
Thanks


Reply With Quote













