Hello,so yeh.. i was scripting with Aerolib,and i got stuck with an error,i tried doing "flight" method to delete in reflection 3 lines,but i dont have reflection? and those 3 lines doesn't exist in Aerolib.
well look at the error not at the scriptheh...
Simba Code:program new;
{$i AeroLib/AeroLib.Simba}
var X, Y: Integer
begin
if(waitUptext('eleport', 100)) then
begin
GetMousePos(X, Y);
MoveMouse(X, Y);
fastClick(mouse_left);
end;
end;
begin
initAL();
end.


heh...
Reply With Quote
