I'm writing a aircrafter and it can't always find the DDTM's (because their off screen) so it moves up alittle using this script
is that going to get accounts banned (assume it does it once or twice every 4 minutes)Code:begin z:=0 repeat z:=z+1 MoveMouse(260+20*z, 200); wait(100); until ((rs_GetUpText='Walk here') or (z>5)) Mouse(250, 200+20*z, 20, 5, true); end;





Reply With Quote









